Skills for initializing and reconciling project documentation.
Version: 0.2.0 License: MIT
This plugin provides three skills that help maintain consistent, up-to-date project documentation. Each workflow operates in two modes: initialization (creates new documentation) or reconciliation (updates existing documentation to match codebase state).
Claude Code:
/plugin install project-docs-reconciler@leefowlercu-agent-kitCodex from the repository root:
codex plugin marketplace add .Then restart Codex and install project-docs-reconciler from the Lee Fowler Agent Kit marketplace in the plugin directory.
After installation, invoke the relevant skill by name. Claude Code users can invoke the same skills with slash syntax, while Codex users can mention them with $.
/project-docs-reconciler:claude-md
$claude-md
Creates or reconciles the project's CLAUDE.md file with standardized sections for architecture, conventions, and development commands.
/project-docs-reconciler:readme-md
$readme-md
Creates or reconciles the project's main README.md with standardized sections including overview, quick start, and version information.
/project-docs-reconciler:subsystem-md <subsystem-name>
$subsystem-md <subsystem-name>
Creates or reconciles documentation for a specific subsystem at docs/subsystems/<subsystem-name>/README.md.
| Component | Type | Description |
|---|---|---|
claude-md |
Skill | Initialize or update CLAUDE.md |
readme-md |
Skill | Initialize or update README.md |
subsystem-md |
Skill | Initialize or update subsystem documentation |
No external dependencies required.
Each skill contains detailed instructions for:
- Required section structure
- Shared guidelines for documentation quality
- Initialization mode workflow
- Reconciliation mode evaluation criteria