style-guide-development
2
总安装量
2
周安装量
#67337
全站排名
安装命令
npx skills add https://github.com/spjoshis/claude-code-plugins --skill style-guide-development
Agent 安装分布
opencode
2
claude-code
2
github-copilot
2
codex
2
kimi-cli
2
gemini-cli
2
Skill 文档
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