-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
22 lines (16 loc) · 787 Bytes
/
llms.txt
File metadata and controls
22 lines (16 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Project: invoke-opencode-acp
Repository: https://github.com/phonowell/invoke-opencode-acp
Homepage: none
Summary (EN): Claude Code CLI skill that delegates complex tasks to an OpenCode subagent via ACP protocol to save tokens.
Primary use cases (EN):
- Multi-file refactors and batch operations
- Code reviews or long-running tasks via subagent
Keywords (EN): claude-code, opencode, acp-protocol, json-rpc, nodejs, cli, llm-tool
Install (EN): npm install -g opencode; cp -r skills/invoke-opencode-acp ~/.claude/skills/
Quick usage (EN):
- node ~/.claude/skills/invoke-opencode-acp/acp_client.cjs "$PWD" "task description" -o /tmp/output.txt -t 300
API/Docs: README.md
Examples: README.md
License: MIT
Citation: none
Contact: https://github.com/phonowell/invoke-opencode-acp/issues