focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Delegate a single task to one headless opencode worker (free model)
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/ocContext preview
What this command does when you run it.
Delegate a single task to one headless opencode worker (free model)
description: Delegate a single task to one headless opencode worker (free model) allowed-tools: Bash(node:*)
Delegate this single task to ONE opencode worker. Task: $ARGUMENTS
Run exactly:
node "$HIVEMIND_HOME/scripts/oc-worker.mjs" --timeout 600 "$ARGUMENTS"
Then: 1. Parse the single JSON line output: fields {ok, result, tokens, cost_usd, duration_ms}. 2. If ok:false, report stage + error to me in one sentence and stop. 3. If the task was read-only, summarize result concisely for me. 4. If the task wrote files, run git diff and show me what changed before I commit anything.
Do not re-run opencode yourself, do not parse raw streams, do not spawn additional workers. For multi-agent work use /swarm instead.
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…