1.5 KiB
1.5 KiB
name, description
| name | description |
|---|---|
| agent-docs-repo-alignment | Use when checking whether AGENTS.md and agent-docs still match repository facts such as scripts, ports, directory structure, contract ownership, runtime behavior, or verification commands. |
Agent Docs Repo Alignment
Overview
Use this skill to compare AGENTS and agent-docs against the real repository. It detects drift between documentation and code, config, scripts, tests, and folder structure.
When to Use
- The user asks whether docs still match the repository
- A doc mentions commands, ports, packages, stack choices, routes, DTO ownership, or runtime behavior
- A previous audit found wording that might be stale
- A refactor changed scripts or layout and the docs may need follow-up updates
Workflow
- Read the docs in scope.
- Read
../agent-docs/references/repo-alignment-checklist.md. - Inspect the repository facts relevant to the claim:
- scripts and
package.json - ports and proxy config
- directory and package structure
- shared contracts and DTO ownership
- tests or verification commands
- runtime and thread-sync code paths when relevant
- scripts and
- Record observed facts first.
- Compare doc claims against repo facts.
- Report:
- confirmed matches
- must-fix drift
- wording drift or ambiguity
Boundary
- This skill checks docs against repo facts.
- It does not replace structural graph checks from
agent-docs-consistency. - It does not perform the actual doc rewrite; use
agent-docs-refactorfor that.