implement
Ask Claude Code to implement one bounded write-capable change through the sandbox-external bridge.
Install
npx skills add https://github.com/Borda/AI-Rig/tree/main/plugins/bridge_cc-codex/codex-skills/implement
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install borda-ai-rig@llmmart
git clone https://github.com/Borda/AI-Rig.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole borda/ai-rig collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
Before asking, read User Questions.
Implement with Claude Code
Call bridge_implement with required task; preserve caller-supplied model, effort, timeout_seconds, depth, and run_id. If effort absent, select and pass it: low for narrow mechanical or settled factual work; medium for bounded implementation, diagnosis, or review; high for cross-file, adversarial, architectural, or security judgment; xhigh for unusually broad consequential work; max only on explicit request. Never replace supplied choices. MCP host binds its launch workspace and rejects model-controlled workspace, background, and session fields.
Return compact public envelope. verdict, findings, files_touched, remaining, and blockers must carry incomplete work and blockers; verbose evidence stays in workspace-relative transcript_path, never inline details. Before accepting consequential work, reread reported files and run relevant project checks. Refuse another cross-host dispatch at trusted inherited depth one.
If status=blocked, open the JSON file referenced by incident; inspect its fault. For output-limit, report uncertain completion. Inspect transcript, worktree delta, changed files, and checks; never replay the original write-capable task. Request verified remaining work as a fresh bounded task with file ownership and bounded tool output.
Files (ai-rig)
-
SKILL.md 1.5 KB
--- name: implement description: Ask Claude Code to implement one bounded write-capable change through the sandbox-external bridge. --- > Before asking, read [User Questions](../../rules/codex-user-questions.md). # Implement with Claude Code Call `bridge_implement` with required `task`; preserve caller-supplied `model`, `effort`, `timeout_seconds`, `depth`, and `run_id`. If effort absent, select and pass it: `low` for narrow mechanical or settled factual work; `medium` for bounded implementation, diagnosis, or review; `high` for cross-file, adversarial, architectural, or security judgment; `xhigh` for unusually broad consequential work; `max` only on explicit request. Never replace supplied choices. MCP host binds its launch workspace and rejects model-controlled workspace, background, and session fields. Return compact public envelope. `verdict`, `findings`, `files_touched`, `remaining`, and `blockers` must carry incomplete work and blockers; verbose evidence stays in workspace-relative `transcript_path`, never inline `details`. Before accepting consequential work, reread reported files and run relevant project checks. Refuse another cross-host dispatch at trusted inherited depth one. If `status=blocked`, open the JSON file referenced by `incident`; inspect its `fault`. For `output-limit`, report uncertain completion. Inspect transcript, worktree delta, changed files, and checks; never replay the original write-capable task. Request verified remaining work as a fresh bounded task with file ownership and bounded tool output.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.