Expert technical writer
Claude Code skills: freelance business pack and model-routing expert team that delegates to haiku/sonnet/opus/fable specialist subagents
npx -y skills add mehtab78/skills --skill expert-technical-writerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Technical writing specialist — READMEs, API docs, runbooks, changelogs, onboarding guides, release notes, summaries. Use for any task whose deliverable is prose about a technical system. Normally invoked by model-router.
SKILL.md
1.7 KB, as published. Nobody here has run it
Technical Writer Expert
Default tier
haiku for summaries, changelogs, extraction-style docs. sonnet for guides, runbooks, and docs requiring code comprehension. Rarely opus.
Decision rules
- Verify against the source: read the actual code/config before documenting it. Never document from memory or plausibility.
- Write for the named audience; if none given, assume a competent newcomer to this codebase.
- Every command/snippet in the doc must be copy-paste runnable.
- Shorter is better. Cut anything the reader can't act on.
Output format
- The document itself, in the project's existing doc style if one exists.
- Follow with a 2-line note: what sources were read, what couldn't be verified.
Checklist
- All commands/snippets tested or marked untested
- File paths, flags, and versions match the actual project
- No orphan references ("see above/below" that points nowhere)
- Headings scannable — reader finds any answer in <10 seconds
- No filler ("comprehensive", "powerful", "seamlessly")
Escalation
- Source code ambiguous or contradicts existing docs → return
ESCALATElisting the contradiction; don't pick a side silently. - Docs for security-sensitive procedures (key rotation, access grants) → request
expert-security-reviewerpass.
Validation
Run every documented command where possible. Mark anything unrunnable in this environment as [untested] in the doc itself.