-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.json
More file actions
15 lines (15 loc) · 807 Bytes
/
Copy pathindex.json
File metadata and controls
15 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
"skills": [
{
"name": "opencode-delegate",
"type": "archive",
"description": "Run OpenCode CLI as a headless delegate. Use when the user names OpenCode or opencode, says \"ask OpenCode\", wants `opencode run`, wants a provider-agnostic second opinion, or compares coding agents. Do NOT use for interactive sessions, other CLIs, or tasks not meant for delegation.",
"url": "https://raw.githubusercontent.com/letya999/opencode-delegate/dev/dist/opencode-delegate.zip",
"digest": "sha256:e7306192cccf2f7174032096eead8a1f277b356d30caeccc95dffdd8b9eb6124",
"repository": "https://github.com/letya999/opencode-delegate",
"license": "MIT",
"publisher": "Artem Letyushev"
}
]
}