Skill Crossroads agentic-ai-workflows
rubric v1.2 · deterministic
C+ 78.3/100 overall
Correctness & Structure 100 pass
Triggering & Discoverability 85 1 warn
Clarity & Instructions 40 1 fail
Token & Context Cost 91 1 warn
Safety & Security 89 1 warn
Verifiability & Maintainability 53 1 fail

Top fixes — ranked by score impact

VERIFY-01 Evals or tests present
SKILL.md:1the skill works no evals/, tests/, or verification section found
No way to prove the skill does what it claims.
Fix Add an evals/ folder (test prompts + expected outcomes) and a '## Verify' step in the body.
CLARITY-03 No ASCII-art / persona filler
SKILL.md:31
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐     ┌──────────────┐     ┌──────────────┐
SKILL.md:34
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────────────┘     └──────────────┘     └──────────────┘
SKILL.md:35
Decorative ASCII-art / banner line — pure token cost, no instructional value.
│                    │                     │
SKILL.md:132
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────┐     ┌──────────┐     ┌───────────┐
SKILL.md:135
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└─────────┘     └────┬─────┘      └───────────┘
SKILL.md:138
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐
SKILL.md:141
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────┬───────┘
SKILL.md:144
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌──────────────┐
SKILL.md:147
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────────────┘
SKILL.md:168
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────────┐
SKILL.md:171
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└──────┬───────┘
SKILL.md:173
Decorative ASCII-art / banner line — pure token cost, no instructional value.
├──────────────────┬──────────────────┐
SKILL.md:175
Decorative ASCII-art / banner line — pure token cost, no instructional value.
┌─────────────┐   ┌─────────────┐   ┌─────────────┐
SKILL.md:179
Decorative ASCII-art / banner line — pure token cost, no instructional value.
└─────────────┘   └─────────────┘   └─────────────┘
Fix Delete decorative banners and persona filler; keep instructions plain and imperative.
SAFETY-03 No destructive auto-invocation
SKILL.md:3auto-invocable (no disable-model-invocation) performs a destructive action ("deployment")
Skill appears to "deployment" but the model can auto-invoke it — a destructive action could fire without the user asking.
deployment
Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.
TRIGGER-03 Invocation cues in the description
SKILL.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.
Design and implement agentic AI systems that autonomously chain multiple tool…
Fix State the trigger explicitly: 'Use when the user says "…", "…", or wants to …'.
TOKEN-02 Progressive disclosure
SKILL.mdeverything inlined in SKILL.md 205 body lines, 0 supporting files
Large SKILL.md (205 lines) with no supporting files — all of it loads every time the skill fires.
Fix Move heavy reference material into supporting files and link to them, so the model loads it only when needed.
★ scores higher than ≈5% of 208 public skills (deterministic rubric v1.2 sample, 2026-09)

Embed this badge

Skill Crossroads grade C+ Always-fresh — it re-scans and updates on its own.
[![Skill Crossroads](https://skillcrossroads.com/api/badge/Sandeeprdy1729/skill_galaxy/skills/ai-ml/agentic-ai-workflows.svg)](https://skillcrossroads.com/s/Sandeeprdy1729/skill_galaxy/skills/ai-ml/agentic-ai-workflows)
Grade your own Claude Code skill — evidence-cited, file-and-line, free. Scan your own skill →