opencode-skills-collection 4.0.24 → 4.0.26

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 (55) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +3 -1
  2. package/bundled-skills/antigravity-maintainer-batch-release/SKILL.md +2 -2
  3. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  4. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  5. package/bundled-skills/docs/maintainers/release-process.md +2 -2
  6. package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
  7. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  8. package/bundled-skills/docs/plugin-submissions/aas-agent-mcp-builder/README.md +19 -0
  9. package/bundled-skills/docs/plugin-submissions/aas-agent-mcp-builder/evaluation-cases.json +74 -0
  10. package/bundled-skills/docs/plugin-submissions/aas-agent-mcp-builder/evaluation-results.json +86 -0
  11. package/bundled-skills/docs/plugin-submissions/aas-agent-mcp-builder/submission.json +41 -0
  12. package/bundled-skills/docs/users/aas-core.md +1 -1
  13. package/bundled-skills/docs/users/bundles.md +62 -60
  14. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  15. package/bundled-skills/docs/users/faq.md +5 -1
  16. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  17. package/bundled-skills/docs/users/getting-started.md +4 -2
  18. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  19. package/bundled-skills/docs/users/plugins.md +28 -3
  20. package/bundled-skills/docs/users/usage.md +3 -3
  21. package/bundled-skills/docs/users/visual-guide.md +4 -4
  22. package/bundled-skills/ingest-youtube/ingest.py +1 -1
  23. package/bundled-skills/instagram/scripts/auth.py +42 -17
  24. package/bundled-skills/instagram/scripts/csv_utils.py +20 -0
  25. package/bundled-skills/instagram/scripts/export.py +5 -3
  26. package/bundled-skills/instagram/scripts/serve_api.py +2 -1
  27. package/bundled-skills/landing-page-generator/scripts/landing_page_scaffolder.py +63 -37
  28. package/bundled-skills/loki-mode/README.md +1 -1
  29. package/bundled-skills/loki-mode/integrations/vibe-kanban.md +1 -1
  30. package/bundled-skills/loki-mode/scripts/export-to-vibe-kanban.sh +97 -26
  31. package/bundled-skills/macos-spm-app-packaging/assets/templates/package_app.sh +34 -1
  32. package/bundled-skills/macos-spm-app-packaging/assets/templates/sign-and-notarize.sh +36 -1
  33. package/bundled-skills/notebooklm/README.md +5 -4
  34. package/bundled-skills/notebooklm/SKILL.md +14 -7
  35. package/bundled-skills/notebooklm/references/api_reference.md +4 -3
  36. package/bundled-skills/notebooklm/references/usage_patterns.md +6 -4
  37. package/bundled-skills/notebooklm/scripts/ask_question.py +8 -16
  38. package/bundled-skills/notebooklm/scripts/browser_session.py +3 -2
  39. package/bundled-skills/notebooklm/scripts/input_safety.py +114 -0
  40. package/bundled-skills/notebooklm/scripts/notebook_manager.py +35 -21
  41. package/bundled-skills/outreachagent/SKILL.md +386 -0
  42. package/bundled-skills/telegram/assets/boilerplate/python/bot.py +4 -3
  43. package/bundled-skills/telegram/assets/boilerplate/python/webhook_server.py +2 -1
  44. package/bundled-skills/vercel-optimize/lib/verify-claim.mjs +22 -8
  45. package/bundled-skills/video-router/SKILL.md +98 -0
  46. package/bundled-skills/web-scraper/SKILL.md +38 -3
  47. package/bundled-skills/youtube-notetaker/SKILL.md +16 -10
  48. package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +3 -1
  49. package/bundled-skills/youtube-notetaker/scripts/download.sh +4 -1
  50. package/bundled-skills/youtube-notetaker/scripts/scratch_safety.sh +64 -0
  51. package/bundled-skills/youtube-notetaker/scripts/setup.sh +7 -2
  52. package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +6 -1
  53. package/bundled-skills/youtube-summarizer/SKILL.md +8 -10
  54. package/package.json +1 -1
  55. package/skills_index.json +99 -0
@@ -6,7 +6,7 @@
6
6
 
7
7
  > **Important:** bundles are installable plugin subsets and activation presets, not invokable mega-skills such as `@web-wizard` or `/essentials-bundle`. Use the individual skills listed in the pack, install the bundle as a dedicated marketplace plugin, or use the activation scripts if you want only that bundle's skills active in your live Antigravity directory.
8
8
 
9
- > **Plugin compatibility:** root plugins and bundle plugins only publish plugin-safe skills. If a bundle shows `pending hardening`, the skills still exist in the repository, but that bundle is not yet published for that target. `Requires manual setup` means the bundle is installable, but one or more included skills need an explicit setup step before first use.
9
+ > **Plugin compatibility:** root plugins and bundle plugins only publish plugin-safe skills. `Agent Plugins 1.0 portable` means the bundle also has a standard root `plugin.json` and a flat, directly discoverable `skills/` layout. If a bundle shows `pending hardening` or `pending flat skill layout`, its skills still exist in the repository but AAS does not claim that packaging target yet. `Requires manual setup` means the bundle is installable, but one or more included skills need an explicit setup step before first use.
10
10
 
11
11
  ## Quick Start
12
12
 
@@ -23,6 +23,7 @@
23
23
  3. **Use bundle plugins or individual skills** in your AI assistant:
24
24
  - Claude Code: install the matching marketplace bundle plugin, or invoke `>> /skill-name help me...`
25
25
  - Codex CLI / Codex app: install the matching bundle plugin where plugin marketplaces are available, or invoke `Use skill-name...`
26
+ - Agent Plugins 1.0 clients: load the matching `plugins/agentic-bundle-*/` directory when its status says `Agent Plugins 1.0 portable`
26
27
  - Cursor: `@skill-name` in chat
27
28
  - Gemini CLI: `Use skill-name...`
28
29
 
@@ -40,7 +41,7 @@ If you want a bundle to behave like a focused active subset instead of a full in
40
41
 
41
42
  _For everyone. Install these first._
42
43
 
43
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
44
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
44
45
 
45
46
  - [`concise-planning`](../../skills/concise-planning/): Always start with a plan.
46
47
  - [`test-driven-development`](../../skills/test-driven-development/): Build features and fixes through a red-green-refactor loop.
@@ -57,7 +58,7 @@ _For everyone. Install these first._
57
58
 
58
59
  _For pentesting, auditing, and hardening._
59
60
 
60
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
61
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
61
62
 
62
63
  - [`ethical-hacking-methodology`](../../skills/ethical-hacking-methodology/): Plan authorized security assessments with clear boundaries.
63
64
  - [`threat-modeling-expert`](../../skills/threat-modeling-expert/): Model threats with STRIDE, PASTA, and attack trees.
@@ -72,7 +73,7 @@ _For pentesting, auditing, and hardening._
72
73
 
73
74
  _For building secure applications._
74
75
 
75
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
76
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
76
77
 
77
78
  - [`api-security-best-practices`](../../skills/api-security-best-practices/): Secure API design patterns.
78
79
  - [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): JWT, OAuth2, session management.
@@ -91,7 +92,7 @@ _For building secure applications._
91
92
 
92
93
  _For building modern, high-performance web apps._
93
94
 
94
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
95
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
95
96
 
96
97
  - [`frontend-design`](../../skills/frontend-design/): UI guidelines and aesthetics.
97
98
  - [`tailwind-patterns`](../../skills/tailwind-patterns/): Tailwind CSS v4 styling patterns.
@@ -106,7 +107,7 @@ _For building modern, high-performance web apps._
106
107
 
107
108
  _For pixel-perfect experiences._
108
109
 
109
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
110
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
110
111
 
111
112
  - [`ui-ux-pro-max`](../../skills/ui-ux-pro-max/): Premium design systems and tokens.
112
113
  - [`frontend-design`](../../skills/frontend-design/): The base layer of aesthetics.
@@ -120,7 +121,7 @@ _For pixel-perfect experiences._
120
121
 
121
122
  _For end-to-end web application development._
122
123
 
123
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
124
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
124
125
 
125
126
  - [`senior-fullstack`](../../skills/senior-fullstack/): Complete fullstack development guide.
126
127
  - [`frontend-developer`](../../skills/frontend-developer/): React 19+ and Next.js 15+ expertise.
@@ -140,7 +141,7 @@ _For end-to-end web application development._
140
141
 
141
142
  _For building AI systems and autonomous agents._
142
143
 
143
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
144
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
144
145
 
145
146
  - [`prompt-engineering`](../../skills/prompt-engineering/): Design reliable instructions and prompt workflows.
146
147
  - [`ai-agents-architect`](../../skills/ai-agents-architect/): Design autonomous AI agents.
@@ -154,7 +155,7 @@ _For building AI systems and autonomous agents._
154
155
 
155
156
  _For building production LLM applications._
156
157
 
157
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
158
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
158
159
 
159
160
  - [`llm-app-patterns`](../../skills/llm-app-patterns/): Production-ready LLM patterns.
160
161
  - [`rag-implementation`](../../skills/rag-implementation/): Retrieval-Augmented Generation.
@@ -172,7 +173,7 @@ _For building production LLM applications._
172
173
 
173
174
  _For building games with AI assistants._
174
175
 
175
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
176
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
176
177
 
177
178
  - [`game-development/game-design`](../../skills/game-development/game-design/): Mechanics and loops.
178
179
  - [`game-development/2d-games`](../../skills/game-development/2d-games/): Sprites and physics.
@@ -191,7 +192,7 @@ _For building games with AI assistants._
191
192
 
192
193
  _For backend heavyweights and data scientists._
193
194
 
194
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
195
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
195
196
 
196
197
  - [`python-pro`](../../skills/python-pro/): Master Python 3.12+ with modern features.
197
198
  - [`python-patterns`](../../skills/python-patterns/): Idiomatic Python code.
@@ -205,7 +206,7 @@ _For backend heavyweights and data scientists._
205
206
 
206
207
  _For modern web development._
207
208
 
208
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
209
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
209
210
 
210
211
  - [`typescript-expert`](../../skills/typescript-expert/): TypeScript mastery and advanced types.
211
212
  - [`javascript-pro`](../../skills/javascript-pro/): Modern JavaScript with ES6+.
@@ -217,7 +218,7 @@ _For modern web development._
217
218
 
218
219
  _For low-level and performance-critical code._
219
220
 
220
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
221
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
221
222
 
222
223
  - [`rust-pro`](../../skills/rust-pro/): Rust 1.75+ with async patterns.
223
224
  - [`go-concurrency-patterns`](../../skills/go-concurrency-patterns/): Go concurrency mastery.
@@ -234,7 +235,7 @@ _For low-level and performance-critical code._
234
235
 
235
236
  _For building products, not just code._
236
237
 
237
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
238
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
238
239
 
239
240
  - [`product-manager-toolkit`](../../skills/product-manager-toolkit/): RICE prioritization, PRD templates.
240
241
  - [`competitive-landscape`](../../skills/competitive-landscape/): Competitor analysis.
@@ -248,7 +249,7 @@ _For building products, not just code._
248
249
 
249
250
  _For data-driven decision making._
250
251
 
251
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
252
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
252
253
 
253
254
  - [`business-analyst`](../../skills/business-analyst/): AI-powered analytics and KPIs.
254
255
  - [`startup-metrics-framework`](../../skills/startup-metrics-framework/): SaaS metrics and unit economics.
@@ -260,7 +261,7 @@ _For data-driven decision making._
260
261
 
261
262
  _For driving user acquisition and retention._
262
263
 
263
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
264
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
264
265
 
265
266
  - [`content-strategy`](../../skills/content-strategy/): Plan content pillars, topic clusters, and an editorial roadmap.
266
267
  - [`content-creator`](../../skills/content-creator/): SEO-optimized marketing content.
@@ -279,7 +280,7 @@ _For driving user acquisition and retention._
279
280
 
280
281
  _For infrastructure and scaling._
281
282
 
282
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
283
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
283
284
 
284
285
  - [`environment-setup-guide`](../../skills/environment-setup-guide/): Standardize development environments for teams.
285
286
  - [`bash-linux`](../../skills/bash-linux/): Automate operational work safely from the shell.
@@ -294,7 +295,7 @@ _For infrastructure and scaling._
294
295
 
295
296
  _For production reliability._
296
297
 
297
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
298
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
298
299
 
299
300
  - [`observability-engineer`](../../skills/observability-engineer/): Comprehensive monitoring systems.
300
301
  - [`distributed-tracing`](../../skills/distributed-tracing/): Track requests across microservices.
@@ -312,7 +313,7 @@ _For production reliability._
312
313
 
313
314
  _For making sense of the numbers._
314
315
 
315
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
316
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
316
317
 
317
318
  - [`analytics-tracking`](../../skills/analytics-tracking/): Set up GA4/PostHog correctly.
318
319
  - [`data-quality-frameworks`](../../skills/data-quality-frameworks/): Validate data with contracts, dbt tests, and quality monitoring.
@@ -326,7 +327,7 @@ _For making sense of the numbers._
326
327
 
327
328
  _For building data pipelines._
328
329
 
329
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
330
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
330
331
 
331
332
  - [`data-engineer`](../../skills/data-engineer/): Data pipeline architecture.
332
333
  - [`airflow-dag-patterns`](../../skills/airflow-dag-patterns/): Apache Airflow DAGs.
@@ -343,7 +344,7 @@ _For building data pipelines._
343
344
 
344
345
  _For visuals, content, and branding._
345
346
 
346
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
347
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
347
348
 
348
349
  - [`canvas-design`](../../skills/canvas-design/): Generate posters and diagrams.
349
350
  - [`frontend-design`](../../skills/frontend-design/): UI aesthetics.
@@ -361,7 +362,7 @@ _For visuals, content, and branding._
361
362
 
362
363
  _For breaking things before users do._
363
364
 
364
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
365
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
365
366
 
366
367
  - [`test-driven-development`](../../skills/test-driven-development/): Red, Green, Refactor.
367
368
  - [`e2e-testing-patterns`](../../skills/e2e-testing-patterns/): Reliable E2E test suites.
@@ -380,7 +381,7 @@ _For breaking things before users do._
380
381
 
381
382
  _Frontend and full-stack developers shipping modern web apps._
382
383
 
383
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
384
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
384
385
 
385
386
  - [`frontend-developer`](../../skills/frontend-developer/): Build production React and Next.js interfaces.
386
387
  - [`frontend-design`](../../skills/frontend-design/): Apply strong UI layout and visual design patterns.
@@ -397,7 +398,7 @@ _Frontend and full-stack developers shipping modern web apps._
397
398
 
398
399
  _Builders who want richer UI, brand, portfolio, and visual product work._
399
400
 
400
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
401
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
401
402
 
402
403
  - [`ui-ux-pro-max`](../../skills/ui-ux-pro-max/): Use advanced UI/UX reasoning and design systems.
403
404
  - [`high-end-visual-design`](../../skills/high-end-visual-design/): Raise visual polish for premium interfaces.
@@ -414,7 +415,7 @@ _Builders who want richer UI, brand, portfolio, and visual product work._
414
415
 
415
416
  _Authorized security testing, audit, and hardening teams._
416
417
 
417
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
418
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
418
419
 
419
420
  - [`ethical-hacking-methodology`](../../skills/ethical-hacking-methodology/): Follow an authorized pentest methodology.
420
421
  - [`burp-suite-testing`](../../skills/burp-suite-testing/): Test web apps with Burp Suite workflows.
@@ -431,7 +432,7 @@ _Authorized security testing, audit, and hardening teams._
431
432
 
432
433
  _Application developers who want security embedded while building features._
433
434
 
434
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
435
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
435
436
 
436
437
  - [`api-security-best-practices`](../../skills/api-security-best-practices/): Design secure APIs from the start.
437
438
  - [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): Implement auth, sessions, JWT, and OAuth2 safely.
@@ -448,7 +449,7 @@ _Application developers who want security embedded while building features._
448
449
 
449
450
  _Users creating, editing, converting, and automating office documents._
450
451
 
451
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
452
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
452
453
 
453
454
  - [`office-productivity`](../../skills/office-productivity/): Coordinate document, spreadsheet, and slide workflows.
454
455
  - [`docx-official`](../../skills/docx-official/): Create, edit, and inspect Word-compatible documents.
@@ -464,7 +465,7 @@ _Users creating, editing, converting, and automating office documents._
464
465
 
465
466
  _Operators, analysts, and builders working with product analytics, SQL, dashboards, and experiments._
466
467
 
467
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
468
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
468
469
 
469
470
  - [`analytics-tracking`](../../skills/analytics-tracking/): Set up reliable product analytics.
470
471
  - [`analytics-product`](../../skills/analytics-product/): Model product analytics and product metrics.
@@ -481,7 +482,7 @@ _Operators, analysts, and builders working with product analytics, SQL, dashboar
481
482
 
482
483
  _Developers building agentic apps, MCP tools, RAG systems, and evaluation loops._
483
484
 
484
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
485
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
485
486
 
486
487
  - [`ai-agents-architect`](../../skills/ai-agents-architect/): Design autonomous AI agent systems.
487
488
  - [`agent-evaluation`](../../skills/agent-evaluation/): Evaluate agent reliability and performance.
@@ -498,7 +499,7 @@ _Developers building agentic apps, MCP tools, RAG systems, and evaluation loops.
498
499
 
499
500
  _Engineers and QA teams writing, debugging, and stabilizing test suites._
500
501
 
501
- **Plugin status:** Codex plugin-safe · Claude plugin-safe · Requires manual setup
502
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable · Requires manual setup
502
503
 
503
504
  - [`test-driven-development`](../../skills/test-driven-development/): Use red-green-refactor development loops.
504
505
  - [`systematic-debugging`](../../skills/systematic-debugging/): Trace failures to root cause.
@@ -515,7 +516,7 @@ _Engineers and QA teams writing, debugging, and stabilizing test suites._
515
516
 
516
517
  _Teams shipping infrastructure, deployments, and operational workflows._
517
518
 
518
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
519
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
519
520
 
520
521
  - [`docker-expert`](../../skills/docker-expert/): Build and operate containers cleanly.
521
522
  - [`aws-serverless`](../../skills/aws-serverless/): Ship serverless workloads on AWS.
@@ -537,7 +538,7 @@ _Teams shipping infrastructure, deployments, and operational workflows._
537
538
 
538
539
  _Founders and growth teams creating content, SEO systems, experiments, and email campaigns._
539
540
 
540
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
541
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
541
542
 
542
543
  - [`content-creator`](../../skills/content-creator/): Create SEO-aware marketing content.
543
544
  - [`seo-audit`](../../skills/seo-audit/): Audit technical SEO and discoverability.
@@ -554,7 +555,7 @@ _Founders and growth teams creating content, SEO systems, experiments, and email
554
555
 
555
556
  _Teams designing reliable automations across tools, data stores, and communication platforms._
556
557
 
557
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
558
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
558
559
 
559
560
  - [`workflow-automation`](../../skills/workflow-automation/): Design durable automation workflows.
560
561
  - [`mcp-builder`](../../skills/mcp-builder/): Create MCP interfaces for agents.
@@ -571,7 +572,7 @@ _Teams designing reliable automations across tools, data stores, and communicati
571
572
 
572
573
  _Engineering teams monitoring systems, debugging production issues, and writing postmortems._
573
574
 
574
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
575
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
575
576
 
576
577
  - [`observability-engineer`](../../skills/observability-engineer/): Design monitoring and observability systems.
577
578
  - [`observability-and-instrumentation`](../../skills/observability-and-instrumentation/): Instrument production code with useful logs, metrics, traces, and alerts.
@@ -588,7 +589,7 @@ _Engineering teams monitoring systems, debugging production issues, and writing
588
589
 
589
590
  _Python developers building APIs, services, and tests._
590
591
 
591
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
592
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
592
593
 
593
594
  - [`python-pro`](../../skills/python-pro/): Write modern, idiomatic Python.
594
595
  - [`python-patterns`](../../skills/python-patterns/): Apply Python architecture and design patterns.
@@ -605,7 +606,7 @@ _Python developers building APIs, services, and tests._
605
606
 
606
607
  _Mobile teams shipping Expo, React Native, Flutter, and iOS apps._
607
608
 
608
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
609
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
609
610
 
610
611
  - [`mobile-developer`](../../skills/mobile-developer/): Build cross-platform mobile applications.
611
612
  - [`react-native-architecture`](../../skills/react-native-architecture/): Structure production React Native apps.
@@ -627,7 +628,7 @@ _Mobile teams shipping Expo, React Native, Flutter, and iOS apps._
627
628
 
628
629
  _For iOS, Android, and cross-platform apps._
629
630
 
630
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
631
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
631
632
 
632
633
  - [`mobile-developer`](../../skills/mobile-developer/): Cross-platform mobile development.
633
634
  - [`react-native-architecture`](../../skills/react-native-architecture/): React Native with Expo.
@@ -639,7 +640,7 @@ _For iOS, Android, and cross-platform apps._
639
640
 
640
641
  _For connecting services and building integrations._
641
642
 
642
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
643
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
643
644
 
644
645
  - [`api-integration`](../../skills/api-integration/): Design service contracts, webhooks, and integration pipelines.
645
646
  - [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
@@ -652,7 +653,7 @@ _For connecting services and building integrations._
652
653
 
653
654
  _For system design and technical decisions._
654
655
 
655
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
656
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
656
657
 
657
658
  - [`senior-architect`](../../skills/senior-architect/): Comprehensive software architecture.
658
659
  - [`architecture-patterns`](../../skills/architecture-patterns/): Clean Architecture, DDD, Hexagonal.
@@ -664,7 +665,7 @@ _For system design and technical decisions._
664
665
 
665
666
  _For teams modeling complex domains and evolving toward evented systems._
666
667
 
667
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
668
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
668
669
 
669
670
  - [`domain-driven-design`](../../skills/domain-driven-design/): Route DDD work from strategic modeling to implementation patterns.
670
671
  - [`ddd-strategic-design`](../../skills/ddd-strategic-design/): Subdomains, bounded contexts, and ubiquitous language.
@@ -679,7 +680,7 @@ _For teams modeling complex domains and evolving toward evented systems._
679
680
 
680
681
  _For connecting tools and building repeatable automated workflows._
681
682
 
682
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
683
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
683
684
 
684
685
  - [`workflow-automation`](../../skills/workflow-automation/): Design durable automation flows for AI and business systems.
685
686
  - [`mcp-builder`](../../skills/mcp-builder/): Create tool interfaces agents can use reliably.
@@ -694,7 +695,7 @@ _For connecting tools and building repeatable automated workflows._
694
695
 
695
696
  _For revenue operations, support handoffs, and CRM-heavy automation._
696
697
 
697
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
698
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
698
699
 
699
700
  - [`hubspot-automation`](../../skills/hubspot-automation/): Automate contacts, companies, deals, and tickets.
700
701
  - [`sendgrid-automation`](../../skills/sendgrid-automation/): Automate email sends, contacts, and templates.
@@ -708,7 +709,7 @@ _For revenue operations, support handoffs, and CRM-heavy automation._
708
709
 
709
710
  _For monetization, payments, and commerce workflows._
710
711
 
711
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
712
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
712
713
 
713
714
  - [`stripe-integration`](../../skills/stripe-integration/): Build robust checkout, subscription, and webhook flows.
714
715
  - [`paypal-integration`](../../skills/paypal-integration/): Integrate PayPal payments and related flows.
@@ -721,7 +722,7 @@ _For monetization, payments, and commerce workflows._
721
722
 
722
723
  _For teams building or operating around Odoo-based business systems._
723
724
 
724
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
725
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
725
726
 
726
727
  - [`odoo-module-developer`](../../skills/odoo-module-developer/): Create custom Odoo modules cleanly.
727
728
  - [`odoo-orm-expert`](../../skills/odoo-orm-expert/): Work effectively with Odoo ORM patterns and performance.
@@ -735,7 +736,7 @@ _For teams building or operating around Odoo-based business systems._
735
736
 
736
737
  _For building on Azure across cloud, AI, and platform services._
737
738
 
738
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
739
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
739
740
 
740
741
  - [`azd-deployment`](../../skills/azd-deployment/): Ship Azure apps with Azure Developer CLI workflows.
741
742
  - [`azure-functions`](../../skills/azure-functions/): Build serverless workloads with Azure Functions.
@@ -748,7 +749,7 @@ _For building on Azure across cloud, AI, and platform services._
748
749
 
749
750
  _For shipping mobile apps with Expo and React Native._
750
751
 
751
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
752
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
752
753
 
753
754
  - [`react-native-architecture`](../../skills/react-native-architecture/): Structure production React Native apps well.
754
755
  - [`expo-api-routes`](../../skills/expo-api-routes/): Build API routes in Expo Router and EAS Hosting.
@@ -762,7 +763,7 @@ _For shipping mobile apps with Expo and React Native._
762
763
 
763
764
  _For teams designing native-feeling Apple platform experiences._
764
765
 
765
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
766
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
766
767
 
767
768
  - [`hig-foundations`](../../skills/hig-foundations/): Learn the core Apple Human Interface Guidelines.
768
769
  - [`hig-patterns`](../../skills/hig-patterns/): Apply Apple interaction and UX patterns correctly.
@@ -775,7 +776,7 @@ _For teams designing native-feeling Apple platform experiences._
775
776
 
776
777
  _For building UI-heavy apps with the Makepad ecosystem._
777
778
 
778
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
779
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
779
780
 
780
781
  - [`makepad-basics`](../../skills/makepad-basics/): Start with Makepad fundamentals and mental model.
781
782
  - [`makepad-layout`](../../skills/makepad-layout/): Handle sizing, flow, alignment, and layout composition.
@@ -788,7 +789,7 @@ _For building UI-heavy apps with the Makepad ecosystem._
788
789
 
789
790
  _For technical SEO, content structure, and search growth._
790
791
 
791
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
792
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
792
793
 
793
794
  - [`seo-fundamentals`](../../skills/seo-fundamentals/): Build from sound SEO principles and search constraints.
794
795
  - [`seo-content-planner`](../../skills/seo-content-planner/): Plan clusters, calendars, and content gaps.
@@ -802,7 +803,7 @@ _For technical SEO, content structure, and search growth._
802
803
 
803
804
  _For document-heavy workflows, spreadsheets, PDFs, and presentations._
804
805
 
805
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
806
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
806
807
 
807
808
  - [`office-productivity`](../../skills/office-productivity/): Coordinate document, spreadsheet, and presentation workflows.
808
809
  - [`docx-official`](../../skills/docx-official/): Create and edit Word-compatible documents.
@@ -822,7 +823,7 @@ _For document-heavy workflows, spreadsheets, PDFs, and presentations._
822
823
 
823
824
  _For shipping clean changes in public repositories._
824
825
 
825
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
826
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
826
827
 
827
828
  - [`commit`](../../skills/commit/): High-quality conventional commits.
828
829
  - [`create-branch`](../../skills/create-branch/): Create a safe topic branch before committing.
@@ -839,7 +840,7 @@ _For shipping clean changes in public repositories._
839
840
 
840
841
  _For creating and maintaining high-quality SKILL.md assets._
841
842
 
842
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
843
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
843
844
 
844
845
  - [`skill-creator`](../../skills/skill-creator/): Design effective new skills.
845
846
  - [`effective-agent-skills`](../../skills/effective-agent-skills/): Design portable triggers, progressive disclosure, and safe skill workflows.
@@ -857,7 +858,7 @@ _For creating and maintaining high-quality SKILL.md assets._
857
858
 
858
859
  _Design, frontend, QA, and product teams improving accessible user experiences._
859
860
 
860
- **Plugin status:** Codex plugin-safe · Claude plugin-safe · Requires manual setup
861
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable · Requires manual setup
861
862
 
862
863
  - [`accesslint-audit`](../../skills/accesslint-audit/): Audit accessibility issues with AccessLint workflows.
863
864
  - [`accesslint-scan`](../../skills/accesslint-scan/): Scan interfaces for accessibility regressions.
@@ -872,7 +873,7 @@ _Design, frontend, QA, and product teams improving accessible user experiences._
872
873
 
873
874
  _Backend and platform teams designing APIs, contracts, auth, security, load tests, and observability._
874
875
 
875
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
876
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
876
877
 
877
878
  - [`api-design-principles`](../../skills/api-design-principles/): Design clear and maintainable APIs.
878
879
  - [`api-patterns`](../../skills/api-patterns/): Choose REST, GraphQL, tRPC, and API patterns.
@@ -889,7 +890,7 @@ _Backend and platform teams designing APIs, contracts, auth, security, load test
889
890
 
890
891
  _Founders and product teams launching, pricing, monetizing, measuring, and improving SaaS products._
891
892
 
892
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
893
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
893
894
 
894
895
  - [`saas-mvp-launcher`](../../skills/saas-mvp-launcher/): Launch SaaS MVPs with practical product flow.
895
896
  - [`micro-saas-launcher`](../../skills/micro-saas-launcher/): Plan and ship micro-SaaS products.
@@ -906,7 +907,7 @@ _Founders and product teams launching, pricing, monetizing, measuring, and impro
906
907
 
907
908
  _PMs, founders, and AI product teams defining, measuring, and improving AI features._
908
909
 
909
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
910
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
910
911
 
911
912
  - [`ai-wrapper-product`](../../skills/ai-wrapper-product/): Shape AI wrapper products with clearer value.
912
913
  - [`agent-evaluation`](../../skills/agent-evaluation/): Evaluate agent reliability and performance.
@@ -928,7 +929,7 @@ _PMs, founders, and AI product teams defining, measuring, and improving AI featu
928
929
 
929
930
  _Data and AI platform teams building pipelines, warehouses, transforms, embeddings, and RAG-ready data foundations._
930
931
 
931
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
932
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
932
933
 
933
934
  - [`data-engineer`](../../skills/data-engineer/): Design and operate data pipelines.
934
935
  - [`airflow-dag-patterns`](../../skills/airflow-dag-patterns/): Build maintainable Airflow DAGs.
@@ -945,7 +946,7 @@ _Data and AI platform teams building pipelines, warehouses, transforms, embeddin
945
946
 
946
947
  _Teams building privacy-aware and compliance-sensitive SaaS, AI, finance, and cloud systems._
947
948
 
948
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
949
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
949
950
 
950
951
  - [`privacy-by-design`](../../skills/privacy-by-design/): Apply privacy-by-design principles.
951
952
  - [`gdpr-data-handling`](../../skills/gdpr-data-handling/): Handle GDPR-sensitive data safely.
@@ -958,7 +959,7 @@ _Teams building privacy-aware and compliance-sensitive SaaS, AI, finance, and cl
958
959
 
959
960
  _Growth, content, and product teams expanding sites and products across languages and markets._
960
961
 
961
- **Plugin status:** Codex plugin-safe · Claude plugin-safe
962
+ **Plugin status:** Codex plugin-safe · Claude plugin-safe · Agent Plugins 1.0 portable
962
963
 
963
964
  - [`i18n-localization`](../../skills/i18n-localization/): Internationalize and localize product interfaces.
964
965
  - [`seo-hreflang`](../../skills/seo-hreflang/): Implement hreflang and international SEO signals.
@@ -987,6 +988,7 @@ Pick the minimum set for your current milestone. Expand only when you hit a real
987
988
 
988
989
  - **Claude Code**: install a bundle plugin or use `>> /skill-name help me...`
989
990
  - **Codex CLI**: install a bundle plugin where marketplaces are available, or use `Use skill-name...`
991
+ - **Agent Plugins clients**: load the portable bundle directory using the client-specific installation flow
990
992
  - **Cursor**: `@skill-name` in chat
991
993
  - **Gemini CLI**: `Use skill-name...`
992
994
 
@@ -1062,4 +1064,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
1062
1064
 
1063
1065
  ---
1064
1066
 
1065
- _Last updated: June 2026 | Total Skills: 2,003+ | Total Bundles: 58_
1067
+ _Last updated: June 2026 | Total Skills: 2,005+ | Total Bundles: 58_
@@ -17,7 +17,7 @@ Configure AAS Core for Claude Code, describe the task and constraints, let Claud
17
17
  - It lets Claude search the verified local catalog without loading the full library into context.
18
18
  - It preserves Claude's exact selection without using metadata as an eligibility gate.
19
19
  - It keeps MCP discovery read-only and CLI changes approval-gated.
20
- - It includes 2,003+ skills instead of a narrow single-domain starter pack.
20
+ - It includes 2,005+ skills instead of a narrow single-domain starter pack.
21
21
  - It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
22
22
  - It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
23
23
  - It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
@@ -209,6 +209,10 @@ This repository also includes repo-local plugin metadata for Codex:
209
209
 
210
210
  That path exposes the new plugin-safe Codex root plugin plus generated bundle plugins. For the full explanation, read [plugins.md](plugins.md).
211
211
 
212
+ **Portable Agent Plugins alternative:**
213
+
214
+ Cross-host-safe specialized bundles also include a standard Agent Plugins 1.0 `plugin.json` at the bundle root. Compatible clients discover the included skills from the adjacent `skills/` directory. AAS omits that root manifest when a bundle does not satisfy the portable flat-layout gate, and the host-specific full-library roots remain separate.
215
+
212
216
  ### Why do I not see `Sync Skills` on the hosted website?
213
217
 
214
218
  Because the public site is a static GitHub Pages catalog, not a maintainer control surface.
@@ -233,7 +237,7 @@ The app may show optional read-only community counts when configured, but clicki
233
237
 
234
238
  ### What does `plugin-safe` mean?
235
239
 
236
- Plugin-safe means the published Claude Code and Codex plugins only include the subset of skills that is ready for marketplace-style distribution.
240
+ Plugin-safe means the published Claude Code and Codex plugins only include the subset of skills that is ready for packaged distribution. Agent Plugins portability is a stricter package-level claim: the bundle must also have a standard root manifest and directly discoverable immediate skill directories.
237
241
 
238
242
  Skills can stay repo-only for a while if they still need:
239
243
 
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
12
12
 
13
13
  - It installs directly into the expected Gemini skills path.
14
14
  - It includes both core software engineering skills and deeper agent/LLM-oriented skills.
15
- - It helps new users get started with bundles and workflows rather than forcing a cold start from 2,003+ files.
15
+ - It helps new users get started with bundles and workflows rather than forcing a cold start from 2,005+ files.
16
16
  - It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
17
17
 
18
18
  ## Install Gemini CLI Skills
@@ -35,7 +35,7 @@ We have curated **Starter Packs** to get you running immediately.
35
35
 
36
36
  On the direct-install path, you install the library once (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install.
37
37
 
38
- If you prefer a marketplace-style install for **Claude Code** or **Codex**, use the new plugin distributions described in [plugins.md](plugins.md).
38
+ If you prefer a packaged install for **Claude Code**, **Codex**, or another Agent Plugins-compatible client, use the plugin distributions described in [plugins.md](plugins.md).
39
39
 
40
40
  ### 1. Install Skills Directly
41
41
 
@@ -192,6 +192,8 @@ For Claude Code, use:
192
192
 
193
193
  For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
194
194
 
195
+ For clients implementing Agent Plugins 1.0, use a specialized bundle whose generated status says `Agent Plugins 1.0 portable`. Its directory contains the standard root `plugin.json` and directly discoverable `skills/`; installation itself follows the client's instructions.
196
+
195
197
  **Q: Do I need to install every skill?**
196
198
  A: No. With AAS Core, ask the agent to inspect the project and choose exact IDs from the complete catalog. On the legacy direct-install path, you can install the broad library while the host reads only invoked or relevant skills. **Starter Packs** in [bundles.md](bundles.md) remain human-curated discovery aids.
197
199
 
@@ -220,7 +222,7 @@ A: Yes. Original code and tooling are MIT-licensed, and original documentation/n
220
222
  Need a tool-specific starting point first?
221
223
 
222
224
  - [Claude Code skills](claude-code-skills.md)
223
- - [Plugins for Claude Code and Codex](plugins.md)
225
+ - [Plugins for compatible agent clients](plugins.md)
224
226
  - [Cursor skills](cursor-skills.md)
225
227
  - [Codex CLI skills](codex-cli-skills.md)
226
228
  - [Gemini CLI skills](gemini-cli-skills.md)
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
18
18
 
19
19
  Kiro's agentic capabilities are enhanced by skills that provide:
20
20
 
21
- - **Domain expertise** across 2,003+ specialized areas
21
+ - **Domain expertise** across 2,005+ specialized areas
22
22
  - **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
23
23
  - **Workflow automation** for common development tasks
24
24
  - **AWS-specific patterns** for serverless, infrastructure, and cloud architecture