focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Orchestrate a parallel opencode worker swarm on a task (worktree isolation, you merge)
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/swarmContext preview
What this command does when you run it.
Orchestrate a parallel opencode worker swarm on a task (worktree isolation, you merge)
description: Orchestrate a parallel opencode worker swarm on a task (worktree isolation, you merge) allowed-tools: Bash(git:*), Bash(node:*), Read(*), Edit(*), Grep(*), Glob(*)
You are the ORCHESTRATOR of a free opencode worker swarm. Task: $ARGUMENTS
PHASE 1 - PLAN Decompose the task into 2-5 INDEPENDENT subtasks that do not touch the same files. Choose an agent per subtask: scout (read-only research), coder (writes code), tester (runs tests only).
PHASE 2 - ISOLATE If any subtask writes files: create one git worktree per writing worker: git worktree add "../<repo-name>-wt-N" -b swarm/N Record each worktree path. If no subtask writes files, skip worktrees.
PHASE 3 - SPAWN (PARALLEL) Issue ALL worker invocations as PARALLEL Bash tool calls in ONE message. Each invocation:
node "$HIVEMIND_HOME/scripts/oc-worker.mjs" --agent <agent> --dir <worktree-or-cwd> --timeout 900 "<SUBTASK>"
Notes:
PHASE 4 - REVIEW (you, personally) Each output line contains {result, tokens}. For every writing worker run: git diff main...swarm/N Review the diff yourself line by line. You are the only merger.
PHASE 5 - INTEGRATE
PHASE 6 - REPORT Produce a table: subtask | agent | tokens | outcome, then total tokens across workers, plus what you changed during review. Flag any worker whose output you rejected and why.
HARD RULES:
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…