Show the project-brain vault's health - what's captured, compiled, and any lint findings. Use when the user asks whether the brain is working or what it contains.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add vikasgrac/project-brain --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/vikasgrac-status)More formats (shields.io, HTML) on the badges page.
---
name: status
description: Show the project-brain vault's health - what's captured, compiled, and any lint findings. Use when the user asks whether the brain is working or what it contains.
---
# Brain status
Run `${CLAUDE_PLUGIN_ROOT}/bin/brain status` and `${CLAUDE_PLUGIN_ROOT}/bin/brain lint`, then summarize for the user:
- Vault location and whether it's initialized (if not, offer to run `brain init`).
- Counts: project pages, topics, session notes, archived transcripts.
- Recent activity from the log (last few lines — what the distiller/compile did lately).
- Any lint findings, with a one-line suggestion each (dead link → fix or remove; stale note → review or re-verify; unindexed page → recompile).
- If the newest archive is much older than the user's recent activity would suggest, flag that capture may not be running (hooks not installed or plugin disabled).
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!