opencode-skills-collection 4.0.44 → 4.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +25 -1
- package/bundled-skills/agy-delegate/SKILL.md +168 -0
- package/bundled-skills/agy-delegate/references/dispatch-and-poll.md +140 -0
- package/bundled-skills/agy-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/agy-delegate/references/review-and-land.md +103 -0
- package/bundled-skills/agy-delegate/references/writing-the-brief.md +124 -0
- package/bundled-skills/aider-delegate/SKILL.md +227 -0
- package/bundled-skills/aider-delegate/references/dispatch-and-poll.md +154 -0
- package/bundled-skills/aider-delegate/references/multi-task-queues.md +68 -0
- package/bundled-skills/aider-delegate/references/review-and-land.md +101 -0
- package/bundled-skills/aider-delegate/references/writing-the-brief.md +142 -0
- package/bundled-skills/babysit-pr/SKILL.md +343 -0
- package/bundled-skills/claude-delegate/SKILL.md +182 -0
- package/bundled-skills/claude-delegate/references/dispatch-and-poll.md +220 -0
- package/bundled-skills/claude-delegate/references/multi-task-queues.md +66 -0
- package/bundled-skills/claude-delegate/references/review-and-land.md +117 -0
- package/bundled-skills/claude-delegate/references/writing-the-brief.md +158 -0
- package/bundled-skills/cline-delegate/SKILL.md +140 -0
- package/bundled-skills/cline-delegate/references/dispatch-and-poll.md +142 -0
- package/bundled-skills/cline-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/cline-delegate/references/review-and-land.md +80 -0
- package/bundled-skills/cline-delegate/references/writing-the-brief.md +129 -0
- package/bundled-skills/codex-delegate/SKILL.md +177 -0
- package/bundled-skills/codex-delegate/references/dispatch-and-poll.md +161 -0
- package/bundled-skills/codex-delegate/references/multi-task-queues.md +66 -0
- package/bundled-skills/codex-delegate/references/review-and-land.md +126 -0
- package/bundled-skills/codex-delegate/references/writing-the-brief.md +125 -0
- package/bundled-skills/commandcode-delegate/SKILL.md +188 -0
- package/bundled-skills/commandcode-delegate/references/dispatch-and-poll.md +222 -0
- package/bundled-skills/commandcode-delegate/references/multi-task-queues.md +81 -0
- package/bundled-skills/commandcode-delegate/references/review-and-land.md +144 -0
- package/bundled-skills/commandcode-delegate/references/writing-the-brief.md +147 -0
- package/bundled-skills/copilot-delegate/SKILL.md +159 -0
- package/bundled-skills/copilot-delegate/references/dispatch-and-poll.md +143 -0
- package/bundled-skills/copilot-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/copilot-delegate/references/review-and-land.md +80 -0
- package/bundled-skills/copilot-delegate/references/writing-the-brief.md +140 -0
- package/bundled-skills/cursor-delegate/SKILL.md +170 -0
- package/bundled-skills/cursor-delegate/references/dispatch-and-poll.md +162 -0
- package/bundled-skills/cursor-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/cursor-delegate/references/review-and-land.md +93 -0
- package/bundled-skills/cursor-delegate/references/writing-the-brief.md +126 -0
- package/bundled-skills/debate-review/SKILL.md +85 -0
- package/bundled-skills/debate-review/assets/prompts/review-debate.md +51 -0
- package/bundled-skills/debate-review/assets/prompts/review-main.md +64 -0
- package/bundled-skills/debate-review/assets/prompts/review-rebuttal.md +42 -0
- package/bundled-skills/debate-review/references/comment-format.md +63 -0
- package/bundled-skills/debate-review/references/schema.md +95 -0
- package/bundled-skills/delegate-setup/SKILL.md +215 -0
- package/bundled-skills/delegate-setup/references/schema.md +100 -0
- package/bundled-skills/delegate-setup/references/setup-dialogue.md +101 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/falsify/SKILL.md +263 -0
- package/bundled-skills/falsify/references/bias-catalog.md +42 -0
- package/bundled-skills/falsify/references/mental-models.md +135 -0
- package/bundled-skills/falsify/templates/thinking-ledger.md +104 -0
- package/bundled-skills/graceful-shutdown/SKILL.md +379 -0
- package/bundled-skills/grok-delegate/SKILL.md +179 -0
- package/bundled-skills/grok-delegate/references/dispatch-and-poll.md +171 -0
- package/bundled-skills/grok-delegate/references/multi-task-queues.md +67 -0
- package/bundled-skills/grok-delegate/references/review-and-land.md +130 -0
- package/bundled-skills/grok-delegate/references/writing-the-brief.md +119 -0
- package/bundled-skills/kimi-delegate/SKILL.md +137 -0
- package/bundled-skills/kimi-delegate/references/dispatch-and-poll.md +134 -0
- package/bundled-skills/kimi-delegate/references/multi-task-queues.md +58 -0
- package/bundled-skills/kimi-delegate/references/review-and-land.md +92 -0
- package/bundled-skills/kimi-delegate/references/writing-the-brief.md +132 -0
- package/bundled-skills/omp-delegate/SKILL.md +186 -0
- package/bundled-skills/omp-delegate/references/dispatch-and-poll.md +155 -0
- package/bundled-skills/omp-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/omp-delegate/references/review-and-land.md +95 -0
- package/bundled-skills/omp-delegate/references/writing-the-brief.md +149 -0
- package/bundled-skills/opencode-delegate/SKILL.md +189 -0
- package/bundled-skills/opencode-delegate/references/dispatch-and-poll.md +156 -0
- package/bundled-skills/opencode-delegate/references/multi-task-queues.md +68 -0
- package/bundled-skills/opencode-delegate/references/review-and-land.md +125 -0
- package/bundled-skills/opencode-delegate/references/writing-the-brief.md +142 -0
- package/bundled-skills/pi-delegate/SKILL.md +148 -0
- package/bundled-skills/pi-delegate/references/dispatch-and-poll.md +146 -0
- package/bundled-skills/pi-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/pi-delegate/references/review-and-land.md +95 -0
- package/bundled-skills/pi-delegate/references/writing-the-brief.md +132 -0
- package/bundled-skills/qoder-delegate/SKILL.md +151 -0
- package/bundled-skills/qoder-delegate/references/dispatch-and-poll.md +119 -0
- package/bundled-skills/qoder-delegate/references/multi-task-queues.md +43 -0
- package/bundled-skills/qoder-delegate/references/review-and-land.md +66 -0
- package/bundled-skills/qoder-delegate/references/writing-the-brief.md +85 -0
- package/bundled-skills/sandbase-mcp/SKILL.md +194 -0
- package/bundled-skills/ui-slop-score/SKILL.md +2 -2
- package/bundled-skills/unsloth-finetuning/SKILL.md +352 -0
- package/bundled-skills/vibe-delegate/SKILL.md +147 -0
- package/bundled-skills/vibe-delegate/references/dispatch-and-poll.md +144 -0
- package/bundled-skills/vibe-delegate/references/multi-task-queues.md +59 -0
- package/bundled-skills/vibe-delegate/references/review-and-land.md +87 -0
- package/bundled-skills/vibe-delegate/references/writing-the-brief.md +131 -0
- package/bundled-skills/warp-delegate/SKILL.md +192 -0
- package/bundled-skills/warp-delegate/references/dispatch-and-poll.md +163 -0
- package/bundled-skills/warp-delegate/references/multi-task-queues.md +80 -0
- package/bundled-skills/warp-delegate/references/review-and-land.md +123 -0
- package/bundled-skills/warp-delegate/references/writing-the-brief.md +105 -0
- package/bundled-skills/zcode-delegate/SKILL.md +202 -0
- package/bundled-skills/zcode-delegate/references/dispatch-and-poll.md +113 -0
- package/bundled-skills/zcode-delegate/references/multi-task-queues.md +87 -0
- package/bundled-skills/zcode-delegate/references/review-and-land.md +81 -0
- package/bundled-skills/zcode-delegate/references/writing-the-brief.md +120 -0
- package/package.json +1 -1
- package/skills_index.json +660 -0
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# Fleet schema (`delegate-fleet.v1`)
|
|
2
|
+
|
|
3
|
+
One concept: **lanes**. A lane names an implementer and optional dials.
|
|
4
|
+
|
|
5
|
+
## Document
|
|
6
|
+
|
|
7
|
+
```json
|
|
8
|
+
{
|
|
9
|
+
"version": "delegate-fleet.v1",
|
|
10
|
+
"lanes": {
|
|
11
|
+
"feature": {
|
|
12
|
+
"implementer": "opencode",
|
|
13
|
+
"model": "opencode/grok",
|
|
14
|
+
"variant": "high"
|
|
15
|
+
},
|
|
16
|
+
"tests": {
|
|
17
|
+
"implementer": "grok",
|
|
18
|
+
"effort": "medium"
|
|
19
|
+
},
|
|
20
|
+
"complex": {
|
|
21
|
+
"implementer": "claude",
|
|
22
|
+
"effort": "high"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
- `version` must be `delegate-fleet.v1`.
|
|
29
|
+
- `lanes` is an object keyed by lane name (`[A-Za-z0-9][A-Za-z0-9._-]*`).
|
|
30
|
+
- Every lane **requires** `implementer` (a key from the registry below).
|
|
31
|
+
- Other fields are dials; only dials listed for that implementer are allowed.
|
|
32
|
+
|
|
33
|
+
## Paths
|
|
34
|
+
|
|
35
|
+
| Scope | Path |
|
|
36
|
+
| --- | --- |
|
|
37
|
+
| Global | `$XDG_CONFIG_HOME/delegate-skills/config.json` when `XDG_CONFIG_HOME` is set; otherwise `~/.config/delegate-skills/config.json` (`os.homedir()` → `HOME` / `USERPROFILE`) |
|
|
38
|
+
| Project | `<git-root>/.delegate/config.json` |
|
|
39
|
+
|
|
40
|
+
Project overlays global by **whole-lane replace** (same lane name in project fully replaces the global lane).
|
|
41
|
+
Relays apply a project lane only when its exact config content matches the approval hash written under
|
|
42
|
+
that worktree's Git metadata by an explicitly approved `config.mjs write --scope project`. Cloned or
|
|
43
|
+
later-edited project config fails closed until it is reviewed and written again through `delegate-setup`.
|
|
44
|
+
|
|
45
|
+
## Implementer keys and dials
|
|
46
|
+
|
|
47
|
+
| Key | Skill | Binary | Supported dials |
|
|
48
|
+
| --- | --- | --- | --- |
|
|
49
|
+
| `claude` | claude-delegate | `claude` | model, effort, timeout, readOnly |
|
|
50
|
+
| `cline` | cline-delegate | `cline` | provider, model, timeout |
|
|
51
|
+
| `codex` | codex-delegate | `codex` | model, effort, sandbox, timeout, readOnly |
|
|
52
|
+
| `commandcode` | commandcode-delegate | `cmd` | model, effort, timeout, readOnly |
|
|
53
|
+
| `opencode` | opencode-delegate | `opencode` | model, **variant**, timeout, readOnly |
|
|
54
|
+
| `agy` | agy-delegate | `agy` | model, effort, timeout, readOnly |
|
|
55
|
+
| `grok` | grok-delegate | `grok` | model, effort, sandbox, timeout, readOnly |
|
|
56
|
+
| `kimi` | kimi-delegate | `kimi` | model, timeout |
|
|
57
|
+
| `qoder` | qoder-delegate | `qodercli` | model, permissionMode, timeout, readOnly |
|
|
58
|
+
| `vibe` | vibe-delegate | `vibe` | timeout, readOnly |
|
|
59
|
+
| `cursor` | cursor-delegate | `cursor-agent` | model, force, timeout, readOnly |
|
|
60
|
+
| `pi` | pi-delegate | `pi` | provider, model, timeout, readOnly |
|
|
61
|
+
| `omp` | omp-delegate | `omp` | provider, model, **effort** (`--thinking`), timeout, readOnly |
|
|
62
|
+
| `aider` | aider-delegate | `aider` | model, timeout, readOnly |
|
|
63
|
+
| `copilot` | copilot-delegate | `copilot` | model, effort, timeout, readOnly |
|
|
64
|
+
| `warp` | warp-delegate | `oz` | model, timeout |
|
|
65
|
+
| `zcode` | zcode-delegate | `zcode` | permissionMode, timeout, readOnly |
|
|
66
|
+
|
|
67
|
+
ZCode carries its `--mode` as `permissionMode`, and only `plan` and `yolo` are accepted: ZCode also
|
|
68
|
+
documents `build` and `edit`, but a headless run has no permission client, so those two block every
|
|
69
|
+
write tool and exit 0 having changed nothing. ZCode has no `--model` flag — the model is chosen in
|
|
70
|
+
the CLI's own config file — so `model` is not a dial for `zcode` lanes. ZCode also ships its CLI
|
|
71
|
+
inside the desktop app rather than on PATH, so discovery falls back to the installed app bundle.
|
|
72
|
+
|
|
73
|
+
OpenCode uses `variant` for reasoning intensity, not `effort`. Do not write `effort` on an `opencode` lane.
|
|
74
|
+
Oh My Pi (`omp`) uses the lane `effort` dial for omp's `--thinking` (`off`, `auto`, `minimal`, `low`, `medium`, `high`, `xhigh`, `max`). Do not write `thinking` as a lane field.
|
|
75
|
+
OpenCode lanes **require** `model` in `provider/model` form, with a non-empty provider before the first
|
|
76
|
+
`/` and at least one non-`/` character after it. Cline accepts `provider` and `model` as separate
|
|
77
|
+
dials and does not impose that shape.
|
|
78
|
+
|
|
79
|
+
Boolean dials: `readOnly`, `force`. All other dials are non-empty strings. Duration strings for
|
|
80
|
+
`timeout` use `h`/`m`/`s` (e.g. `30m`) and must fit the relay watchdog ceiling (~24.8 days).
|
|
81
|
+
Do not combine `readOnly: true` with a write-capable `sandbox` / `permissionMode` / `force`.
|
|
82
|
+
`model` / `provider` / OpenCode `variant` must match the bound relay’s token rules (e.g. Claude
|
|
83
|
+
rejects spaces; Grok/Pi/Oh My Pi/OpenCode/Codex/Command Code use a shell-safe token set — Windows `shell:true`
|
|
84
|
+
launches, and Oh My Pi's flag-injection defense even without a shell).
|
|
85
|
+
|
|
86
|
+
## Helpers
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
node <skill-dir>/scripts/discover.mjs
|
|
90
|
+
node <skill-dir>/scripts/config.mjs load [--cwd <dir>]
|
|
91
|
+
node <skill-dir>/scripts/config.mjs validate <file>
|
|
92
|
+
node <skill-dir>/scripts/config.mjs write --scope global|project [--cwd <dir>] <file>
|
|
93
|
+
node <skill-dir>/scripts/lane.mjs resolve --cwd <dir> --lane <name> --implementer <key>
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
`load` prints the **effective** map (each lane includes a `source` of `global` or `project`) and
|
|
97
|
+
`projectTrusted`, which reports whether the current project content matches its local approval hash.
|
|
98
|
+
`lane.mjs resolve` is what `*-delegate` relays call for `--lane`: it fails loud on a missing
|
|
99
|
+
lane, untrusted project config, or implementer mismatch, and prints relay-native dials
|
|
100
|
+
(e.g. grok `sandbox` → `autonomy`).
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
# Setup dialogue details
|
|
2
|
+
|
|
3
|
+
Load this when running a configure / reconfigure session. `SKILL.md` is authoritative and states each
|
|
4
|
+
rule once; this page expands the dialogue itself — the interview, how to ask it, how to read a usage
|
|
5
|
+
scan, and how to label what you propose.
|
|
6
|
+
|
|
7
|
+
## Grounding the lane map
|
|
8
|
+
|
|
9
|
+
The grounding menu is `SKILL.md` step 3. When the user picks the interview:
|
|
10
|
+
|
|
11
|
+
### The four interview questions
|
|
12
|
+
|
|
13
|
+
Allocation policy only. Users cannot rank model IDs — that is your job, not theirs.
|
|
14
|
+
|
|
15
|
+
| # | Ask | What it settles |
|
|
16
|
+
| --- | --- | --- |
|
|
17
|
+
| 1 | What kind of work do you delegate most? | The main lane — and its **name**. “migrations”, “bug triage”, “release-prep” beat the canned `feature`/`tests`/`ui`/`fast`/`complex` five |
|
|
18
|
+
| 2 | Which paid subscriptions should I burn, and which should I spare? | Quota economics. Discovery cannot see plans, limits, or what a run costs — only the user knows |
|
|
19
|
+
| 3 | Any CLI you already trust — and for what kind of work? Any that has burned you? | Lived experience outranks your priors about the underlying models. Trust is scoped: an answer qualifies the CLI for work like the work that earned it — follow up on the scope before it qualifies a high-stakes lane. It is never an order to assign work: "trusted + spared" means qualified but normally excluded (the spare rule is in `SKILL.md` step 3) |
|
|
20
|
+
| 4 | Default to fast and cheap, or slow and thorough? | Effort / variant dials, and who gets the `complex` lane |
|
|
21
|
+
|
|
22
|
+
Stop at four.
|
|
23
|
+
|
|
24
|
+
### How to ask them
|
|
25
|
+
|
|
26
|
+
The questions are conversation, not a survey — cramming all four into one cold multiple-choice
|
|
27
|
+
form loses exactly what they exist to collect.
|
|
28
|
+
|
|
29
|
+
- **One medium per round.** Every question you ask in a turn goes through the same channel: all
|
|
30
|
+
prose, or all in one form. Never mix the two — submitting a form ends the turn, so any prose
|
|
31
|
+
question asked beside it is simply lost, and the silence that follows is not an answer to it.
|
|
32
|
+
- **Question 1 is open-ended.** You want the user's words — they become lane names. If your harness
|
|
33
|
+
forces options, derive them from evidence (repo, usage scan, what the user has said), keep them one
|
|
34
|
+
genre (kinds of work — never a mix of domains and task types, which overlap), and treat a selection
|
|
35
|
+
as a draft lane name, not a category.
|
|
36
|
+
- **Questions 2 and 3 are set-valued.** The answer is a mapping across CLIs, so options must span the
|
|
37
|
+
*discovered* CLIs — never an arbitrary subset — with both directions expressible: burn *and* spare,
|
|
38
|
+
trust *and* burned-by. Multi-select if the harness has it; otherwise ask in prose.
|
|
39
|
+
- **Question 4 may be a closed choice.** Do not pre-mark an option as recommended — recommendations
|
|
40
|
+
belong in the proposal, after the answers.
|
|
41
|
+
- **Lead with question 1.** Its answer usually reshapes or removes the others — fewer than four is
|
|
42
|
+
better.
|
|
43
|
+
- **Silence shrinks the map** — the consent rule is in `SKILL.md` step 3; here is the phrasing for
|
|
44
|
+
it. Name the axis in one line — “nobody told me which subscriptions to spare, so I set no effort
|
|
45
|
+
dials; each CLI will use the default you configured” — and add that the answer is welcome anytime.
|
|
46
|
+
|
|
47
|
+
### Reading a usage scan
|
|
48
|
+
|
|
49
|
+
`node <skill-dir>/scripts/discover.mjs --usage` adds `usage` to each discovered CLI:
|
|
50
|
+
`{ "sessions": <int>, "lastUsed": <ISO-8601 | null> }`, or `null`.
|
|
51
|
+
|
|
52
|
+
- What to tell the user before running it: it counts session files and reads their timestamps. It
|
|
53
|
+
never opens one, so no conversation content is read.
|
|
54
|
+
- `usage: null` also covers a CLI with no local state directory — never report it as zero.
|
|
55
|
+
- Large disparities show where activity occurs — not what role the CLI played in it. 1600 codex
|
|
56
|
+
sessions against 20 pi sessions cannot tell you whether the user works inside codex (and would
|
|
57
|
+
orchestrate from it) or sends delegated work to it. Treat a meaningful disparity as a signal to
|
|
58
|
+
**ask**, never to assign: "codex has the most local sessions, but the scan cannot tell whether
|
|
59
|
+
you work inside it or delegate work to it — should I protect its quota, burn it as an
|
|
60
|
+
implementer, or treat it as mixed?" Combine the answer with the burn/spare interview answer when
|
|
61
|
+
the interview also ran; in a scan-only session the role answer is your only quota evidence —
|
|
62
|
+
propose conservatively and name the map quota-blind (the shrink rule in `SKILL.md` step 3).
|
|
63
|
+
- Low usage alone is not evidence of task fit. A surplus CLI still needs to be installed,
|
|
64
|
+
authenticated, and reliable to earn a lane.
|
|
65
|
+
- Small differences are noise. 97 against 61 decides nothing — fall back to the interview or to your
|
|
66
|
+
opinion, and label it as such.
|
|
67
|
+
- `lastUsed` weighs as much as the count. A big count that stopped months ago is a CLI the user moved
|
|
68
|
+
off; a recent date on a small count is one they are adopting.
|
|
69
|
+
- Counts are lifetime totals for that machine, not “this month”, and only cover sessions the CLI still
|
|
70
|
+
keeps on disk.
|
|
71
|
+
|
|
72
|
+
### Labelling the basis
|
|
73
|
+
|
|
74
|
+
The Basis values, and the rule that every lane carries one, are in `SKILL.md`. What lives here is the
|
|
75
|
+
split label and the addendum.
|
|
76
|
+
|
|
77
|
+
Label the parts separately when they differ. A lane whose implementer came from the usage scan but
|
|
78
|
+
whose model you chose is `usage + my opinion (model)`, never a flat `usage data` — session counts
|
|
79
|
+
say where the user works, not which model or effort level to buy for them. That split only exists in
|
|
80
|
+
quick-defaults mode, or when the user asked you for a dial: the evidence modes gate every dial
|
|
81
|
+
(`SKILL.md` rule 7), so there is no opinion-dial left to label.
|
|
82
|
+
|
|
83
|
+
In the evidence modes, unsolicited opinions about dials travel as an **addendum**, never as a
|
|
84
|
+
pre-filled field (quick-defaults proposals may include opinion-labeled dials — the user hired that
|
|
85
|
+
opinion). Show the table and the JSON first, then, in a separate paragraph after it: “If you want my
|
|
86
|
+
picks for models and effort levels, say the word and I’ll add them.” Then wait. A dial the user
|
|
87
|
+
asked for is theirs; the same dial sitting inside the JSON they are about to approve spent their
|
|
88
|
+
quota on your say-so.
|
|
89
|
+
|
|
90
|
+
## Auth and models
|
|
91
|
+
|
|
92
|
+
- `authenticated: null` (unknown) usually means no auth probe is wired for that CLI — currently `agy`
|
|
93
|
+
and `pi`, which expose no status command. Say that, rather than implying the login failed.
|
|
94
|
+
- Prefer not binding a lane to a CLI discover reports as `authenticated: false`.
|
|
95
|
+
- For claude specifically, `authenticated: false` can be a Keychain artifact when discovery itself
|
|
96
|
+
ran inside a sandbox: on macOS the live credentials sit in the login Keychain, and a sandbox that
|
|
97
|
+
blocks Keychain access makes the probe fall back to a possibly stale credentials file. Verify with
|
|
98
|
+
`claude auth status` outside the sandbox before treating the CLI as unauthenticated.
|
|
99
|
+
- Never invent model ids (rule 6): use `models.values` when `status` is `reported`, or ask the user,
|
|
100
|
+
or omit `model` when the CLI has a safe default (OpenCode does **not** — require a model for
|
|
101
|
+
opencode lanes).
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,
|
|
3
|
+
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,098+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 2,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 2,098+ skills
|
|
7
7
|
|
|
8
8
|
> **Custom-host integration:** This guide documents a low-level, direct-manifest lazy loader for Jetski/Cortex and similar hosts. For Codex or Claude Code, the recommended path is [AAS Core](../users/aas-core.md), which provides neutral, deterministic catalog retrieval and validates exact agent-selected IDs through a bounded, read-only MCP server.
|
|
9
9
|
|
|
@@ -25,7 +25,7 @@ Never do:
|
|
|
25
25
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
26
26
|
- re-inject the entire library for **every** request.
|
|
27
27
|
|
|
28
|
-
With 2,
|
|
28
|
+
With 2,098+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -23,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
|
|
23
23
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
24
24
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
25
25
|
|
|
26
|
-
This pattern avoids context overflow when you have 2,
|
|
26
|
+
This pattern avoids context overflow when you have 2,098+ skills installed.
|
|
27
27
|
|
|
28
28
|
Manifest contract references:
|
|
29
29
|
|
|
@@ -29,7 +29,7 @@ Preferred homepage:
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
31
|
- lead with `AAS Core` and the profile → stack → plan flow;
|
|
32
|
-
- present `2,
|
|
32
|
+
- present `2,098+ Agentic Skills` as supporting catalog evidence, not a second product;
|
|
33
33
|
- mention Codex and Claude as the current Core agent path, with broader host compatibility as distribution support;
|
|
34
34
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
35
35
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 2,
|
|
75
|
+
- All 2,098+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -31,7 +31,7 @@ AAS MCP does not scan the repository and does not decide which skills are best.
|
|
|
31
31
|
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.
|
|
34
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.3.0 -- aas mcp configure \
|
|
35
35
|
--host codex \
|
|
36
36
|
--scope user \
|
|
37
37
|
--config /absolute/path/to/codex/config.toml \
|
|
@@ -17,7 +17,7 @@ Configure AAS Core for Claude Code, describe the task and constraints, let Claud
|
|
|
17
17
|
- It lets Claude search the verified local catalog without loading the full library into context.
|
|
18
18
|
- It preserves Claude's exact selection without using metadata as an eligibility gate.
|
|
19
19
|
- It keeps MCP discovery read-only and CLI changes approval-gated.
|
|
20
|
-
- It includes 2,
|
|
20
|
+
- It includes 2,098+ skills instead of a narrow single-domain starter pack.
|
|
21
21
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
22
22
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
23
23
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,098+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 2,
|
|
21
|
+
- **Domain expertise** across 2,098+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -39,7 +39,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of AAS Core
|
|
|
39
39
|
|
|
40
40
|
When you ran `npx agentic-awesome-skills` or cloned the repository, you:
|
|
41
41
|
|
|
42
|
-
✅ **Downloaded 2,
|
|
42
|
+
✅ **Downloaded 2,098+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
43
43
|
✅ **Made them available** to your AI assistant
|
|
44
44
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
45
45
|
|
|
@@ -231,7 +231,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
231
231
|
|
|
232
232
|
## Direct-install Step 5: Pick Skills Manually
|
|
233
233
|
|
|
234
|
-
Don't try to use all 2,
|
|
234
|
+
Don't try to use all 2,098+ skills at once. Here's a sensible approach:
|
|
235
235
|
|
|
236
236
|
If you want a tool-specific starting point before choosing skills, use:
|
|
237
237
|
|
|
@@ -362,7 +362,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
362
362
|
|
|
363
363
|
### "Can I load all skills into the model at once?"
|
|
364
364
|
|
|
365
|
-
No. Even though you have 2,
|
|
365
|
+
No. Even though you have 2,098+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
366
366
|
|
|
367
367
|
The intended pattern is:
|
|
368
368
|
|
|
@@ -40,7 +40,7 @@ agentic-awesome-skills/
|
|
|
40
40
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
41
41
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
42
42
|
│
|
|
43
|
-
├── 📁 skills/ ← 2,
|
|
43
|
+
├── 📁 skills/ ← 2,098+ skills live here
|
|
44
44
|
│ │
|
|
45
45
|
│ ├── 📁 brainstorming/
|
|
46
46
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -53,7 +53,7 @@ agentic-awesome-skills/
|
|
|
53
53
|
│ │ └── 📁 2d-games/
|
|
54
54
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
55
55
|
│ │
|
|
56
|
-
│ └── ... (2,
|
|
56
|
+
│ └── ... (2,098+ total)
|
|
57
57
|
│
|
|
58
58
|
├── 📁 apps/
|
|
59
59
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -106,7 +106,7 @@ agentic-awesome-skills/
|
|
|
106
106
|
|
|
107
107
|
```
|
|
108
108
|
┌─────────────────────────┐
|
|
109
|
-
│ 2,
|
|
109
|
+
│ 2,098+ SKILLS │
|
|
110
110
|
└────────────┬────────────┘
|
|
111
111
|
│
|
|
112
112
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -207,7 +207,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
207
207
|
│ ├── 📁 brainstorming/ │
|
|
208
208
|
│ ├── 📁 stripe-integration/ │
|
|
209
209
|
│ ├── 📁 react-best-practices/ │
|
|
210
|
-
│ └── ... (2,
|
|
210
|
+
│ └── ... (2,098+ total) │
|
|
211
211
|
└─────────────────────────────────────────┘
|
|
212
212
|
```
|
|
213
213
|
|