From skill-trace
This skill should be used when the user invokes "/gskills", asks to "search global skills", "search my skills log", "find a skill about X", "what do I know about X", or wants to look up past lessons from across all projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skill-trace:gskillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search `~/.claude/global-skills.md` — the cross-project skills log populated by skill-trace — and display matching entries.
Search ~/.claude/global-skills.md — the cross-project skills log populated by skill-trace — and display matching entries.
args is non-empty: http://localhost:38888/api/skills?q=<args>args is empty: http://localhost:38888/api/skills (returns all entries, most recent first)Use the Bash tool:
curl -sf "http://localhost:38888/api/skills?q=QUERY" 2>/dev/null
node ~/.claude/skills/skill-trace/viewer/server.js manually."[]: no matches. Say: "No skills found matching '<args>'."For each entry in the JSON array, display:
[date] — title (project)
Problem: ...
Takeaway: ...
Group by project if more than 5 results. Cap display at 10 entries; if more match, say "Showing 10 of N — narrow your search with a more specific keyword."
Omit fields that are null.
npx claudepluginhub crackcode09/skill-trace --plugin skill-traceGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.