Skill Crossroads agent-organizer
rubric v1.2 · deterministic
A 93.7/100 overall
Correctness & Structure 100 pass
Triggering & Discoverability 85 1 warn
Clarity & Instructions 100 pass
Token & Context Cost 94 1 warn
Safety & Security 90 1 warn
Verifiability & Maintainability not yet scored

Top fixes — ranked by score impact

TRIGGER-03 Invocation cues in the description
agent-organizer.md:1description will match user requests no explicit cue ('use when …', 'triggers on …', quoted user phrases) found
Pure what-it-does prose — the model has to guess when to invoke it.
A highly advanced AI agent that functions as a master orchestrator for comple…
Fix State the trigger explicitly: 'Use when the user says "…", "…", or wants to …'.
SAFETY-02 allowed-tools least-privilege
agent-organizer.md:1 grants unrestricted shell access
`allowed-tools` grants unrestricted `Bash` — scope it to specific commands.
Bash
Fix Replace bare `Bash` with scoped grants, e.g. `Bash(git status)`, `Bash(npm test)`.
TOKEN-04 Recurring per-invocation cost
agent-organizer.mda one-time authoring cost ~8,700 tokens (rough est.) per invocation
Every invocation carries this: ~8,700 tokens (rough est.) per invocation — ~$26.10 per 1,000 invocations at the $3/Mtok reference rate.
Fix Cut the entry file below ~8k tokens — move reference material into supporting files so every future invocation gets cheaper.
Partial grade — some applicable rubric categories were not scored on this scan (e.g. LLM-assisted checks without a key) and are excluded from the overall.

Embed this badge

Skill Crossroads grade A Always-fresh — it re-scans and updates on its own.
[![Skill Crossroads](https://skillcrossroads.com/api/badge/qdhenry/Claude-Command-Suite/.claude/agents/agent-organizer.md.svg)](https://skillcrossroads.com/s/qdhenry/Claude-Command-Suite/.claude/agents/agent-organizer.md)
Grade your own Claude Code skill — evidence-cited, file-and-line, free. Scan your own skill →