@ruaruababa/vibe-kit 1.0.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 (462) hide show
  1. package/CATALOG.md +317 -0
  2. package/README.md +121 -0
  3. package/aliases.json +65 -0
  4. package/bin/vibe.js +2 -0
  5. package/bundles.json +265 -0
  6. package/catalog.json +1560 -0
  7. package/dist/antigravity-skills/bin/cli.js +438 -0
  8. package/dist/antigravity-skills/lib/skill-utils.js +158 -0
  9. package/dist/antigravity-skills/scripts/build-catalog.js +305 -0
  10. package/dist/antigravity-skills/scripts/normalize-frontmatter.js +144 -0
  11. package/dist/antigravity-skills/scripts/validate-skills.js +230 -0
  12. package/dist/bin/vibe.js +2 -0
  13. package/dist/dist/src/cli/index.js +26 -0
  14. package/dist/lib/skill-utils.js +158 -0
  15. package/dist/scripts/build-catalog.js +50 -0
  16. package/dist/scripts/normalize-frontmatter.js +144 -0
  17. package/dist/scripts/validate-skills.js +56 -0
  18. package/dist/src/cli/index.js +146 -0
  19. package/dist/src/types/index.js +13 -0
  20. package/dist/src/utils/fs.js +1 -0
  21. package/package.json +43 -0
  22. package/skills/accessibility-compliance-accessibility-audit/SKILL.md +42 -0
  23. package/skills/accessibility-compliance-accessibility-audit/resources/implementation-playbook.md +502 -0
  24. package/skills/agent-orchestration-improve-agent/SKILL.md +349 -0
  25. package/skills/agent-orchestration-multi-agent-optimize/SKILL.md +239 -0
  26. package/skills/agent-orchestrator/SKILL.md +24 -0
  27. package/skills/ai-engineer/SKILL.md +171 -0
  28. package/skills/airflow-dag-patterns/SKILL.md +41 -0
  29. package/skills/airflow-dag-patterns/resources/implementation-playbook.md +509 -0
  30. package/skills/angular-migration/SKILL.md +428 -0
  31. package/skills/anti-reversing-techniques/SKILL.md +42 -0
  32. package/skills/anti-reversing-techniques/resources/implementation-playbook.md +539 -0
  33. package/skills/api-design-principles/SKILL.md +37 -0
  34. package/skills/api-design-principles/assets/api-design-checklist.md +155 -0
  35. package/skills/api-design-principles/assets/rest-api-template.py +182 -0
  36. package/skills/api-design-principles/references/graphql-schema-design.md +583 -0
  37. package/skills/api-design-principles/references/rest-best-practices.md +408 -0
  38. package/skills/api-design-principles/resources/implementation-playbook.md +513 -0
  39. package/skills/api-documenter/SKILL.md +184 -0
  40. package/skills/api-testing-observability-api-mock/SKILL.md +46 -0
  41. package/skills/api-testing-observability-api-mock/resources/implementation-playbook.md +1327 -0
  42. package/skills/application-performance-performance-optimization/SKILL.md +154 -0
  43. package/skills/architect-review/SKILL.md +174 -0
  44. package/skills/architecture-decision-records/SKILL.md +441 -0
  45. package/skills/architecture-patterns/SKILL.md +37 -0
  46. package/skills/architecture-patterns/resources/implementation-playbook.md +479 -0
  47. package/skills/arm-cortex-expert/SKILL.md +306 -0
  48. package/skills/async-python-patterns/SKILL.md +39 -0
  49. package/skills/async-python-patterns/resources/implementation-playbook.md +678 -0
  50. package/skills/attack-tree-construction/SKILL.md +38 -0
  51. package/skills/attack-tree-construction/resources/implementation-playbook.md +671 -0
  52. package/skills/auth-implementation-patterns/SKILL.md +39 -0
  53. package/skills/auth-implementation-patterns/resources/implementation-playbook.md +618 -0
  54. package/skills/backend-architect/SKILL.md +333 -0
  55. package/skills/backend-development-feature-development/SKILL.md +180 -0
  56. package/skills/backend-security-coder/SKILL.md +156 -0
  57. package/skills/backtesting-frameworks/SKILL.md +39 -0
  58. package/skills/backtesting-frameworks/resources/implementation-playbook.md +647 -0
  59. package/skills/bash-defensive-patterns/SKILL.md +43 -0
  60. package/skills/bash-defensive-patterns/resources/implementation-playbook.md +517 -0
  61. package/skills/bash-pro/SKILL.md +310 -0
  62. package/skills/bats-testing-patterns/SKILL.md +34 -0
  63. package/skills/bats-testing-patterns/resources/implementation-playbook.md +614 -0
  64. package/skills/bazel-build-optimization/SKILL.md +397 -0
  65. package/skills/billing-automation/SKILL.md +42 -0
  66. package/skills/billing-automation/resources/implementation-playbook.md +544 -0
  67. package/skills/binary-analysis-patterns/SKILL.md +450 -0
  68. package/skills/blockchain-developer/SKILL.md +208 -0
  69. package/skills/business-analyst/SKILL.md +182 -0
  70. package/skills/c-pro/SKILL.md +56 -0
  71. package/skills/c4-architecture-c4-architecture/SKILL.md +389 -0
  72. package/skills/c4-code/SKILL.md +244 -0
  73. package/skills/c4-component/SKILL.md +153 -0
  74. package/skills/c4-container/SKILL.md +171 -0
  75. package/skills/c4-context/SKILL.md +150 -0
  76. package/skills/changelog-automation/SKILL.md +38 -0
  77. package/skills/changelog-automation/resources/implementation-playbook.md +538 -0
  78. package/skills/cicd-automation-workflow-automate/SKILL.md +51 -0
  79. package/skills/cicd-automation-workflow-automate/resources/implementation-playbook.md +1333 -0
  80. package/skills/clean-markdown/SKILL.md +23 -0
  81. package/skills/cloud-architect/SKILL.md +135 -0
  82. package/skills/code-documentation-code-explain/SKILL.md +46 -0
  83. package/skills/code-documentation-code-explain/resources/implementation-playbook.md +802 -0
  84. package/skills/code-documentation-doc-generate/SKILL.md +48 -0
  85. package/skills/code-documentation-doc-generate/resources/implementation-playbook.md +640 -0
  86. package/skills/code-refactoring-context-restore/SKILL.md +179 -0
  87. package/skills/code-refactoring-refactor-clean/SKILL.md +51 -0
  88. package/skills/code-refactoring-refactor-clean/resources/implementation-playbook.md +879 -0
  89. package/skills/code-refactoring-tech-debt/SKILL.md +386 -0
  90. package/skills/code-review-ai-ai-review/SKILL.md +450 -0
  91. package/skills/code-review-excellence/SKILL.md +40 -0
  92. package/skills/code-review-excellence/resources/implementation-playbook.md +515 -0
  93. package/skills/code-reviewer/SKILL.md +178 -0
  94. package/skills/codebase-cleanup-deps-audit/SKILL.md +51 -0
  95. package/skills/codebase-cleanup-deps-audit/resources/implementation-playbook.md +766 -0
  96. package/skills/codebase-cleanup-refactor-clean/SKILL.md +51 -0
  97. package/skills/codebase-cleanup-refactor-clean/resources/implementation-playbook.md +879 -0
  98. package/skills/codebase-cleanup-tech-debt/SKILL.md +386 -0
  99. package/skills/competitive-landscape/SKILL.md +34 -0
  100. package/skills/competitive-landscape/resources/implementation-playbook.md +494 -0
  101. package/skills/comprehensive-review-full-review/SKILL.md +146 -0
  102. package/skills/comprehensive-review-pr-enhance/SKILL.md +46 -0
  103. package/skills/comprehensive-review-pr-enhance/resources/implementation-playbook.md +691 -0
  104. package/skills/conductor-implement/SKILL.md +388 -0
  105. package/skills/conductor-manage/SKILL.md +39 -0
  106. package/skills/conductor-manage/resources/implementation-playbook.md +1120 -0
  107. package/skills/conductor-new-track/SKILL.md +433 -0
  108. package/skills/conductor-revert/SKILL.md +372 -0
  109. package/skills/conductor-setup/SKILL.md +426 -0
  110. package/skills/conductor-status/SKILL.md +338 -0
  111. package/skills/conductor-validator/SKILL.md +62 -0
  112. package/skills/content-marketer/SKILL.md +170 -0
  113. package/skills/context-driven-development/SKILL.md +400 -0
  114. package/skills/context-management-context-restore/SKILL.md +179 -0
  115. package/skills/context-management-context-save/SKILL.md +177 -0
  116. package/skills/context-manager/SKILL.md +185 -0
  117. package/skills/cost-optimization/SKILL.md +286 -0
  118. package/skills/cpp-pro/SKILL.md +59 -0
  119. package/skills/cqrs-implementation/SKILL.md +35 -0
  120. package/skills/cqrs-implementation/resources/implementation-playbook.md +540 -0
  121. package/skills/csharp-pro/SKILL.md +59 -0
  122. package/skills/customer-support/SKILL.md +170 -0
  123. package/skills/data-engineer/SKILL.md +224 -0
  124. package/skills/data-engineering-data-driven-feature/SKILL.md +182 -0
  125. package/skills/data-engineering-data-pipeline/SKILL.md +201 -0
  126. package/skills/data-quality-frameworks/SKILL.md +40 -0
  127. package/skills/data-quality-frameworks/resources/implementation-playbook.md +573 -0
  128. package/skills/data-scientist/SKILL.md +199 -0
  129. package/skills/data-storytelling/SKILL.md +465 -0
  130. package/skills/database-admin/SKILL.md +165 -0
  131. package/skills/database-architect/SKILL.md +268 -0
  132. package/skills/database-cloud-optimization-cost-optimize/SKILL.md +44 -0
  133. package/skills/database-cloud-optimization-cost-optimize/resources/implementation-playbook.md +1441 -0
  134. package/skills/database-migration/SKILL.md +436 -0
  135. package/skills/database-migrations-migration-observability/SKILL.md +420 -0
  136. package/skills/database-migrations-sql-migrations/SKILL.md +53 -0
  137. package/skills/database-migrations-sql-migrations/resources/implementation-playbook.md +499 -0
  138. package/skills/database-optimizer/SKILL.md +167 -0
  139. package/skills/dbt-transformation-patterns/SKILL.md +34 -0
  140. package/skills/dbt-transformation-patterns/resources/implementation-playbook.md +547 -0
  141. package/skills/debugger/SKILL.md +49 -0
  142. package/skills/debugging-strategies/SKILL.md +34 -0
  143. package/skills/debugging-strategies/resources/implementation-playbook.md +511 -0
  144. package/skills/debugging-toolkit-smart-debug/SKILL.md +197 -0
  145. package/skills/defi-protocol-templates/SKILL.md +466 -0
  146. package/skills/dependency-management-deps-audit/SKILL.md +44 -0
  147. package/skills/dependency-management-deps-audit/resources/implementation-playbook.md +766 -0
  148. package/skills/dependency-upgrade/SKILL.md +421 -0
  149. package/skills/deployment-engineer/SKILL.md +170 -0
  150. package/skills/deployment-pipeline-design/SKILL.md +371 -0
  151. package/skills/deployment-validation-config-validate/SKILL.md +496 -0
  152. package/skills/devops-troubleshooter/SKILL.md +161 -0
  153. package/skills/distributed-debugging-debug-trace/SKILL.md +44 -0
  154. package/skills/distributed-debugging-debug-trace/resources/implementation-playbook.md +1307 -0
  155. package/skills/distributed-tracing/SKILL.md +450 -0
  156. package/skills/django-pro/SKILL.md +180 -0
  157. package/skills/docs-architect/SKILL.md +98 -0
  158. package/skills/documentation-generation-doc-generate/SKILL.md +48 -0
  159. package/skills/documentation-generation-doc-generate/resources/implementation-playbook.md +640 -0
  160. package/skills/dotnet-architect/SKILL.md +197 -0
  161. package/skills/dotnet-backend-patterns/SKILL.md +37 -0
  162. package/skills/dotnet-backend-patterns/assets/repository-template.cs +523 -0
  163. package/skills/dotnet-backend-patterns/assets/service-template.cs +336 -0
  164. package/skills/dotnet-backend-patterns/references/dapper-patterns.md +544 -0
  165. package/skills/dotnet-backend-patterns/references/ef-core-best-practices.md +355 -0
  166. package/skills/dotnet-backend-patterns/resources/implementation-playbook.md +799 -0
  167. package/skills/dummy-skill/SKILL.md +5 -0
  168. package/skills/dx-optimizer/SKILL.md +83 -0
  169. package/skills/e2e-testing-patterns/SKILL.md +41 -0
  170. package/skills/e2e-testing-patterns/resources/implementation-playbook.md +531 -0
  171. package/skills/elixir-pro/SKILL.md +59 -0
  172. package/skills/embedding-strategies/SKILL.md +491 -0
  173. package/skills/employment-contract-templates/SKILL.md +39 -0
  174. package/skills/employment-contract-templates/resources/implementation-playbook.md +493 -0
  175. package/skills/error-debugging-error-analysis/SKILL.md +47 -0
  176. package/skills/error-debugging-error-analysis/resources/implementation-playbook.md +1143 -0
  177. package/skills/error-debugging-error-trace/SKILL.md +43 -0
  178. package/skills/error-debugging-error-trace/resources/implementation-playbook.md +1361 -0
  179. package/skills/error-debugging-multi-agent-review/SKILL.md +216 -0
  180. package/skills/error-detective/SKILL.md +53 -0
  181. package/skills/error-diagnostics-error-analysis/SKILL.md +47 -0
  182. package/skills/error-diagnostics-error-analysis/resources/implementation-playbook.md +1143 -0
  183. package/skills/error-diagnostics-error-trace/SKILL.md +48 -0
  184. package/skills/error-diagnostics-error-trace/resources/implementation-playbook.md +1371 -0
  185. package/skills/error-diagnostics-smart-debug/SKILL.md +197 -0
  186. package/skills/error-handling-patterns/SKILL.md +35 -0
  187. package/skills/error-handling-patterns/resources/implementation-playbook.md +635 -0
  188. package/skills/event-sourcing-architect/SKILL.md +58 -0
  189. package/skills/event-store-design/SKILL.md +449 -0
  190. package/skills/fastapi-pro/SKILL.md +192 -0
  191. package/skills/fastapi-templates/SKILL.md +32 -0
  192. package/skills/fastapi-templates/resources/implementation-playbook.md +566 -0
  193. package/skills/final-test/SKILL.md +5 -0
  194. package/skills/firmware-analyst/SKILL.md +320 -0
  195. package/skills/flutter-expert/SKILL.md +200 -0
  196. package/skills/framework-migration-code-migrate/SKILL.md +48 -0
  197. package/skills/framework-migration-code-migrate/resources/implementation-playbook.md +1052 -0
  198. package/skills/framework-migration-deps-upgrade/SKILL.md +48 -0
  199. package/skills/framework-migration-deps-upgrade/resources/implementation-playbook.md +755 -0
  200. package/skills/framework-migration-legacy-modernize/SKILL.md +132 -0
  201. package/skills/frontend-developer/SKILL.md +171 -0
  202. package/skills/frontend-mobile-development-component-scaffold/SKILL.md +403 -0
  203. package/skills/frontend-mobile-security-xss-scan/SKILL.md +322 -0
  204. package/skills/frontend-security-coder/SKILL.md +170 -0
  205. package/skills/full-stack-orchestration-full-stack-feature/SKILL.md +135 -0
  206. package/skills/gdpr-data-handling/SKILL.md +33 -0
  207. package/skills/gdpr-data-handling/resources/implementation-playbook.md +615 -0
  208. package/skills/git-advanced-workflows/SKILL.md +412 -0
  209. package/skills/git-pr-workflows-git-workflow/SKILL.md +140 -0
  210. package/skills/git-pr-workflows-onboard/SKILL.md +416 -0
  211. package/skills/git-pr-workflows-pr-enhance/SKILL.md +48 -0
  212. package/skills/git-pr-workflows-pr-enhance/resources/implementation-playbook.md +701 -0
  213. package/skills/github-actions-templates/SKILL.md +345 -0
  214. package/skills/gitlab-ci-patterns/SKILL.md +283 -0
  215. package/skills/gitops-workflow/SKILL.md +303 -0
  216. package/skills/gitops-workflow/references/argocd-setup.md +134 -0
  217. package/skills/gitops-workflow/references/sync-policies.md +131 -0
  218. package/skills/go-concurrency-patterns/SKILL.md +33 -0
  219. package/skills/go-concurrency-patterns/resources/implementation-playbook.md +654 -0
  220. package/skills/godot-gdscript-patterns/SKILL.md +33 -0
  221. package/skills/godot-gdscript-patterns/resources/implementation-playbook.md +804 -0
  222. package/skills/golang-pro/SKILL.md +179 -0
  223. package/skills/grafana-dashboards/SKILL.md +381 -0
  224. package/skills/graphql-architect/SKILL.md +182 -0
  225. package/skills/haskell-pro/SKILL.md +56 -0
  226. package/skills/helm-chart-scaffolding/SKILL.md +34 -0
  227. package/skills/helm-chart-scaffolding/assets/Chart.yaml.template +42 -0
  228. package/skills/helm-chart-scaffolding/assets/values.yaml.template +185 -0
  229. package/skills/helm-chart-scaffolding/references/chart-structure.md +500 -0
  230. package/skills/helm-chart-scaffolding/resources/implementation-playbook.md +543 -0
  231. package/skills/helm-chart-scaffolding/scripts/validate-chart.sh +244 -0
  232. package/skills/hr-pro/SKILL.md +126 -0
  233. package/skills/hybrid-cloud-architect/SKILL.md +168 -0
  234. package/skills/hybrid-cloud-networking/SKILL.md +238 -0
  235. package/skills/hybrid-search-implementation/SKILL.md +32 -0
  236. package/skills/hybrid-search-implementation/resources/implementation-playbook.md +567 -0
  237. package/skills/incident-responder/SKILL.md +213 -0
  238. package/skills/incident-response-incident-response/SKILL.md +168 -0
  239. package/skills/incident-response-smart-fix/SKILL.md +29 -0
  240. package/skills/incident-response-smart-fix/resources/implementation-playbook.md +838 -0
  241. package/skills/incident-runbook-templates/SKILL.md +395 -0
  242. package/skills/ios-developer/SKILL.md +219 -0
  243. package/skills/istio-traffic-management/SKILL.md +337 -0
  244. package/skills/java-pro/SKILL.md +177 -0
  245. package/skills/javascript-pro/SKILL.md +57 -0
  246. package/skills/javascript-testing-patterns/SKILL.md +35 -0
  247. package/skills/javascript-testing-patterns/resources/implementation-playbook.md +1024 -0
  248. package/skills/javascript-typescript-typescript-scaffold/SKILL.md +361 -0
  249. package/skills/julia-pro/SKILL.md +209 -0
  250. package/skills/k8s-manifest-generator/SKILL.md +35 -0
  251. package/skills/k8s-manifest-generator/assets/configmap-template.yaml +296 -0
  252. package/skills/k8s-manifest-generator/assets/deployment-template.yaml +203 -0
  253. package/skills/k8s-manifest-generator/assets/service-template.yaml +171 -0
  254. package/skills/k8s-manifest-generator/references/deployment-spec.md +753 -0
  255. package/skills/k8s-manifest-generator/references/service-spec.md +724 -0
  256. package/skills/k8s-manifest-generator/resources/implementation-playbook.md +510 -0
  257. package/skills/k8s-security-policies/SKILL.md +346 -0
  258. package/skills/k8s-security-policies/assets/network-policy-template.yaml +177 -0
  259. package/skills/k8s-security-policies/references/rbac-patterns.md +187 -0
  260. package/skills/kpi-dashboard-design/SKILL.md +440 -0
  261. package/skills/kubernetes-architect/SKILL.md +170 -0
  262. package/skills/langchain-architecture/SKILL.md +350 -0
  263. package/skills/legacy-modernizer/SKILL.md +53 -0
  264. package/skills/legal-advisor/SKILL.md +70 -0
  265. package/skills/linkerd-patterns/SKILL.md +321 -0
  266. package/skills/llm-application-dev-ai-assistant/SKILL.md +35 -0
  267. package/skills/llm-application-dev-ai-assistant/resources/implementation-playbook.md +1236 -0
  268. package/skills/llm-application-dev-langchain-agent/SKILL.md +246 -0
  269. package/skills/llm-application-dev-prompt-optimize/SKILL.md +37 -0
  270. package/skills/llm-application-dev-prompt-optimize/resources/implementation-playbook.md +591 -0
  271. package/skills/llm-evaluation/SKILL.md +483 -0
  272. package/skills/machine-learning-ops-ml-pipeline/SKILL.md +314 -0
  273. package/skills/malware-analyst/SKILL.md +247 -0
  274. package/skills/market-sizing-analysis/SKILL.md +425 -0
  275. package/skills/market-sizing-analysis/examples/saas-market-sizing.md +349 -0
  276. package/skills/market-sizing-analysis/references/data-sources.md +360 -0
  277. package/skills/memory-forensics/SKILL.md +491 -0
  278. package/skills/memory-safety-patterns/SKILL.md +33 -0
  279. package/skills/memory-safety-patterns/resources/implementation-playbook.md +603 -0
  280. package/skills/mermaid-expert/SKILL.md +59 -0
  281. package/skills/microservices-patterns/SKILL.md +35 -0
  282. package/skills/microservices-patterns/resources/implementation-playbook.md +607 -0
  283. package/skills/minecraft-bukkit-pro/SKILL.md +126 -0
  284. package/skills/ml-engineer/SKILL.md +168 -0
  285. package/skills/ml-pipeline-workflow/SKILL.md +257 -0
  286. package/skills/mlops-engineer/SKILL.md +219 -0
  287. package/skills/mobile-developer/SKILL.md +205 -0
  288. package/skills/mobile-security-coder/SKILL.md +184 -0
  289. package/skills/modern-javascript-patterns/SKILL.md +35 -0
  290. package/skills/modern-javascript-patterns/resources/implementation-playbook.md +910 -0
  291. package/skills/monorepo-architect/SKILL.md +61 -0
  292. package/skills/monorepo-management/SKILL.md +35 -0
  293. package/skills/monorepo-management/resources/implementation-playbook.md +621 -0
  294. package/skills/mtls-configuration/SKILL.md +359 -0
  295. package/skills/multi-cloud-architecture/SKILL.md +189 -0
  296. package/skills/multi-platform-apps-multi-platform/SKILL.md +203 -0
  297. package/skills/network-engineer/SKILL.md +169 -0
  298. package/skills/nextjs-app-router-patterns/SKILL.md +33 -0
  299. package/skills/nextjs-app-router-patterns/resources/implementation-playbook.md +543 -0
  300. package/skills/nft-standards/SKILL.md +395 -0
  301. package/skills/node-expert/SKILL.md +23 -0
  302. package/skills/nodejs-backend-patterns/SKILL.md +35 -0
  303. package/skills/nodejs-backend-patterns/resources/implementation-playbook.md +1019 -0
  304. package/skills/nx-workspace-patterns/SKILL.md +464 -0
  305. package/skills/observability-engineer/SKILL.md +237 -0
  306. package/skills/observability-monitoring-monitor-setup/SKILL.md +48 -0
  307. package/skills/observability-monitoring-monitor-setup/resources/implementation-playbook.md +505 -0
  308. package/skills/observability-monitoring-slo-implement/SKILL.md +43 -0
  309. package/skills/observability-monitoring-slo-implement/resources/implementation-playbook.md +1077 -0
  310. package/skills/on-call-handoff-patterns/SKILL.md +453 -0
  311. package/skills/openapi-spec-generation/SKILL.md +33 -0
  312. package/skills/openapi-spec-generation/resources/implementation-playbook.md +1027 -0
  313. package/skills/payment-integration/SKILL.md +77 -0
  314. package/skills/paypal-integration/SKILL.md +479 -0
  315. package/skills/pci-compliance/SKILL.md +478 -0
  316. package/skills/performance-engineer/SKILL.md +180 -0
  317. package/skills/performance-testing-review-ai-review/SKILL.md +450 -0
  318. package/skills/performance-testing-review-multi-agent-review/SKILL.md +216 -0
  319. package/skills/php-pro/SKILL.md +63 -0
  320. package/skills/posix-shell-pro/SKILL.md +304 -0
  321. package/skills/postgresql/SKILL.md +230 -0
  322. package/skills/postmortem-writing/SKILL.md +386 -0
  323. package/skills/projection-patterns/SKILL.md +33 -0
  324. package/skills/projection-patterns/resources/implementation-playbook.md +501 -0
  325. package/skills/prometheus-configuration/SKILL.md +404 -0
  326. package/skills/prompt-engineer/SKILL.md +272 -0
  327. package/skills/prompt-engineering-patterns/SKILL.md +213 -0
  328. package/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
  329. package/skills/prompt-engineering-patterns/assets/prompt-template-library.md +246 -0
  330. package/skills/prompt-engineering-patterns/references/chain-of-thought.md +399 -0
  331. package/skills/prompt-engineering-patterns/references/few-shot-learning.md +369 -0
  332. package/skills/prompt-engineering-patterns/references/prompt-optimization.md +414 -0
  333. package/skills/prompt-engineering-patterns/references/prompt-templates.md +470 -0
  334. package/skills/prompt-engineering-patterns/references/system-prompts.md +189 -0
  335. package/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
  336. package/skills/protocol-reverse-engineering/SKILL.md +29 -0
  337. package/skills/protocol-reverse-engineering/resources/implementation-playbook.md +509 -0
  338. package/skills/python-development-python-scaffold/SKILL.md +331 -0
  339. package/skills/python-packaging/SKILL.md +36 -0
  340. package/skills/python-packaging/resources/implementation-playbook.md +869 -0
  341. package/skills/python-performance-optimization/SKILL.md +36 -0
  342. package/skills/python-performance-optimization/resources/implementation-playbook.md +868 -0
  343. package/skills/python-pro/SKILL.md +158 -0
  344. package/skills/python-testing-patterns/SKILL.md +37 -0
  345. package/skills/python-testing-patterns/resources/implementation-playbook.md +906 -0
  346. package/skills/quant-analyst/SKILL.md +53 -0
  347. package/skills/rag-implementation/SKILL.md +421 -0
  348. package/skills/react-modernization/SKILL.md +34 -0
  349. package/skills/react-modernization/resources/implementation-playbook.md +512 -0
  350. package/skills/react-native-architecture/SKILL.md +33 -0
  351. package/skills/react-native-architecture/resources/implementation-playbook.md +670 -0
  352. package/skills/react-state-management/SKILL.md +441 -0
  353. package/skills/reference-builder/SKILL.md +188 -0
  354. package/skills/reverse-engineer/SKILL.md +173 -0
  355. package/skills/risk-manager/SKILL.md +61 -0
  356. package/skills/risk-metrics-calculation/SKILL.md +33 -0
  357. package/skills/risk-metrics-calculation/resources/implementation-playbook.md +554 -0
  358. package/skills/ruby-pro/SKILL.md +56 -0
  359. package/skills/rust-async-patterns/SKILL.md +33 -0
  360. package/skills/rust-async-patterns/resources/implementation-playbook.md +516 -0
  361. package/skills/rust-pro/SKILL.md +178 -0
  362. package/skills/saga-orchestration/SKILL.md +496 -0
  363. package/skills/sales-automator/SKILL.md +55 -0
  364. package/skills/sast-configuration/SKILL.md +212 -0
  365. package/skills/scala-pro/SKILL.md +82 -0
  366. package/skills/screen-reader-testing/SKILL.md +33 -0
  367. package/skills/screen-reader-testing/resources/implementation-playbook.md +544 -0
  368. package/skills/search-specialist/SKILL.md +80 -0
  369. package/skills/secrets-management/SKILL.md +364 -0
  370. package/skills/security-auditor/SKILL.md +169 -0
  371. package/skills/security-compliance-compliance-check/SKILL.md +55 -0
  372. package/skills/security-compliance-compliance-check/resources/implementation-playbook.md +963 -0
  373. package/skills/security-requirement-extraction/SKILL.md +33 -0
  374. package/skills/security-requirement-extraction/resources/implementation-playbook.md +676 -0
  375. package/skills/security-scanning-security-dependencies/SKILL.md +43 -0
  376. package/skills/security-scanning-security-dependencies/resources/implementation-playbook.md +544 -0
  377. package/skills/security-scanning-security-hardening/SKILL.md +147 -0
  378. package/skills/security-scanning-security-sast/SKILL.md +495 -0
  379. package/skills/seo-authority-builder/SKILL.md +136 -0
  380. package/skills/seo-cannibalization-detector/SKILL.md +123 -0
  381. package/skills/seo-content-auditor/SKILL.md +83 -0
  382. package/skills/seo-content-planner/SKILL.md +108 -0
  383. package/skills/seo-content-refresher/SKILL.md +118 -0
  384. package/skills/seo-content-writer/SKILL.md +96 -0
  385. package/skills/seo-keyword-strategist/SKILL.md +95 -0
  386. package/skills/seo-meta-optimizer/SKILL.md +92 -0
  387. package/skills/seo-snippet-hunter/SKILL.md +114 -0
  388. package/skills/seo-structure-architect/SKILL.md +108 -0
  389. package/skills/service-mesh-expert/SKILL.md +58 -0
  390. package/skills/service-mesh-observability/SKILL.md +395 -0
  391. package/skills/shellcheck-configuration/SKILL.md +466 -0
  392. package/skills/similarity-search-patterns/SKILL.md +33 -0
  393. package/skills/similarity-search-patterns/resources/implementation-playbook.md +557 -0
  394. package/skills/slo-implementation/SKILL.md +341 -0
  395. package/skills/solidity-security/SKILL.md +34 -0
  396. package/skills/solidity-security/resources/implementation-playbook.md +524 -0
  397. package/skills/spark-optimization/SKILL.md +427 -0
  398. package/skills/sql-optimization-patterns/SKILL.md +35 -0
  399. package/skills/sql-optimization-patterns/resources/implementation-playbook.md +504 -0
  400. package/skills/sql-pro/SKILL.md +173 -0
  401. package/skills/startup-analyst/SKILL.md +328 -0
  402. package/skills/startup-business-analyst-business-case/SKILL.md +487 -0
  403. package/skills/startup-business-analyst-financial-projections/SKILL.md +353 -0
  404. package/skills/startup-business-analyst-market-opportunity/SKILL.md +240 -0
  405. package/skills/startup-financial-modeling/SKILL.md +467 -0
  406. package/skills/startup-metrics-framework/SKILL.md +34 -0
  407. package/skills/startup-metrics-framework/resources/implementation-playbook.md +500 -0
  408. package/skills/stride-analysis-patterns/SKILL.md +33 -0
  409. package/skills/stride-analysis-patterns/resources/implementation-playbook.md +655 -0
  410. package/skills/stripe-integration/SKILL.md +454 -0
  411. package/skills/systems-programming-rust-project/SKILL.md +440 -0
  412. package/skills/tailwind-design-system/SKILL.md +33 -0
  413. package/skills/tailwind-design-system/resources/implementation-playbook.md +665 -0
  414. package/skills/tdd-orchestrator/SKILL.md +205 -0
  415. package/skills/tdd-workflows-tdd-cycle/SKILL.md +221 -0
  416. package/skills/tdd-workflows-tdd-green/SKILL.md +73 -0
  417. package/skills/tdd-workflows-tdd-green/resources/implementation-playbook.md +870 -0
  418. package/skills/tdd-workflows-tdd-red/SKILL.md +164 -0
  419. package/skills/tdd-workflows-tdd-refactor/SKILL.md +187 -0
  420. package/skills/team-collaboration-issue/SKILL.md +37 -0
  421. package/skills/team-collaboration-issue/resources/implementation-playbook.md +640 -0
  422. package/skills/team-collaboration-standup-notes/SKILL.md +44 -0
  423. package/skills/team-collaboration-standup-notes/resources/implementation-playbook.md +768 -0
  424. package/skills/team-composition-analysis/SKILL.md +413 -0
  425. package/skills/temporal-python-pro/SKILL.md +370 -0
  426. package/skills/temporal-python-testing/SKILL.md +170 -0
  427. package/skills/temporal-python-testing/resources/integration-testing.md +455 -0
  428. package/skills/temporal-python-testing/resources/local-setup.md +553 -0
  429. package/skills/temporal-python-testing/resources/replay-testing.md +462 -0
  430. package/skills/temporal-python-testing/resources/unit-testing.md +328 -0
  431. package/skills/terraform-module-library/SKILL.md +261 -0
  432. package/skills/terraform-module-library/references/aws-modules.md +63 -0
  433. package/skills/terraform-specialist/SKILL.md +166 -0
  434. package/skills/test-automator/SKILL.md +224 -0
  435. package/skills/threat-mitigation-mapping/SKILL.md +33 -0
  436. package/skills/threat-mitigation-mapping/resources/implementation-playbook.md +744 -0
  437. package/skills/threat-modeling-expert/SKILL.md +60 -0
  438. package/skills/track-management/SKILL.md +38 -0
  439. package/skills/track-management/resources/implementation-playbook.md +591 -0
  440. package/skills/turborepo-caching/SKILL.md +419 -0
  441. package/skills/tutorial-engineer/SKILL.md +139 -0
  442. package/skills/typescript-advanced-types/SKILL.md +35 -0
  443. package/skills/typescript-advanced-types/resources/implementation-playbook.md +716 -0
  444. package/skills/typescript-pro/SKILL.md +55 -0
  445. package/skills/ui-minimal/SKILL.md +23 -0
  446. package/skills/ui-ux-designer/SKILL.md +209 -0
  447. package/skills/ui-visual-validator/SKILL.md +214 -0
  448. package/skills/unit-testing-test-generate/SKILL.md +319 -0
  449. package/skills/unity-developer/SKILL.md +230 -0
  450. package/skills/unity-ecs-patterns/SKILL.md +33 -0
  451. package/skills/unity-ecs-patterns/resources/implementation-playbook.md +625 -0
  452. package/skills/uv-package-manager/SKILL.md +37 -0
  453. package/skills/uv-package-manager/resources/implementation-playbook.md +830 -0
  454. package/skills/vector-database-engineer/SKILL.md +60 -0
  455. package/skills/vector-index-tuning/SKILL.md +42 -0
  456. package/skills/vector-index-tuning/resources/implementation-playbook.md +507 -0
  457. package/skills/wcag-audit-patterns/SKILL.md +41 -0
  458. package/skills/wcag-audit-patterns/resources/implementation-playbook.md +541 -0
  459. package/skills/web3-testing/SKILL.md +427 -0
  460. package/skills/workflow-orchestration-patterns/SKILL.md +333 -0
  461. package/skills/workflow-patterns/SKILL.md +38 -0
  462. package/skills/workflow-patterns/resources/implementation-playbook.md +621 -0
package/CATALOG.md ADDED
@@ -0,0 +1,317 @@
1
+ # Vibe Kit Catalog
2
+
3
+ Explore our curated collection of 311 vibes. Last updated: 1/24/2026
4
+
5
+ | Name | Description | Path |
6
+ |------|-------------|------|
7
+ | **accessibility-compliance-accessibility-audit** | "You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance." | [View](./skills/accessibility-compliance-accessibility-audit) |
8
+ | **agent-orchestration-improve-agent** | "Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration." | [View](./skills/agent-orchestration-improve-agent) |
9
+ | **agent-orchestration-multi-agent-optimize** | "Optimize multi-agent systems with coordinated profiling, workload distribution, and cost-aware orchestration. Use when improving agent performance, throughput, or reliability." | [View](./skills/agent-orchestration-multi-agent-optimize) |
10
+ | **agent-orchestrator** | Guidelines for coordinating multiple AI agents to solve complex tasks. | [View](./skills/agent-orchestrator) |
11
+ | **ai-engineer** | Build production-ready LLM applications, advanced RAG systems, and | [View](./skills/ai-engineer) |
12
+ | **airflow-dag-patterns** | Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs. | [View](./skills/airflow-dag-patterns) |
13
+ | **angular-migration** | Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code. | [View](./skills/angular-migration) |
14
+ | **anti-reversing-techniques** | Understand anti-reversing, obfuscation, and protection techniques encountered during software analysis. Use when analyzing protected binaries, bypassing anti-debugging for authorized analysis, or understanding software protection mechanisms. | [View](./skills/anti-reversing-techniques) |
15
+ | **api-design-principles** | Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards. | [View](./skills/api-design-principles) |
16
+ | **api-documenter** | Master API documentation with OpenAPI 3.1, AI-powered tools, and | [View](./skills/api-documenter) |
17
+ | **api-testing-observability-api-mock** | "You are an API mocking expert specializing in realistic mock services for development, testing, and demos. Design mocks that simulate real API behavior and enable parallel development." | [View](./skills/api-testing-observability-api-mock) |
18
+ | **application-performance-performance-optimization** | "Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack." | [View](./skills/application-performance-performance-optimization) |
19
+ | **architect-review** | Master software architect specializing in modern architecture | [View](./skills/architect-review) |
20
+ | **architecture-decision-records** | Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes. | [View](./skills/architecture-decision-records) |
21
+ | **architecture-patterns** | Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability. | [View](./skills/architecture-patterns) |
22
+ | **arm-cortex-expert** | > | [View](./skills/arm-cortex-expert) |
23
+ | **async-python-patterns** | Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations. | [View](./skills/async-python-patterns) |
24
+ | **attack-tree-construction** | Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders. | [View](./skills/attack-tree-construction) |
25
+ | **auth-implementation-patterns** | Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues. | [View](./skills/auth-implementation-patterns) |
26
+ | **backend-architect** | Expert backend architect specializing in scalable API design, | [View](./skills/backend-architect) |
27
+ | **backend-development-feature-development** | "Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services." | [View](./skills/backend-development-feature-development) |
28
+ | **backend-security-coder** | Expert in secure backend coding practices specializing in input | [View](./skills/backend-security-coder) |
29
+ | **backtesting-frameworks** | Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure. | [View](./skills/backtesting-frameworks) |
30
+ | **bash-defensive-patterns** | Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety. | [View](./skills/bash-defensive-patterns) |
31
+ | **bash-pro** | Master of defensive Bash scripting for production automation, CI/CD | [View](./skills/bash-pro) |
32
+ | **bats-testing-patterns** | Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities. | [View](./skills/bats-testing-patterns) |
33
+ | **bazel-build-optimization** | Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases. | [View](./skills/bazel-build-optimization) |
34
+ | **billing-automation** | Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems. | [View](./skills/billing-automation) |
35
+ | **binary-analysis-patterns** | Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries. | [View](./skills/binary-analysis-patterns) |
36
+ | **blockchain-developer** | Build production-ready Web3 applications, smart contracts, and | [View](./skills/blockchain-developer) |
37
+ | **business-analyst** | Master modern business analysis with AI-powered analytics, | [View](./skills/business-analyst) |
38
+ | **c-pro** | Write efficient C code with proper memory management, pointer | [View](./skills/c-pro) |
39
+ | **c4-architecture-c4-architecture** | "Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach." | [View](./skills/c4-architecture-c4-architecture) |
40
+ | **c4-code** | Expert C4 Code-level documentation specialist. Analyzes code | [View](./skills/c4-code) |
41
+ | **c4-component** | Expert C4 Component-level documentation specialist. Synthesizes C4 | [View](./skills/c4-component) |
42
+ | **c4-container** | Expert C4 Container-level documentation specialist. Synthesizes | [View](./skills/c4-container) |
43
+ | **c4-context** | Expert C4 Context-level documentation specialist. Creates | [View](./skills/c4-context) |
44
+ | **changelog-automation** | Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions. | [View](./skills/changelog-automation) |
45
+ | **cicd-automation-workflow-automate** | "You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quality and security." | [View](./skills/cicd-automation-workflow-automate) |
46
+ | **clean-markdown** | Standards for professional, readable, and machine-parsable documentation. | [View](./skills/clean-markdown) |
47
+ | **cloud-architect** | Expert cloud architect specializing in AWS/Azure/GCP multi-cloud | [View](./skills/cloud-architect) |
48
+ | **code-documentation-code-explain** | "You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform difficult concepts into understandable explanations." | [View](./skills/code-documentation-code-explain) |
49
+ | **code-documentation-doc-generate** | "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices." | [View](./skills/code-documentation-doc-generate) |
50
+ | **code-refactoring-context-restore** | "Use when working with code refactoring context restore" | [View](./skills/code-refactoring-context-restore) |
51
+ | **code-refactoring-refactor-clean** | "You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance." | [View](./skills/code-refactoring-refactor-clean) |
52
+ | **code-refactoring-tech-debt** | "You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti" | [View](./skills/code-refactoring-tech-debt) |
53
+ | **code-review-ai-ai-review** | "You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C" | [View](./skills/code-review-ai-ai-review) |
54
+ | **code-review-excellence** | Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers. | [View](./skills/code-review-excellence) |
55
+ | **code-reviewer** | Elite code review expert specializing in modern AI-powered code | [View](./skills/code-reviewer) |
56
+ | **codebase-cleanup-deps-audit** | "You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies." | [View](./skills/codebase-cleanup-deps-audit) |
57
+ | **codebase-cleanup-refactor-clean** | "You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance." | [View](./skills/codebase-cleanup-refactor-clean) |
58
+ | **codebase-cleanup-tech-debt** | "You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti" | [View](./skills/codebase-cleanup-tech-debt) |
59
+ | **competitive-landscape** | This skill should be used when the user asks to "analyze | [View](./skills/competitive-landscape) |
60
+ | **comprehensive-review-full-review** | "Use when working with comprehensive review full review" | [View](./skills/comprehensive-review-full-review) |
61
+ | **comprehensive-review-pr-enhance** | "You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability." | [View](./skills/comprehensive-review-pr-enhance) |
62
+ | **conductor-implement** | Execute tasks from a track's implementation plan following TDD workflow | [View](./skills/conductor-implement) |
63
+ | **conductor-manage** | "Manage track lifecycle: archive, restore, delete, rename, and cleanup" | [View](./skills/conductor-manage) |
64
+ | **conductor-new-track** | Create a new track with specification and phased implementation plan | [View](./skills/conductor-new-track) |
65
+ | **conductor-revert** | Git-aware undo by logical work unit (track, phase, or task) | [View](./skills/conductor-revert) |
66
+ | **conductor-setup** | Initialize project with Conductor artifacts (product definition, | [View](./skills/conductor-setup) |
67
+ | **conductor-status** | Display project status, active tracks, and next actions | [View](./skills/conductor-status) |
68
+ | **conductor-validator** | Validates Conductor project artifacts for completeness, | [View](./skills/conductor-validator) |
69
+ | **content-marketer** | Elite content marketing strategist specializing in AI-powered | [View](./skills/content-marketer) |
70
+ | **context-driven-development** | Use this skill when working with Conductor's context-driven | [View](./skills/context-driven-development) |
71
+ | **context-management-context-restore** | "Use when working with context management context restore" | [View](./skills/context-management-context-restore) |
72
+ | **context-management-context-save** | "Use when working with context management context save" | [View](./skills/context-management-context-save) |
73
+ | **context-manager** | Elite AI context engineering specialist mastering dynamic context | [View](./skills/context-manager) |
74
+ | **cost-optimization** | Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies. | [View](./skills/cost-optimization) |
75
+ | **cpp-pro** | Write idiomatic C++ code with modern features, RAII, smart | [View](./skills/cpp-pro) |
76
+ | **cqrs-implementation** | Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems. | [View](./skills/cqrs-implementation) |
77
+ | **csharp-pro** | Write modern C# code with advanced features like records, pattern | [View](./skills/csharp-pro) |
78
+ | **customer-support** | Elite AI-powered customer support specialist mastering | [View](./skills/customer-support) |
79
+ | **data-engineer** | Build scalable data pipelines, modern data warehouses, and | [View](./skills/data-engineer) |
80
+ | **data-engineering-data-driven-feature** | "Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation." | [View](./skills/data-engineering-data-driven-feature) |
81
+ | **data-engineering-data-pipeline** | "You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing." | [View](./skills/data-engineering-data-pipeline) |
82
+ | **data-quality-frameworks** | Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts. | [View](./skills/data-quality-frameworks) |
83
+ | **data-scientist** | Expert data scientist for advanced analytics, machine learning, and | [View](./skills/data-scientist) |
84
+ | **data-storytelling** | Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations. | [View](./skills/data-storytelling) |
85
+ | **database-admin** | Expert database administrator specializing in modern cloud | [View](./skills/database-admin) |
86
+ | **database-architect** | Expert database architect specializing in data layer design from | [View](./skills/database-architect) |
87
+ | **database-cloud-optimization-cost-optimize** | "You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP." | [View](./skills/database-cloud-optimization-cost-optimize) |
88
+ | **database-migration** | Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies. | [View](./skills/database-migration) |
89
+ | **database-migrations-migration-observability** | Migration monitoring, CDC, and observability infrastructure | [View](./skills/database-migrations-migration-observability) |
90
+ | **database-migrations-sql-migrations** | SQL database migrations with zero-downtime strategies for | [View](./skills/database-migrations-sql-migrations) |
91
+ | **database-optimizer** | Expert database optimizer specializing in modern performance | [View](./skills/database-optimizer) |
92
+ | **dbt-transformation-patterns** | Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices. | [View](./skills/dbt-transformation-patterns) |
93
+ | **debugger** | Debugging specialist for errors, test failures, and unexpected | [View](./skills/debugger) |
94
+ | **debugging-strategies** | Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior. | [View](./skills/debugging-strategies) |
95
+ | **debugging-toolkit-smart-debug** | "Use when working with debugging toolkit smart debug" | [View](./skills/debugging-toolkit-smart-debug) |
96
+ | **defi-protocol-templates** | Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols. | [View](./skills/defi-protocol-templates) |
97
+ | **dependency-management-deps-audit** | "You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies." | [View](./skills/dependency-management-deps-audit) |
98
+ | **dependency-upgrade** | Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries. | [View](./skills/dependency-upgrade) |
99
+ | **deployment-engineer** | Expert deployment engineer specializing in modern CI/CD pipelines, | [View](./skills/deployment-engineer) |
100
+ | **deployment-pipeline-design** | Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices. | [View](./skills/deployment-pipeline-design) |
101
+ | **deployment-validation-config-validate** | "You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configurat" | [View](./skills/deployment-validation-config-validate) |
102
+ | **devops-troubleshooter** | Expert DevOps troubleshooter specializing in rapid incident | [View](./skills/devops-troubleshooter) |
103
+ | **distributed-debugging-debug-trace** | "You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments." | [View](./skills/distributed-debugging-debug-trace) |
104
+ | **distributed-tracing** | Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems. | [View](./skills/distributed-tracing) |
105
+ | **django-pro** | Master Django 5.x with async views, DRF, Celery, and Django | [View](./skills/django-pro) |
106
+ | **docs-architect** | Creates comprehensive technical documentation from existing | [View](./skills/docs-architect) |
107
+ | **documentation-generation-doc-generate** | "You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI-powered analysis and industry best practices." | [View](./skills/documentation-generation-doc-generate) |
108
+ | **dotnet-architect** | Expert .NET backend architect specializing in C#, ASP.NET Core, | [View](./skills/dotnet-architect) |
109
+ | **dotnet-backend-patterns** | Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures. | [View](./skills/dotnet-backend-patterns) |
110
+ | **dummy-skill** | A test skill | [View](./skills/dummy-skill) |
111
+ | **dx-optimizer** | Developer Experience specialist. Improves tooling, setup, and | [View](./skills/dx-optimizer) |
112
+ | **e2e-testing-patterns** | Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards. | [View](./skills/e2e-testing-patterns) |
113
+ | **elixir-pro** | Write idiomatic Elixir code with OTP patterns, supervision trees, | [View](./skills/elixir-pro) |
114
+ | **embedding-strategies** | Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains. | [View](./skills/embedding-strategies) |
115
+ | **employment-contract-templates** | Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation. | [View](./skills/employment-contract-templates) |
116
+ | **error-debugging-error-analysis** | "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions." | [View](./skills/error-debugging-error-analysis) |
117
+ | **error-debugging-error-trace** | "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging, and ensure teams can quickly identify and resolve production issues." | [View](./skills/error-debugging-error-trace) |
118
+ | **error-debugging-multi-agent-review** | "Use when working with error debugging multi agent review" | [View](./skills/error-debugging-multi-agent-review) |
119
+ | **error-detective** | Search logs and codebases for error patterns, stack traces, and | [View](./skills/error-detective) |
120
+ | **error-diagnostics-error-analysis** | "You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions." | [View](./skills/error-diagnostics-error-analysis) |
121
+ | **error-diagnostics-error-trace** | "You are an error tracking and observability expert specializing in implementing comprehensive error monitoring solutions. Set up error tracking systems, configure alerts, implement structured logging," | [View](./skills/error-diagnostics-error-trace) |
122
+ | **error-diagnostics-smart-debug** | "Use when working with error diagnostics smart debug" | [View](./skills/error-diagnostics-smart-debug) |
123
+ | **error-handling-patterns** | Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability. | [View](./skills/error-handling-patterns) |
124
+ | **event-sourcing-architect** | "Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trails, or temporal queries." | [View](./skills/event-sourcing-architect) |
125
+ | **event-store-design** | Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns. | [View](./skills/event-store-design) |
126
+ | **fastapi-pro** | Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and | [View](./skills/fastapi-pro) |
127
+ | **fastapi-templates** | Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects. | [View](./skills/fastapi-templates) |
128
+ | **final-test** | A vibe specifically for verification. | [View](./skills/final-test) |
129
+ | **firmware-analyst** | Expert firmware analyst specializing in embedded systems, IoT | [View](./skills/firmware-analyst) |
130
+ | **flutter-expert** | Master Flutter development with Dart 3, advanced widgets, and | [View](./skills/flutter-expert) |
131
+ | **framework-migration-code-migrate** | "You are a code migration expert specializing in transitioning codebases between frameworks, languages, versions, and platforms. Generate comprehensive migration plans, automated migration scripts, and" | [View](./skills/framework-migration-code-migrate) |
132
+ | **framework-migration-deps-upgrade** | "You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa" | [View](./skills/framework-migration-deps-upgrade) |
133
+ | **framework-migration-legacy-modernize** | "Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through ex" | [View](./skills/framework-migration-legacy-modernize) |
134
+ | **frontend-developer** | Build React components, implement responsive layouts, and handle | [View](./skills/frontend-developer) |
135
+ | **frontend-mobile-development-component-scaffold** | "You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s" | [View](./skills/frontend-mobile-development-component-scaffold) |
136
+ | **frontend-mobile-security-xss-scan** | "You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection poi" | [View](./skills/frontend-mobile-security-xss-scan) |
137
+ | **frontend-security-coder** | Expert in secure frontend coding practices specializing in XSS | [View](./skills/frontend-security-coder) |
138
+ | **full-stack-orchestration-full-stack-feature** | "Use when working with full stack orchestration full stack feature" | [View](./skills/full-stack-orchestration-full-stack-feature) |
139
+ | **gdpr-data-handling** | Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews. | [View](./skills/gdpr-data-handling) |
140
+ | **git-advanced-workflows** | Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues. | [View](./skills/git-advanced-workflows) |
141
+ | **git-pr-workflows-git-workflow** | "Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g" | [View](./skills/git-pr-workflows-git-workflow) |
142
+ | **git-pr-workflows-onboard** | "You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You" | [View](./skills/git-pr-workflows-onboard) |
143
+ | **git-pr-workflows-pr-enhance** | "You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu" | [View](./skills/git-pr-workflows-pr-enhance) |
144
+ | **github-actions-templates** | Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates. | [View](./skills/github-actions-templates) |
145
+ | **gitlab-ci-patterns** | Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment. | [View](./skills/gitlab-ci-patterns) |
146
+ | **gitops-workflow** | Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management. | [View](./skills/gitops-workflow) |
147
+ | **go-concurrency-patterns** | Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions. | [View](./skills/go-concurrency-patterns) |
148
+ | **godot-gdscript-patterns** | Master Godot 4 GDScript patterns including signals, scenes, state machines, and optimization. Use when building Godot games, implementing game systems, or learning GDScript best practices. | [View](./skills/godot-gdscript-patterns) |
149
+ | **golang-pro** | Master Go 1.21+ with modern patterns, advanced concurrency, | [View](./skills/golang-pro) |
150
+ | **grafana-dashboards** | Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces. | [View](./skills/grafana-dashboards) |
151
+ | **graphql-architect** | Master modern GraphQL with federation, performance optimization, | [View](./skills/graphql-architect) |
152
+ | **haskell-pro** | Expert Haskell engineer specializing in advanced type systems, pure | [View](./skills/haskell-pro) |
153
+ | **helm-chart-scaffolding** | Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments. | [View](./skills/helm-chart-scaffolding) |
154
+ | **hr-pro** | Professional, ethical HR partner for hiring, | [View](./skills/hr-pro) |
155
+ | **hybrid-cloud-architect** | Expert hybrid cloud architect specializing in complex multi-cloud | [View](./skills/hybrid-cloud-architect) |
156
+ | **hybrid-cloud-networking** | Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking. | [View](./skills/hybrid-cloud-networking) |
157
+ | **hybrid-search-implementation** | Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall. | [View](./skills/hybrid-search-implementation) |
158
+ | **incident-responder** | Expert SRE incident responder specializing in rapid problem | [View](./skills/incident-responder) |
159
+ | **incident-response-incident-response** | "Use when working with incident response incident response" | [View](./skills/incident-response-incident-response) |
160
+ | **incident-response-smart-fix** | "[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and res" | [View](./skills/incident-response-smart-fix) |
161
+ | **incident-runbook-templates** | Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to incidents, or establishing incident response procedures. | [View](./skills/incident-runbook-templates) |
162
+ | **ios-developer** | Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, | [View](./skills/ios-developer) |
163
+ | **istio-traffic-management** | Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns. | [View](./skills/istio-traffic-management) |
164
+ | **java-pro** | Master Java 21+ with modern features like virtual threads, pattern | [View](./skills/java-pro) |
165
+ | **javascript-pro** | Master modern JavaScript with ES6+, async patterns, and Node.js | [View](./skills/javascript-pro) |
166
+ | **javascript-testing-patterns** | Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows. | [View](./skills/javascript-testing-patterns) |
167
+ | **javascript-typescript-typescript-scaffold** | "You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, N" | [View](./skills/javascript-typescript-typescript-scaffold) |
168
+ | **julia-pro** | Master Julia 1.10+ with modern features, performance optimization, | [View](./skills/julia-pro) |
169
+ | **k8s-manifest-generator** | Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creating K8s resources, or implementing production-grade Kubernetes configurations. | [View](./skills/k8s-manifest-generator) |
170
+ | **k8s-security-policies** | Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards. | [View](./skills/k8s-security-policies) |
171
+ | **kpi-dashboard-design** | Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts. | [View](./skills/kpi-dashboard-design) |
172
+ | **kubernetes-architect** | Expert Kubernetes architect specializing in cloud-native | [View](./skills/kubernetes-architect) |
173
+ | **langchain-architecture** | Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows. | [View](./skills/langchain-architecture) |
174
+ | **legacy-modernizer** | Refactor legacy codebases, migrate outdated frameworks, and | [View](./skills/legacy-modernizer) |
175
+ | **legal-advisor** | Draft privacy policies, terms of service, disclaimers, and legal | [View](./skills/legal-advisor) |
176
+ | **linkerd-patterns** | Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead. | [View](./skills/linkerd-patterns) |
177
+ | **llm-application-dev-ai-assistant** | "You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comprehensive AI assistant solutions with natur" | [View](./skills/llm-application-dev-ai-assistant) |
178
+ | **llm-application-dev-langchain-agent** | "You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph." | [View](./skills/llm-application-dev-langchain-agent) |
179
+ | **llm-application-dev-prompt-optimize** | "You are an expert prompt engineer specializing in crafting effective prompts for LLMs through advanced techniques including constitutional AI, chain-of-thought reasoning, and model-specific optimizati" | [View](./skills/llm-application-dev-prompt-optimize) |
180
+ | **llm-evaluation** | Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks. | [View](./skills/llm-evaluation) |
181
+ | **machine-learning-ops-ml-pipeline** | "Design and implement a complete ML pipeline for: $ARGUMENTS" | [View](./skills/machine-learning-ops-ml-pipeline) |
182
+ | **malware-analyst** | Expert malware analyst specializing in defensive malware research, | [View](./skills/malware-analyst) |
183
+ | **market-sizing-analysis** | This skill should be used when the user asks to "calculate TAM", | [View](./skills/market-sizing-analysis) |
184
+ | **memory-forensics** | Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating incidents, or performing malware analysis from RAM captures. | [View](./skills/memory-forensics) |
185
+ | **memory-safety-patterns** | Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs. | [View](./skills/memory-safety-patterns) |
186
+ | **mermaid-expert** | Create Mermaid diagrams for flowcharts, sequences, ERDs, and | [View](./skills/mermaid-expert) |
187
+ | **microservices-patterns** | Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices. | [View](./skills/microservices-patterns) |
188
+ | **minecraft-bukkit-pro** | Master Minecraft server plugin development with Bukkit, Spigot, and | [View](./skills/minecraft-bukkit-pro) |
189
+ | **ml-engineer** | Build production ML systems with PyTorch 2.x, TensorFlow, and | [View](./skills/ml-engineer) |
190
+ | **ml-pipeline-workflow** | Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows. | [View](./skills/ml-pipeline-workflow) |
191
+ | **mlops-engineer** | Build comprehensive ML pipelines, experiment tracking, and model | [View](./skills/mlops-engineer) |
192
+ | **mobile-developer** | Develop React Native, Flutter, or native mobile apps with modern | [View](./skills/mobile-developer) |
193
+ | **mobile-security-coder** | Expert in secure mobile coding practices specializing in input | [View](./skills/mobile-security-coder) |
194
+ | **modern-javascript-patterns** | Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications. | [View](./skills/modern-javascript-patterns) |
195
+ | **monorepo-architect** | "Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup," | [View](./skills/monorepo-architect) |
196
+ | **monorepo-management** | Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies. | [View](./skills/monorepo-management) |
197
+ | **mtls-configuration** | Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication. | [View](./skills/mtls-configuration) |
198
+ | **multi-cloud-architecture** | Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers. | [View](./skills/multi-cloud-architecture) |
199
+ | **multi-platform-apps-multi-platform** | "Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies." | [View](./skills/multi-platform-apps-multi-platform) |
200
+ | **network-engineer** | Expert network engineer specializing in modern cloud networking, | [View](./skills/network-engineer) |
201
+ | **nextjs-app-router-patterns** | Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components. | [View](./skills/nextjs-app-router-patterns) |
202
+ | **nft-standards** | Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems. | [View](./skills/nft-standards) |
203
+ | **node-expert** | Advanced patterns for building scalable and maintainable Node.js services. | [View](./skills/node-expert) |
204
+ | **nodejs-backend-patterns** | Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. | [View](./skills/nodejs-backend-patterns) |
205
+ | **nx-workspace-patterns** | Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands. | [View](./skills/nx-workspace-patterns) |
206
+ | **observability-engineer** | Build production-ready monitoring, logging, and tracing systems. | [View](./skills/observability-engineer) |
207
+ | **observability-monitoring-monitor-setup** | "You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da" | [View](./skills/observability-monitoring-monitor-setup) |
208
+ | **observability-monitoring-slo-implement** | "You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based practices. Design SLO frameworks, define SLIs, and build monitoring that balances reliability with delivery velocity." | [View](./skills/observability-monitoring-slo-implement) |
209
+ | **on-call-handoff-patterns** | Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call processes. | [View](./skills/on-call-handoff-patterns) |
210
+ | **openapi-spec-generation** | Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance. | [View](./skills/openapi-spec-generation) |
211
+ | **payment-integration** | Integrate Stripe, PayPal, and payment processors. Handles checkout | [View](./skills/payment-integration) |
212
+ | **paypal-integration** | Integrate PayPal payment processing with support for express checkout, subscriptions, and refund management. Use when implementing PayPal payments, processing online transactions, or building e-commerce checkout flows. | [View](./skills/paypal-integration) |
213
+ | **pci-compliance** | Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures. | [View](./skills/pci-compliance) |
214
+ | **performance-engineer** | Expert performance engineer specializing in modern observability, | [View](./skills/performance-engineer) |
215
+ | **performance-testing-review-ai-review** | "You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, C" | [View](./skills/performance-testing-review-ai-review) |
216
+ | **performance-testing-review-multi-agent-review** | "Use when working with performance testing review multi agent review" | [View](./skills/performance-testing-review-multi-agent-review) |
217
+ | **php-pro** | Write idiomatic PHP code with generators, iterators, SPL data | [View](./skills/php-pro) |
218
+ | **posix-shell-pro** | Expert in strict POSIX sh scripting for maximum portability across | [View](./skills/posix-shell-pro) |
219
+ | **postgresql** | Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features | [View](./skills/postgresql) |
220
+ | **postmortem-writing** | Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes. | [View](./skills/postmortem-writing) |
221
+ | **projection-patterns** | Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems. | [View](./skills/projection-patterns) |
222
+ | **prometheus-configuration** | Set up Prometheus for comprehensive metric collection, storage, and monitoring of infrastructure and applications. Use when implementing metrics collection, setting up monitoring infrastructure, or configuring alerting systems. | [View](./skills/prometheus-configuration) |
223
+ | **prompt-engineer** | Expert prompt engineer specializing in advanced prompting | [View](./skills/prompt-engineer) |
224
+ | **prompt-engineering-patterns** | Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates. | [View](./skills/prompt-engineering-patterns) |
225
+ | **protocol-reverse-engineering** | Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocols, or debugging network communication. | [View](./skills/protocol-reverse-engineering) |
226
+ | **python-development-python-scaffold** | "You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hint" | [View](./skills/python-development-python-scaffold) |
227
+ | **python-packaging** | Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code. | [View](./skills/python-packaging) |
228
+ | **python-performance-optimization** | Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance. | [View](./skills/python-performance-optimization) |
229
+ | **python-pro** | Master Python 3.12+ with modern features, async programming, | [View](./skills/python-pro) |
230
+ | **python-testing-patterns** | Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices. | [View](./skills/python-testing-patterns) |
231
+ | **quant-analyst** | Build financial models, backtest trading strategies, and analyze | [View](./skills/quant-analyst) |
232
+ | **rag-implementation** | Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases. | [View](./skills/rag-implementation) |
233
+ | **react-modernization** | Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions. | [View](./skills/react-modernization) |
234
+ | **react-native-architecture** | Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects. | [View](./skills/react-native-architecture) |
235
+ | **react-state-management** | Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions. | [View](./skills/react-state-management) |
236
+ | **reference-builder** | Creates exhaustive technical references and API documentation. | [View](./skills/reference-builder) |
237
+ | **reverse-engineer** | Expert reverse engineer specializing in binary analysis, | [View](./skills/reverse-engineer) |
238
+ | **risk-manager** | Monitor portfolio risk, R-multiples, and position limits. Creates | [View](./skills/risk-manager) |
239
+ | **risk-metrics-calculation** | Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems. | [View](./skills/risk-metrics-calculation) |
240
+ | **ruby-pro** | Write idiomatic Ruby code with metaprogramming, Rails patterns, and | [View](./skills/ruby-pro) |
241
+ | **rust-async-patterns** | Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code. | [View](./skills/rust-async-patterns) |
242
+ | **rust-pro** | Master Rust 1.75+ with modern async patterns, advanced type system | [View](./skills/rust-pro) |
243
+ | **saga-orchestration** | Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows. | [View](./skills/saga-orchestration) |
244
+ | **sales-automator** | Draft cold emails, follow-ups, and proposal templates. Creates | [View](./skills/sales-automator) |
245
+ | **sast-configuration** | Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or automating code vulnerability detection. | [View](./skills/sast-configuration) |
246
+ | **scala-pro** | Master enterprise-grade Scala development with functional | [View](./skills/scala-pro) |
247
+ | **screen-reader-testing** | Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support. | [View](./skills/screen-reader-testing) |
248
+ | **search-specialist** | Expert web researcher using advanced search techniques and | [View](./skills/search-specialist) |
249
+ | **secrets-management** | Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments. | [View](./skills/secrets-management) |
250
+ | **security-auditor** | Expert security auditor specializing in DevSecOps, comprehensive | [View](./skills/security-auditor) |
251
+ | **security-compliance-compliance-check** | "You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide implementation guidance." | [View](./skills/security-compliance-compliance-check) |
252
+ | **security-requirement-extraction** | Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases. | [View](./skills/security-requirement-extraction) |
253
+ | **security-scanning-security-dependencies** | "You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across ecosystems to identify vulnerabilities, assess risks, and recommend remediation." | [View](./skills/security-scanning-security-dependencies) |
254
+ | **security-scanning-security-hardening** | "Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls." | [View](./skills/security-scanning-security-hardening) |
255
+ | **security-scanning-security-sast** | Static Application Security Testing (SAST) for code vulnerability | [View](./skills/security-scanning-security-sast) |
256
+ | **seo-authority-builder** | Analyzes content for E-E-A-T signals and suggests improvements to | [View](./skills/seo-authority-builder) |
257
+ | **seo-cannibalization-detector** | Analyzes multiple provided pages to identify keyword overlap and | [View](./skills/seo-cannibalization-detector) |
258
+ | **seo-content-auditor** | Analyzes provided content for quality, E-E-A-T signals, and SEO | [View](./skills/seo-content-auditor) |
259
+ | **seo-content-planner** | Creates comprehensive content outlines and topic clusters for SEO. | [View](./skills/seo-content-planner) |
260
+ | **seo-content-refresher** | Identifies outdated elements in provided content and suggests | [View](./skills/seo-content-refresher) |
261
+ | **seo-content-writer** | Writes SEO-optimized content based on provided keywords and topic | [View](./skills/seo-content-writer) |
262
+ | **seo-keyword-strategist** | Analyzes keyword usage in provided content, calculates density, | [View](./skills/seo-keyword-strategist) |
263
+ | **seo-meta-optimizer** | Creates optimized meta titles, descriptions, and URL suggestions | [View](./skills/seo-meta-optimizer) |
264
+ | **seo-snippet-hunter** | Formats content to be eligible for featured snippets and SERP | [View](./skills/seo-snippet-hunter) |
265
+ | **seo-structure-architect** | Analyzes and optimizes content structure including header | [View](./skills/seo-structure-architect) |
266
+ | **service-mesh-expert** | "Expert service mesh architect specializing in Istio, Linkerd, and cloud-native networking patterns. Masters traffic management, security policies, observability integration, and multi-cluster mesh con" | [View](./skills/service-mesh-expert) |
267
+ | **service-mesh-observability** | Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication. | [View](./skills/service-mesh-observability) |
268
+ | **shellcheck-configuration** | Master ShellCheck static analysis configuration and usage for shell script quality. Use when setting up linting infrastructure, fixing code issues, or ensuring script portability. | [View](./skills/shellcheck-configuration) |
269
+ | **similarity-search-patterns** | Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance. | [View](./skills/similarity-search-patterns) |
270
+ | **slo-implementation** | Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance. | [View](./skills/slo-implementation) |
271
+ | **solidity-security** | Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications. | [View](./skills/solidity-security) |
272
+ | **spark-optimization** | Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines. | [View](./skills/spark-optimization) |
273
+ | **sql-optimization-patterns** | Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance. | [View](./skills/sql-optimization-patterns) |
274
+ | **sql-pro** | Master modern SQL with cloud-native databases, OLTP/OLAP | [View](./skills/sql-pro) |
275
+ | **startup-analyst** | Expert startup business analyst specializing in market sizing, | [View](./skills/startup-analyst) |
276
+ | **startup-business-analyst-business-case** | Generate comprehensive investor-ready business case document with | [View](./skills/startup-business-analyst-business-case) |
277
+ | **startup-business-analyst-financial-projections** | Create detailed 3-5 year financial model with revenue, costs, cash | [View](./skills/startup-business-analyst-financial-projections) |
278
+ | **startup-business-analyst-market-opportunity** | Generate comprehensive market opportunity analysis with TAM/SAM/SOM | [View](./skills/startup-business-analyst-market-opportunity) |
279
+ | **startup-financial-modeling** | This skill should be used when the user asks to "create financial | [View](./skills/startup-financial-modeling) |
280
+ | **startup-metrics-framework** | This skill should be used when the user asks about "key startup | [View](./skills/startup-metrics-framework) |
281
+ | **stride-analysis-patterns** | Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation. | [View](./skills/stride-analysis-patterns) |
282
+ | **stripe-integration** | Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows. | [View](./skills/stripe-integration) |
283
+ | **systems-programming-rust-project** | "You are a Rust project architecture expert specializing in scaffolding production-ready Rust applications. Generate complete project structures with cargo tooling, proper module organization, testing" | [View](./skills/systems-programming-rust-project) |
284
+ | **tailwind-design-system** | Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns. | [View](./skills/tailwind-design-system) |
285
+ | **tdd-orchestrator** | Master TDD orchestrator specializing in red-green-refactor | [View](./skills/tdd-orchestrator) |
286
+ | **tdd-workflows-tdd-cycle** | "Use when working with tdd workflows tdd cycle" | [View](./skills/tdd-workflows-tdd-cycle) |
287
+ | **tdd-workflows-tdd-green** | Implement the minimal code needed to make failing tests pass in the TDD green phase. | [View](./skills/tdd-workflows-tdd-green) |
288
+ | **tdd-workflows-tdd-red** | Generate failing tests for the TDD red phase to define expected behavior and edge cases. | [View](./skills/tdd-workflows-tdd-red) |
289
+ | **tdd-workflows-tdd-refactor** | "Use when working with tdd workflows tdd refactor" | [View](./skills/tdd-workflows-tdd-refactor) |
290
+ | **team-collaboration-issue** | "You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an" | [View](./skills/team-collaboration-issue) |
291
+ | **team-collaboration-standup-notes** | "You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns." | [View](./skills/team-collaboration-standup-notes) |
292
+ | **team-composition-analysis** | This skill should be used when the user asks to "plan team | [View](./skills/team-composition-analysis) |
293
+ | **temporal-python-pro** | Master Temporal workflow orchestration with Python SDK. Implements | [View](./skills/temporal-python-pro) |
294
+ | **temporal-python-testing** | Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures. | [View](./skills/temporal-python-testing) |
295
+ | **terraform-module-library** | Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components. | [View](./skills/terraform-module-library) |
296
+ | **terraform-specialist** | Expert Terraform/OpenTofu specialist mastering advanced IaC | [View](./skills/terraform-specialist) |
297
+ | **test-automator** | Master AI-powered test automation with modern frameworks, | [View](./skills/test-automator) |
298
+ | **threat-mitigation-mapping** | Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness. | [View](./skills/threat-mitigation-mapping) |
299
+ | **threat-modeling-expert** | "Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use for security architecture reviews, threat identification, and secure-by-design planning." | [View](./skills/threat-modeling-expert) |
300
+ | **track-management** | Use this skill when creating, managing, or working with Conductor | [View](./skills/track-management) |
301
+ | **turborepo-caching** | Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching. | [View](./skills/turborepo-caching) |
302
+ | **tutorial-engineer** | Creates step-by-step tutorials and educational content from code. | [View](./skills/tutorial-engineer) |
303
+ | **typescript-advanced-types** | Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. | [View](./skills/typescript-advanced-types) |
304
+ | **typescript-pro** | Master TypeScript with advanced types, generics, and strict type | [View](./skills/typescript-pro) |
305
+ | **ui-minimal** | Principles for creating clean, minimalist, and premium UI components. | [View](./skills/ui-minimal) |
306
+ | **ui-ux-designer** | Create interface designs, wireframes, and design systems. Masters | [View](./skills/ui-ux-designer) |
307
+ | **ui-visual-validator** | Rigorous visual validation expert specializing in UI testing, | [View](./skills/ui-visual-validator) |
308
+ | **unit-testing-test-generate** | Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus. | [View](./skills/unit-testing-test-generate) |
309
+ | **unity-developer** | Build Unity games with optimized C# scripts, efficient rendering, | [View](./skills/unity-developer) |
310
+ | **unity-ecs-patterns** | Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing performance, or working with large entity counts. | [View](./skills/unity-ecs-patterns) |
311
+ | **uv-package-manager** | Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv. | [View](./skills/uv-package-manager) |
312
+ | **vector-database-engineer** | "Expert in vector databases, embedding strategies, and semantic search implementation. Masters Pinecone, Weaviate, Qdrant, Milvus, and pgvector for RAG applications, recommendation systems, and similar" | [View](./skills/vector-database-engineer) |
313
+ | **vector-index-tuning** | Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure. | [View](./skills/vector-index-tuning) |
314
+ | **wcag-audit-patterns** | Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns. | [View](./skills/wcag-audit-patterns) |
315
+ | **web3-testing** | Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols. | [View](./skills/web3-testing) |
316
+ | **workflow-orchestration-patterns** | Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration. | [View](./skills/workflow-orchestration-patterns) |
317
+ | **workflow-patterns** | Use this skill when implementing tasks according to Conductor's TDD | [View](./skills/workflow-patterns) |
package/README.md ADDED
@@ -0,0 +1,121 @@
1
+ # ⚡ Vibe Kit - The Ultimate AI Skill Vault
2
+
3
+ Vibe Kit is a professional-grade CLI tool and curated library designed to empower your AI agents (like Antigravity) with domain expertise, repeatable workflows, and elite design principles.
4
+
5
+ ---
6
+
7
+ ## 🚀 Installation & Setup
8
+
9
+ ### 1. Prerequisites
10
+ - **Node.js**: v18 or higher.
11
+ - **Project Structure**: Designed to work with agents that respect the `.agent/skills/` directory convention.
12
+
13
+ ### 2. Usage via npx (Easiest)
14
+ No installation required! Run the commands directly using `npx`:
15
+ ```bash
16
+ npx @ruaruababa/vibe-kit <command>
17
+ ```
18
+
19
+ ### 3. Local Development Setup
20
+ If you want to contribute to the kit:
21
+ ```bash
22
+ git clone ...
23
+ npm install
24
+ npm link
25
+ ```
26
+
27
+ ---
28
+
29
+ ## ✨ Features & Usage Examples
30
+
31
+ ### 1. List Available Vibes
32
+ View the entire collection of 300+ skills in a clean, high-level list.
33
+ ```bash
34
+ # Command
35
+ npx @ruaruababa/vibe-kit list
36
+
37
+ # Example Output
38
+ # • ui-minimal - Principles for creating clean, minimalist, and premium UI components.
39
+ # • node-expert - Advanced patterns for building scalable and maintainable Node.js services.
40
+ ```
41
+
42
+ ### 2. Search for specialized knowledge
43
+ Use fuzzy search to find specific vibes by keywords in their name or description.
44
+ ```bash
45
+ # Command
46
+ npx @ruaruababa/vibe-kit search <keyword>
47
+
48
+ # Example: Finding Kubernetes skills
49
+ npx @ruaruababa/vibe-kit search k8s
50
+ ```
51
+
52
+ ### 3. Browse Skill Bundles
53
+ Instead of hunting for individual skills, explore curated "Starter Packs" tailored for specific job roles.
54
+ ```bash
55
+ # Command
56
+ npx @ruaruababa/vibe-kit bundles
57
+
58
+ # Example Output:
59
+ # • core-dev: Core development skills across languages and frameworks.
60
+ # • security-core: Security, privacy, and compliance essentials.
61
+ ```
62
+
63
+ ### 4. Install a Single Vibe
64
+ Instantly copy a specific skill into your current workspace. Supports **Aliases** (short-names).
65
+ ```bash
66
+ # Command
67
+ npx @ruaruababa/vibe-kit install <vibe-name>
68
+
69
+ # Example: Using an alias 'node-pro' instead of 'nodejs-backend-patterns'
70
+ npx @ruaruababa/vibe-kit install node-pro
71
+ ```
72
+
73
+ ### 5. Install a Complete Bundle
74
+ The most efficient way to onboard your agent to a new stack. This installs dozens of related skills in one go.
75
+ ```bash
76
+ # Command
77
+ npx @ruaruababa/vibe-kit install <bundle-name> --bundle
78
+
79
+ # Example: Setup a new backend project with the essential dev stack
80
+ npx @ruaruababa/vibe-kit install core-dev --bundle
81
+ ```
82
+
83
+ ### 6. View Skill Aliases
84
+ See the mapping of short names to their full library paths.
85
+ ```bash
86
+ # Command
87
+ npx @ruaruababa/vibe-kit aliases
88
+ ```
89
+
90
+ ---
91
+
92
+ ## 🛠️ Developer Commands (Maintenance)
93
+
94
+ | Command | Description |
95
+ |---------|-------------|
96
+ | `npm run build:catalog` | Traverses `skills/`, extracts metadata, and regenerates `catalog.json` and `CATALOG.md`. |
97
+ | `npm run validate` | Runs a Zod-backed validation on all `SKILL.md` files in the vault to ensure schema compliance. |
98
+ | `node scripts/normalize-frontmatter.js` | Enforces standard YAML headers across the entire 300+ skill library. |
99
+
100
+ ---
101
+
102
+ ## 📂 Project Architecture
103
+
104
+ ```text
105
+ @ruaruababa/vibe-kit/
106
+ ├── bin/vibe.js # Global CLI Entry Point
107
+ ├── src/cli/index.ts # CLI Command Implementations
108
+ ├── src/types/index.ts # Zod Schemas & TypeScript Definitions
109
+ ├── scripts/ # Automation & Maintenance Scripts
110
+ ├── skills/ # The Vault (300+ Markdown instruction packages)
111
+ ├── catalog.json # Machine-readable skill index
112
+ └── CATALOG.md # Human-readable skill index (Auto-generated)
113
+ ```
114
+
115
+ ---
116
+
117
+ ## 🎨 Design Philosophy
118
+ Vibe Kit follows a **minimalist, premium aesthetics** approach. All terminal output is color-coded using `chalk` and uses `ora` spinners for a smooth, professional feel.
119
+
120
+ > [!TIP]
121
+ > Always run `npx @ruaruababa/vibe-kit install core-dev --bundle` when starting a new project to ensure your agent is operating with maximum domain expertise.
package/aliases.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "generatedAt": "2026-01-18T08:13:56.813Z",
3
+ "aliases": {
4
+ "accessibility-compliance-audit": "accessibility-compliance-accessibility-audit",
5
+ "agent-orchestration-improve": "agent-orchestration-improve-agent",
6
+ "agent-orchestration-optimize": "agent-orchestration-multi-agent-optimize",
7
+ "api-testing-mock": "api-testing-observability-api-mock",
8
+ "application-performance-optimization": "application-performance-performance-optimization",
9
+ "backend-development-feature": "backend-development-feature-development",
10
+ "c4-architecture": "c4-architecture-c4-architecture",
11
+ "cicd-automation-automate": "cicd-automation-workflow-automate",
12
+ "code-documentation-explain": "code-documentation-code-explain",
13
+ "code-documentation-generate": "code-documentation-doc-generate",
14
+ "code-refactoring-restore": "code-refactoring-context-restore",
15
+ "code-refactoring-clean": "code-refactoring-refactor-clean",
16
+ "codebase-cleanup-clean": "codebase-cleanup-refactor-clean",
17
+ "comprehensive-review-full": "comprehensive-review-full-review",
18
+ "comprehensive-review-enhance": "comprehensive-review-pr-enhance",
19
+ "context-management-restore": "context-management-context-restore",
20
+ "context-management-save": "context-management-context-save",
21
+ "data-engineering-feature": "data-engineering-data-driven-feature",
22
+ "data-engineering-pipeline": "data-engineering-data-pipeline",
23
+ "database-cloud-optimize": "database-cloud-optimization-cost-optimize",
24
+ "database-migrations-observability": "database-migrations-migration-observability",
25
+ "database-migrations-sql": "database-migrations-sql-migrations",
26
+ "debugging-toolkit-debug": "debugging-toolkit-smart-debug",
27
+ "dependency-management-audit": "dependency-management-deps-audit",
28
+ "deployment-validation-validate": "deployment-validation-config-validate",
29
+ "distributed-debugging-trace": "distributed-debugging-debug-trace",
30
+ "documentation-generation-generate": "documentation-generation-doc-generate",
31
+ "error-debugging-analysis": "error-debugging-error-analysis",
32
+ "error-debugging-review": "error-debugging-multi-agent-review",
33
+ "error-diagnostics-analysis": "error-diagnostics-error-analysis",
34
+ "error-diagnostics-trace": "error-diagnostics-error-trace",
35
+ "error-diagnostics-debug": "error-diagnostics-smart-debug",
36
+ "framework-migration-migrate": "framework-migration-code-migrate",
37
+ "framework-migration-upgrade": "framework-migration-deps-upgrade",
38
+ "framework-migration-modernize": "framework-migration-legacy-modernize",
39
+ "frontend-mobile-scaffold": "frontend-mobile-development-component-scaffold",
40
+ "frontend-mobile-scan": "frontend-mobile-security-xss-scan",
41
+ "full-stack-feature": "full-stack-orchestration-full-stack-feature",
42
+ "git-pr-workflow": "git-pr-workflows-git-workflow",
43
+ "incident-response": "incident-response-incident-response",
44
+ "javascript-typescript-scaffold": "javascript-typescript-typescript-scaffold",
45
+ "llm-application-assistant": "llm-application-dev-ai-assistant",
46
+ "llm-application-agent": "llm-application-dev-langchain-agent",
47
+ "llm-application-optimize": "llm-application-dev-prompt-optimize",
48
+ "machine-learning-pipeline": "machine-learning-ops-ml-pipeline",
49
+ "multi-platform-apps": "multi-platform-apps-multi-platform",
50
+ "observability-monitoring-setup": "observability-monitoring-monitor-setup",
51
+ "observability-monitoring-implement": "observability-monitoring-slo-implement",
52
+ "performance-testing-ai": "performance-testing-review-ai-review",
53
+ "performance-testing-agent": "performance-testing-review-multi-agent-review",
54
+ "python-development-scaffold": "python-development-python-scaffold",
55
+ "security-compliance-check": "security-compliance-compliance-check",
56
+ "security-scanning-dependencies": "security-scanning-security-dependencies",
57
+ "security-scanning-hardening": "security-scanning-security-hardening",
58
+ "security-scanning-sast": "security-scanning-security-sast",
59
+ "startup-business-case": "startup-business-analyst-business-case",
60
+ "startup-business-projections": "startup-business-analyst-financial-projections",
61
+ "startup-business-opportunity": "startup-business-analyst-market-opportunity",
62
+ "systems-programming-project": "systems-programming-rust-project",
63
+ "team-collaboration-notes": "team-collaboration-standup-notes"
64
+ }
65
+ }
package/bin/vibe.js ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import '../dist/src/cli/index.js';