documentation-guide
Documentation Guide Skill
Documentation standards and automation for [PROJECT_NAME] project.
When This Activates
- Code changes requiring doc updates
- New features added
- API changes
- Writing/updating documentation
- Keywords: "docs", "documentation", "readme", "changelog", "guide"
Documentation Structure
docs/
├── CLAUDE.md # Docs-specific automation (create this)
├── COMPLETE_SYSTEM_GUIDE.md # Master guide
├── QUICKSTART.md # Getting started
More from akaszubski/anyclaude-local
testing-guide
Complete testing methodology - TDD, progression tracking, regression prevention, and test patterns
1observability
Logging, debugging, profiling, and performance monitoring for development. Use when adding logging, debugging issues, profiling performance, or instrumenting code for observability.
1git-workflow
Git best practices, commit conventions, branching strategies, and pull request workflows. Use when working with git operations, commits, branches, or PRs.
1python-standards
Python code quality standards (PEP 8, type hints, docstrings). Use when writing Python code.
1github-workflow
GitHub-first workflow - Issues, PRs, milestones, auto-tracking for solo developer productivity
1code-review
This skill should be used when reviewing code or preparing code for review. It provides guidelines for what to look for in reviews, how to write constructive feedback, and standards for review comments.
1