Claude-toolbox document
install
source · Clone the upstream repo
git clone https://github.com/serpro69/claude-toolbox
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/serpro69/claude-toolbox "$T" && mkdir -p ~/.claude/skills && cp -r "$T/klaude-plugin/skills/document" ~/.claude/skills/serpro69-claude-toolbox-document && rm -rf "$T"
manifest:
klaude-plugin/skills/document/SKILL.mdsource content
Documentation Process
Conventions
Read capy knowledge base conventions at shared-capy-knowledge-protocol.md.
Guidelines
Capy search: Before writing docs, search
kk:arch-decisions and kk:project-conventions for decisions that should be reflected in documentation — decisions not obvious from code alone.
- After completing a new feature, always see if you need to update the Architecture documentation at
and Test documentation in/docs/contributing/ARCHITECTURE.md
for other developers, so anyone could easily pick up the work and understand the project and the feature that was added./docs/contributing/TESTING.md - If the code change included prior decision-making out of several alternatives, document an ADR at
for any non-trivial/non-obvious decisions that should be preserved./docs/adr