Help us improve
Share bugs, ideas, or general feedback.
From synapse-a2a
Audit, restructure, and consolidate project documentation for clarity and maintainability. Use this skill when docs have grown organically and need reorganization, when duplicate content exists across files, or when documentation structure needs standardization.
npx claudepluginhub s-hiraoku/synapse-a2a --plugin synapse-a2aHow this skill is triggered — by the user, by Claude, or both
Slash command
/synapse-a2a:doc-organizerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reorganize scattered documentation into a clear, maintainable structure with a single source of truth for every topic.
Detects documentation drift, stale references, and cross-document inconsistencies in projects. Scans code-doc mismatches, broken links, outdated versions, and git staleness.
Spawns a doc-maintainer agent to audit all project documentation for correctness, completeness, freshness, and consistency. It autonomously fixes issues like typos, stale code examples, and broken links, surfacing anything requiring user approval.
Audits documentation against source code using git-based staleness detection. Run with no args for smart check or specify a path. Supports full audit, auto-fix, and check-only modes.
Share bugs, ideas, or general feedback.
Reorganize scattered documentation into a clear, maintainable structure with a single source of truth for every topic.
Scan the repository for documentation files:
**/*.md, **/*.rst, **/*.txt in root, docs/, guides/, references/For each file, record:
Output: a summary table of all docs with topic, location, staleness risk, and duplicate flag.
Canonical locations:
| Content type | Location |
|---|---|
| Project overview, quickstart | README.md |
| How-to guides, tutorials | guides/ |
| Architecture, deep-dives | docs/ |
| API/CLI reference specs | references/ or docs/reference/ |
| Per-feature notes | colocated with feature code |
Propose a move plan as a table: current path -> target path -> action (move/merge/delete/keep). Present the plan and wait for user confirmation before executing.
README.md links to all top-level guide and reference docs.docs/README.md or docs/index.md) if multiple docs exist without one.Compare documentation claims against the current implementation:
--help output or arg parser code.Flag mismatches as "needs update" with the specific discrepancy.