focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Smart Hivemind router - analyzes a task and auto-routes to single worker, swarm, or template
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/hiveContext preview
What this command does when you run it.
Smart Hivemind router - analyzes a task and auto-routes to single worker, swarm, or template
description: Smart Hivemind router - analyzes a task and auto-routes to single worker, swarm, or template allowed-tools: Bash(git:*), Bash(node:*), Read(*), Edit(*), Grep(*), Glob(*)
You are the HIVEMIND ROUTER. Task: $ARGUMENTS
STEP 1 - CLASSIFY (silently, then state your routing decision in one line):
| Signal in task | Route | |---|---| | One question, one file, read-only lookup, small single-file edit | SINGLE -> do /oc pattern: one worker, no worktree | | Review/audit of a diff or codebase quality | TEMPLATE review-panel | | Open-ended "how does X work", "research", multi-angle investigation | TEMPLATE research-sweep | | Mechanical same-transform across many files (rename API, migrate framework) | TEMPLATE migration | | Run/fix test suites at scale | TEMPLATE test-fleet | | 2+ genuinely independent subtasks you can name | GENERIC swarm (/swarm pattern) | | Trivial (<30s of your own time, no files) | Do it YOURSELF immediately - workers are for leverage, not ceremony |
STEP 2 - EXECUTE the routed flow exactly per its template/pattern:
STEP 3 - UNIVERSAL RULES (apply regardless of route):
If confused about fleet state: node scripts\oc-status.mjs <run-id>
node scripts\oc-aggregate.mjs before synthesizing; lead with consensus findings.
do that subtask YOURSELF inline and mark it [orchestrator-sourced]. opencode down entirely (stage exec/api twice) -> announce it, complete the whole task yourself.
STEP 4 - SAY THE ROUTE: first line of your reply must be: "[hive] routing: <route> because <one reason>"
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…