Changes
Added
documenting-codehas two modes: Update, for docs that a code change made
stale, and Overhaul, for a doc set that must become clear, visual, and
consistent with the code. Each mode has a clear finish line.- New references for human docs:
doc-set.md(roles of each doc and a fact
ownership map),claims.md(checks against the source and fair baselines for
measured claims),visuals.md(diagram choice, named layout faults, render
checks, charts),style.md(plain-language rules), andrelease-notes.md. - Bundled gate scripts:
check-links.py(relative links and GitHub anchors),
render-mermaid.sh(renders each Mermaid block for visual review), and
prose-lint.py(advisory plain-language lint), with example diagrams under
assets/examples/. - Routing fixtures, hook tests, and behavior evals for doc writing.
Changed
- The Claude Code
documenting-codeskill runs in the main conversation. It
no longer runs in a forked context, so it keeps the discussion that shapes
the docs.
Fixed
- Prompts about writing docs ("make all docs easier to read", "rewrite the
architecture document") no longer suggestlooking-up-docs. The hook
suggestsdocumenting-codefor them, also in Russian. - The pre-push hook clears the git environment before it runs the tests. A
push from a linked worktree no longer fails the tests that create their own
git repositories.
Plugins
| Plugin | Description |
|---|---|
| browser | Browser-based testing, validation, screenshots, recordings, and quick automation |
| dev-flow | Code review, fixes, commits, and linting for development workflows |
| discovery | Research, docs lookup, utility routing, skill authoring, instruction review, reasoning, and agent configuration audits |
| git-flow | Git worktrees, branch cleanup, hooks, secret scanning, config hygiene, and guardrails |
| infra-ops | Kubernetes, Terraform, Helm, GitHub Actions, AWS, GCP, and Linux infrastructure operations |
| programming | Idiomatic development across C# /.NET, Go, Java/Kotlin, Python, Rust, TypeScript, shell, and web |
| spec-flow | Lightweight spec loop: plan one slice, execute one task, checkpoint or close |
Distribution
Artifacts are rendered by Agent Bundler from the repository root:
agbun build --root .