Docs Write
The Docs Write skill provides context injection for writing documentation that follows the CLEO documentation style guide.Overview
| Property | Value |
|---|---|
| Skill ID | ct-docs-write |
| Tier | 3 (Support) |
| Protocol | implementation |
| Tags | documentation, writing |
Style Guidelines
Voice and Tone
- Direct: State things clearly without hedging
- Conversational: Write as you would speak to a colleague
- Technical: Be precise about technical details
- Helpful: Focus on solving the reader’s problem
Word Choices
| Avoid | Use Instead |
|---|---|
| utilize | use |
| leverage | use |
| offerings | services, products |
| easy, simple | (remove - let reader judge) |
| users | people, developers, companies |
| click here | descriptive link text |
Structure
- Lead with the important information
- Use headings that state the point
- Keep paragraphs short (3-4 sentences max)
- Use lists for multiple items
- Include code examples that actually work
Formatting
- Use sentence case for headings
- One blank line between sections
- Indent code blocks with appropriate language tag
- Use tables for structured comparisons
Document Types
Conceptual Documentation
Explains what something is and why it exists:Procedural Documentation
Step-by-step instructions:Reference Documentation
API and configuration details:Integration with Documentor
This skill is invoked byct-documentor during the write phase to:
- Create new documentation following style guidelines
- Update existing documentation maintaining consistency
- Apply proper formatting and structure
Quality Checklist
Before completing:- Follows CLEO style guide
- No formal/corporate language
- Headings state the point
- Code examples tested
- Links are descriptive
- Important info leads
Related Skills
- Documentor - Orchestrates documentation
- Docs Lookup - Finds existing documentation
- Docs Review - Reviews documentation quality
