style-guide-development
Style Guide Development
Create comprehensive style guides that ensure consistency, clarity, and quality across all technical documentation.
When to Use This Skill
- Establishing writing standards
- Ensuring consistency
- Onboarding writers
- Maintaining quality
- Defining terminology
- Setting voice and tone
- Creating templates
- Scaling documentation
Core Concepts
1. Style Guide Structure
# Technical Writing Style Guide
## Voice and Tone
- **Voice**: Professional, helpful, clear
- **Tone**: Friendly but not casual, respectful
- **Perspective**: Second person ("you"), active voice
## Writing Principles
1. **Clarity**: Use simple, direct language
2. **Conciseness**: Eliminate unnecessary words
3. **Consistency**: Follow established patterns
4. **Accuracy**: Verify all technical information
## Grammar and Mechanics
- Use sentence case for headings
- Oxford comma in lists
- Avoid exclamation marks
- Use contractions sparingly
## Terminology
| Prefer | Avoid |
|--------|-------|
| click | click on |
| sign in | log in, login |
| username | user name |
| email | e-mail |
## Code Examples
- Use syntax highlighting
- Include complete, runnable examples
- Add comments for clarity
- Show expected output
2. Voice and Tone Guidelines
## Voice and Tone Examples
### ✅ Good Examples
"To create a new project, click the + button in the dashboard."
"Your API key is located in Settings → API. Keep it secure."
"Error 404: The requested resource wasn't found. Check the URL and try again."
### ❌ Avoid
"Simply click the + button!" (too casual, unnecessary adverb)
"Your API key can be found..." (passive voice)
"Oops! Something went wrong!!!" (unprofessional)
Best Practices
- Consistent standards - Clear rules for all scenarios
- Living document - Update as needed
- Example-driven - Show don't tell
- Team input - Collaborative development
- Easy to find - Accessible location
- Tool integration - Linters, spell checkers
- Training materials - Onboarding resources
- Version control - Track changes
Resources
- Google Developer Documentation Style Guide
- Microsoft Writing Style Guide
- Vale linter: Style guide enforcement
More from spjoshis/claude-code-plugins
excel-analysis
Master Excel for data analysis with pivot tables, formulas, Power Query, and advanced Excel techniques.
50flutter-performance
Optimize Flutter app performance with widget rebuilds, memory management, rendering optimization, and profiling techniques. Achieve smooth 60fps rendering.
10bloc-pattern
Master BLoC (Business Logic Component) pattern for Flutter with flutter_bloc. Learn events, states, testing, and advanced patterns for scalable apps.
9product-backlog-management
Master product backlog management with prioritization frameworks, refinement techniques, estimation, and continuous backlog optimization for maximum value delivery.
6laravel-development
Master Laravel 11 with Eloquent ORM, routing, middleware, queues, testing, and modern PHP development patterns.
6rxjs-patterns
Master RxJS in Angular with observables, operators, subjects, error handling, and reactive patterns for building responsive applications.
5