From gremlins
Run gremlins — autonomous idea-generating agents explore your project and produce design documents
How this skill is triggered — by the user, by Claude, or both
Slash command
/gremlins:runThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Check if `gremlins/gremlins.yaml` exists. If not, tell the user: "Gremlins isn't set up yet. Run `/gremlins:init` first." and stop.
gremlins/gremlins.yaml exists. If not, tell the user: "Gremlins isn't set up yet. Run /gremlins:init first." and stop.gremlins/orchestrator-prompt.md exists. If not, tell the user: "Missing orchestrator prompt at gremlins/orchestrator-prompt.md. Run /gremlins:init to regenerate." and stop.gremlins/gremlin-prompt-template.md exists. If not, tell the user: "Missing gremlin prompt template at gremlins/gremlin-prompt-template.md. Run /gremlins:init to regenerate." and stop.Read gremlins/orchestrator-prompt.md and follow its instructions exactly.
The orchestrator prompt contains the full five-phase workflow:
The orchestrator prompt references gremlins/gremlins.yaml for configuration and gremlins/gremlin-prompt-template.md for subagent prompts. Follow whatever is written in those files — the user may have customized them.
npx claudepluginhub hmason/gremlins --plugin gremlinsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.