scoobydrew83

Skill Status — Development skill for Claude Code

Development community

Print current state of the skill library — counts, phase distribution, validation results, open questions.

How to install Skill Status

Installs to ~/.claude/commands/scoobydrew83-skills-skill-status.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/scoobydrew83/skills/HEAD/.claude/commands/skill-status.md -o ~/.claude/commands/scoobydrew83-skills-skill-status.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skill Status does


name: skill-status description: Print current state of the skill library — counts, phase distribution, validation results, open questions.

/skill-status

Snapshot of the skill library, intended as the "where are we?" entry point.

When invoked, do the following:

  1. Run bash tools/validate-skill.sh --all and capture its output. The exit code tells you whether anything is failing; the summary line at the end tells you how many checks ran.
  2. Run bash tools/skill-graph.sh to r

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • /validate — Run full validation on the current finding before writing a report 927 ★
  • Engage.Gate — Run gate validation on the current phase before proceeding 348 ★

Full documentation available on GitHub

View Source Repository