From documentation-tools
Create learning-oriented documentation following Diataxis framework. PROACTIVELY activate for: (1) teaching new concepts, (2) onboarding guides, (3) getting started documentation, (4) step-by-step learning paths. Triggers: "write tutorial", "create tutorial", "onboarding guide", "getting started", "teach me", "learning guide", "beginner guide"
How this skill is triggered — by the user, by Claude, or both
Slash command
/documentation-tools:write-tutorialThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate learning-oriented documentation optimized for the Anxious Novice persona.
Generate learning-oriented documentation optimized for the Anxious Novice persona.
Use this skill when you need documentation that:
Invoke the create-documentation skill for: "$ARGUMENTS"
| Parameter | Value | Rationale |
|---|---|---|
doc_type | tutorial | Learning-oriented, teaches by doing |
persona | anxious_novice | Worried reader who needs reassurance |
reading_level | grade_12 | Accessible but not condescending |
include_examples | true | Concrete examples aid learning |
validation_depth | comprehensive | Tutorials need thorough validation |
The generated tutorial should follow this structure:
# [Tutorial Title]
## What You'll Learn
- [Outcome 1]
- [Outcome 2]
## Prerequisites
- [Requirement 1]
- [Requirement 2]
## [Step 1: First Concept]
[Analogy to introduce concept]
[Explanation]
[Example]
[Verification: "You should see..."]
## [Step 2: Building On Step 1]
...
## Troubleshooting
[Common issues and recovery paths]
## Next Steps
[Where to go from here]
npx claudepluginhub agentient/vibekit --plugin documentation-toolsCreates step-by-step technical tutorials with progressive disclosure: shows the end state first, builds through working checkpoints, and explains what just happened after each one.
Transforms code, features, or libraries into step-by-step tutorials and educational content. Creates progressive learning experiences with hands-on examples and pedagogical best practices.
Provides Diataxis framework patterns and templates for writing tutorial documentation that teaches beginners through guided, hands-on practice.