Show Clarity Protocol status — stale documents, recommended next step, decisions
Scanned 9/7/2026
Install to Claude Code
npx -y skills add danielrmay/claudity --skill status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/danielrmay-status)More formats (shields.io, HTML) on the badges page.
---
name: status
description: "Show Clarity Protocol status — stale documents, recommended next step, decisions"
disable-model-invocation: true
---
Call the `get_packet_status` MCP tool (from the `clarity-agent` server). If the MCP server is unavailable, the fallback is the status script:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/protocol_status.py" . --agent
```
If there is no protocol directory, say so and offer `/claudity:embed`.
Summarize the output for the user in plain language (don't dump the raw report): one or two sentences on where the project stands, the recommended next step and why, and any decisions needing reconsideration. Offer to start the recommended process via Claudity's `start` skill.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!