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 CHANGED
@@ -1,43 +1,51 @@
1
- # AI Agent Skills
1
+ <h1 align="center">AI Agent Skills</h1>
2
2
 
3
- My curated agent skills library.
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
- There are a lot of skills now. These are the ones I actually keep around.
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
- - 36 skills total
9
- - 10 shelves
10
- - 11 house copies
11
- - 25 cataloged upstream
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
- The point is not to be a registry. The point is to be a bookshelf.
22
+ <p align="center"><em>Picked, shelved, and maintained by hand.</em></p>
15
23
 
16
- ## What This Is
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
- The library is organized the way I actually work:
28
+ I organize it the way I work:
21
29
 
22
30
  - Start with a shelf like `frontend` or `workflow`
23
- - See a small set of vetted skills, not every possible match
24
- - Keep provenance visible so upstream repos stay credited
25
- - Keep editorial notes visible so the curation is the product
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
- If you want the broad open ecosystem, use `skills.sh`.
28
- If you want my shelves, use this repo.
35
+ Use `skills.sh` for the broad ecosystem.
36
+ Use this repo for my kept set.
29
37
 
30
- ## Why This Repo Still Exists
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 universal installer. That part still works.
42
+ Originally this repo was that installer. That part still matters.
35
43
 
36
- What makes it worth keeping now is the library itself: the shelves, the provenance, and the editorial judgment. `skills.sh` is the broad open ecosystem. This repo is the smaller personal library I actually reach for.
44
+ I keep it because the library itself has become useful: shelves, provenance, and notes that make the curation legible.
37
45
 
38
- ## The Two-Tier Model
46
+ ## How It Works
39
47
 
40
- Every skill in the library is one of two things:
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
- The library stays lean because it does not pretend to own upstream content.
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
- ## How To Read The Library
95
+ ## Browse
79
96
 
80
- There are two main ways to browse it:
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
- Secondary surfaces still exist, but they are not the main taxonomy:
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
- These are the shelves. They are the product.
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 | 5 | Interface systems, web product craft, and frontend execution. |
101
- | Backend | 3 | Infra, tooling, application architecture, and codebase depth. |
102
- | Docs | 6 | Documents, specs, file handling, and long-form output. |
103
- | Testing | 2 | Review, QA, regression work, and keeping product quality sharp. |
104
- | Workflow | 3 | Execution patterns, prompting, ticketing, and operating rhythm. |
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 still exist, but they are secondary. They are small cross-shelf reading lists, not the main taxonomy.
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` | The smallest cross-shelf starter stack: the skills I would reach for first on a fresh setup. | `frontend-design`, `mcp-builder`, `pdf` |
122
- | `build-apps` | Frontend and design implementation skills for shipping polished product work. | `frontend-design`, `frontend-skill`, `shadcn` |
123
- | `build-systems` | Architecture, MCP, backend, and security picks for deeper engineering work. | `mcp-builder`, `backend-development`, `database-design` |
124
- | `test-and-debug` | The shelf for QA, regression, CI cleanup, observability, and debugging discipline. | `playwright`, `webapp-testing`, `gh-fix-ci` |
125
- | `docs-and-research` | File-heavy work, writing, docs, and research flows that end in something usable. | `pdf`, `doc-coauthoring`, `docx` |
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 Curation
142
+ ## Curating The Catalog
129
143
 
130
- The `catalog` command is how I pull from upstream repos without vendoring everything.
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
- That command does not copy the upstream skill into this repo.
140
- It adds metadata and editorial placement:
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 fast loop:
162
+ For existing picks, `curate` is the quick loop:
148
163
 
149
164
  ```bash
150
- npx ai-agent-skills curate frontend-design --branch "Frontend (Anthropic)"
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 explicitly want a new house copy, `vendor` is the only path that does it:
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 source mix:
181
+ Current upstream mix:
164
182
 
165
183
  <!-- GENERATED:source-table:start -->
166
184
  | Source repo | Skills |
167
185
  | --- | --- |
168
- | `anthropics/skills` | 13 |
186
+ | `anthropics/skills` | 11 |
169
187
  | `openai/skills` | 9 |
170
- | `ComposioHQ/awesome-claude-skills` | 4 |
188
+ | `Dimillian/Skills` | 4 |
171
189
  | `wshobson/agents` | 4 |
172
- | `MoizIbnYousaf/Ai-Agent-Skills` | 3 |
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 major upstream publishers in this library are Anthropic and OpenAI.
179
- I do not import everything they ship. I browse, pick, and shelve.
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
- These still work through `--agent <name>`:
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
- ## Why It Feels Different
248
-
249
- This repo is opinionated on purpose.
285
+ ## What I Care About
250
286
 
251
- - Small shelves beat giant taxonomies
252
- - Editorial notes beat anonymous tags
253
- - Provenance should stay visible
254
- - Upstream repos should stay upstream
255
- - A curated library should feel maintained, not harvested
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, not an open registry.
295
+ This is a curated library.
260
296
 
261
297
  Read [CURATION.md](./CURATION.md) before opening a PR.
262
298