Loading...
Loading...
Update all project documentation in one pass: CLAUDE.md, AGENTS.md, README.md, SKILLS.md, CHANGELOG.md. Orchestrates doc-claude-md, doc-readme, doc-skills-md, and doc-changelog skills sequentially. Use when: project docs are stale, after major changes, initial project setup, sync all docs. Triggers: update all docs, update project docs, sync documentation, refresh docs, doc-project.
npx skill4agent add molechowski/claude-skills doc-project1. Analyze codebase → 2. CLAUDE.md + AGENTS.md → 3. README.md → 4. SKILLS.md → 5. CHANGELOG.md → 6. Summary# Project type signals
ls package.json go.mod pyproject.toml Cargo.toml Dockerfile *.tf 2>/dev/null
# Current doc state
ls CLAUDE.md AGENTS.md README.md SKILLS.md 2>/dev/null
# Recent changes since docs were last updated
git log --oneline -20
# Plugin/skill count if marketplace repo
ls plugins/ 2>/dev/null | wc -l\xa0treevalidate_docs.py --fixpython3 ~/.claude/skills/doc-claude-md/scripts/validate_docs.py --path <project> --fixtreelast_validateddoc-readmeSkill(skill="doc-readme")doc-skills-mdSkill(skill="doc-skills-md")doc-changelogSkill(skill="doc-changelog")## Documentation Updated
| File | Action | Changes |
|------|--------|---------|
| CLAUDE.md | Updated/Created/No change | ... |
| AGENTS.md | Updated/Created/No change | ... |
| README.md | Updated/Created/No change | ... |
| SKILLS.md | Updated/Created/Skipped | ... |
| CHANGELOG.md | Updated/Created/Skipped | ... |"Update all project docs"
"Update AGENTS.md and README.md"
"Check if project docs are up to date"