ai-agent-skills 4.3.0 → 4.3.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.
Files changed (3) hide show
  1. package/README.md +10 -11
  2. package/package.json +1 -1
  3. package/skills.json +344 -189
package/README.md CHANGED
@@ -13,10 +13,10 @@
13
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
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
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-110%20skills%20%C2%B7%206%20shelves-cba6f7?style=for-the-badge&labelColor=313244&logo=bookstack&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-115%20skills%20%C2%B7%206%20shelves-cba6f7?style=for-the-badge&labelColor=313244&logo=bookstack&logoColor=cdd6f4" /></a>
17
17
  </p>
18
18
 
19
- <p align="center"><sub>17 house copies · 93 cataloged upstream</sub></p>
19
+ <p align="center"><sub>17 house copies · 98 cataloged upstream</sub></p>
20
20
  <!-- GENERATED:library-stats:end -->
21
21
 
22
22
  <p align="center"><em>Picked, shelved, and maintained by hand.</em></p>
@@ -44,13 +44,12 @@ The bundled library is organized the way I work:
44
44
  Use `skills.sh` for the broad ecosystem.
45
45
  Use `ai-agent-skills` when you want a smaller library with shelves, provenance, and notes.
46
46
 
47
- ## What's New in 4.2.0
47
+ ## What's New in 4.3.1
48
48
 
49
- - Managed team libraries you can share over GitHub and install with `install <owner>/<repo>`
50
- - Machine-readable CLI flows with `--format json`, `--fields`, pagination, and safer non-interactive output
51
- - More authored workflow skills for curating, reviewing, syncing, and sharing libraries
52
- - Dependency-aware installs, `sync` as the main refresh verb, and stronger installed-state visibility across the CLI and TUI
53
- - A cleaner curator loop around shelves, provenance, trust, and shared starter packs
49
+ - Marketing pack synced to `marketing-cli@0.5.4` 51 skills total, with `mktg-setup`, `postiz`, `mktg-x`, `firecrawl`, and `summarize` newly added to the `mktg` collection
50
+ - Renamed the upstream marketing pack source from `MoizIbnYousaf/mktg` to `MoizIbnYousaf/marketing-cli` across catalog metadata, install sources, and source URLs
51
+ - Bundled library now ships 115 cataloged skills (17 house copies, 98 cataloged upstream)
52
+ - Same private-library bootstrap, bulk import, and managed-workspace flow shipped in `4.3.0`
54
53
 
55
54
  ## What It Is Now
56
55
 
@@ -239,7 +238,7 @@ The shelves are the main structure.
239
238
  | Mobile | 24 | Swift, SwiftUI, iOS, and Apple-platform development, with room for future React Native branches. |
240
239
  | Workflow | 11 | Files, docs, planning, release work, and research-to-output flows. |
241
240
  | Agent Engineering | 14 | MCP, skill-building, prompting discipline, and LLM application work. |
242
- | Marketing | 46 | Brand, strategy, copy, distribution, creative, SEO, conversion, and growth work. |
241
+ | Marketing | 51 | Brand, strategy, copy, distribution, creative, SEO, conversion, and growth work. |
243
242
  <!-- GENERATED:shelf-table:end -->
244
243
 
245
244
  The full map lives in [WORK_AREAS.md](./WORK_AREAS.md).
@@ -257,7 +256,7 @@ Collections are smaller sets. Useful, but secondary to the shelves.
257
256
  | `build-systems` | Backend, architecture, MCP, and security work. | `mcp-builder`, `backend-development`, `database-design` |
258
257
  | `test-and-debug` | QA, debugging, CI cleanup, and observability. | `playwright`, `webapp-testing`, `gh-fix-ci` |
259
258
  | `docs-and-research` | Docs, files, research, and writing work. | `pdf`, `doc-coauthoring`, `docx` |
260
- | `mktg` | The full upstream mktg marketing playbook. Install the whole set at once or pick from it. | `cmo`, `brand-voice`, `positioning-angles` |
259
+ | `mktg` | The full upstream marketing-cli playbook. Install the whole set at once or pick from it. | `cmo`, `brand-voice`, `positioning-angles` |
261
260
  <!-- GENERATED:collection-table:end -->
262
261
 
263
262
  ## Curating the catalog
@@ -307,7 +306,7 @@ Current upstream mix:
307
306
  <!-- GENERATED:source-table:start -->
308
307
  | Source repo | Skills |
309
308
  | --- | --- |
310
- | `MoizIbnYousaf/mktg` | 46 |
309
+ | `MoizIbnYousaf/marketing-cli` | 51 |
311
310
  | `anthropics/skills` | 11 |
312
311
  | `MoizIbnYousaf/Ai-Agent-Skills` | 11 |
313
312
  | `openai/skills` | 9 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-agent-skills",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "Curated agent skills library and library manager for building your own.",
5
5
  "main": "cli.js",
6
6
  "bin": {