shared/documentation/SKILL.md
Create clear, maintainable documentation for APIs, codebases, and end-users. Treat documentation as code.
npx skillsauth add 7a336e6e/skills Writing DocumentationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Ensure the system is understandable, usable, and maintainable by humans (developers and users) through high-quality, up-to-date documentation.
The front page of the project.
Auto-generate where possible, but curate the descriptions.
Document why a decision was made.
i++ // increment i). Explain intent (// retry 3 times to handle network blips).README.mddocs/*.mdshared/git-workflow/SKILL.mddevelopment
Implement features using the Red-Green-Refactor cycle to ensure testability and correctness from the start.
data-ai
Manage the `tasks.md` ledger with strict locking and collision avoidance protocols to allow multiple agents to work in parallel safely.
development
The git-workflow skill defines branching conventions, commit message formats, and pull request standards that all agents must follow for consistent version control.
development
The environment-config skill standardizes how agents manage environment variables, secrets, and application configuration across local development and deployed environments.