← Back to list

documentation-standards
by amattas
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: documentation-standards description: How user-facing and internal documentation should be written and maintained.
Documentation Standards
Types of Documentation
-
User-facing docs
- Explain features, configuration, and usage.
- Assume no access to source code.
-
Internal docs
- Capture system behavior, architecture, and decisions for developers.
- Include rationale and trade-offs.
-
Inline docs / comments
- Explain non-obvious implementation details or constraints.
Style & Tone
- Clear, concise, and concrete.
- Prefer active voice and simple sentences.
- Avoid unexplained acronyms and internal-only jargon.
Structure Guidelines
Feature Docs
- Overview
- Use cases
- Configuration and defaults
- Examples
- Limitations and edge cases
- Troubleshooting
Architecture Docs
- High-level diagram (or description)
- Components and responsibilities
- Data flows and interactions
- Trade-offs and constraints
- Links to related RFCs or ADRs
Maintenance Rules
- Documentation must be updated as part of behavior changes.
- Prefer small, incremental doc updates rather than large rewrites.
- Link docs to relevant issues or tickets where useful.
Formatting
- Use Markdown (
.md) for text docs. - Use consistent heading levels and lists.
- Include code blocks with language tags.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon