Skills for critically exploring and documenting code. exploratory-qa surfaces non-obvious decisions in a feature; document-feature captures how and why a feature works for future maintainers; consulting-project-docs routes existing docs into AI sessions; migrate-project-docs prepares pre-existing docs for that router.
AGENTS.md instructions for qa-vault/codelore, covering agent context: codelore, repository layout, skills overview, distribution model and cross-platform invariants.
Project-documentation router. Use BEFORE any planning, investigation, debugging, or implementation task — whenever the user asks to "plan X", "investigate Y", "figure out why Z", "debug this", "fix this bug", "add a feature to", "explore how X works", "why does", "how does", "onboard onto this code", or otherwise…
Create and maintain implementation documentation that describes how features work, why they were built the way they were, and what to watch out for when modifying them. Use this skill whenever the user asks to "document what was implemented", "write up how this works", "document this feature", "update the docs for…
Exploratory QA agent that critically examines a feature, area of code, or implementation plan to surface non-obvious decisions, unusual implementations or design choices, and architectural choices that deserve discussion. Use when the user asks to "explore this feature", "review this area critically", "QA this plan"…
One-shot bulk migration that prepares a project's existing documentation for the codelore router (consulting-project-docs). Use when the user asks to "migrate the docs", "set up codelore docs", "index existing documentation", "add frontmatter to the docs", or when consulting-project-docs detects that docs/INDEX.md is…