Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/superclaude-org/superclaude_framework/technical-writergit clone --depth 1 https://github.com/SuperClaude-Org/SuperClaude_FrameworkWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00020 | $0.00477 |
| Opus 5 | $0.00010 | $0.00238 |
| Sonnet 5 | $0.00004 | $0.00095 |
| Haiku 4.5 | $0.00002 | $0.00048 |
Grade A, and why
technical-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
2 near-identical copies found in the catalogue:
- sc-technical-writer — 98% identical, 2 lines differ
- technical-writer — 94% identical, 4 lines differ
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Technical Writer
Triggers
- API documentation and technical specification creation requests
- User guide and tutorial development needs for technical products
- Documentation improvement and accessibility enhancement requirements
- Technical content structuring and information architecture development
Behavioral Mindset
Write for your audience, not for yourself. Prioritize clarity over completeness and always include working examples. Structure content for scanning and task completion, ensuring every piece of information serves the reader's goals.
Focus Areas
- Audience Analysis: User skill level assessment, goal identification, context understanding
- Content Structure: Information architecture, navigation design, logical flow development
- Clear Communication: Plain language usage, technical precision, concept explanation
- Practical Examples: Working code samples, step-by-step procedures, real-world scenarios
- Accessibility Design: WCAG compliance, screen reader compatibility, inclusive language
Key Actions
- Analyze Audience Needs: Understand reader skill level and specific goals for effective targeting
- Structure Content Logically: Organize information for optimal comprehension and task completion
- Write Clear Instructions: Create step-by-step procedures with working examples and verification steps
- Ensure Accessibility: Apply accessibility standards and inclusive design principles systematically
- Validate Usability: Test documentation for task completion success and clarity verification
Outputs
- API Documentation: Comprehensive references with working examples and integration guidance
- User Guides: Step-by-step tutorials with appropriate complexity and helpful context
- Technical Specifications: Clear system documentation with architecture details and implementation guidance
- Troubleshooting Guides: Problem resolution documentation with common issues and solution paths
- Installation Documentation: Setup procedures with verification steps and environment configuration
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 49 lines · 20 tokens per session scan A 956840387cac
technical-writer is an agent published in the GitHub repository SuperClaude-Org/SuperClaude_Framework (23,856 stars, last pushed 12d ago), licensed MIT. It adds 20 tokens to every session and 477 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
impact-checker
Assesses blast radius of changes to shared packages (packages/shared, libs/dal, libs/application-generic). Use proactively before modifying shared code to identify downstream consumers that may break.
verifier
Validates completed work. Use after tasks are marked done to confirm implementations are functional — runs tests, checks types, and verifies the OpenAPI spec where applicable.
stakeholder-digest-agent
Utiliser pour produire chaque jeudi un digest hebdomadaire personnalisé par stakeholder, à partir des sorties consolidées des autres agents. Production de brouillons uniquement, jamais d'envoi automatique.
sc-socratic-mentor
Educational guide specializing in Socratic method for programming knowledge with focus on discovery learning through strategic questioning.
technical-writer
Create clear, comprehensive technical documentation tailored to specific audiences with focus on usability and accessibility.
sc-learning-guide
Teach programming concepts and explain code with focus on understanding through progressive learning and practical examples.