agent-skill-manager 2.0.0 → 2.1.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.
Files changed (31) hide show
  1. package/README.md +2 -2
  2. package/data/skill-index/Affitor_affiliate-skills.json +62 -2
  3. package/data/skill-index/Eronred_aso-skills.json +1 -1
  4. package/data/skill-index/GPTomics_bioSkills.json +173 -17
  5. package/data/skill-index/Galaxy-Dawn_claude-scholar.json +14 -2
  6. package/data/skill-index/Imbad0202_academic-research-skills.json +19 -19
  7. package/data/skill-index/K-Dense-AI_claude-scientific-skills.json +39 -555
  8. package/data/skill-index/Leonxlnx_taste-skill.json +14 -2
  9. package/data/skill-index/Master-cai_Research-Paper-Writing-Skills.json +1 -1
  10. package/data/skill-index/MiniMax-AI_skills.json +103 -7
  11. package/data/skill-index/affaan-m_everything-claude-code.json +4045 -733
  12. package/data/skill-index/alirezarezvani_claude-skills.json +686 -2
  13. package/data/skill-index/anthropics_skills.json +2 -2
  14. package/data/skill-index/bytedance_deer-flow.json +62 -2
  15. package/data/skill-index/coreyhaines31_marketingskills.json +44 -8
  16. package/data/skill-index/github_awesome-copilot.json +3142 -898
  17. package/data/skill-index/heygen-com_hyperframes.json +69 -0
  18. package/data/skill-index/himself65_finance-skills.json +175 -19
  19. package/data/skill-index/kemiljk_fluid-design.json +1 -1
  20. package/data/skill-index/kepano_obsidian-skills.json +2 -2
  21. package/data/skill-index/luongnv89_skills.json +47 -35
  22. package/data/skill-index/mattpocock_skills.json +70 -34
  23. package/data/skill-index/nextlevelbuilder_ui-ux-pro-max-skill.json +1 -1
  24. package/data/skill-index/obra_superpowers.json +1 -1
  25. package/data/skill-index/sickn33_antigravity-awesome-skills.json +42937 -5491
  26. package/data/skill-index/slavingia_skills.json +1 -1
  27. package/data/skill-index-resources.json +10 -1
  28. package/dist/agent-skill-manager.js +3 -3
  29. package/dist/{chunk-b5czdh0p.js → chunk-6mbpytcj.js} +1 -1
  30. package/dist/{chunk-2kpv20e1.js → chunk-x537ndd4.js} +1 -1
  31. package/package.json +1 -1
@@ -2,8 +2,8 @@
2
2
  "repoUrl": "https://github.com/luongnv89/skills.git",
3
3
  "owner": "luongnv89",
4
4
  "repo": "skills",
5
- "updatedAt": "2026-03-27T23:21:28.162Z",
6
- "skillCount": 35,
5
+ "updatedAt": "2026-04-20T06:33:12.504Z",
6
+ "skillCount": 36,
7
7
  "skills": [
8
8
  {
9
9
  "name": "agent-config",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  {
21
21
  "name": "appstore-review-checker",
22
- "description": "Pre-submission audit of iOS/macOS apps against 150+ Apple App Store Review Guidelines. Analyzes source code, project config, metadata, and screenshots to catch rejection risks before you submit. Provides per-guideline verdicts (PASS/FAIL/WARNING/N/A) with specific fix suggestions. Use this skill whenever someone wants to check if their app will pass App Store review, asks about App Store rejection risks, says \"will Apple approve this\", \"check my app for review\", \"pre-submission audit\", \"App Store compliance check\", \"why might my app get rejected\", \"review guidelines check\", or mentions preparing an app for App Store submission — even if they don't say \"review guidelines\" explicitly. Also trigger when someone is debugging a rejection and wants to know what else might fail.",
22
+ "description": "Audit iOS/macOS app projects against Apple App Store Review Guidelines to catch rejection risks before submission, with per-guideline PASS/FAIL/WARNING verdicts and fix suggestions.",
23
23
  "version": "1.1.1",
24
24
  "license": "",
25
25
  "creator": "",
@@ -31,7 +31,7 @@
31
31
  },
32
32
  {
33
33
  "name": "aso-marketing",
34
- "description": "Full-lifecycle App Store Optimization (ASO) for mobile apps keyword strategy, metadata optimization, visual assets, localization, conversion improvement, and store policy compliance for both Apple App Store and Google Play. Use when asked to \"optimize my app store listing\", \"ASO plan\", \"improve app visibility\", \"increase app downloads\", \"keyword strategy\", \"store listing optimization\", \"check listing compliance\", or any request about making a mobile app more discoverable. Also trigger when user mentions app store rankings, screenshot optimization, or app metadata — even without saying \"ASO\".",
34
+ "description": "Optimize App Store and Google Play listings with keyword strategy, metadata, and localization. Use when asked to improve app store visibility, ASO, or app discoverability.",
35
35
  "version": "1.1.1",
36
36
  "license": "MIT",
37
37
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  {
45
45
  "name": "auto-push",
46
- "description": "Stage all changes, create commit, and push to remote. Use when asked to \"push everything\", \"commit and push all\", \"push all my changes\", or for bulk operations. Includes safety checks for secrets, API keys, and large files. Execute immediately after safety checks (no extra confirmation step). Use with caution.",
46
+ "description": "Stage all changes, commit with a generated message, and push to remote with safety checks for secrets, large files, and protected branches. Executes immediately after checks pass; no extra confirmation needed.",
47
47
  "version": "1.0.1",
48
48
  "license": "MIT",
49
49
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -55,8 +55,8 @@
55
55
  },
56
56
  {
57
57
  "name": "cli-builder",
58
- "description": "Guide users through building a CLI tool for any module or application. Use when users ask to \"build a CLI\", \"create a command-line tool\", \"add CLI interface\", \"make this scriptable\", \"wrap this in a CLI\", \"add a terminal interface\", or mention specific CLI frameworks like argparse, click, typer, commander, yargs, cobra, clap, picocli, or thor. Follows a strict 5-step approval-gated workflow: Analyze -> Design -> Plan -> Execute -> Summarize. Language-agnostic — auto-detects the project's language and recommends appropriate CLI libraries.",
59
- "version": "1.0.1",
58
+ "description": "Build a production-quality CLI tool for any module or application. Auto-detects language, recommends CLI libraries, and follows a 5-step approval-gated workflow: Analyze, Design, Plan, Execute, Summarize.",
59
+ "version": "1.0.2",
60
60
  "license": "MIT",
61
61
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
62
62
  "compatibility": "",
@@ -79,19 +79,19 @@
79
79
  },
80
80
  {
81
81
  "name": "code-review",
82
- "description": "Perform code reviews following best practices from Code Smells and The Pragmatic Programmer. Use when asked to \"review this code\", \"check for code smells\", \"review my PR\", \"audit the codebase\", or need quality feedback on code changes. Supports both full codebase audits and focused PR/diff reviews. Outputs structured markdown reports grouped by severity.",
83
- "version": "1.1.1",
82
+ "description": "Review code changes for bugs, security vulnerabilities, and code quality issues producing prioritized findings with specific fix suggestions.",
83
+ "version": "1.1.2",
84
84
  "license": "MIT",
85
85
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
86
86
  "compatibility": "",
87
87
  "allowedTools": [],
88
88
  "installUrl": "github:luongnv89/skills:skills/code-review",
89
89
  "relPath": "skills/code-review",
90
- "verified": true
90
+ "verified": false
91
91
  },
92
92
  {
93
93
  "name": "context-hub",
94
- "description": "Use Context Hub (`chub`) to fetch up-to-date third-party API/SDK docs before writing or reviewing integration code. Trigger this skill whenever a task mentions external APIs, SDKs, webhooks, auth flows, or library-specific method usage (OpenAI, Stripe, Anthropic, Pinecone, etc.), even if the user does not explicitly ask for documentation.",
94
+ "description": "Fetch up-to-date third-party API/SDK docs via `chub` before writing or reviewing integration code so method names, payload fields, and auth headers are always sourced from live docs, not stale training data.",
95
95
  "version": "1.0.1",
96
96
  "license": "MIT",
97
97
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -103,8 +103,8 @@
103
103
  },
104
104
  {
105
105
  "name": "devops-pipeline",
106
- "description": "Implement pre-commit hooks and GitHub Actions for quality assurance. Use when asked to \"setup CI/CD\", \"add pre-commit hooks\", \"create GitHub Actions\", \"setup quality gates\", \"automate testing\", \"add linting to CI\", or any DevOps automation for code quality. Detects project type and configures appropriate tools.",
107
- "version": "1.0.1",
106
+ "description": "Implement pre-commit hooks and lean GitHub Actions for shift-left quality assurance maximizing local test coverage and minimizing CI cost.",
107
+ "version": "2.0.0",
108
108
  "license": "MIT",
109
109
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
110
110
  "compatibility": "",
@@ -115,7 +115,7 @@
115
115
  },
116
116
  {
117
117
  "name": "docs-generator",
118
- "description": "Restructure project documentation for clarity and accessibility. Use when users ask to \"organize docs\", \"generate documentation\", \"improve doc structure\", \"restructure README\", or need to reorganize scattered documentation into a coherent structure. Analyzes project type and creates appropriate documentation hierarchy.",
118
+ "description": "Generate and restructure project documentation into a clear, accessible hierarchy. Use when asked to \"organize docs\", \"generate documentation\", \"improve doc structure\", or \"restructure README\".",
119
119
  "version": "1.2.1",
120
120
  "license": "MIT",
121
121
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -127,7 +127,7 @@
127
127
  },
128
128
  {
129
129
  "name": "dont-make-me-think",
130
- "description": "Review any UI for usability issues using Steve Krug's \"Don't Make Me Think\" principles, or redesign a UI to be more intuitive. Use this skill whenever the user asks to \"review my UI\", \"check usability\", \"is this interface confusing\", \"why do users get lost\", \"simplify this design\", \"make this more intuitive\", \"UX review\", \"usability audit\", \"Krug review\", \"don't make me think\", or shares a screenshot/URL/mockup and wants feedback on whether it's easy to use. Also trigger when the user describes user confusion, drop-off, or complaints about a flow being hard to understand — even if they don't mention \"usability\" explicitly. Works with screenshots, live URLs, HTML/CSS code, wireframes, and verbal descriptions of interfaces.",
130
+ "description": "Review UI for usability issues using Steve Krug's principles and produce a scannable report. Use when asked for a usability audit, UX review, or UI feedback on screenshots, URLs, or code.",
131
131
  "version": "1.1.1",
132
132
  "license": "MIT",
133
133
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -139,7 +139,7 @@
139
139
  },
140
140
  {
141
141
  "name": "drawio-generator",
142
- "description": "Generate diagrams and visualizations as draw.io (diagrams.net) XML files — flowcharts, architecture, C4 models, ER diagrams, sequence diagrams, mind maps, swimlanes, and more. Trigger when user says \"draw.io\", \"drawio\", \"diagrams.net\", \".drawio file\", or wants draw.io format. Also trigger when extending existing .drawio files or when context calls for draw.io (corporate environments, Confluence/Jira integration, multi-page diagrams).",
142
+ "description": "Generate professional diagrams as valid draw.io XML files — flowcharts, architecture, C4 models, ER diagrams, sequence diagrams, mind maps, and swimlanes.",
143
143
  "version": "1.1.1",
144
144
  "license": "MIT",
145
145
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -151,8 +151,8 @@
151
151
  },
152
152
  {
153
153
  "name": "excalidraw-generator",
154
- "description": "Generate diagrams and visualizations as Excalidraw JSON files — flowcharts, architecture, ER diagrams, mind maps, sequence diagrams, org charts, wireframes, C4 models, swimlanes, and more. Trigger when user asks to draw, diagram, visualize, sketch, or chart anything, says \"excalidraw\", \"draw this\", \"make a diagram of\", \"visualize this\", or shares data/structures that would benefit from visualization. Also suggest when the user describes relationships, flows, or hierarchies even without saying \"diagram\".",
155
- "version": "1.1.1",
154
+ "description": "Generate professional diagrams as valid Excalidraw JSON files — flowcharts, architecture, ER diagrams, mind maps, sequence diagrams, wireframes, C4 models, and more. Understands text, code, schemas, or verbal descriptions.",
155
+ "version": "1.2.0",
156
156
  "license": "MIT",
157
157
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
158
158
  "compatibility": "",
@@ -163,7 +163,7 @@
163
163
  },
164
164
  {
165
165
  "name": "frontend-design",
166
- "description": "Create distinctive, usability-focused, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include web apps, landing pages, dashboards, forms, portfolios). Generates creative, polished code that avoids generic AI aesthetics. Applies \"Don't Make Me Think\" usability principles and a default style guide (Black/White/Gray/Bright Green) when no style preference is provided.",
166
+ "description": "Design and implement production-grade frontend interfaces with distinctive aesthetics and working code. Use when asked to build a UI, component, page, or frontend feature.",
167
167
  "version": "1.2.1",
168
168
  "license": "MIT",
169
169
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -175,7 +175,7 @@
175
175
  },
176
176
  {
177
177
  "name": "github-issue-creator",
178
- "description": "Create or update GitHub issues from screenshots, bug report emails, messages, or any visual/text input. Extracts structured issue data from images or pasted text, detects the repo's issue templates, proposes issues for user approval, then creates or updates them via gh CLI. Use this skill whenever the user shares a screenshot of a bug, pastes an error report, forwards a bug email, wants to file issues from a conversation, says \"create an issue from this\", \"turn this into a GitHub issue\", \"file a bug for this\", \"update the issue with this info\", or has any visual or textual bug/feature report they want tracked as GitHub issues — even if they just drop an image and say \"handle this\".",
178
+ "description": "Create or update GitHub issues from screenshots, emails, messages, or any visual/text input. Extracts structured data, redacts PII, detects issue templates, proposes issues for approval, then files them via gh CLI.",
179
179
  "version": "1.0.0",
180
180
  "license": "MIT",
181
181
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -187,8 +187,8 @@
187
187
  },
188
188
  {
189
189
  "name": "idea-validator",
190
- "description": "Critically evaluate and enhance app ideas, startup concepts, and product proposals. Use when users ask to \"evaluate my idea\", \"review this concept\", \"is this a good idea\", \"validate my startup idea\", or want honest feedback on technical feasibility and market viability.",
191
- "version": "1.2.3",
190
+ "description": "Evaluate app ideas and startup concepts across market viability, technical feasibility, and competitive landscape. Use when asked to validate, review, or score a product idea.",
191
+ "version": "1.3.0",
192
192
  "license": "MIT",
193
193
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
194
194
  "compatibility": "",
@@ -199,7 +199,7 @@
199
199
  },
200
200
  {
201
201
  "name": "install-script-generator",
202
- "description": "Generate cross-platform installation scripts for any software, library, or module. Use when users ask to \"create an installer\", \"generate installation script\", \"automate installation\", \"setup script for X\", \"install X on any OS\", or need automated deployment across Windows, Linux, and macOS. Generates a standalone install.sh (and optionally install.ps1) that can be run via a single curl/wget one-liner. Follows a four-phase approach — environment exploration, installation planning, script generation, and documentation.",
202
+ "description": "Generate cross-platform installation scripts for any software, library, or module. Produces a standalone install.sh runnable via a single curl/wget one-liner, with automatic OS, architecture, and package manager detection.",
203
203
  "version": "2.0.1",
204
204
  "license": "MIT",
205
205
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -211,7 +211,7 @@
211
211
  },
212
212
  {
213
213
  "name": "logo-designer",
214
- "description": "Design professional, modern logos with automatic project context detection. Use when users ask to \"create a logo\", \"design a logo\", \"generate brand identity\", \"make a favicon\", or need visual brand assets. Analyzes project files (README, package.json, etc.) to understand product name, purpose, and existing brand colors before generating logo concepts.",
214
+ "description": "Design professional SVG logos by analyzing project context and generating 7 brand asset variants mark, full, wordmark, icon, favicon, white, and black plus a brand showcase HTML page.",
215
215
  "version": "1.2.0",
216
216
  "license": "MIT",
217
217
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -223,7 +223,7 @@
223
223
  },
224
224
  {
225
225
  "name": "name-checker",
226
- "description": "Check product/brand names for trademark, domain, social media, and package registry conflicts. Use when users ask to \"check this name\", \"validate a product name\", \"is this name available\", \"is this package name taken\", or need to assess naming risks before publishing to npm, PyPI, Homebrew, or apt. Provides risk assessment and alternative suggestions. Also use when users want to secure a name early across registries to prevent namespace squatting, or ask \"can I publish under this name\".",
226
+ "description": "Check product and brand names for conflicts across trademarks, domains, social media handles, and package registries (npm, PyPI, Homebrew, apt). Delivers a risk assessment and actionable Proceed, Modify, or Abandon recommendation.",
227
227
  "version": "1.1.1",
228
228
  "license": "MIT",
229
229
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -259,7 +259,7 @@
259
259
  },
260
260
  {
261
261
  "name": "opencode-runner",
262
- "description": "Delegate coding tasks to opencode (opencode.ai) using free models. Checks installation, discovers free models, selects the best available one (preferring minimax > kimi > glm > MiMo, with Big Pickle as last resort), executes the task, and monitors progress. Use when asked to \"run this with opencode\", \"use opencode for this\", \"opencode this task\", \"delegate to opencode\", \"run with a free model\", or when the user wants to offload a coding task to opencode without paying for API credits. Also trigger when the user mentions opencode, free coding models, or wants a second AI opinion on a coding task.",
262
+ "description": "Delegate coding tasks to opencode using free cloud models. Use when asked to run a task with opencode, use a free model, or offload coding work to opencode.ai.",
263
263
  "version": "1.2.1",
264
264
  "license": "MIT",
265
265
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -271,7 +271,7 @@
271
271
  },
272
272
  {
273
273
  "name": "openspec-task-loop",
274
- "description": "Apply OpenSpec OPSX in a strict one-task-at-a-time loop. Use when the user asks to execute work as single-task changes, wants spec-first implementation per task, or says to use OpenSpec method for each task from a task list. Supports both native /opsx command environments and manual fallback by creating OpenSpec artifact files directly.",
274
+ "description": "Execute a spec-first one-task-at-a-time loop using OpenSpec OPSX. Use when asked to implement tasks from a list with single-task scope, spec artifacts, and sequential verification before archiving.",
275
275
  "version": "1.1.1",
276
276
  "license": "MIT",
277
277
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -307,7 +307,7 @@
307
307
  },
308
308
  {
309
309
  "name": "readme-to-landing-page",
310
- "description": "Transform any project README.md into a persuasive, landing-page-structured markdown file using proven copywriting frameworks (PAS, AIDA, StoryBrand). Reads the existing README and project files, extracts the product story, and rewrites the README.md to follow a conversion-optimized section flow — hero, problem, solution, how it works, social proof, FAQ, and CTA — all in pure markdown that renders natively on GitHub. Use when users ask to \"turn my README into a landing page\", \"make my README sell the project\", \"rewrite README as a landing page\", \"convert README to marketing style\", \"make my GitHub page more persuasive\", \"landing page my README\", \"optimize my README for conversions\", or want their GitHub front page to persuade visitors rather than just inform them. Also trigger when a user has a dry technical README and wants more stars, users, or contributors — even if they don't explicitly mention \"landing page\".",
310
+ "description": "Transform a project README.md into a conversion-optimized landing page using PAS, AIDA, or StoryBrand frameworks — hero, value prop, how it works, quick start, and CTA in pure GitHub-renderable markdown.",
311
311
  "version": "2.0.1",
312
312
  "license": "MIT",
313
313
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -319,8 +319,8 @@
319
319
  },
320
320
  {
321
321
  "name": "release-manager",
322
- "description": "Complete release automation — version bumping, changelog generation, README updates, documentation sync, builds, git tags, GitHub releases, and publishing to PyPI/npm. Use when asked to \"prepare a release\", \"bump the version\", \"cut a release\", \"publish to npm/pypi\", \"update the changelog\", \"generate release notes\", \"what changed since last release\", or anything related to shipping a new version. Even if they only mention one part (like \"update changelog\"), use this skill because releases have interdependent steps.",
323
- "version": "2.3.1",
322
+ "description": "Automate the full release lifecycle — version bump, changelog, README update, git tag, GitHub release, and PyPI/npm publishing. Use this skill whenever the user wants to cut a release, bump a version, tag and push, create a GitHub release, generate release notes or a changelog, publish to PyPI or npm, or asks what changed since the last release. Even if the user just says \"ship it\", \"make a release\", or \"tag this version\" this skill should handle it.",
323
+ "version": "2.4.0",
324
324
  "license": "MIT",
325
325
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
326
326
  "compatibility": "",
@@ -331,7 +331,7 @@
331
331
  },
332
332
  {
333
333
  "name": "seo-ai-optimizer",
334
- "description": "Audits and optimizes website codebases for SEO and AI bot scanning. Covers technical SEO (meta tags, sitemaps, robots.txt, canonical URLs, page speed hints, structured data), content SEO (heading structure, alt text, readability), and AI bot accessibility (llms.txt, GPTBot/ClaudeBot directives, ai-plugin.json, Schema.org/JSON-LD). Use when user asks to \"optimize for SEO\", \"audit SEO\", \"improve search rankings\", \"make site AI-friendly\", \"add structured data\", \"fix meta tags\", or \"optimize for AI bots\". Works with any web framework.",
334
+ "description": "Audit and optimize website codebases for technical SEO, content SEO, and AI bot accessibility. Fixes meta tags, sitemaps, robots.txt, structured data, llms.txt, and GPTBot/ClaudeBot directives across any web framework.",
335
335
  "version": "1.1.1",
336
336
  "license": "MIT",
337
337
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -344,7 +344,7 @@
344
344
  {
345
345
  "name": "skill-creator",
346
346
  "description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",
347
- "version": "1.2.1",
347
+ "version": "1.2.2",
348
348
  "license": "MIT",
349
349
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
350
350
  "compatibility": "",
@@ -355,7 +355,7 @@
355
355
  },
356
356
  {
357
357
  "name": "skill-inventory-auditor",
358
- "description": "Audit all installed agent skills across global and project scopes to find and remove duplicate skills. Use when asked to \"audit my skills\", \"check for duplicate skills\", \"clean up skills\", \"deduplicate skills\", \"find duplicate skills\", or when the user wants to find and remove duplicated skill installations.",
358
+ "description": "Audit all installed agent skills across global and project scopes to find and remove duplicate skills. Use when asked to \"audit my skills\", \"deduplicate skills\", \"clean up skills\", or \"find duplicate skill installations\".",
359
359
  "version": "1.0.1",
360
360
  "license": "MIT",
361
361
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -365,6 +365,18 @@
365
365
  "relPath": "skills/skill-inventory-auditor",
366
366
  "verified": true
367
367
  },
368
+ {
369
+ "name": "slop-code",
370
+ "description": "Clean up a codebase by removing AI slop, dead code, weak types, duplication, defensive over-engineering, and legacy cruft using 8 parallel specialized subagents across two cleanup waves.",
371
+ "version": "1.0.0",
372
+ "license": "MIT",
373
+ "creator": "Luong NGUYEN <luongnv89@gmail.com>",
374
+ "compatibility": "",
375
+ "allowedTools": [],
376
+ "installUrl": "github:luongnv89/skills:skills/slop-code",
377
+ "relPath": "skills/slop-code",
378
+ "verified": true
379
+ },
368
380
  {
369
381
  "name": "system-design",
370
382
  "description": "Generate Technical Architecture Documents (TAD) from PRD files. Use when users ask to \"design the architecture\", \"create a TAD\", \"system design\", or want to define how a product will be built. Creates/updates tad.md and always reports GitHub links to changed files.",
@@ -391,7 +403,7 @@
391
403
  },
392
404
  {
393
405
  "name": "test-coverage",
394
- "description": "Expand unit test coverage by targeting untested branches and edge cases. Use when users ask to \"increase test coverage\", \"add more tests\", \"expand unit tests\", \"cover edge cases\", \"improve test coverage\", or want to identify and fill gaps in existing test suites. Adapts to project's testing framework.",
406
+ "description": "Expand unit test coverage by targeting untested branches and edge cases in any language. Identifies coverage gaps, writes new tests using the project's existing framework, and verifies measurable improvement.",
395
407
  "version": "1.2.1",
396
408
  "license": "MIT",
397
409
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -403,7 +415,7 @@
403
415
  },
404
416
  {
405
417
  "name": "theme-transformer",
406
- "description": "Transform an existing website/app UI into a futuristic cyberpunk, neon, space, or digital-dark theme with user-adjustable colors. Use when asked to \"reskin the UI\", \"apply a dark theme\", \"cyberpunk style this app\", \"make the interface futuristic\", \"apply neon command center style\", or migrate a product to a new visual theme.",
418
+ "description": "Transform an existing website/app UI into a futuristic cyberpunk, neon, space, or digital-dark theme with user-adjustable colors. Use when asked to \"reskin the UI\", \"dark theme\", \"cyberpunk style\", or \"make the interface futuristic\".",
407
419
  "version": "1.0.1",
408
420
  "license": "MIT",
409
421
  "creator": "Luong NGUYEN <luongnv89@gmail.com>",
@@ -2,9 +2,21 @@
2
2
  "repoUrl": "https://github.com/mattpocock/skills.git",
3
3
  "owner": "mattpocock",
4
4
  "repo": "skills",
5
- "updatedAt": "2026-03-27T23:21:31.694Z",
6
- "skillCount": 18,
5
+ "updatedAt": "2026-04-20T06:33:18.182Z",
6
+ "skillCount": 21,
7
7
  "skills": [
8
+ {
9
+ "name": "caveman",
10
+ "description": "Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says \"caveman mode\", \"talk like caveman\", \"use caveman\", \"less tokens\", \"be brief\", or invokes /caveman.",
11
+ "version": "0.0.0",
12
+ "license": "",
13
+ "creator": "",
14
+ "compatibility": "",
15
+ "allowedTools": [],
16
+ "installUrl": "github:mattpocock/skills:caveman",
17
+ "relPath": "caveman",
18
+ "verified": true
19
+ },
8
20
  {
9
21
  "name": "design-an-interface",
10
22
  "description": "Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions \"design it twice\".",
@@ -17,6 +29,18 @@
17
29
  "relPath": "design-an-interface",
18
30
  "verified": true
19
31
  },
32
+ {
33
+ "name": "domain-model",
34
+ "description": "Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.",
35
+ "version": "0.0.0",
36
+ "license": "",
37
+ "creator": "",
38
+ "compatibility": "",
39
+ "allowedTools": [],
40
+ "installUrl": "github:mattpocock/skills:domain-model",
41
+ "relPath": "domain-model",
42
+ "verified": true
43
+ },
20
44
  {
21
45
  "name": "edit-article",
22
46
  "description": "Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.",
@@ -41,6 +65,18 @@
41
65
  "relPath": "git-guardrails-claude-code",
42
66
  "verified": true
43
67
  },
68
+ {
69
+ "name": "github-triage",
70
+ "description": "Triage GitHub issues through a label-based state machine with interactive grilling sessions. Use when user wants to triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.",
71
+ "version": "0.0.0",
72
+ "license": "",
73
+ "creator": "",
74
+ "compatibility": "",
75
+ "allowedTools": [],
76
+ "installUrl": "github:mattpocock/skills:github-triage",
77
+ "relPath": "github-triage",
78
+ "verified": true
79
+ },
44
80
  {
45
81
  "name": "grill-me",
46
82
  "description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".",
@@ -89,30 +125,6 @@
89
125
  "relPath": "obsidian-vault",
90
126
  "verified": true
91
127
  },
92
- {
93
- "name": "prd-to-issues",
94
- "description": "Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.",
95
- "version": "0.0.0",
96
- "license": "",
97
- "creator": "",
98
- "compatibility": "",
99
- "allowedTools": [],
100
- "installUrl": "github:mattpocock/skills:prd-to-issues",
101
- "relPath": "prd-to-issues",
102
- "verified": true
103
- },
104
- {
105
- "name": "prd-to-plan",
106
- "description": "Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions \"tracer bullets\".",
107
- "version": "0.0.0",
108
- "license": "",
109
- "creator": "",
110
- "compatibility": "",
111
- "allowedTools": [],
112
- "installUrl": "github:mattpocock/skills:prd-to-plan",
113
- "relPath": "prd-to-plan",
114
- "verified": true
115
- },
116
128
  {
117
129
  "name": "qa",
118
130
  "description": "Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions \"QA session\".",
@@ -173,6 +185,30 @@
173
185
  "relPath": "tdd",
174
186
  "verified": true
175
187
  },
188
+ {
189
+ "name": "to-issues",
190
+ "description": "Break a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.",
191
+ "version": "0.0.0",
192
+ "license": "",
193
+ "creator": "",
194
+ "compatibility": "",
195
+ "allowedTools": [],
196
+ "installUrl": "github:mattpocock/skills:to-issues",
197
+ "relPath": "to-issues",
198
+ "verified": true
199
+ },
200
+ {
201
+ "name": "to-prd",
202
+ "description": "Turn the current conversation context into a PRD and submit it as a GitHub issue. Use when user wants to create a PRD from the current context.",
203
+ "version": "0.0.0",
204
+ "license": "",
205
+ "creator": "",
206
+ "compatibility": "",
207
+ "allowedTools": [],
208
+ "installUrl": "github:mattpocock/skills:to-prd",
209
+ "relPath": "to-prd",
210
+ "verified": true
211
+ },
176
212
  {
177
213
  "name": "triage-issue",
178
214
  "description": "Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions \"triage\", or wants to investigate and plan a fix for a problem.",
@@ -198,27 +234,27 @@
198
234
  "verified": true
199
235
  },
200
236
  {
201
- "name": "write-a-prd",
202
- "description": "Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.",
237
+ "name": "write-a-skill",
238
+ "description": "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.",
203
239
  "version": "0.0.0",
204
240
  "license": "",
205
241
  "creator": "",
206
242
  "compatibility": "",
207
243
  "allowedTools": [],
208
- "installUrl": "github:mattpocock/skills:write-a-prd",
209
- "relPath": "write-a-prd",
244
+ "installUrl": "github:mattpocock/skills:write-a-skill",
245
+ "relPath": "write-a-skill",
210
246
  "verified": true
211
247
  },
212
248
  {
213
- "name": "write-a-skill",
214
- "description": "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.",
249
+ "name": "zoom-out",
250
+ "description": "Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.",
215
251
  "version": "0.0.0",
216
252
  "license": "",
217
253
  "creator": "",
218
254
  "compatibility": "",
219
255
  "allowedTools": [],
220
- "installUrl": "github:mattpocock/skills:write-a-skill",
221
- "relPath": "write-a-skill",
256
+ "installUrl": "github:mattpocock/skills:zoom-out",
257
+ "relPath": "zoom-out",
222
258
  "verified": true
223
259
  }
224
260
  ]
@@ -2,7 +2,7 @@
2
2
  "repoUrl": "https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git",
3
3
  "owner": "nextlevelbuilder",
4
4
  "repo": "ui-ux-pro-max-skill",
5
- "updatedAt": "2026-03-27T23:21:18.512Z",
5
+ "updatedAt": "2026-04-20T06:32:54.585Z",
6
6
  "skillCount": 7,
7
7
  "skills": [
8
8
  {
@@ -2,7 +2,7 @@
2
2
  "repoUrl": "https://github.com/obra/superpowers.git",
3
3
  "owner": "obra",
4
4
  "repo": "superpowers",
5
- "updatedAt": "2026-03-27T23:21:15.577Z",
5
+ "updatedAt": "2026-04-20T06:32:42.596Z",
6
6
  "skillCount": 14,
7
7
  "skills": [
8
8
  {