ai-agent-skills 3.4.4 → 3.5.1
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/README.md +102 -66
- package/cli.js +242 -17
- package/lib/catalog-mutations.cjs +64 -0
- package/lib/render-docs.cjs +22 -6
- package/package.json +2 -2
- package/skills.json +1061 -238
- package/tui/catalog.cjs +1 -0
- package/tui/index.mjs +15 -15
- package/skills/job-application/SKILL.md +0 -90
- package/skills/lead-research-assistant/SKILL.md +0 -199
- package/skills/video-downloader/SKILL.md +0 -106
package/README.md
CHANGED
|
@@ -1,43 +1,51 @@
|
|
|
1
|
-
|
|
1
|
+
<h1 align="center">AI Agent Skills</h1>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
<p align="center">
|
|
4
|
+
<strong>My curated library of agent skills, plus the package to build your own.</strong>
|
|
5
|
+
</p>
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
<p align="center">
|
|
8
|
+
A smaller library for Claude Code, Codex, Cursor, and other <code>SKILL.md</code>-compatible agents.
|
|
9
|
+
</p>
|
|
6
10
|
|
|
7
11
|
<!-- GENERATED:library-stats:start -->
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://github.com/MoizIbnYousaf/Ai-Agent-Skills"><img alt="GitHub stars" src="https://img.shields.io/github/stars/MoizIbnYousaf/Ai-Agent-Skills?style=for-the-badge&label=stars&labelColor=313244&color=89b4fa&logo=github&logoColor=cdd6f4" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/ai-agent-skills"><img alt="npm version" src="https://img.shields.io/npm/v/ai-agent-skills?style=for-the-badge&label=version&labelColor=313244&color=b4befe&logo=npm&logoColor=cdd6f4" /></a>
|
|
15
|
+
<a href="https://www.npmjs.com/package/ai-agent-skills"><img alt="npm total downloads" src="https://img.shields.io/npm/dt/ai-agent-skills?style=for-the-badge&label=downloads&labelColor=313244&color=f5e0dc&logo=npm&logoColor=cdd6f4" /></a>
|
|
16
|
+
<a href="https://github.com/MoizIbnYousaf/Ai-Agent-Skills#shelves"><img alt="Library structure" src="https://img.shields.io/badge/library-55%20skills%20%C2%B7%205%20shelves-cba6f7?style=for-the-badge&labelColor=313244&logo=bookstack&logoColor=cdd6f4" /></a>
|
|
17
|
+
</p>
|
|
18
|
+
|
|
19
|
+
<p align="center"><sub>8 house copies · 47 cataloged upstream</sub></p>
|
|
12
20
|
<!-- GENERATED:library-stats:end -->
|
|
13
21
|
|
|
14
|
-
|
|
22
|
+
<p align="center"><em>Picked, shelved, and maintained by hand.</em></p>
|
|
15
23
|
|
|
16
|
-
##
|
|
24
|
+
## Library
|
|
17
25
|
|
|
18
26
|
`ai-agent-skills` is a CLI library of agent skills for tools like Claude Code, Codex, Cursor, and other SKILL.md-compatible agents.
|
|
19
27
|
|
|
20
|
-
|
|
28
|
+
I organize it the way I work:
|
|
21
29
|
|
|
22
30
|
- Start with a shelf like `frontend` or `workflow`
|
|
23
|
-
-
|
|
24
|
-
- Keep provenance visible
|
|
25
|
-
- Keep
|
|
31
|
+
- Keep the set small enough to browse quickly
|
|
32
|
+
- Keep provenance visible
|
|
33
|
+
- Keep notes that explain why a skill is here
|
|
26
34
|
|
|
27
|
-
|
|
28
|
-
|
|
35
|
+
Use `skills.sh` for the broad ecosystem.
|
|
36
|
+
Use this repo for my kept set.
|
|
29
37
|
|
|
30
|
-
## Why
|
|
38
|
+
## Why Keep It
|
|
31
39
|
|
|
32
40
|
I launched this on December 17, 2025, before `skills.sh` existed and before the ecosystem had a clear default universal installer.
|
|
33
41
|
|
|
34
|
-
Originally this repo was that
|
|
42
|
+
Originally this repo was that installer. That part still matters.
|
|
35
43
|
|
|
36
|
-
|
|
44
|
+
I keep it because the library itself has become useful: shelves, provenance, and notes that make the curation legible.
|
|
37
45
|
|
|
38
|
-
##
|
|
46
|
+
## How It Works
|
|
39
47
|
|
|
40
|
-
|
|
48
|
+
Each skill here is either a house copy or a cataloged upstream pick.
|
|
41
49
|
|
|
42
50
|
- `House copies`
|
|
43
51
|
Local folders under `skills/<name>/`.
|
|
@@ -47,7 +55,7 @@ Every skill in the library is one of two things:
|
|
|
47
55
|
Metadata in `skills.json` with no local folder.
|
|
48
56
|
These stay upstream and install live from the source repo when you ask for them.
|
|
49
57
|
|
|
50
|
-
|
|
58
|
+
Upstream work stays upstream. That keeps the library lean.
|
|
51
59
|
|
|
52
60
|
## Quick Start
|
|
53
61
|
|
|
@@ -61,9 +69,18 @@ npx ai-agent-skills list
|
|
|
61
69
|
# Install a skill from the library
|
|
62
70
|
npx ai-agent-skills install frontend-design
|
|
63
71
|
|
|
72
|
+
# Install the Swift hub straight to Claude + Codex
|
|
73
|
+
npx ai-agent-skills swift
|
|
74
|
+
|
|
75
|
+
# Install an entire curated pack
|
|
76
|
+
npx ai-agent-skills install --collection swift-agent-skills -p
|
|
77
|
+
|
|
64
78
|
# Install to the project shelf
|
|
65
79
|
npx ai-agent-skills install pdf -p
|
|
66
80
|
|
|
81
|
+
# Install all skills from an upstream repo straight to Claude + Codex
|
|
82
|
+
npx ai-agent-skills anthropics/skills
|
|
83
|
+
|
|
67
84
|
# Browse a repo before adding or installing from it
|
|
68
85
|
npx ai-agent-skills install openai/skills --list
|
|
69
86
|
```
|
|
@@ -75,108 +92,128 @@ Default install targets:
|
|
|
75
92
|
|
|
76
93
|
Legacy agent-specific targets still work through `--agent <name>`.
|
|
77
94
|
|
|
78
|
-
##
|
|
95
|
+
## Browse
|
|
79
96
|
|
|
80
|
-
|
|
97
|
+
Most browsing starts in one of two places:
|
|
81
98
|
|
|
82
99
|
| View | Why it exists | Start here |
|
|
83
100
|
| --- | --- | --- |
|
|
84
101
|
| Shelves | The main way to understand the library: start with the kind of work, then drill into the small set of picks on that shelf. | `npx ai-agent-skills list` |
|
|
85
102
|
| Sources | The provenance view: see which publishers feed which shelves and branches. | `npx ai-agent-skills info frontend-design` |
|
|
86
103
|
|
|
87
|
-
|
|
104
|
+
The other views are still there. They are just secondary:
|
|
88
105
|
|
|
89
106
|
- `npx ai-agent-skills browse` for the TUI
|
|
90
107
|
- `npx ai-agent-skills list --collection my-picks` for a cross-shelf starter stack
|
|
108
|
+
- `npx ai-agent-skills install --collection swift-agent-skills -p` for an installable curated pack
|
|
91
109
|
- `npx ai-agent-skills curate review` for the curator cleanup queue
|
|
92
110
|
|
|
93
111
|
## Shelves
|
|
94
112
|
|
|
95
|
-
|
|
113
|
+
The shelves are the main structure.
|
|
96
114
|
|
|
97
115
|
<!-- GENERATED:shelf-table:start -->
|
|
98
116
|
| Shelf | Skills | What it covers |
|
|
99
117
|
| --- | --- | --- |
|
|
100
|
-
| Frontend |
|
|
101
|
-
| Backend |
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
| Research | 2 | Competitive scans, discovery work, and synthesis that helps decisions. |
|
|
106
|
-
| Design | 4 | Visual systems, thematic work, creative direction, and media craft. |
|
|
107
|
-
| Business | 3 | Brand, hiring, ops, and communication work around the product. |
|
|
108
|
-
| AI | 6 | LLM applications, MCP servers, agent building, prompt engineering, and skills development. |
|
|
109
|
-
| DevOps | 2 | CI/CD, observability, deployment, and release infrastructure. |
|
|
118
|
+
| Frontend | 10 | Interfaces, design systems, browser work, and product polish. |
|
|
119
|
+
| Backend | 5 | Systems, data, security, and runtime operations. |
|
|
120
|
+
| Mobile | 24 | Swift, SwiftUI, iOS, and Apple-platform development, with room for future React Native branches. |
|
|
121
|
+
| Workflow | 10 | Files, docs, planning, release work, and research-to-output flows. |
|
|
122
|
+
| Agent Engineering | 6 | MCP, skill-building, prompting discipline, and LLM application work. |
|
|
110
123
|
<!-- GENERATED:shelf-table:end -->
|
|
111
124
|
|
|
112
125
|
The full map lives in [WORK_AREAS.md](./WORK_AREAS.md).
|
|
113
126
|
|
|
114
127
|
## Collections
|
|
115
128
|
|
|
116
|
-
Collections
|
|
129
|
+
Collections are smaller sets. Useful, but secondary to the shelves.
|
|
117
130
|
|
|
118
131
|
<!-- GENERATED:collection-table:start -->
|
|
119
132
|
| Collection | Why it exists | Start here |
|
|
120
133
|
| --- | --- | --- |
|
|
121
|
-
| `my-picks` |
|
|
122
|
-
| `build-apps` | Frontend and design
|
|
123
|
-
| `
|
|
124
|
-
| `
|
|
125
|
-
| `
|
|
134
|
+
| `my-picks` | A short starter stack. These are the skills I reach for first. | `frontend-design`, `mcp-builder`, `pdf` |
|
|
135
|
+
| `build-apps` | Frontend, UI, and design work for shipping polished apps. | `frontend-design`, `frontend-skill`, `shadcn` |
|
|
136
|
+
| `swift-agent-skills` | The main Swift and Apple-platform set in this library. Install it all at once or pick from it. | `swiftui-pro`, `swiftui-ui-patterns`, `swiftui-design-principles` |
|
|
137
|
+
| `build-systems` | Backend, architecture, MCP, and security work. | `mcp-builder`, `backend-development`, `database-design` |
|
|
138
|
+
| `test-and-debug` | QA, debugging, CI cleanup, and observability. | `playwright`, `webapp-testing`, `gh-fix-ci` |
|
|
139
|
+
| `docs-and-research` | Docs, files, research, and writing work. | `pdf`, `doc-coauthoring`, `docx` |
|
|
126
140
|
<!-- GENERATED:collection-table:end -->
|
|
127
141
|
|
|
128
|
-
## Catalog
|
|
142
|
+
## Curating The Catalog
|
|
129
143
|
|
|
130
|
-
|
|
144
|
+
Use `catalog` when you want to add an upstream skill without vendoring it.
|
|
131
145
|
|
|
132
146
|
```bash
|
|
133
147
|
npx ai-agent-skills catalog openai/skills --list
|
|
134
148
|
npx ai-agent-skills catalog openai/skills --skill linear --area workflow --branch Linear
|
|
135
149
|
npx ai-agent-skills catalog openai/skills --skill security-best-practices --area backend --branch Security
|
|
150
|
+
npx ai-agent-skills catalog conorluddy/ios-simulator-skill --skill ios-simulator-skill --area mobile --branch "Swift / Tools" --collection swift-agent-skills
|
|
136
151
|
npx ai-agent-skills catalog shadcn-ui/ui --skill shadcn --area frontend --branch Components
|
|
137
152
|
```
|
|
138
153
|
|
|
139
|
-
|
|
140
|
-
It adds metadata and
|
|
154
|
+
It does not copy the skill into this repo.
|
|
155
|
+
It adds metadata and placement:
|
|
141
156
|
|
|
142
157
|
- which shelf it belongs on
|
|
143
158
|
- what branch it lives under
|
|
144
159
|
- why it earned a place
|
|
145
160
|
- how it should install later
|
|
146
161
|
|
|
147
|
-
For existing picks, `curate` is the
|
|
162
|
+
For existing picks, `curate` is the quick loop:
|
|
148
163
|
|
|
149
164
|
```bash
|
|
150
|
-
npx ai-agent-skills curate frontend-design --branch
|
|
165
|
+
npx ai-agent-skills curate frontend-design --branch Implementation
|
|
166
|
+
npx ai-agent-skills curate ios-simulator-skill --collection swift-agent-skills
|
|
167
|
+
npx ai-agent-skills curate ios-simulator-skill --remove-from-collection swift-agent-skills
|
|
151
168
|
npx ai-agent-skills curate frontend-design --why "A stronger note that matches how I actually use it."
|
|
152
169
|
npx ai-agent-skills curate review
|
|
153
170
|
```
|
|
154
171
|
|
|
155
|
-
When I
|
|
172
|
+
When I want a local copy, I use `vendor`:
|
|
156
173
|
|
|
157
174
|
```bash
|
|
158
175
|
npx ai-agent-skills vendor <repo-or-path> --skill <name> --area <shelf> --branch <branch> --why "Why this deserves a local copy."
|
|
176
|
+
npx ai-agent-skills vendor <repo-or-path> --skill <name> --area mobile --branch "Swift / Tools" --collection swift-agent-skills --why "Why this deserves a place in the Swift pack."
|
|
159
177
|
```
|
|
160
178
|
|
|
161
179
|
## Source Repos
|
|
162
180
|
|
|
163
|
-
Current
|
|
181
|
+
Current upstream mix:
|
|
164
182
|
|
|
165
183
|
<!-- GENERATED:source-table:start -->
|
|
166
184
|
| Source repo | Skills |
|
|
167
185
|
| --- | --- |
|
|
168
|
-
| `anthropics/skills` |
|
|
186
|
+
| `anthropics/skills` | 11 |
|
|
169
187
|
| `openai/skills` | 9 |
|
|
170
|
-
| `
|
|
188
|
+
| `Dimillian/Skills` | 4 |
|
|
171
189
|
| `wshobson/agents` | 4 |
|
|
172
|
-
| `
|
|
190
|
+
| `rgmez/apple-accessibility-skills` | 3 |
|
|
191
|
+
| `ComposioHQ/awesome-claude-skills` | 2 |
|
|
192
|
+
| `MoizIbnYousaf/Ai-Agent-Skills` | 2 |
|
|
193
|
+
| `andrewgleave/skills` | 1 |
|
|
194
|
+
| `arjitj2/swiftui-design-principles` | 1 |
|
|
195
|
+
| `AvdLee/Core-Data-Agent-Skill` | 1 |
|
|
196
|
+
| `AvdLee/Swift-Concurrency-Agent-Skill` | 1 |
|
|
197
|
+
| `AvdLee/Swift-Testing-Agent-Skill` | 1 |
|
|
198
|
+
| `bocato/swift-testing-agent-skill` | 1 |
|
|
199
|
+
| `conorluddy/ios-simulator-skill` | 1 |
|
|
200
|
+
| `dadederk/iOS-Accessibility-Agent-Skill` | 1 |
|
|
201
|
+
| `efremidze/swift-architecture-skill` | 1 |
|
|
173
202
|
| `emilkowalski/skill` | 1 |
|
|
203
|
+
| `Erikote04/Swift-API-Design-Guidelines-Agent-Skill` | 1 |
|
|
204
|
+
| `ivan-magda/swift-security-skill` | 1 |
|
|
205
|
+
| `PasqualeVittoriosi/swift-accessibility-skill` | 1 |
|
|
174
206
|
| `raphaelsalaja/userinterface-wiki` | 1 |
|
|
175
207
|
| `shadcn-ui/ui` | 1 |
|
|
208
|
+
| `twostraws/Swift-Concurrency-Agent-Skill` | 1 |
|
|
209
|
+
| `twostraws/Swift-Testing-Agent-Skill` | 1 |
|
|
210
|
+
| `twostraws/SwiftData-Agent-Skill` | 1 |
|
|
211
|
+
| `twostraws/SwiftUI-Agent-Skill` | 1 |
|
|
212
|
+
| `vanab/swiftdata-agent-skill` | 1 |
|
|
176
213
|
<!-- GENERATED:source-table:end -->
|
|
177
214
|
|
|
178
|
-
The two
|
|
179
|
-
I
|
|
215
|
+
The two biggest upstream publishers in this library are Anthropic and OpenAI.
|
|
216
|
+
I browse, pick, and shelve. I do not mirror everything they publish.
|
|
180
217
|
|
|
181
218
|
## Commands
|
|
182
219
|
|
|
@@ -193,7 +230,10 @@ npx ai-agent-skills preview pdf
|
|
|
193
230
|
|
|
194
231
|
# Install
|
|
195
232
|
npx ai-agent-skills install <skill-name>
|
|
233
|
+
npx ai-agent-skills swift
|
|
196
234
|
npx ai-agent-skills install <skill-name> -p
|
|
235
|
+
npx ai-agent-skills install --collection swift-agent-skills -p
|
|
236
|
+
npx ai-agent-skills <owner/repo>
|
|
197
237
|
npx ai-agent-skills install <owner/repo>
|
|
198
238
|
npx ai-agent-skills install <owner/repo>@<skill-name>
|
|
199
239
|
npx ai-agent-skills install <owner/repo> --skill <name>
|
|
@@ -218,8 +258,6 @@ npx ai-agent-skills vendor <repo-or-path> --skill <name> --area <shelf> --branch
|
|
|
218
258
|
|
|
219
259
|
## Testing
|
|
220
260
|
|
|
221
|
-
There are two layers on purpose:
|
|
222
|
-
|
|
223
261
|
- `npm test`
|
|
224
262
|
Fast regression coverage for CLI behavior, schema rules, routing, and local install flows.
|
|
225
263
|
- `npm run test:live`
|
|
@@ -229,7 +267,7 @@ There are two layers on purpose:
|
|
|
229
267
|
|
|
230
268
|
## Legacy Agent Support
|
|
231
269
|
|
|
232
|
-
|
|
270
|
+
Still supported through `--agent <name>`:
|
|
233
271
|
|
|
234
272
|
- `claude`
|
|
235
273
|
- `cursor`
|
|
@@ -244,19 +282,17 @@ These still work through `--agent <name>`:
|
|
|
244
282
|
- `kilocode`
|
|
245
283
|
- `project`
|
|
246
284
|
|
|
247
|
-
##
|
|
248
|
-
|
|
249
|
-
This repo is opinionated on purpose.
|
|
285
|
+
## What I Care About
|
|
250
286
|
|
|
251
|
-
- Small shelves
|
|
252
|
-
-
|
|
253
|
-
-
|
|
254
|
-
- Upstream repos
|
|
255
|
-
- A
|
|
287
|
+
- Small shelves
|
|
288
|
+
- Clear provenance
|
|
289
|
+
- Notes that explain the keep
|
|
290
|
+
- Upstream repos staying upstream
|
|
291
|
+
- A library that looks maintained
|
|
256
292
|
|
|
257
293
|
## Contributing
|
|
258
294
|
|
|
259
|
-
This is a curated library
|
|
295
|
+
This is a curated library.
|
|
260
296
|
|
|
261
297
|
Read [CURATION.md](./CURATION.md) before opening a PR.
|
|
262
298
|
|