By JodLHarDxD
Three meta-skills for Claude Code. /jodl-auto routes any goal to the smallest tool that can execute it. /jodl-forge orchestrates multi-domain workflows with a design quality gate. /jodl-retrieve indexes installed skills with hot-path lookups for common requests.
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".
Context-aware skill orchestrator. Takes one natural-language goal, reasons about ALL relevant dimensions, routes to the best combination of complementary skills, and executes them in optimal sequence. Use when a task spans multiple domains or needs more than one skill working together. Invoke as "/jodl-forge <goal>". Examples: "/jodl-forge make it a $1000 looking frontend", "/jodl-forge ship this with full security review", "/jodl-forge build the Shopify store for client X", "/jodl-forge I want leads for my agency". Proactively suggest /jodl-forge when the user's request implies: design + implement + test, or research + build + deploy, or any multi-step goal crossing skill boundaries.
Skill and plugin retriever — your lazy-loading index for everything installed on this machine. Invoke as "/jodl-retrieve <what you want to do>" and I return the exact skill/slash command to use, nothing more. Use this INSTEAD of trying to remember what's installed. Use when you're unsure which skill handles a task, want to avoid loading a heavy plugin unnecessarily, or just need a map of what's available. Always check here before guessing a skill name.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Three meta-skills for Claude Code. Trim orchestration overhead. Route requests to the smallest tool that can do the job.
| Skill | What it does |
|---|---|
/jodl-auto | Lean auto-router. Matches your goal to one of 14 known patterns and executes. No PHASE 1-6 ceremony. |
/jodl-forge | Multi-domain orchestrator. Frontend + backend + deploy in one chain. Built-in design quality gate. |
/jodl-retrieve | Skill index with hot-path lookups for the 20 most common requests. Zero-scan for known intents. |
Add this marketplace to Claude Code:
/plugin marketplace add JodLHarDxD/auto-slash
/plugin install auto-slash@auto-slash
Or manually in ~/.claude/settings.json:
{
"enabledPlugins": {
"auto-slash@auto-slash": true
},
"extraKnownMarketplaces": {
"auto-slash": {
"source": {
"source": "github",
"repo": "JodLHarDxD/auto-slash"
}
}
}
}
/jodl-auto commit and push
/jodl-auto review my PR
/jodl-auto investigate why login fails on Safari
/jodl-auto ship the app
Routes via a 14-row keyword table. If the goal needs multi-domain work, hands off to /jodl-forge. If a needed capability is missing, calls skill-creator:skill-creator to grow the toolset.
/jodl-forge make it a $1000 frontend
/jodl-forge ship with full security review
/jodl-forge build a Shopify store for client X
Reasons about domain (frontend / backend / shopify / content / marketing / deploy) and quality signal (premium / performance / ux / security / ship). Picks the right complementary skill groups. Runs design quality gate after implement — re-iterates frontend-design if grades fall below threshold.
Reference source map ships with the skill: knows linear.app / stripe.com / awwwards.com for premium SaaS, brutalistwebsites.com for bold, etc. No "best design 2026" googling.
/jodl-retrieve commit my changes
/jodl-retrieve I want to look at user behavior
/jodl-retrieve build an MCP server
Three-tier lookup: HOT PATH (top-20 exact matches) → SEMANTIC HINTS (ambiguous phrases) → full Index by category. Returns the skill name + invoke syntax. Does not load the skill.
.claude/commands/tf-*.md for repeatable workflows. These global meta-skills are for cross-project glue./jodl-forge requires letter-grade thresholds (B+/C+/D+) on design dimensions. No silently shipping below the stated bar.When installed via the marketplace, Claude Code checks for updates at session start (via a hook that runs once per 24 hours). If a newer version is available you will see:
auto-slash v0.X.X available (you have v0.1.0). Run /plugin update auto-slash@auto-slash to upgrade.
To upgrade manually:
/plugin update auto-slash@auto-slash
Semantic versioning. See CHANGELOG.md.
MIT — see LICENSE.
npx claudepluginhub jodlhardxd/auto-slash --plugin auto-slashTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.