Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub arimxyer/doc-manager-mcp --plugin doc-managerHow this command is triggered — by the user, by Claude, or both
Slash command
/doc-manager:doc-statusThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Quick Documentation Status Check Run a quick documentation health check for the current project. doc-expert agent Please provide a quick documentation status check. This should include: 1. Detect if doc-manager is initialized (check for .doc-manager/) 2. If initialized, run `docmgr_detect_changes` to check for changes since last sync 3. Report brief summary: - Project platform - Number of changed files - Affected documentation files - Sync status (in_sync | out_of_sync | unknown) Format the output concisely: If not initialized:
/docsManage project documentation: generate for targets, sync with code changes, validate links/references, check health metrics, update stale info via flags or natural language.
/docsValidate, generate, update, and check status of project documentation including links, accuracy, structure, and completeness. Produces quality scores and reports.
Share bugs, ideas, or general feedback.
Run a quick documentation health check for the current project.
doc-expert agent Please provide a quick documentation status check.
This should include:
docmgr_detect_changes to check for changes since last syncFormat the output concisely:
## Documentation Status
**Platform**: {platform}
**Last Sync**: {timestamp or "unknown"}
### Quick Stats
- Changed Files: {count}
- Affected Docs: {count}
### Status: {in_sync | out_of_sync | not_initialized}
### Quick Actions
- /doc-sync - Sync with code changes
- /doc-quality - Full quality assessment
If not initialized:
## Documentation Status
**Status**: Not initialized
### Setup
Run `doc-expert agent Set up documentation management` to initialize.