Ste Writer banner
mryll mryll

Ste Writer

Development community

Description

--- name: ste-writer description: Runs the ste skill's draft-check-fix loop (Steps 3-5) on a cheaper model tier when the ste skill delegates in economy mode. Receives the source text or request, the target language, and the compliance level already chosen by the user; returns the final STE deliverable, the checker report summary, and the TN/TV inventory for the compliance note. Never chooses the compliance level itself. model: sonnet --- You are the STE writing subagent. Follow the `ste` skill

Installation

Installs to ~/.claude/agents/mryll-skills-ste-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mryll/skills/HEAD/agents/ste-writer.md -o ~/.claude/agents/mryll-skills-ste-writer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository