By T0mSIlver
Delegate reviewer, second-opinion, and edit-worker runs to the claude, codex, and opencode CLIs, and read-only repo exploration to fastcontext. Worktree-first edits, machine-readable capture, reviewer-after-worker.
Call the Claude Code CLI (`claude`) as a delegated reviewer, second opinion, or edit worker. Use for Claude Code subagent-style delegation with `claude-rc-spawn`, `claude -p`, `--bg`, `--worktree`, `--tmux`, plan/read-only reviewers, acceptEdits/auto edit workers, JSON/stream-json capture, resume flows, and gotchas around permission modes, worktree cleanup, agent personas, and `--dangerously-skip-permissions`. For persistent `claude remote-control` repo servers, use the claude-remote-control-server skill instead.
Call the OpenAI Codex CLI (`codex exec`) non-interactively to get a second opinion, run a code review, or delegate read-only or edit-capable work to an independent Codex run. Use for Codex CLI subagent-style delegation, long-running worker runs, worktree-isolated edits, machine-readable JSONL output, resume flows, and harness gotchas around stdin and sandboxing.
Call the opencode CLI (`opencode run`) non-interactively to get a second opinion, run a code review, or delegate read-only or edit-capable work to an independent opencode run. Use for GLM-5.2/opencode harness delegation, primary/all agent configs with edit permissions, worktree-isolated edit workers, JSON event capture, session resume/fork flows, and gotchas around `mode: subagent`, `--auto`, prompt files, and `--dir`.
fastcontext is your default code-exploration subagent — it greps, globs, and reads a repository for you and returns file:line citations, keeping that exploration out of your own context. Invoke it via bash before answering, editing, reviewing, or debugging code you are not already certain about, and whenever the answer needs more than one file or tracing logic across modules. When in doubt, run fastcontext first.
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.
Agent Skills that let a coding agent drive another
coding CLI programmatically — for a second opinion, a code review, or a
delegated worker run. Each delegate-to-* skill ships a read-only reviewer and
an edit-capable worker/profile.
The important trick is not just "how to launch the CLI"; it is how to launch it without losing control of the main checkout. Prefer isolated branches/worktrees, machine-readable output, and explicit run state.
| Skill | CLI | Purpose |
|---|---|---|
delegate-to-claude-code | claude | Delegate reviewer/editor runs; --permission-mode plan vs acceptEdits / auto |
claude-remote-control-server | claude remote-control | Run persistent per-repo Remote Control servers under systemd |
delegate-to-codex | codex exec | Delegate reviewer/editor runs; -s read-only vs workspace-write |
delegate-to-opencode | opencode run | Delegate reviewer/editor runs; primary/all agents with edit: deny vs edit: allow |
fastcontext | fastcontext | Delegate read-only repository exploration; returns file:line citations without spending your context |
Each skill is a plain Agent Skills folder, so any SKILL.md-aware tool can consume it. Pick a rail:
skills CLI (installs into Claude Code, Codex, opencode, Cursor, and
many others):
npx skills add T0mSIlver/skills # pick interactively
npx skills add T0mSIlver/skills -a claude-code -a codex -g -y # everything, globally
Claude Code plugin marketplace:
/plugin marketplace add T0mSIlver/skills
/plugin install cli-delegation@t0msilver-skills
/plugin install claude-rc-server@t0msilver-skills
Manual: copy any top-level skill directory into your agent's skills folder
(~/.claude/skills/, ~/.codex/skills/, ~/.config/opencode/skills/, …).
Some skills need more than the folder copy — each declares its requirements in
compatibility: frontmatter:
fastcontext requires the separate
fastcontext CLI
on PATH; the skill checks for it at load and points you there if missing.claude-remote-control-server sets up a user systemd service via its bundled
scripts/install-claude-rc-server-service.sh (nothing runs at install time —
the skill walks the agent through it).delegate-to-claude-code prefers its scripts/claude-rc-spawn helper (needs
tmux) on PATH for remote-visible sessions; plain claude -p delegation
works without it.git add -A unrelated work.claude-rc-spawn: it starts interactive Claude in detached tmux with Remote
Control enabled, injects the prompt, and leaves a session the user can inspect
from claude.ai/code.npx claudepluginhub t0msilver/skillsPublishes Claude Code session context to the localvoxtral dictation app over a local socket.
Publishes Claude Code session context from a REMOTE host to localvoxtral on your Mac, over an SSH RemoteForward tunnel. Declarative HTTP hooks only — nothing to install on the remote beyond this plugin.
Run persistent per-repo `claude remote-control` servers under user systemd so they survive reboots and stay reachable from claude.ai/code. Setup runs via the bundled install script, not automatically.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation