From auto-slash
Thin auto-router. One command, zero ceremony. Invoke as "/jodl-auto <goal>". Routes the goal to the smallest tool that can do it: direct execution, single skill, /jodl-forge for multi-domain, or skill-creator if a needed capability is missing. Use when you want one entrypoint without picking the right skill yourself. Triggers: /jodl-auto, "just do it", "handle everything", "full auto".
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-slash:jodl-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
One job: pick the smallest tool that can execute the goal, then run it. No ceremony.
One job: pick the smallest tool that can execute the goal, then run it. No ceremony.
| Goal pattern | Route |
|---|---|
| commit / commit and push | commit-commands:commit-push-pr |
| ship / ship it / deploy / go live | /jodl-forge deploy |
| review PR / review pull request | pr-review-toolkit:review-pr |
| review code / review diff / review branch | /review |
| QA / test live URL | /qa <URL> |
| investigate / debug / find bug | /investigate |
| brainstorm / design a feature | superpowers:brainstorming |
| write plan / plan this | superpowers:writing-plans |
| execute plan / run the plan | superpowers:executing-plans |
| fix typo / rename variable / 1-line edit | caveman:cavecrew-builder |
| explain / what does do | Read + summarize. No skill. |
| Goal touches 2+ domains (e.g. design + backend + deploy) | /jodl-forge <goal> |
| Goal needs capability with no installed skill | skill-creator:skill-creator → then re-route |
| AMBIGUOUS ("make it better", "fix stuff") | Ask ONE question: "Primary pain — design, perf, bugs, or feature gap?" Then re-route. |
| Everything else (single-domain, clear scope) | Execute directly. No wrapper skill. |
/jodl-forge deploy. Otherwise after work done ask once: "Ship this?" — Yes → commit-commands:commit-push-pr. No → stop.Before executing: one-line announce.
⚡ AUTO → [chosen route] for [1-line goal]
If user said "go" / "yes" / "do it" → no confirm. Run immediately.
After done: one-line summary.
⚡ DONE → [what shipped]. [ship status if relevant]
That's it. No phase headers, no topology tables, no self-congratulation.
npx claudepluginhub jodlhardxd/auto-slash --plugin auto-slashGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.