with one click
align-docs
Use when user wants to align docs with the current project status or new discoveries
Menu
Use when user wants to align docs with the current project status or new discoveries
Use when user wants to create tests, generate test coverage, audit test quality, find untested code, or improve weak assertions. Use when user says write tests, test coverage, missing tests, or untested code.
Java development. Use for Java, Spring Boot, Maven, Gradle, JPA, Hibernate.
Python development. Use for Python, FastAPI, Pydantic, asyncpg, pytest, pandas, SQLAlchemy.
Swift development. Use for Swift, SwiftUI, UIKit, Vapor, SPM, XCTest, Combine.
Use when user wants to update requirements-dev.in with latest PyPI versions while preserving version patterns
Use when user wants to update requirements.in with latest PyPI versions while preserving version patterns
| name | align-docs |
| description | Use when user wants to align docs with the current project status or new discoveries |
| user-invocable | true |
Align all project documentation with actual disk state.
AGENTS.md or CLAUDE.md) are cheat sheets. Tables, code snippets, direct statements. Maximize density.| Check | How |
|---|---|
Project structure (AGENTS.md/CLAUDE.md) | ls root → compare with structure tree |
Plugin versions (AGENTS.md/CLAUDE.md, MEMORY.md) | Read each plugins/*/.claude-plugin/plugin.json |
| Skills per plugin (READMEs) | ls plugins/*/skills/ → compare with skills table |
| Agents per plugin (READMEs) | ls plugins/*/agents/ → compare with agents table |
| Shared files (READMEs) | ls plugins/*/shared/ → verify architecture matches |
Conventions & paths (AGENTS.md/CLAUDE.md) | Verify every path exists |
| Cross-references | Check doc links point to existing files |
| Document | Purpose | What to check |
|---|---|---|
AGENTS.md (or CLAUDE.md if primary) | Project-wide, loaded every conversation | Structure, versions, paths, conventions |
MEMORY.md | Cross-session memory | Versions, stable facts, iteration numbers |
| Plugin READMEs | Plugin-specific docs | Skills, agents, architecture, quick start |
docs/chronicles/ | Narrative records | Only if referencing incorrect content |
Other docs/ | Domain docs | Only if stale |