📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -79,6 +79,18 @@ npx agentic-awesome-skills --agy
|
||||
|
||||
The npm installer uses a shallow, release-pinned clone by default so first-run installs stay lighter than a full repository history checkout while matching the published npm package version. Use `--tag main` only when you intentionally want the current repository tip.
|
||||
|
||||
### Focused single-skill install with GitHub CLI (preview)
|
||||
|
||||
GitHub CLI can preview and install one exact skill for Copilot and other supported hosts. Use an exact `SKILL.md` path in this large, mirrored repository so the selected source is unambiguous and discovery stays fast:
|
||||
|
||||
```bash
|
||||
gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
|
||||
gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md \
|
||||
--agent github-copilot --scope user --pin v14.2.0
|
||||
```
|
||||
|
||||
`gh skill` support is currently a GitHub CLI preview and may change. Install a focused skill or plugin surface for the job; do not use `--all` unless you intentionally want every discovered canonical and mirrored skill.
|
||||
|
||||
### Verify the install
|
||||
|
||||
```bash
|
||||
@@ -142,7 +154,7 @@ Use the same repository, but install or invoke it in the way your host expects.
|
||||
| Antigravity CLI (`agy`) | `npx agentic-awesome-skills --agy` | `/brainstorming help me plan a feature` |
|
||||
| Kiro CLI | `npx agentic-awesome-skills --kiro` | `Use brainstorming to plan a feature` |
|
||||
| Kiro IDE | `npx agentic-awesome-skills --path ~/.kiro/skills` | `Use @brainstorming to plan a feature` |
|
||||
| GitHub Copilot | _No installer — paste skills or rules manually_ | `Ask Copilot to use brainstorming to plan a feature` |
|
||||
| GitHub Copilot | `gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md --agent github-copilot --scope user --pin v14.2.0` (preview) | `Ask Copilot to use brainstorming to plan a feature` |
|
||||
| OpenCode | `npx agentic-awesome-skills --path .agents/skills --category development,backend --risk safe,none` | `opencode run @brainstorming help me plan a feature` |
|
||||
| AdaL CLI | `npx agentic-awesome-skills --path .adal/skills` | `Use brainstorming to plan a feature` |
|
||||
| Custom path | `npx agentic-awesome-skills --path ./my-skills` | Depends on your tool |
|
||||
|
||||
Reference in New Issue
Block a user