ai-agent-skills 2.0.1 → 3.0.0
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/.skills/ai-skills-4avRYs/.skill-meta.json +8 -0
- package/.skills/ai-skills-4avRYs/SKILL.md +1 -0
- package/.skills/ai-skills-8rNBNT/.skill-meta.json +8 -0
- package/.skills/ai-skills-8rNBNT/SKILL.md +1 -0
- package/.skills/ai-skills-9FpYNq/.skill-meta.json +8 -0
- package/.skills/ai-skills-9FpYNq/SKILL.md +1 -0
- package/.skills/ai-skills-C1Emv9/.skill-meta.json +8 -0
- package/.skills/ai-skills-C1Emv9/SKILL.md +1 -0
- package/.skills/ai-skills-DRjQpJ/.skill-meta.json +8 -0
- package/.skills/ai-skills-DRjQpJ/SKILL.md +1 -0
- package/.skills/ai-skills-OIZADr/.skill-meta.json +8 -0
- package/.skills/ai-skills-OIZADr/SKILL.md +1 -0
- package/.skills/ai-skills-PaEPLI/.skill-meta.json +8 -0
- package/.skills/ai-skills-PaEPLI/SKILL.md +1 -0
- package/.skills/ai-skills-QEIEpN/.skill-meta.json +8 -0
- package/.skills/ai-skills-QEIEpN/SKILL.md +1 -0
- package/.skills/ai-skills-WLdMPM/.skill-meta.json +8 -0
- package/.skills/ai-skills-WLdMPM/SKILL.md +1 -0
- package/.skills/ai-skills-bNmvTq/.skill-meta.json +8 -0
- package/.skills/ai-skills-bNmvTq/SKILL.md +1 -0
- package/.skills/ai-skills-gmrY1L/.skill-meta.json +8 -0
- package/.skills/ai-skills-gmrY1L/SKILL.md +1 -0
- package/.skills/ai-skills-hs6BfU/.skill-meta.json +8 -0
- package/.skills/ai-skills-hs6BfU/SKILL.md +1 -0
- package/.skills/ai-skills-xZKz7I/.skill-meta.json +8 -0
- package/.skills/ai-skills-xZKz7I/SKILL.md +1 -0
- package/README.md +87 -51
- package/WORK_AREAS.md +0 -9
- package/cli.js +818 -128
- package/package.json +7 -10
- package/scripts/validate.js +213 -0
- package/skills.json +6 -11
- package/tui/catalog.cjs +11 -0
- package/tui/index.mjs +118 -65
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Test Skill
|
package/README.md
CHANGED
|
@@ -6,18 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<strong>There are a lot of agent skills now. These are the ones I keep around.</strong><br>
|
|
9
|
-
Some are mine. Some come from other great repos
|
|
9
|
+
Some are mine. Some come from other great repos.<br>
|
|
10
|
+
<em>My curated agent skills library</em>
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
<p align="center">
|
|
13
14
|
<img src="https://img.shields.io/badge/skills-48-blue?style=flat-square" alt="Skills" />
|
|
14
|
-
<img src="https://img.shields.io/badge/agents-11+-green?style=flat-square" alt="Compatible Agents" />
|
|
15
15
|
<img src="https://img.shields.io/npm/v/ai-agent-skills?style=flat-square&color=red" alt="npm" />
|
|
16
16
|
<img src="https://img.shields.io/npm/dt/ai-agent-skills?style=flat-square&color=orange" alt="Downloads" />
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
<p align="center">
|
|
20
20
|
<a href="#quick-start"><strong>Quick Start</strong></a> ·
|
|
21
|
+
<a href="#install-from-any-source"><strong>Install from Any Source</strong></a> ·
|
|
21
22
|
<a href="#read-the-library"><strong>Read the Library</strong></a> ·
|
|
22
23
|
<a href="#work-areas"><strong>Work Areas</strong></a> ·
|
|
23
24
|
<a href="#cli-collections"><strong>CLI Collections</strong></a> ·
|
|
@@ -35,7 +36,7 @@ I launched this on December 17, 2025, the day after Agent Skills became an open
|
|
|
35
36
|
|
|
36
37
|
This repo is my library of agent skills: the ones I use, adapt, or recommend.
|
|
37
38
|
|
|
38
|
-
I built it first as a universal installer. That still works, but the center now is curation: work-area organization, source lineage, trust metadata, and stable vendored installs.
|
|
39
|
+
I built it first as a universal installer. That still works, but the center now is curation: work-area organization, source lineage, trust metadata, and stable vendored installs. v3 simplifies the install model to two scopes: global (`~/.claude/skills/`) for your personal library, and project (`.agents/skills/`) for skills committed with your repo.
|
|
39
40
|
|
|
40
41
|
If you only want the default universal installer flow, use `skills.sh`. If you want a curated library with explicit provenance, use this repo.
|
|
41
42
|
|
|
@@ -49,26 +50,53 @@ If you only want the default universal installer flow, use `skills.sh`. If you w
|
|
|
49
50
|
## Quick Start
|
|
50
51
|
|
|
51
52
|
```bash
|
|
52
|
-
#
|
|
53
|
+
# Browse the library
|
|
54
|
+
npx ai-agent-skills
|
|
55
|
+
|
|
56
|
+
# Install a skill
|
|
53
57
|
npx ai-agent-skills install frontend-design
|
|
54
58
|
|
|
55
|
-
# Install
|
|
56
|
-
npx ai-agent-skills install
|
|
59
|
+
# Install from any GitHub repo
|
|
60
|
+
npx ai-agent-skills install anthropics/skills
|
|
57
61
|
|
|
58
|
-
#
|
|
59
|
-
npx ai-agent-skills
|
|
62
|
+
# Install to your project (shared with team)
|
|
63
|
+
npx ai-agent-skills install pdf -p
|
|
64
|
+
```
|
|
60
65
|
|
|
61
|
-
|
|
62
|
-
|
|
66
|
+
Skills install to `~/.claude/skills/` by default.
|
|
67
|
+
Use `-p` for project-scoped installs to `.agents/skills/`, where most major agents can read them.
|
|
63
68
|
|
|
64
|
-
|
|
65
|
-
npx ai-agent-skills search testing
|
|
69
|
+
## How the Catalog Works
|
|
66
70
|
|
|
67
|
-
|
|
68
|
-
|
|
71
|
+
Every skill in this library carries metadata beyond a name and description. Here is what a real entry looks like:
|
|
72
|
+
|
|
73
|
+
```json
|
|
74
|
+
{
|
|
75
|
+
"name": "ask-questions-if-underspecified",
|
|
76
|
+
"author": "thsottiaux",
|
|
77
|
+
"origin": "adapted",
|
|
78
|
+
"trust": "verified",
|
|
79
|
+
"syncMode": "adapted",
|
|
80
|
+
"sourceUrl": "https://github.com/MoizIbnYousaf/Ai-Agent-Skills/...",
|
|
81
|
+
"whyHere": "Kept because this requirement-clarification pattern is one of the cleanest ways to stop agents from running ahead on underspecified work.",
|
|
82
|
+
"lastVerified": "2026-03-13"
|
|
83
|
+
}
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
`trust` tells you how much review a skill has received: verified, reviewed, or listed. `syncMode` tells you whether the skill tracks upstream changes or is pinned as a stable snapshot. `whyHere` is a written rationale for why this specific skill belongs in the library. You can see this for any skill by running `npx ai-agent-skills info <name>`.
|
|
87
|
+
|
|
88
|
+
## Install from Any Source
|
|
89
|
+
|
|
90
|
+
Point the CLI at any GitHub repo that follows the SKILL.md standard:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
npx ai-agent-skills install anthropics/skills
|
|
94
|
+
npx ai-agent-skills install anthropics/skills@frontend-design
|
|
95
|
+
npx ai-agent-skills install anthropics/skills --list
|
|
96
|
+
npx ai-agent-skills install ./local-skills
|
|
69
97
|
```
|
|
70
98
|
|
|
71
|
-
|
|
99
|
+
Use `--skill` to pick specific skills. Use `--list` to see what's available before installing.
|
|
72
100
|
|
|
73
101
|
## Read the Library
|
|
74
102
|
|
|
@@ -105,7 +133,6 @@ If you want the same map in the terminal, use `npx ai-agent-skills browse`.
|
|
|
105
133
|
|-----------|----------------|------------------|--------------|
|
|
106
134
|
| Frontend | Product UI, interface systems, and design implementation work | React, Figma, UI | Anthropic, OpenAI, Composio |
|
|
107
135
|
| Backend | APIs, architecture, databases, MCP, and deeper codebase work | MCP, Database, Python | wshobson, Anthropic |
|
|
108
|
-
| Mobile | Handheld product work and release support | Expo, Swift | Selective coverage |
|
|
109
136
|
| Docs | Documents, specs, code docs, and product documentation | PDF, Writing, OpenAI | Anthropic, OpenAI |
|
|
110
137
|
| Testing | Review, QA, browser automation, CI, and observability | Regression, CI, Browser Automation, Observability | Moiz, Anthropic, OpenAI |
|
|
111
138
|
| Workflow | Clarification, plans, files, and execution support | Clarification, Planning, Jira, Files | Moiz, OpenAI, Composio |
|
|
@@ -148,22 +175,6 @@ Some skills track clean upstream mirrors. Others are stable snapshots I keep ven
|
|
|
148
175
|
| [ComposioHQ/awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) | Broad practical coverage for workflow, files, research, and creative tasks. | 15 skills |
|
|
149
176
|
| [MoizIbnYousaf/Ai-Agent-Skills](https://github.com/MoizIbnYousaf/Ai-Agent-Skills) | The skills I write and maintain directly. | 5 skills |
|
|
150
177
|
|
|
151
|
-
## Supported Agents
|
|
152
|
-
|
|
153
|
-
| Agent | Flag | Install Location |
|
|
154
|
-
|-------|------|------------------|
|
|
155
|
-
| Claude Code | `--agent claude` | `~/.claude/skills/` |
|
|
156
|
-
| Cursor | `--agent cursor` | `.cursor/skills/` |
|
|
157
|
-
| Codex | `--agent codex` | `~/.codex/skills/` |
|
|
158
|
-
| Amp | `--agent amp` | `~/.amp/skills/` |
|
|
159
|
-
| VS Code / Copilot | `--agent vscode` | `.github/skills/` |
|
|
160
|
-
| Gemini CLI | `--agent gemini` | `~/.gemini/skills/` |
|
|
161
|
-
| Goose | `--agent goose` | `~/.config/goose/skills/` |
|
|
162
|
-
| OpenCode | `--agent opencode` | `~/.config/opencode/skill/` |
|
|
163
|
-
| Letta | `--agent letta` | `~/.letta/skills/` |
|
|
164
|
-
| Kilo Code | `--agent kilocode` | `~/.kilocode/skills/` |
|
|
165
|
-
| Portable | `--agent project` | `.skills/` |
|
|
166
|
-
|
|
167
178
|
## Commands
|
|
168
179
|
|
|
169
180
|
```bash
|
|
@@ -172,28 +183,66 @@ npx ai-agent-skills browse
|
|
|
172
183
|
npx ai-agent-skills collections
|
|
173
184
|
npx ai-agent-skills list
|
|
174
185
|
npx ai-agent-skills list --work-area frontend
|
|
175
|
-
npx ai-agent-skills list --category development
|
|
176
186
|
npx ai-agent-skills list --collection my-picks
|
|
177
187
|
npx ai-agent-skills search testing
|
|
178
188
|
npx ai-agent-skills info frontend-design
|
|
179
189
|
|
|
180
190
|
# Installation
|
|
181
191
|
npx ai-agent-skills install <name>
|
|
182
|
-
npx ai-agent-skills install <name>
|
|
192
|
+
npx ai-agent-skills install <name> -p
|
|
183
193
|
npx ai-agent-skills install <owner/repo>
|
|
184
|
-
npx ai-agent-skills install <
|
|
194
|
+
npx ai-agent-skills install <owner/repo>@<skill>
|
|
195
|
+
npx ai-agent-skills install <owner/repo> --list
|
|
196
|
+
npx ai-agent-skills install <owner/repo> --skill <name>
|
|
185
197
|
npx ai-agent-skills install ./path
|
|
186
198
|
npx ai-agent-skills install <name> --dry-run
|
|
187
199
|
|
|
188
200
|
# Management
|
|
189
201
|
npx ai-agent-skills uninstall <name>
|
|
190
|
-
npx ai-agent-skills update
|
|
191
|
-
npx ai-agent-skills
|
|
202
|
+
npx ai-agent-skills update [name]
|
|
203
|
+
npx ai-agent-skills check
|
|
204
|
+
|
|
205
|
+
# Authoring
|
|
206
|
+
npx ai-agent-skills init [name]
|
|
192
207
|
|
|
193
208
|
# Configuration
|
|
194
|
-
npx ai-agent-skills config
|
|
209
|
+
npx ai-agent-skills config
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
<details>
|
|
213
|
+
<summary>Legacy agent support</summary>
|
|
214
|
+
|
|
215
|
+
These agents are still supported via `--agent <name>`:
|
|
216
|
+
|
|
217
|
+
| Agent | Flag | Install Location |
|
|
218
|
+
|-------|------|------------------|
|
|
219
|
+
| Claude Code | `--agent claude` | `~/.claude/skills/` |
|
|
220
|
+
| Cursor | `--agent cursor` | `.cursor/skills/` |
|
|
221
|
+
| Codex | `--agent codex` | `~/.codex/skills/` |
|
|
222
|
+
| Amp | `--agent amp` | `~/.amp/skills/` |
|
|
223
|
+
| VS Code / Copilot | `--agent vscode` | `.github/skills/` |
|
|
224
|
+
| Gemini CLI | `--agent gemini` | `~/.gemini/skills/` |
|
|
225
|
+
| Goose | `--agent goose` | `~/.config/goose/skills/` |
|
|
226
|
+
| OpenCode | `--agent opencode` | `~/.config/opencode/skill/` |
|
|
227
|
+
| Letta | `--agent letta` | `~/.letta/skills/` |
|
|
228
|
+
| Kilo Code | `--agent kilocode` | `~/.kilocode/skills/` |
|
|
229
|
+
| Portable | `--agent project` | `.skills/` |
|
|
230
|
+
|
|
231
|
+
</details>
|
|
232
|
+
|
|
233
|
+
## What Are Agent Skills?
|
|
234
|
+
|
|
235
|
+
Agent skills follow the open format documented at [agentskills.io](https://agentskills.io). A skill is just a folder:
|
|
236
|
+
|
|
237
|
+
```text
|
|
238
|
+
my-skill/
|
|
239
|
+
├── SKILL.md
|
|
240
|
+
├── scripts/
|
|
241
|
+
└── references/
|
|
195
242
|
```
|
|
196
243
|
|
|
244
|
+
All major coding agents support some variation of this pattern.
|
|
245
|
+
|
|
197
246
|
## Manual Install
|
|
198
247
|
|
|
199
248
|
```bash
|
|
@@ -214,19 +263,6 @@ Before opening a PR:
|
|
|
214
263
|
4. Put the skill on a top-level shelf only if it clearly belongs there.
|
|
215
264
|
5. Explain why it belongs here.
|
|
216
265
|
|
|
217
|
-
## What Are Agent Skills?
|
|
218
|
-
|
|
219
|
-
Agent skills follow the open format documented at [agentskills.io](https://agentskills.io). A skill is just a folder:
|
|
220
|
-
|
|
221
|
-
```text
|
|
222
|
-
my-skill/
|
|
223
|
-
├── SKILL.md
|
|
224
|
-
├── scripts/
|
|
225
|
-
└── references/
|
|
226
|
-
```
|
|
227
|
-
|
|
228
|
-
All major coding agents support some variation of this pattern.
|
|
229
|
-
|
|
230
266
|
## Links
|
|
231
267
|
|
|
232
268
|
- [Agent Skills Spec](https://agentskills.io)
|
package/WORK_AREAS.md
CHANGED
|
@@ -34,15 +34,6 @@ Infra, tooling, application architecture, and codebase depth.
|
|
|
34
34
|
| Refactoring | [`code-refactoring`](./skills/code-refactoring) | wshobson |
|
|
35
35
|
| TypeScript | [`javascript-typescript`](./skills/javascript-typescript) | wshobson |
|
|
36
36
|
|
|
37
|
-
## Mobile
|
|
38
|
-
|
|
39
|
-
App work for iOS, Android, Expo, and handheld product flows.
|
|
40
|
-
|
|
41
|
-
**Coverage:** intentionally selective right now.
|
|
42
|
-
**Main sources:** none active in the package today
|
|
43
|
-
|
|
44
|
-
This area stays in the browse model because it matters, but I am not keeping weak mobile pointers in the library just to fill the shelf.
|
|
45
|
-
|
|
46
37
|
## Docs
|
|
47
38
|
|
|
48
39
|
Documents, specs, file handling, and long-form output.
|