Agent skill

invoke-opencode-acp

Delegate complex tasks to OpenCode subagent, use when >=2 file modifications or batch operations

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill invoke-opencode-acp-phonowell-invoke-opencode-acp-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash
Path: skills/agent/invoke-opencode-acp-phonowell-invoke-opencode-acp-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# invoke-opencode-acp ## When to Use - Triggers: >=2 file modifications / refactor / batch ops / code review / multi-step reasoning / git ops - Avoid: single-file quick edits / recursive OpenCode calls ## Core Intent - Save tokens (50-90%) / main model decides / subagent executes details ## Efficiency Priority - `acp_client.cjs` (this dir) > manual protocol - `opencode acp` > run/serve (avoid HTTP) ## Constraints - Default sandbox blocks writes to `~/.config/opencode` and `~/.cache/opencode` and blocks network - First run plugin install ~30s; `acp_client.cjs` default `SESSION_TIMEOUT=10s` - Fix: run `acp_client.cjs` outside sandbox to allow `~` writes and network; or install once then retry; or raise `SESSION_TIMEOUT` > 30s - Evidence: `~/.local/share/opencode/log/*.log` records bun add/install and duration ## Workflow 1. Pick timeout: simple >=180s / medium >=600s / complex >=1800s 2. If first run or PermissionDenied/Timeout(10000ms) -> retry non-sandbox or install then retry 3. Run: ```bash node ~/.claude/skills/invoke-opencode-acp/acp_client.cjs "$PWD" "task description" -o /tmp/output.txt -t 300 ``` 4. Listen `session/update` -> drop `<thinking>` -> `result.stopReason === 'end_

What's inside
Steps it walks through
  1. When to Use
  2. Core Intent
  3. Efficiency Priority
  4. Constraints
  5. Workflow
  6. Protocol Notes
  7. Dependencies
Ships with 1 file
  • metadata.json
Commands it runs
node ~/.claude/skills/invoke-opencode-acp/acp_client.cjs "$PWD" "task description" -o /tmp/output.txt -t 300
More from claude-skill-registry
All skills →
About this skill
What does the invoke-opencode-acp skill do?

Delegate complex tasks to OpenCode subagent, use when >=2 file modifications or batch operations

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill invoke-opencode-acp-phonowell-invoke-opencode-acp-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going