skills/coding-agent-orchestrator/skills/coding-agent/SKILL.md
Implementation/review workflow for approved plans. Route ACP-first, then CLI fallback. Use after explicit APPROVE.
npx skillsauth add aaaaqwq/agi-super-team coding-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Only execute this skill after explicit approval in the current conversation context:
APPROVEApproval must correspond to the latest pending plan in-context.
If no matching approved plan exists, stop and request:
Run /plan first, then reply APPROVE.
command -v codex && codex --versioncommand -v timeoutcommand -v ghcommand -v claude || test -x ~/.claude/local/clauderg, git status, git diff, docs).scripts/plan-review or scripts/plan-review-live.codex review --base ... (or safe-review.sh wrapper).For harness-style implementation/review requests, ACP routing is mode-specific:
acpx) with CLI fallback.codex review --base first, then ACP fallback.CODING_AGENT_ACP_ENABLE=0.CODING_AGENT_ACPX_CMD.CODING_AGENT_ACP_AGENT (default: codex).CODING_AGENT_VERBOSE controls execution progress verbosity. Default is off.
off (default): concise progress updates.on: include structured progress updates with Now, Why, and Next.Accepted truthy values (case-insensitive): 1, true, on, yes, verbose.
Accepted falsy values: unset, 0, false, off, no.
When verbose mode is on:
Now/Why/Next format.Verbosity must not block execution. After explaining intent, proceed immediately unless waiting on a required user decision or an explicit approval gate. Status updates are not a wait state: if the next step is executable, run it in the same turn.
For wrapper/CLI runs expected to exceed 30 seconds:
RUN_EVENT start.RUN_EVENT heartbeat every 20 seconds while running.RUN_EVENT interrupted immediately on signal/timeout/interruption.RUN_EVENT failed on non-interruption errors.RUN_EVENT done on success.Open only the references needed for the current task:
references/WORKFLOW.mdreferences/STANDARDS.mdreferences/tooling.mdreferences/codex-cli.mdreferences/claude-code.mdreferences/reviews.mddevelopment
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.