From documentation-tools
Create task-oriented documentation for accomplishing specific goals. PROACTIVELY activate for: (1) procedures and recipes, (2) quick reference guides, (3) troubleshooting guides, (4) operational runbooks. Triggers: "write howto", "how to guide", "procedure", "recipe", "quick guide", "step by step", "instructions for"
How this skill is triggered — by the user, by Claude, or both
Slash command
/documentation-tools:write-howtoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate task-oriented documentation optimized for the Developer persona.
Generate task-oriented documentation optimized for the Developer persona.
Use this skill when you need documentation that:
Invoke the create-documentation skill for: "$ARGUMENTS"
| Parameter | Value | Rationale |
|---|---|---|
doc_type | how_to | Task-oriented, goal-focused |
persona | developer | Time-pressured, wants essentials |
reading_level | grade_12 | Technical but scannable |
include_examples | true | Copy-paste ready code |
validation_depth | standard | Focus on task completion |
The generated how-to should follow this structure:
# How to [Accomplish Task]
> **Goal**: [One sentence describing the outcome]
## Prerequisites
- [Requirement 1]
- [Requirement 2]
## Steps
### 1. [First Action]
[Brief context if absolutely necessary]
```[language]
[Copy-paste ready code]
[Copy-paste ready code]
...
[How to confirm success]
## Quality Gates
- [ ] Goal stated in one sentence
- [ ] Prerequisites are actionable items
- [ ] Steps use imperative verbs ("Run", "Create", "Add")
- [ ] Code blocks are copy-paste ready
- [ ] Verification step included
- [ ] No unnecessary explanations (link instead)
- [ ] Scannable structure (reader can skim to relevant step)
npx claudepluginhub agentient/vibekit --plugin documentation-toolsProvides templates, structure, and principles for writing task-oriented How-To guides in documentation: actionable steps for users with specific goals like configuration or deployment.
Guides creation of structured how-to documentation for reusable procedures, with templates for context, steps, troubleshooting, and CLI commands for managing guides.
Generates structured user and developer guides with sections for installation, configuration, basic/advanced usage, troubleshooting tables, and FAQs, tailored to audience needs.