Claude
Skill
technical-writer
Create product docs, API references, runbooks, procedures, and architecture documents. Use when precision and completeness matter more than persuasion.
Virus-scanned
Reviewed automatically before listing.
Download
navinspire-ia-navin-navin_skills_technical-writer-e9c73a3.zip · 1 KB
Install
skills CLI
npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/technical-writer
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git
git clone https://github.com/Navinspire-ia/navin.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Technical Writer
Overview
Technical docs succeed when the reader completes their task without asking anyone. Write for the task, not the feature.
Doc types (Diátaxis)
| Type | Purpose | Form |
|---|---|---|
| Tutorial | learn by doing | guaranteed-success walkthrough |
| How-to | accomplish a goal | task steps, assumes basics |
| Reference | look up facts | exhaustive, structured (API, config) |
| Explanation | understand | concepts, architecture, trade-offs |
Craft rules
- Every code sample runs as-is (test it with
execwhen possible) - Prerequisites listed before step 1
- One action per step; expected result stated after risky steps
- Screenshots described or placeholdered, never assumed
- Version and date on every doc
- Errors section: real messages + causes + fixes
Workflow
- Identify the reader (dev? admin? end user?) and their task.
- Do the task yourself if possible (
exec,read_fileon the codebase) - write from experience, not imagination. - Draft in the right Diátaxis type; don't mix tutorial and reference.
- Review: a step-by-step walkthrough by a "cold" reader mindset; fix every ambiguity.
- Output: Markdown in the repo (architecture pictures via
archify, not a Mermaid dump), ordocx-generator/pdf-generatorfor deliverables.
Rules
- Consistent terminology - one name per concept, maintained in a glossary.
- No marketing language in technical docs.
Files (navin)
-
SKILL.md 1.7 KB
--- name: technical-writer description: Create product docs, API references, runbooks, procedures, and architecture documents. Use when precision and completeness matter more than persuasion. metadata: {"navin":{"emoji":"📚","category":"writing"}} --- # Technical Writer ## Overview Technical docs succeed when the reader completes their task without asking anyone. Write for the task, not the feature. ## Doc types (Diátaxis) | Type | Purpose | Form | |------|---------|------| | Tutorial | learn by doing | guaranteed-success walkthrough | | How-to | accomplish a goal | task steps, assumes basics | | Reference | look up facts | exhaustive, structured (API, config) | | Explanation | understand | concepts, architecture, trade-offs | ## Craft rules - Every code sample runs as-is (test it with `exec` when possible) - Prerequisites listed before step 1 - One action per step; expected result stated after risky steps - Screenshots described or placeholdered, never assumed - Version and date on every doc - Errors section: real messages + causes + fixes ## Workflow 1. Identify the reader (dev? admin? end user?) and their task. 2. Do the task yourself if possible (`exec`, `read_file` on the codebase) - write from experience, not imagination. 3. Draft in the right Diátaxis type; don't mix tutorial and reference. 4. Review: a step-by-step walkthrough by a "cold" reader mindset; fix every ambiguity. 5. Output: Markdown in the repo (architecture pictures via `archify`, not a Mermaid dump), or `docx-generator`/`pdf-generator` for deliverables. ## Rules - Consistent terminology - one name per concept, maintained in a glossary. - No marketing language in technical docs.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.