tribunal-kit 8.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (774) hide show
  1. package/.agent/ARCHITECTURE.md +2 -2
  2. package/.agent/agents/backend-specialist.md +1 -1
  3. package/.agent/agents/code-archaeologist.md +1 -1
  4. package/.agent/agents/database-architect.md +1 -1
  5. package/.agent/agents/debugger.md +1 -1
  6. package/.agent/agents/devops-engineer.md +1 -1
  7. package/.agent/agents/documentation-writer.md +1 -1
  8. package/.agent/agents/explorer-agent.md +1 -1
  9. package/.agent/agents/game-developer.md +1 -1
  10. package/.agent/agents/minimalist-reviewer.md +1 -1
  11. package/.agent/agents/mobile-developer.md +1 -1
  12. package/.agent/agents/orchestrator.md +1 -1
  13. package/.agent/agents/penetration-tester.md +1 -1
  14. package/.agent/agents/performance-optimizer.md +1 -1
  15. package/.agent/agents/product-manager.md +1 -1
  16. package/.agent/agents/product-owner.md +1 -1
  17. package/.agent/agents/project-planner.md +1 -1
  18. package/.agent/agents/qa-automation-engineer.md +1 -1
  19. package/.agent/agents/seo-specialist.md +1 -1
  20. package/.agent/agents/test-engineer.md +1 -1
  21. package/.agent/config/plugin.json +4 -4
  22. package/.agent/config/slash-commands.json +13 -1
  23. package/.agent/config/system-prompt.md +75 -8
  24. package/.agent/routing_index.json +1546 -268
  25. package/.agent/scripts/browser_audit.js +94 -0
  26. package/.agent/scripts/context_compiler.js +9 -0
  27. package/.agent/scripts/prompt_compiler.js +105 -13
  28. package/.agent/skill_topic_map.json +2 -1
  29. package/.agent/skills/12-principles-of-animation/SKILL.md +62 -21
  30. package/.agent/skills/60fps-animation/SKILL.md +90 -20
  31. package/.agent/skills/accessible-animation/SKILL.md +207 -40
  32. package/.agent/skills/adapt/SKILL.md +62 -21
  33. package/.agent/skills/advanced-rag-pipelines/SKILL.md +87 -46
  34. package/.agent/skills/agent-organizer/SKILL.md +60 -81
  35. package/.agent/skills/agentic-patterns/SKILL.md +60 -79
  36. package/.agent/skills/agentic-workflows-2026/SKILL.md +92 -15
  37. package/.agent/skills/ai-app-hardening/SKILL.md +81 -15
  38. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +75 -85
  39. package/.agent/skills/animation-on-scroll/SKILL.md +186 -47
  40. package/.agent/skills/animation-systems/SKILL.md +229 -35
  41. package/.agent/skills/antfu-conventions/SKILL.md +62 -23
  42. package/.agent/skills/api-patterns/SKILL.md +59 -79
  43. package/.agent/skills/api-security-auditor/SKILL.md +59 -81
  44. package/.agent/skills/app-builder/SKILL.md +59 -79
  45. package/.agent/skills/appflow-wireframe/SKILL.md +68 -83
  46. package/.agent/skills/apple-design/SKILL.md +65 -19
  47. package/.agent/skills/architecture/SKILL.md +59 -79
  48. package/.agent/skills/audit-and-fix/SKILL.md +62 -21
  49. package/.agent/skills/authentication-best-practices/SKILL.md +59 -81
  50. package/.agent/skills/backend-security-expert/SKILL.md +79 -82
  51. package/.agent/skills/baseline-ui/SKILL.md +65 -19
  52. package/.agent/skills/bash-linux/SKILL.md +59 -81
  53. package/.agent/skills/behavioral-modes/SKILL.md +60 -79
  54. package/.agent/skills/better-colors/SKILL.md +65 -19
  55. package/.agent/skills/better-typography/SKILL.md +70 -31
  56. package/.agent/skills/better-ui/SKILL.md +93 -18
  57. package/.agent/skills/bolder/SKILL.md +62 -21
  58. package/.agent/skills/brainstorming/SKILL.md +60 -78
  59. package/.agent/skills/browser-audit/SKILL.md +170 -0
  60. package/.agent/skills/browser-native-ai/SKILL.md +60 -41
  61. package/.agent/skills/build-primitive/SKILL.md +62 -21
  62. package/.agent/skills/building-native-ui/SKILL.md +59 -81
  63. package/.agent/skills/cicd-pro/SKILL.md +64 -31
  64. package/.agent/skills/clarify/SKILL.md +62 -21
  65. package/.agent/skills/clean-code/SKILL.md +68 -83
  66. package/.agent/skills/cloud-architect/SKILL.md +64 -31
  67. package/.agent/skills/cobejs/SKILL.md +62 -20
  68. package/.agent/skills/code-review-checklist/SKILL.md +59 -81
  69. package/.agent/skills/codebase-design/SKILL.md +74 -23
  70. package/.agent/skills/colorize/SKILL.md +62 -21
  71. package/.agent/skills/compact-landing/SKILL.md +62 -21
  72. package/.agent/skills/company-logos/SKILL.md +62 -21
  73. package/.agent/skills/config-validator/SKILL.md +59 -81
  74. package/.agent/skills/containerization-pro/SKILL.md +64 -31
  75. package/.agent/skills/context-engineering-pro/SKILL.md +81 -15
  76. package/.agent/skills/create-design-md/SKILL.md +65 -19
  77. package/.agent/skills/critique/SKILL.md +67 -19
  78. package/.agent/skills/csharp-developer/SKILL.md +59 -81
  79. package/.agent/skills/data-validation-schemas/SKILL.md +59 -81
  80. package/.agent/skills/database-design/SKILL.md +74 -84
  81. package/.agent/skills/delight/SKILL.md +62 -21
  82. package/.agent/skills/deployment-procedures/SKILL.md +59 -81
  83. package/.agent/skills/design-lab/SKILL.md +63 -21
  84. package/.agent/skills/devops-engineer/SKILL.md +59 -81
  85. package/.agent/skills/devops-incident-responder/SKILL.md +59 -81
  86. package/.agent/skills/diagnosing-bugs/SKILL.md +63 -27
  87. package/.agent/skills/distill/SKILL.md +62 -21
  88. package/.agent/skills/documentation-templates/SKILL.md +59 -81
  89. package/.agent/skills/domain-modeling/SKILL.md +62 -23
  90. package/.agent/skills/duckdb-analytical-sql/SKILL.md +80 -14
  91. package/.agent/skills/edge-ai-mobile/SKILL.md +80 -14
  92. package/.agent/skills/edge-computing/SKILL.md +59 -81
  93. package/.agent/skills/emil-design-eng/SKILL.md +64 -27
  94. package/.agent/skills/error-resilience/SKILL.md +78 -85
  95. package/.agent/skills/expo-router-v4/SKILL.md +79 -14
  96. package/.agent/skills/extract-design-system/SKILL.md +59 -81
  97. package/.agent/skills/fabel-protocol/SKILL.md +72 -15
  98. package/.agent/skills/fixing-accessibility/SKILL.md +65 -19
  99. package/.agent/skills/fixing-metadata/SKILL.md +62 -21
  100. package/.agent/skills/fixing-motion-performance/SKILL.md +65 -19
  101. package/.agent/skills/framer-motion-expert/SKILL.md +67 -77
  102. package/.agent/skills/frontend-design/SKILL.md +73 -15
  103. package/.agent/skills/frontend-security-expert/SKILL.md +59 -79
  104. package/.agent/skills/game-design-expert/SKILL.md +59 -81
  105. package/.agent/skills/game-engineering-expert/SKILL.md +59 -81
  106. package/.agent/skills/generative-ui-expert/SKILL.md +60 -41
  107. package/.agent/skills/geo-fundamentals/SKILL.md +59 -81
  108. package/.agent/skills/git-pro/SKILL.md +62 -33
  109. package/.agent/skills/github-operations/SKILL.md +59 -81
  110. package/.agent/skills/gpt-taste/SKILL.md +62 -21
  111. package/.agent/skills/gsap-core/SKILL.md +59 -89
  112. package/.agent/skills/gsap-frameworks/SKILL.md +59 -89
  113. package/.agent/skills/gsap-performance/SKILL.md +59 -87
  114. package/.agent/skills/gsap-plugins/SKILL.md +59 -87
  115. package/.agent/skills/gsap-react/SKILL.md +60 -32
  116. package/.agent/skills/gsap-scrolltrigger/SKILL.md +59 -89
  117. package/.agent/skills/gsap-timeline/SKILL.md +59 -87
  118. package/.agent/skills/gsap-utils/SKILL.md +59 -87
  119. package/.agent/skills/harden/SKILL.md +62 -21
  120. package/.agent/skills/harness-protocol/SKILL.md +60 -33
  121. package/.agent/skills/i18n-localization/SKILL.md +59 -81
  122. package/.agent/skills/impeccable/SKILL.md +62 -23
  123. package/.agent/skills/improve-codebase-architecture/SKILL.md +62 -22
  124. package/.agent/skills/improve-ui/SKILL.md +65 -19
  125. package/.agent/skills/intelligent-routing/SKILL.md +59 -33
  126. package/.agent/skills/knowledge-graph/SKILL.md +60 -33
  127. package/.agent/skills/landing-page/SKILL.md +62 -21
  128. package/.agent/skills/lint-and-validate/SKILL.md +59 -81
  129. package/.agent/skills/llm-engineering/SKILL.md +59 -81
  130. package/.agent/skills/local-first/SKILL.md +59 -81
  131. package/.agent/skills/local-first-architecture/SKILL.md +77 -20
  132. package/.agent/skills/lottie-animation/SKILL.md +62 -20
  133. package/.agent/skills/marquee-loop/SKILL.md +62 -21
  134. package/.agent/skills/masked-reveal/SKILL.md +245 -50
  135. package/.agent/skills/mcp-builder/SKILL.md +59 -81
  136. package/.agent/skills/micro-interaction/SKILL.md +254 -57
  137. package/.agent/skills/mobile-design/SKILL.md +59 -79
  138. package/.agent/skills/monorepo-management/SKILL.md +59 -81
  139. package/.agent/skills/morphing-icons/SKILL.md +365 -46
  140. package/.agent/skills/motion-engineering/SKILL.md +66 -21
  141. package/.agent/skills/nextjs-react-expert/SKILL.md +82 -84
  142. package/.agent/skills/nodejs-best-practices/SKILL.md +81 -80
  143. package/.agent/skills/observability/SKILL.md +59 -81
  144. package/.agent/skills/opentelemetry-observability/SKILL.md +80 -14
  145. package/.agent/skills/page-transition-animation/SKILL.md +62 -21
  146. package/.agent/skills/parallel-agents/SKILL.md +60 -81
  147. package/.agent/skills/performance-profiling/SKILL.md +60 -81
  148. package/.agent/skills/plan-writing/SKILL.md +83 -88
  149. package/.agent/skills/platform-engineer/SKILL.md +59 -81
  150. package/.agent/skills/platform-engineering-opentofu/SKILL.md +80 -15
  151. package/.agent/skills/playwright-ai-e2e/SKILL.md +81 -15
  152. package/.agent/skills/playwright-best-practices/SKILL.md +60 -81
  153. package/.agent/skills/polish/SKILL.md +62 -21
  154. package/.agent/skills/powershell-windows/SKILL.md +59 -81
  155. package/.agent/skills/pricing-page/SKILL.md +62 -21
  156. package/.agent/skills/product-aware-heuristics/SKILL.md +73 -16
  157. package/.agent/skills/progressive-blur/SKILL.md +62 -21
  158. package/.agent/skills/project-idioms/SKILL.md +58 -84
  159. package/.agent/skills/property-based-testing/SKILL.md +81 -15
  160. package/.agent/skills/python-patterns/SKILL.md +59 -81
  161. package/.agent/skills/python-pro/SKILL.md +81 -83
  162. package/.agent/skills/quieter/SKILL.md +62 -21
  163. package/.agent/skills/react-doctor/SKILL.md +62 -21
  164. package/.agent/skills/react-specialist/SKILL.md +73 -82
  165. package/.agent/skills/readme-builder/SKILL.md +59 -81
  166. package/.agent/skills/realtime-patterns/SKILL.md +59 -81
  167. package/.agent/skills/red-team-tactics/SKILL.md +59 -81
  168. package/.agent/skills/redesign-skill/SKILL.md +62 -21
  169. package/.agent/skills/review-animations/SKILL.md +64 -30
  170. package/.agent/skills/rust-pro/SKILL.md +77 -78
  171. package/.agent/skills/seo-fundamentals/SKILL.md +59 -81
  172. package/.agent/skills/server-management/SKILL.md +59 -81
  173. package/.agent/skills/shadcn-ui-expert/SKILL.md +59 -81
  174. package/.agent/skills/shape/SKILL.md +63 -21
  175. package/.agent/skills/skill-creator/SKILL.md +80 -88
  176. package/.agent/skills/soft-skill/SKILL.md +62 -21
  177. package/.agent/skills/sounds-on-the-web/SKILL.md +62 -21
  178. package/.agent/skills/sql-pro/SKILL.md +93 -80
  179. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +59 -81
  180. package/.agent/skills/svg-animation/SKILL.md +368 -46
  181. package/.agent/skills/swiftui-expert/SKILL.md +59 -81
  182. package/.agent/skills/swiss-design/SKILL.md +62 -21
  183. package/.agent/skills/system-design-pro/SKILL.md +64 -29
  184. package/.agent/skills/systematic-debugging/SKILL.md +70 -82
  185. package/.agent/skills/systematic-debugging/condition-based-waiting.md +115 -0
  186. package/.agent/skills/systematic-debugging/defense-in-depth.md +122 -0
  187. package/.agent/skills/systematic-debugging/root-cause-tracing.md +169 -0
  188. package/.agent/skills/tailwind-patterns/SKILL.md +59 -81
  189. package/.agent/skills/taste-skill/SKILL.md +62 -21
  190. package/.agent/skills/tdd-workflow/SKILL.md +107 -26
  191. package/.agent/skills/test-result-analyzer/SKILL.md +59 -82
  192. package/.agent/skills/testing-patterns/SKILL.md +60 -81
  193. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +62 -23
  194. package/.agent/skills/thinking-protocol/SKILL.md +73 -18
  195. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +62 -20
  196. package/.agent/skills/transitions-dev/SKILL.md +62 -20
  197. package/.agent/skills/trend-researcher/SKILL.md +58 -82
  198. package/.agent/skills/typescript-advanced/SKILL.md +69 -85
  199. package/.agent/skills/typeset/SKILL.md +62 -21
  200. package/.agent/skills/ui-reasoning-engine/SKILL.md +73 -16
  201. package/.agent/skills/ui-skill-packs/SKILL.md +69 -19
  202. package/.agent/skills/ui-skills-root/SKILL.md +65 -19
  203. package/.agent/skills/ui-ux-pro-max/SKILL.md +81 -15
  204. package/.agent/skills/ui-ux-researcher/SKILL.md +58 -82
  205. package/.agent/skills/vector-search-pgvector/SKILL.md +80 -14
  206. package/.agent/skills/verification-before-completion/SKILL.md +178 -0
  207. package/.agent/skills/vue-expert/SKILL.md +59 -77
  208. package/.agent/skills/vulnerability-scanner/SKILL.md +59 -79
  209. package/.agent/skills/web-accessibility-auditor/SKILL.md +59 -81
  210. package/.agent/skills/web-design-guidelines/SKILL.md +73 -15
  211. package/.agent/skills/web-quality-audit/SKILL.md +62 -21
  212. package/.agent/skills/webapp-testing/SKILL.md +60 -81
  213. package/.agent/skills/webgpu-performance/SKILL.md +60 -41
  214. package/.agent/skills/whimsy-injector/SKILL.md +59 -81
  215. package/.agent/skills/workflow-optimizer/SKILL.md +59 -80
  216. package/.agent/skills/zero-trust-passkeys/SKILL.md +80 -14
  217. package/.agent/templates/DESIGN.md +680 -160
  218. package/.agent/templates/sdd/implementer-prompt.md +62 -0
  219. package/.agent/templates/sdd/re-review-prompt.md +36 -0
  220. package/.agent/templates/sdd/task-reviewer-prompt.md +78 -0
  221. package/.agent/workflows/acf.md +4 -0
  222. package/.agent/workflows/api-tester.md +5 -0
  223. package/.agent/workflows/audit-live.md +52 -0
  224. package/.agent/workflows/audit.md +5 -0
  225. package/.agent/workflows/brainstorm.md +17 -1
  226. package/.agent/workflows/changelog.md +5 -0
  227. package/.agent/workflows/compare-web.md +35 -0
  228. package/.agent/workflows/context.md +100 -0
  229. package/.agent/workflows/contract.md +19 -0
  230. package/.agent/workflows/create.md +6 -1
  231. package/.agent/workflows/debug.md +5 -0
  232. package/.agent/workflows/deploy.md +6 -1
  233. package/.agent/workflows/enhance.md +6 -1
  234. package/.agent/workflows/fix-ci.md +5 -0
  235. package/.agent/workflows/fix.md +5 -0
  236. package/.agent/workflows/generate.md +5 -0
  237. package/.agent/workflows/marathon.md +6 -1
  238. package/.agent/workflows/migrate.md +5 -0
  239. package/.agent/workflows/minimal.md +4 -0
  240. package/.agent/workflows/orchestrate.md +6 -1
  241. package/.agent/workflows/performance-benchmarker.md +6 -1
  242. package/.agent/workflows/pipeline.md +5 -0
  243. package/.agent/workflows/plan.md +7 -2
  244. package/.agent/workflows/preview.md +6 -1
  245. package/.agent/workflows/refactor.md +6 -0
  246. package/.agent/workflows/review-ai.md +5 -0
  247. package/.agent/workflows/review.md +5 -0
  248. package/.agent/workflows/sdd.md +122 -0
  249. package/.agent/workflows/session.md +5 -0
  250. package/.agent/workflows/skill-enhancement-engine.md +88 -0
  251. package/.agent/workflows/status.md +4 -0
  252. package/.agent/workflows/super-prompt.md +103 -19
  253. package/.agent/workflows/swarm.md +6 -1
  254. package/.agent/workflows/test.md +6 -1
  255. package/.agent/workflows/tribunal-backend.md +5 -0
  256. package/.agent/workflows/tribunal-cicd.md +5 -0
  257. package/.agent/workflows/tribunal-database.md +5 -0
  258. package/.agent/workflows/tribunal-full.md +8 -0
  259. package/.agent/workflows/tribunal-mobile.md +5 -0
  260. package/.agent/workflows/tribunal-performance.md +5 -0
  261. package/.agent/workflows/tribunal-speed.md +5 -0
  262. package/.agent/workflows/tribunal-ui.md +7 -0
  263. package/.agents/plugins/marketplace.json +20 -0
  264. package/.agents/skills/12-principles-of-animation/SKILL.md +126 -0
  265. package/.agents/skills/60fps-animation/SKILL.md +164 -0
  266. package/.agents/skills/accessible-animation/SKILL.md +266 -0
  267. package/.agents/skills/adapt/SKILL.md +131 -0
  268. package/.agents/skills/advanced-rag-pipelines/SKILL.md +169 -0
  269. package/.agents/skills/agent-organizer/SKILL.md +192 -0
  270. package/.agents/skills/agentic-patterns/SKILL.md +356 -0
  271. package/.agents/skills/agentic-workflows-2026/SKILL.md +157 -0
  272. package/.agents/skills/ai-app-hardening/SKILL.md +125 -0
  273. package/.agents/skills/ai-prompt-injection-defense/SKILL.md +237 -0
  274. package/.agents/skills/animation-on-scroll/SKILL.md +267 -0
  275. package/.agents/skills/animation-systems/SKILL.md +273 -0
  276. package/.agents/skills/antfu-conventions/SKILL.md +129 -0
  277. package/.agents/skills/api-patterns/SKILL.md +293 -0
  278. package/.agents/skills/api-patterns/scripts/api_validator.py +211 -0
  279. package/.agents/skills/api-security-auditor/SKILL.md +230 -0
  280. package/.agents/skills/app-builder/SKILL.md +610 -0
  281. package/.agents/skills/app-builder/templates/SKILL.md +108 -0
  282. package/.agents/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  283. package/.agents/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  284. package/.agents/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  285. package/.agents/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  286. package/.agents/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  287. package/.agents/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  288. package/.agents/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  289. package/.agents/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +126 -0
  290. package/.agents/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +127 -0
  291. package/.agents/skills/app-builder/templates/nextjs-static/TEMPLATE.md +172 -0
  292. package/.agents/skills/app-builder/templates/nuxt-app/TEMPLATE.md +139 -0
  293. package/.agents/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  294. package/.agents/skills/app-builder/templates/react-native-app/TEMPLATE.md +122 -0
  295. package/.agents/skills/appflow-wireframe/SKILL.md +173 -0
  296. package/.agents/skills/apple-design/SKILL.md +164 -0
  297. package/.agents/skills/architecture/SKILL.md +263 -0
  298. package/.agents/skills/audit-and-fix/SKILL.md +136 -0
  299. package/.agents/skills/authentication-best-practices/SKILL.md +232 -0
  300. package/.agents/skills/backend-security-expert/SKILL.md +148 -0
  301. package/.agents/skills/baseline-ui/SKILL.md +130 -0
  302. package/.agents/skills/bash-linux/SKILL.md +214 -0
  303. package/.agents/skills/behavioral-modes/SKILL.md +275 -0
  304. package/.agents/skills/better-colors/SKILL.md +191 -0
  305. package/.agents/skills/better-typography/SKILL.md +164 -0
  306. package/.agents/skills/better-ui/SKILL.md +193 -0
  307. package/.agents/skills/bolder/SKILL.md +124 -0
  308. package/.agents/skills/brainstorming/SKILL.md +534 -0
  309. package/.agents/skills/browser-audit/SKILL.md +170 -0
  310. package/.agents/skills/browser-native-ai/SKILL.md +147 -0
  311. package/.agents/skills/build-primitive/SKILL.md +125 -0
  312. package/.agents/skills/building-native-ui/SKILL.md +237 -0
  313. package/.agents/skills/cicd-pro/SKILL.md +487 -0
  314. package/.agents/skills/clarify/SKILL.md +130 -0
  315. package/.agents/skills/clean-code/SKILL.md +442 -0
  316. package/.agents/skills/cloud-architect/SKILL.md +484 -0
  317. package/.agents/skills/cobejs/SKILL.md +145 -0
  318. package/.agents/skills/code-review-checklist/SKILL.md +238 -0
  319. package/.agents/skills/codebase-design/SKILL.md +151 -0
  320. package/.agents/skills/colorize/SKILL.md +132 -0
  321. package/.agents/skills/compact-landing/SKILL.md +125 -0
  322. package/.agents/skills/company-logos/SKILL.md +129 -0
  323. package/.agents/skills/config-validator/SKILL.md +200 -0
  324. package/.agents/skills/containerization-pro/SKILL.md +497 -0
  325. package/.agents/skills/context-engineering-pro/SKILL.md +136 -0
  326. package/.agents/skills/create-design-md/SKILL.md +167 -0
  327. package/.agents/skills/critique/SKILL.md +154 -0
  328. package/.agents/skills/csharp-developer/SKILL.md +553 -0
  329. package/.agents/skills/data-validation-schemas/SKILL.md +372 -0
  330. package/.agents/skills/database-design/SKILL.md +294 -0
  331. package/.agents/skills/database-design/scripts/schema_validator.py +172 -0
  332. package/.agents/skills/delight/SKILL.md +121 -0
  333. package/.agents/skills/deployment-procedures/SKILL.md +207 -0
  334. package/.agents/skills/design-lab/SKILL.md +117 -0
  335. package/.agents/skills/devops-engineer/SKILL.md +380 -0
  336. package/.agents/skills/devops-incident-responder/SKILL.md +178 -0
  337. package/.agents/skills/diagnosing-bugs/SKILL.md +247 -0
  338. package/.agents/skills/distill/SKILL.md +120 -0
  339. package/.agents/skills/documentation-templates/SKILL.md +326 -0
  340. package/.agents/skills/domain-modeling/SKILL.md +136 -0
  341. package/.agents/skills/duckdb-analytical-sql/SKILL.md +125 -0
  342. package/.agents/skills/edge-ai-mobile/SKILL.md +116 -0
  343. package/.agents/skills/edge-computing/SKILL.md +218 -0
  344. package/.agents/skills/emil-design-eng/SKILL.md +209 -0
  345. package/.agents/skills/error-resilience/SKILL.md +478 -0
  346. package/.agents/skills/expo-router-v4/SKILL.md +146 -0
  347. package/.agents/skills/extract-design-system/SKILL.md +195 -0
  348. package/.agents/skills/fabel-protocol/SKILL.md +352 -0
  349. package/.agents/skills/fixing-accessibility/SKILL.md +162 -0
  350. package/.agents/skills/fixing-metadata/SKILL.md +158 -0
  351. package/.agents/skills/fixing-motion-performance/SKILL.md +153 -0
  352. package/.agents/skills/framer-motion-expert/SKILL.md +312 -0
  353. package/.agents/skills/frontend-design/SKILL.md +178 -0
  354. package/.agents/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  355. package/.agents/skills/frontend-design/scripts/ux_audit.py +722 -0
  356. package/.agents/skills/frontend-security-expert/SKILL.md +131 -0
  357. package/.agents/skills/game-design-expert/SKILL.md +167 -0
  358. package/.agents/skills/game-engineering-expert/SKILL.md +183 -0
  359. package/.agents/skills/generative-ui-expert/SKILL.md +175 -0
  360. package/.agents/skills/geo-fundamentals/SKILL.md +183 -0
  361. package/.agents/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  362. package/.agents/skills/git-pro/SKILL.md +476 -0
  363. package/.agents/skills/github-operations/SKILL.md +370 -0
  364. package/.agents/skills/gpt-taste/SKILL.md +125 -0
  365. package/.agents/skills/gsap-core/SKILL.md +352 -0
  366. package/.agents/skills/gsap-frameworks/SKILL.md +243 -0
  367. package/.agents/skills/gsap-performance/SKILL.md +169 -0
  368. package/.agents/skills/gsap-plugins/SKILL.md +516 -0
  369. package/.agents/skills/gsap-react/SKILL.md +288 -0
  370. package/.agents/skills/gsap-scrolltrigger/SKILL.md +387 -0
  371. package/.agents/skills/gsap-timeline/SKILL.md +197 -0
  372. package/.agents/skills/gsap-utils/SKILL.md +374 -0
  373. package/.agents/skills/harden/SKILL.md +130 -0
  374. package/.agents/skills/harness-protocol/SKILL.md +115 -0
  375. package/.agents/skills/i18n-localization/SKILL.md +209 -0
  376. package/.agents/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  377. package/.agents/skills/impeccable/SKILL.md +127 -0
  378. package/.agents/skills/improve-codebase-architecture/SKILL.md +123 -0
  379. package/.agents/skills/improve-ui/SKILL.md +145 -0
  380. package/.agents/skills/intelligent-routing/SKILL.md +283 -0
  381. package/.agents/skills/knowledge-graph/SKILL.md +146 -0
  382. package/.agents/skills/landing-page/SKILL.md +140 -0
  383. package/.agents/skills/lint-and-validate/SKILL.md +299 -0
  384. package/.agents/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  385. package/.agents/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  386. package/.agents/skills/llm-engineering/SKILL.md +435 -0
  387. package/.agents/skills/local-first/SKILL.md +213 -0
  388. package/.agents/skills/local-first-architecture/SKILL.md +137 -0
  389. package/.agents/skills/lottie-animation/SKILL.md +137 -0
  390. package/.agents/skills/marquee-loop/SKILL.md +147 -0
  391. package/.agents/skills/masked-reveal/SKILL.md +305 -0
  392. package/.agents/skills/mcp-builder/SKILL.md +180 -0
  393. package/.agents/skills/micro-interaction/SKILL.md +321 -0
  394. package/.agents/skills/mobile-design/SKILL.md +320 -0
  395. package/.agents/skills/mobile-design/scripts/mobile_audit.py +670 -0
  396. package/.agents/skills/monorepo-management/SKILL.md +370 -0
  397. package/.agents/skills/morphing-icons/SKILL.md +423 -0
  398. package/.agents/skills/motion-engineering/SKILL.md +272 -0
  399. package/.agents/skills/nextjs-react-expert/SKILL.md +293 -0
  400. package/.agents/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  401. package/.agents/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  402. package/.agents/skills/nodejs-best-practices/SKILL.md +617 -0
  403. package/.agents/skills/observability/SKILL.md +378 -0
  404. package/.agents/skills/opentelemetry-observability/SKILL.md +125 -0
  405. package/.agents/skills/page-transition-animation/SKILL.md +161 -0
  406. package/.agents/skills/parallel-agents/SKILL.md +185 -0
  407. package/.agents/skills/performance-profiling/SKILL.md +305 -0
  408. package/.agents/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  409. package/.agents/skills/plan-writing/SKILL.md +202 -0
  410. package/.agents/skills/platform-engineer/SKILL.md +183 -0
  411. package/.agents/skills/platform-engineering-opentofu/SKILL.md +133 -0
  412. package/.agents/skills/playwright-ai-e2e/SKILL.md +126 -0
  413. package/.agents/skills/playwright-best-practices/SKILL.md +224 -0
  414. package/.agents/skills/polish/SKILL.md +114 -0
  415. package/.agents/skills/powershell-windows/SKILL.md +197 -0
  416. package/.agents/skills/pricing-page/SKILL.md +123 -0
  417. package/.agents/skills/product-aware-heuristics/SKILL.md +465 -0
  418. package/.agents/skills/progressive-blur/SKILL.md +155 -0
  419. package/.agents/skills/project-idioms/SKILL.md +166 -0
  420. package/.agents/skills/property-based-testing/SKILL.md +124 -0
  421. package/.agents/skills/python-patterns/SKILL.md +295 -0
  422. package/.agents/skills/python-pro/SKILL.md +380 -0
  423. package/.agents/skills/quieter/SKILL.md +124 -0
  424. package/.agents/skills/react-doctor/SKILL.md +126 -0
  425. package/.agents/skills/react-specialist/SKILL.md +355 -0
  426. package/.agents/skills/readme-builder/SKILL.md +345 -0
  427. package/.agents/skills/realtime-patterns/SKILL.md +358 -0
  428. package/.agents/skills/red-team-tactics/SKILL.md +266 -0
  429. package/.agents/skills/redesign-skill/SKILL.md +121 -0
  430. package/.agents/skills/review-animations/SKILL.md +120 -0
  431. package/.agents/skills/review-animations/STANDARDS.md +87 -0
  432. package/.agents/skills/rust-pro/SKILL.md +727 -0
  433. package/.agents/skills/seo-fundamentals/SKILL.md +214 -0
  434. package/.agents/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  435. package/.agents/skills/server-management/SKILL.md +253 -0
  436. package/.agents/skills/shadcn-ui-expert/SKILL.md +271 -0
  437. package/.agents/skills/shape/SKILL.md +131 -0
  438. package/.agents/skills/skill-creator/SKILL.md +136 -0
  439. package/.agents/skills/soft-skill/SKILL.md +128 -0
  440. package/.agents/skills/sounds-on-the-web/SKILL.md +151 -0
  441. package/.agents/skills/sql-pro/SKILL.md +699 -0
  442. package/.agents/skills/supabase-postgres-best-practices/SKILL.md +132 -0
  443. package/.agents/skills/svg-animation/SKILL.md +431 -0
  444. package/.agents/skills/swiftui-expert/SKILL.md +239 -0
  445. package/.agents/skills/swiss-design/SKILL.md +119 -0
  446. package/.agents/skills/system-design-pro/SKILL.md +393 -0
  447. package/.agents/skills/systematic-debugging/SKILL.md +198 -0
  448. package/.agents/skills/systematic-debugging/condition-based-waiting.md +115 -0
  449. package/.agents/skills/systematic-debugging/defense-in-depth.md +122 -0
  450. package/.agents/skills/systematic-debugging/root-cause-tracing.md +169 -0
  451. package/.agents/skills/tailwind-patterns/SKILL.md +658 -0
  452. package/.agents/skills/taste-skill/SKILL.md +127 -0
  453. package/.agents/skills/tdd-workflow/SKILL.md +179 -0
  454. package/.agents/skills/test-result-analyzer/SKILL.md +345 -0
  455. package/.agents/skills/testing-patterns/SKILL.md +609 -0
  456. package/.agents/skills/testing-patterns/scripts/test_runner.py +219 -0
  457. package/.agents/skills/thermo-nuclear-code-quality-review/SKILL.md +137 -0
  458. package/.agents/skills/thinking-protocol/SKILL.md +97 -0
  459. package/.agents/skills/to-spring-or-not-to-spring/SKILL.md +118 -0
  460. package/.agents/skills/transitions-dev/SKILL.md +165 -0
  461. package/.agents/skills/trend-researcher/SKILL.md +273 -0
  462. package/.agents/skills/typescript-advanced/SKILL.md +381 -0
  463. package/.agents/skills/typeset/SKILL.md +135 -0
  464. package/.agents/skills/ui-reasoning-engine/SKILL.md +230 -0
  465. package/.agents/skills/ui-skill-packs/SKILL.md +132 -0
  466. package/.agents/skills/ui-skills-root/SKILL.md +144 -0
  467. package/.agents/skills/ui-ux-pro-max/SKILL.md +185 -0
  468. package/.agents/skills/ui-ux-researcher/SKILL.md +274 -0
  469. package/.agents/skills/vector-search-pgvector/SKILL.md +144 -0
  470. package/.agents/skills/verification-before-completion/SKILL.md +178 -0
  471. package/.agents/skills/vue-expert/SKILL.md +334 -0
  472. package/.agents/skills/vulnerability-scanner/SKILL.md +453 -0
  473. package/.agents/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  474. package/.agents/skills/web-accessibility-auditor/SKILL.md +254 -0
  475. package/.agents/skills/web-design-guidelines/SKILL.md +124 -0
  476. package/.agents/skills/web-quality-audit/SKILL.md +122 -0
  477. package/.agents/skills/webapp-testing/SKILL.md +203 -0
  478. package/.agents/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  479. package/.agents/skills/webgpu-performance/SKILL.md +163 -0
  480. package/.agents/skills/whimsy-injector/SKILL.md +380 -0
  481. package/.agents/skills/workflow-optimizer/SKILL.md +263 -0
  482. package/.agents/skills/zero-trust-passkeys/SKILL.md +156 -0
  483. package/.claude-plugin/marketplace.json +14 -0
  484. package/.claude-plugin/plugin.json +26 -0
  485. package/.codex-plugin/plugin.json +45 -0
  486. package/.cursor-plugin/plugin.json +26 -0
  487. package/.devin-plugin/plugin.json +14 -0
  488. package/.hermes-plugin/__init__.py +102 -0
  489. package/.hermes-plugin/plugin.yaml +6 -0
  490. package/.kimi-plugin/plugin.json +38 -0
  491. package/.opencode/INSTALL.md +41 -0
  492. package/.opencode/plugins/tribunal.js +101 -0
  493. package/.opencode/rules.md +258 -0
  494. package/.pi/extensions/tribunal.ts +133 -0
  495. package/AGENTS.md +91 -0
  496. package/CLAUDE.md +442 -0
  497. package/CONTRIBUTING.md +1 -1
  498. package/README.md +273 -251
  499. package/bin/adapter-install.js +40 -16
  500. package/bin/mcp-server.js +426 -0
  501. package/bin/proxy-server.js +18 -9
  502. package/bin/spawn-agent.js +9 -3
  503. package/bin/wrapper.js +20 -4
  504. package/dist/browser/audit.js +229 -0
  505. package/dist/browser/case_bridge.js +189 -0
  506. package/dist/browser/cdp.js +513 -0
  507. package/dist/browser/compare.js +110 -0
  508. package/dist/browser/discovery.js +140 -0
  509. package/dist/browser/idpi.js +142 -0
  510. package/dist/browser/index.js +89 -0
  511. package/dist/browser/launcher.js +154 -0
  512. package/dist/browser/sentinel.js +202 -0
  513. package/dist/browser/synapse.js +251 -0
  514. package/dist/browser/trimmer.js +210 -0
  515. package/dist/cli.js +377 -355
  516. package/dist/commands/audit-web.js +112 -0
  517. package/dist/commands/browse.js +56 -0
  518. package/dist/commands/compare-web.js +61 -0
  519. package/dist/commands/deconstruct.js +58 -0
  520. package/dist/commands/heal.js +99 -0
  521. package/dist/commands/init.js +10 -1
  522. package/dist/commands/sdd.js +229 -0
  523. package/dist/commands/uninstall.js +12 -0
  524. package/dist/esm/index.mjs +142 -142
  525. package/dist/index.d.ts +349 -343
  526. package/gemini-extension.json +6 -0
  527. package/hooks/hooks-cursor.json +10 -0
  528. package/hooks/hooks.json +10 -0
  529. package/hooks/session-start.js +77 -0
  530. package/marketplace.json +14 -0
  531. package/package.json +176 -146
  532. package/plugin.json +26 -0
  533. package/scripts/audit_skill_sdo.js +87 -0
  534. package/scripts/clean-pycache.js +42 -0
  535. package/scripts/context_compiler.js +944 -0
  536. package/scripts/modernize_skills.js +254 -0
  537. package/scripts/package-cores.js +113 -0
  538. package/scripts/skill_enhancement_engine.js +473 -0
  539. package/scripts/sync-skills.js +61 -0
  540. package/skills/12-principles-of-animation/SKILL.md +126 -0
  541. package/skills/60fps-animation/SKILL.md +164 -0
  542. package/skills/accessible-animation/SKILL.md +266 -0
  543. package/skills/adapt/SKILL.md +131 -0
  544. package/skills/advanced-rag-pipelines/SKILL.md +169 -0
  545. package/skills/agent-organizer/SKILL.md +192 -0
  546. package/skills/agentic-patterns/SKILL.md +356 -0
  547. package/skills/agentic-workflows-2026/SKILL.md +157 -0
  548. package/skills/ai-app-hardening/SKILL.md +125 -0
  549. package/skills/ai-prompt-injection-defense/SKILL.md +237 -0
  550. package/skills/animation-on-scroll/SKILL.md +267 -0
  551. package/skills/animation-systems/SKILL.md +273 -0
  552. package/skills/antfu-conventions/SKILL.md +129 -0
  553. package/skills/api-patterns/SKILL.md +293 -0
  554. package/skills/api-patterns/scripts/api_validator.py +211 -0
  555. package/skills/api-security-auditor/SKILL.md +230 -0
  556. package/skills/app-builder/SKILL.md +610 -0
  557. package/skills/app-builder/templates/SKILL.md +108 -0
  558. package/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  559. package/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  560. package/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  561. package/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  562. package/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  563. package/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  564. package/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  565. package/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +126 -0
  566. package/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +127 -0
  567. package/skills/app-builder/templates/nextjs-static/TEMPLATE.md +172 -0
  568. package/skills/app-builder/templates/nuxt-app/TEMPLATE.md +139 -0
  569. package/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  570. package/skills/app-builder/templates/react-native-app/TEMPLATE.md +122 -0
  571. package/skills/appflow-wireframe/SKILL.md +173 -0
  572. package/skills/apple-design/SKILL.md +164 -0
  573. package/skills/architecture/SKILL.md +263 -0
  574. package/skills/audit-and-fix/SKILL.md +136 -0
  575. package/skills/authentication-best-practices/SKILL.md +232 -0
  576. package/skills/backend-security-expert/SKILL.md +148 -0
  577. package/skills/baseline-ui/SKILL.md +130 -0
  578. package/skills/bash-linux/SKILL.md +214 -0
  579. package/skills/behavioral-modes/SKILL.md +275 -0
  580. package/skills/better-colors/SKILL.md +191 -0
  581. package/skills/better-typography/SKILL.md +164 -0
  582. package/skills/better-ui/SKILL.md +193 -0
  583. package/skills/bolder/SKILL.md +124 -0
  584. package/skills/brainstorming/SKILL.md +534 -0
  585. package/skills/browser-audit/SKILL.md +170 -0
  586. package/skills/browser-native-ai/SKILL.md +147 -0
  587. package/skills/build-primitive/SKILL.md +125 -0
  588. package/skills/building-native-ui/SKILL.md +237 -0
  589. package/skills/cicd-pro/SKILL.md +487 -0
  590. package/skills/clarify/SKILL.md +130 -0
  591. package/skills/clean-code/SKILL.md +442 -0
  592. package/skills/cloud-architect/SKILL.md +484 -0
  593. package/skills/cobejs/SKILL.md +145 -0
  594. package/skills/code-review-checklist/SKILL.md +238 -0
  595. package/skills/codebase-design/SKILL.md +151 -0
  596. package/skills/colorize/SKILL.md +132 -0
  597. package/skills/compact-landing/SKILL.md +125 -0
  598. package/skills/company-logos/SKILL.md +129 -0
  599. package/skills/config-validator/SKILL.md +200 -0
  600. package/skills/containerization-pro/SKILL.md +497 -0
  601. package/skills/context-engineering-pro/SKILL.md +136 -0
  602. package/skills/create-design-md/SKILL.md +167 -0
  603. package/skills/critique/SKILL.md +154 -0
  604. package/skills/csharp-developer/SKILL.md +553 -0
  605. package/skills/data-validation-schemas/SKILL.md +372 -0
  606. package/skills/database-design/SKILL.md +294 -0
  607. package/skills/database-design/scripts/schema_validator.py +172 -0
  608. package/skills/delight/SKILL.md +121 -0
  609. package/skills/deployment-procedures/SKILL.md +207 -0
  610. package/skills/design-lab/SKILL.md +117 -0
  611. package/skills/devops-engineer/SKILL.md +380 -0
  612. package/skills/devops-incident-responder/SKILL.md +178 -0
  613. package/skills/diagnosing-bugs/SKILL.md +247 -0
  614. package/skills/distill/SKILL.md +120 -0
  615. package/skills/documentation-templates/SKILL.md +326 -0
  616. package/skills/domain-modeling/SKILL.md +136 -0
  617. package/skills/duckdb-analytical-sql/SKILL.md +125 -0
  618. package/skills/edge-ai-mobile/SKILL.md +116 -0
  619. package/skills/edge-computing/SKILL.md +218 -0
  620. package/skills/emil-design-eng/SKILL.md +209 -0
  621. package/skills/error-resilience/SKILL.md +478 -0
  622. package/skills/expo-router-v4/SKILL.md +146 -0
  623. package/skills/extract-design-system/SKILL.md +195 -0
  624. package/skills/fabel-protocol/SKILL.md +352 -0
  625. package/skills/fixing-accessibility/SKILL.md +162 -0
  626. package/skills/fixing-metadata/SKILL.md +158 -0
  627. package/skills/fixing-motion-performance/SKILL.md +153 -0
  628. package/skills/framer-motion-expert/SKILL.md +312 -0
  629. package/skills/frontend-design/SKILL.md +178 -0
  630. package/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  631. package/skills/frontend-design/scripts/ux_audit.py +722 -0
  632. package/skills/frontend-security-expert/SKILL.md +131 -0
  633. package/skills/game-design-expert/SKILL.md +167 -0
  634. package/skills/game-engineering-expert/SKILL.md +183 -0
  635. package/skills/generative-ui-expert/SKILL.md +175 -0
  636. package/skills/geo-fundamentals/SKILL.md +183 -0
  637. package/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  638. package/skills/git-pro/SKILL.md +476 -0
  639. package/skills/github-operations/SKILL.md +370 -0
  640. package/skills/gpt-taste/SKILL.md +125 -0
  641. package/skills/gsap-core/SKILL.md +352 -0
  642. package/skills/gsap-frameworks/SKILL.md +243 -0
  643. package/skills/gsap-performance/SKILL.md +169 -0
  644. package/skills/gsap-plugins/SKILL.md +516 -0
  645. package/skills/gsap-react/SKILL.md +288 -0
  646. package/skills/gsap-scrolltrigger/SKILL.md +387 -0
  647. package/skills/gsap-timeline/SKILL.md +197 -0
  648. package/skills/gsap-utils/SKILL.md +374 -0
  649. package/skills/harden/SKILL.md +130 -0
  650. package/skills/harness-protocol/SKILL.md +115 -0
  651. package/skills/i18n-localization/SKILL.md +209 -0
  652. package/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  653. package/skills/impeccable/SKILL.md +127 -0
  654. package/skills/improve-codebase-architecture/SKILL.md +123 -0
  655. package/skills/improve-ui/SKILL.md +145 -0
  656. package/skills/intelligent-routing/SKILL.md +283 -0
  657. package/skills/knowledge-graph/SKILL.md +146 -0
  658. package/skills/landing-page/SKILL.md +140 -0
  659. package/skills/lint-and-validate/SKILL.md +299 -0
  660. package/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  661. package/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  662. package/skills/llm-engineering/SKILL.md +435 -0
  663. package/skills/local-first/SKILL.md +213 -0
  664. package/skills/local-first-architecture/SKILL.md +137 -0
  665. package/skills/lottie-animation/SKILL.md +137 -0
  666. package/skills/marquee-loop/SKILL.md +147 -0
  667. package/skills/masked-reveal/SKILL.md +305 -0
  668. package/skills/mcp-builder/SKILL.md +180 -0
  669. package/skills/micro-interaction/SKILL.md +321 -0
  670. package/skills/mobile-design/SKILL.md +320 -0
  671. package/skills/mobile-design/scripts/mobile_audit.py +670 -0
  672. package/skills/monorepo-management/SKILL.md +370 -0
  673. package/skills/morphing-icons/SKILL.md +423 -0
  674. package/skills/motion-engineering/SKILL.md +272 -0
  675. package/skills/nextjs-react-expert/SKILL.md +293 -0
  676. package/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  677. package/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  678. package/skills/nodejs-best-practices/SKILL.md +617 -0
  679. package/skills/observability/SKILL.md +378 -0
  680. package/skills/opentelemetry-observability/SKILL.md +125 -0
  681. package/skills/page-transition-animation/SKILL.md +161 -0
  682. package/skills/parallel-agents/SKILL.md +185 -0
  683. package/skills/performance-profiling/SKILL.md +305 -0
  684. package/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  685. package/skills/plan-writing/SKILL.md +202 -0
  686. package/skills/platform-engineer/SKILL.md +183 -0
  687. package/skills/platform-engineering-opentofu/SKILL.md +133 -0
  688. package/skills/playwright-ai-e2e/SKILL.md +126 -0
  689. package/skills/playwright-best-practices/SKILL.md +224 -0
  690. package/skills/polish/SKILL.md +114 -0
  691. package/skills/powershell-windows/SKILL.md +197 -0
  692. package/skills/pricing-page/SKILL.md +123 -0
  693. package/skills/product-aware-heuristics/SKILL.md +465 -0
  694. package/skills/progressive-blur/SKILL.md +155 -0
  695. package/skills/project-idioms/SKILL.md +166 -0
  696. package/skills/property-based-testing/SKILL.md +124 -0
  697. package/skills/python-patterns/SKILL.md +295 -0
  698. package/skills/python-pro/SKILL.md +380 -0
  699. package/skills/quieter/SKILL.md +124 -0
  700. package/skills/react-doctor/SKILL.md +126 -0
  701. package/skills/react-specialist/SKILL.md +355 -0
  702. package/skills/readme-builder/SKILL.md +345 -0
  703. package/skills/realtime-patterns/SKILL.md +358 -0
  704. package/skills/red-team-tactics/SKILL.md +266 -0
  705. package/skills/redesign-skill/SKILL.md +121 -0
  706. package/skills/review-animations/SKILL.md +120 -0
  707. package/skills/review-animations/STANDARDS.md +87 -0
  708. package/skills/rust-pro/SKILL.md +727 -0
  709. package/skills/seo-fundamentals/SKILL.md +214 -0
  710. package/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  711. package/skills/server-management/SKILL.md +253 -0
  712. package/skills/shadcn-ui-expert/SKILL.md +271 -0
  713. package/skills/shape/SKILL.md +131 -0
  714. package/skills/skill-creator/SKILL.md +136 -0
  715. package/skills/soft-skill/SKILL.md +128 -0
  716. package/skills/sounds-on-the-web/SKILL.md +151 -0
  717. package/skills/sql-pro/SKILL.md +699 -0
  718. package/skills/supabase-postgres-best-practices/SKILL.md +132 -0
  719. package/skills/svg-animation/SKILL.md +431 -0
  720. package/skills/swiftui-expert/SKILL.md +239 -0
  721. package/skills/swiss-design/SKILL.md +119 -0
  722. package/skills/system-design-pro/SKILL.md +393 -0
  723. package/skills/systematic-debugging/SKILL.md +198 -0
  724. package/skills/systematic-debugging/condition-based-waiting.md +115 -0
  725. package/skills/systematic-debugging/defense-in-depth.md +122 -0
  726. package/skills/systematic-debugging/root-cause-tracing.md +169 -0
  727. package/skills/tailwind-patterns/SKILL.md +658 -0
  728. package/skills/taste-skill/SKILL.md +127 -0
  729. package/skills/tdd-workflow/SKILL.md +179 -0
  730. package/skills/test-result-analyzer/SKILL.md +345 -0
  731. package/skills/testing-patterns/SKILL.md +609 -0
  732. package/skills/testing-patterns/scripts/test_runner.py +219 -0
  733. package/skills/thermo-nuclear-code-quality-review/SKILL.md +137 -0
  734. package/skills/thinking-protocol/SKILL.md +97 -0
  735. package/skills/to-spring-or-not-to-spring/SKILL.md +118 -0
  736. package/skills/transitions-dev/SKILL.md +165 -0
  737. package/skills/trend-researcher/SKILL.md +273 -0
  738. package/skills/typescript-advanced/SKILL.md +381 -0
  739. package/skills/typeset/SKILL.md +135 -0
  740. package/skills/ui-reasoning-engine/SKILL.md +230 -0
  741. package/skills/ui-skill-packs/SKILL.md +132 -0
  742. package/skills/ui-skills-root/SKILL.md +144 -0
  743. package/skills/ui-ux-pro-max/SKILL.md +185 -0
  744. package/skills/ui-ux-researcher/SKILL.md +274 -0
  745. package/skills/vector-search-pgvector/SKILL.md +144 -0
  746. package/skills/verification-before-completion/SKILL.md +178 -0
  747. package/skills/vue-expert/SKILL.md +334 -0
  748. package/skills/vulnerability-scanner/SKILL.md +453 -0
  749. package/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  750. package/skills/web-accessibility-auditor/SKILL.md +254 -0
  751. package/skills/web-design-guidelines/SKILL.md +124 -0
  752. package/skills/web-quality-audit/SKILL.md +122 -0
  753. package/skills/webapp-testing/SKILL.md +203 -0
  754. package/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  755. package/skills/webgpu-performance/SKILL.md +163 -0
  756. package/skills/whimsy-injector/SKILL.md +380 -0
  757. package/skills/workflow-optimizer/SKILL.md +263 -0
  758. package/skills/zero-trust-passkeys/SKILL.md +156 -0
  759. package/.agent/skills/api-patterns/scripts/__pycache__/api_validator.cpython-311.pyc +0 -0
  760. package/.agent/skills/database-design/scripts/__pycache__/schema_validator.cpython-311.pyc +0 -0
  761. package/.agent/skills/frontend-design/scripts/__pycache__/accessibility_checker.cpython-311.pyc +0 -0
  762. package/.agent/skills/frontend-design/scripts/__pycache__/ux_audit.cpython-311.pyc +0 -0
  763. package/.agent/skills/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-311.pyc +0 -0
  764. package/.agent/skills/i18n-localization/scripts/__pycache__/i18n_checker.cpython-311.pyc +0 -0
  765. package/.agent/skills/lint-and-validate/scripts/__pycache__/lint_runner.cpython-311.pyc +0 -0
  766. package/.agent/skills/lint-and-validate/scripts/__pycache__/type_coverage.cpython-311.pyc +0 -0
  767. package/.agent/skills/mobile-design/scripts/__pycache__/mobile_audit.cpython-311.pyc +0 -0
  768. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/convert_rules.cpython-311.pyc +0 -0
  769. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/react_performance_checker.cpython-311.pyc +0 -0
  770. package/.agent/skills/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-311.pyc +0 -0
  771. package/.agent/skills/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-311.pyc +0 -0
  772. package/.agent/skills/testing-patterns/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
  773. package/.agent/skills/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
  774. package/.agent/skills/webapp-testing/scripts/__pycache__/playwright_runner.cpython-311.pyc +0 -0
@@ -3,8 +3,8 @@
3
3
  "last_updated": "2026-07-30",
4
4
  "summary": {
5
5
  "total_agents": 52,
6
- "total_workflows": 40,
7
- "total_skills": 183
6
+ "total_workflows": 45,
7
+ "total_skills": 185
8
8
  },
9
9
  "agents": [
10
10
  {
@@ -14,7 +14,13 @@
14
14
  "routing_domain": "general",
15
15
  "routing_tier": "core",
16
16
  "description": "Always active reviewer for logic errors and boundary checks.",
17
- "trigger_keywords": ["logic", "bug", "boundary", "condition", "edge case"]
17
+ "trigger_keywords": [
18
+ "logic",
19
+ "bug",
20
+ "boundary",
21
+ "condition",
22
+ "edge case"
23
+ ]
18
24
  },
19
25
  {
20
26
  "name": "security-auditor",
@@ -23,7 +29,13 @@
23
29
  "routing_domain": "security",
24
30
  "routing_tier": "core",
25
31
  "description": "OWASP Top 10 security scanner and vulnerability auditor.",
26
- "trigger_keywords": ["security", "owasp", "injection", "vulnerability", "auth"]
32
+ "trigger_keywords": [
33
+ "security",
34
+ "owasp",
35
+ "injection",
36
+ "vulnerability",
37
+ "auth"
38
+ ]
27
39
  },
28
40
  {
29
41
  "name": "pipeline-reviewer",
@@ -32,7 +44,13 @@
32
44
  "routing_domain": "devops",
33
45
  "routing_tier": "specialized",
34
46
  "description": "CI/CD Pipeline & Workflow Auditor for GitHub Actions, GitLab CI, and Dockerfiles.",
35
- "trigger_keywords": ["ci/cd", "pipeline", "github actions", "workflow", "dockerfile"]
47
+ "trigger_keywords": [
48
+ "ci/cd",
49
+ "pipeline",
50
+ "github actions",
51
+ "workflow",
52
+ "dockerfile"
53
+ ]
36
54
  },
37
55
  {
38
56
  "name": "precedence-reviewer",
@@ -41,7 +59,12 @@
41
59
  "routing_domain": "general",
42
60
  "routing_tier": "core",
43
61
  "description": "Checks Case Law and architectural precedence before generation.",
44
- "trigger_keywords": ["precedence", "case law", "pattern", "convention"]
62
+ "trigger_keywords": [
63
+ "precedence",
64
+ "case law",
65
+ "pattern",
66
+ "convention"
67
+ ]
45
68
  },
46
69
  {
47
70
  "name": "complexity-reviewer",
@@ -50,7 +73,12 @@
50
73
  "routing_domain": "general",
51
74
  "routing_tier": "core",
52
75
  "description": "Checks over-engineering and Dependency Ladder compliance.",
53
- "trigger_keywords": ["complexity", "ladder", "overengineering", "simplification"]
76
+ "trigger_keywords": [
77
+ "complexity",
78
+ "ladder",
79
+ "overengineering",
80
+ "simplification"
81
+ ]
54
82
  },
55
83
  {
56
84
  "name": "minimalist-reviewer",
@@ -59,7 +87,13 @@
59
87
  "routing_domain": "general",
60
88
  "routing_tier": "core",
61
89
  "description": "Minimal Change Governance reviewer enforcing smallest correct maintainable change.",
62
- "trigger_keywords": ["minimal", "change budget", "minimality", "reuse", "abstraction"]
90
+ "trigger_keywords": [
91
+ "minimal",
92
+ "change budget",
93
+ "minimality",
94
+ "reuse",
95
+ "abstraction"
96
+ ]
63
97
  },
64
98
  {
65
99
  "name": "type-safety-reviewer",
@@ -68,7 +102,13 @@
68
102
  "routing_domain": "general",
69
103
  "routing_tier": "specialized",
70
104
  "description": "TypeScript type safety and strict mode validation.",
71
- "trigger_keywords": ["typescript", "type", "any", "generics", "interface"]
105
+ "trigger_keywords": [
106
+ "typescript",
107
+ "type",
108
+ "any",
109
+ "generics",
110
+ "interface"
111
+ ]
72
112
  },
73
113
  {
74
114
  "name": "dependency-reviewer",
@@ -77,7 +117,13 @@
77
117
  "routing_domain": "backend",
78
118
  "routing_tier": "specialized",
79
119
  "description": "Phantom package and package.json audit.",
80
- "trigger_keywords": ["dependency", "npm", "package", "import", "version"]
120
+ "trigger_keywords": [
121
+ "dependency",
122
+ "npm",
123
+ "package",
124
+ "import",
125
+ "version"
126
+ ]
81
127
  },
82
128
  {
83
129
  "name": "resilience-reviewer",
@@ -86,7 +132,12 @@
86
132
  "routing_domain": "backend",
87
133
  "routing_tier": "specialized",
88
134
  "description": "Fault tolerance, retries, and error boundaries.",
89
- "trigger_keywords": ["resilience", "retry", "circuit breaker", "timeout"]
135
+ "trigger_keywords": [
136
+ "resilience",
137
+ "retry",
138
+ "circuit breaker",
139
+ "timeout"
140
+ ]
90
141
  },
91
142
  {
92
143
  "name": "schema-reviewer",
@@ -95,7 +146,13 @@
95
146
  "routing_domain": "backend",
96
147
  "routing_tier": "specialized",
97
148
  "description": "Zod and Pydantic validation schema auditor.",
98
- "trigger_keywords": ["schema", "zod", "pydantic", "validation", "contract"]
149
+ "trigger_keywords": [
150
+ "schema",
151
+ "zod",
152
+ "pydantic",
153
+ "validation",
154
+ "contract"
155
+ ]
99
156
  },
100
157
  {
101
158
  "name": "frontend-reviewer",
@@ -104,7 +161,13 @@
104
161
  "routing_domain": "frontend",
105
162
  "routing_tier": "specialized",
106
163
  "description": "React Server Components, hooks, and state mutation auditor.",
107
- "trigger_keywords": ["frontend", "react", "hooks", "component", "state"]
164
+ "trigger_keywords": [
165
+ "frontend",
166
+ "react",
167
+ "hooks",
168
+ "component",
169
+ "state"
170
+ ]
108
171
  },
109
172
  {
110
173
  "name": "ui-ux-auditor",
@@ -113,7 +176,13 @@
113
176
  "routing_domain": "frontend",
114
177
  "routing_tier": "specialized",
115
178
  "description": "Usability heuristics and responsive spatial auditor.",
116
- "trigger_keywords": ["ui", "ux", "layout", "spatial", "heuristics"]
179
+ "trigger_keywords": [
180
+ "ui",
181
+ "ux",
182
+ "layout",
183
+ "spatial",
184
+ "heuristics"
185
+ ]
117
186
  },
118
187
  {
119
188
  "name": "visual-reviewer",
@@ -122,7 +191,13 @@
122
191
  "routing_domain": "frontend",
123
192
  "routing_tier": "specialized",
124
193
  "description": "Visual hierarchy, typography, and OKLCH color palettes.",
125
- "trigger_keywords": ["visual", "typography", "oklch", "color", "palette"]
194
+ "trigger_keywords": [
195
+ "visual",
196
+ "typography",
197
+ "oklch",
198
+ "color",
199
+ "palette"
200
+ ]
126
201
  },
127
202
  {
128
203
  "name": "interaction-reviewer",
@@ -131,7 +206,13 @@
131
206
  "routing_domain": "motion",
132
207
  "routing_tier": "specialized",
133
208
  "description": "Hover, focus, active states, and micro-interactions.",
134
- "trigger_keywords": ["interaction", "hover", "focus", "microinteraction", "state"]
209
+ "trigger_keywords": [
210
+ "interaction",
211
+ "hover",
212
+ "focus",
213
+ "microinteraction",
214
+ "state"
215
+ ]
135
216
  },
136
217
  {
137
218
  "name": "anti-pattern-reviewer",
@@ -140,7 +221,12 @@
140
221
  "routing_domain": "frontend",
141
222
  "routing_tier": "specialized",
142
223
  "description": "Banned AI clichés auditor (purple gradients, generic hero).",
143
- "trigger_keywords": ["antipattern", "cliché", "gradient", "ai aesthetic"]
224
+ "trigger_keywords": [
225
+ "antipattern",
226
+ "cliché",
227
+ "gradient",
228
+ "ai aesthetic"
229
+ ]
144
230
  },
145
231
  {
146
232
  "name": "accessibility-reviewer",
@@ -149,7 +235,13 @@
149
235
  "routing_domain": "frontend",
150
236
  "routing_tier": "specialized",
151
237
  "description": "WCAG 2.2 AA accessibility and ARIA attribute auditor.",
152
- "trigger_keywords": ["accessibility", "a11y", "wcag", "aria", "contrast"]
238
+ "trigger_keywords": [
239
+ "accessibility",
240
+ "a11y",
241
+ "wcag",
242
+ "aria",
243
+ "contrast"
244
+ ]
153
245
  },
154
246
  {
155
247
  "name": "sql-reviewer",
@@ -158,7 +250,13 @@
158
250
  "routing_domain": "database",
159
251
  "routing_tier": "specialized",
160
252
  "description": "SQL parameterization and transaction integrity auditor.",
161
- "trigger_keywords": ["sql", "query", "orm", "transaction", "injection"]
253
+ "trigger_keywords": [
254
+ "sql",
255
+ "query",
256
+ "orm",
257
+ "transaction",
258
+ "injection"
259
+ ]
162
260
  },
163
261
  {
164
262
  "name": "db-latency-auditor",
@@ -167,7 +265,13 @@
167
265
  "routing_domain": "database",
168
266
  "routing_tier": "specialized",
169
267
  "description": "Slow query detection and N+1 query auditor.",
170
- "trigger_keywords": ["latency", "slow query", "n+1", "index", "database"]
268
+ "trigger_keywords": [
269
+ "latency",
270
+ "slow query",
271
+ "n+1",
272
+ "index",
273
+ "database"
274
+ ]
171
275
  },
172
276
  {
173
277
  "name": "mobile-reviewer",
@@ -176,7 +280,13 @@
176
280
  "routing_domain": "mobile",
177
281
  "routing_tier": "specialized",
178
282
  "description": "React Native, Expo Router, and 60fps gesture auditor.",
179
- "trigger_keywords": ["mobile", "react native", "expo", "gesture", "reanimated"]
283
+ "trigger_keywords": [
284
+ "mobile",
285
+ "react native",
286
+ "expo",
287
+ "gesture",
288
+ "reanimated"
289
+ ]
180
290
  },
181
291
  {
182
292
  "name": "performance-reviewer",
@@ -185,7 +295,12 @@
185
295
  "routing_domain": "general",
186
296
  "routing_tier": "specialized",
187
297
  "description": "O(n2) bottlenecks, layout thrashing, and memory leaks auditor.",
188
- "trigger_keywords": ["performance", "memory leak", "bottleneck", "profiling"]
298
+ "trigger_keywords": [
299
+ "performance",
300
+ "memory leak",
301
+ "bottleneck",
302
+ "profiling"
303
+ ]
189
304
  },
190
305
  {
191
306
  "name": "vitals-reviewer",
@@ -194,7 +309,14 @@
194
309
  "routing_domain": "frontend",
195
310
  "routing_tier": "specialized",
196
311
  "description": "Core Web Vitals auditor (LCP, CLS, INP, TTFB).",
197
- "trigger_keywords": ["vitals", "cwv", "lcp", "cls", "inp", "ttfb"]
312
+ "trigger_keywords": [
313
+ "vitals",
314
+ "cwv",
315
+ "lcp",
316
+ "cls",
317
+ "inp",
318
+ "ttfb"
319
+ ]
198
320
  },
199
321
  {
200
322
  "name": "throughput-optimizer",
@@ -203,7 +325,12 @@
203
325
  "routing_domain": "backend",
204
326
  "routing_tier": "specialized",
205
327
  "description": "Node event loop blocking and concurrency optimizer.",
206
- "trigger_keywords": ["throughput", "concurrency", "event loop", "streaming"]
328
+ "trigger_keywords": [
329
+ "throughput",
330
+ "concurrency",
331
+ "event loop",
332
+ "streaming"
333
+ ]
207
334
  },
208
335
  {
209
336
  "name": "ai-code-reviewer",
@@ -212,9 +339,14 @@
212
339
  "routing_domain": "ai-llm",
213
340
  "routing_tier": "specialized",
214
341
  "description": "LLM API integration and prompt injection defense auditor.",
215
- "trigger_keywords": ["ai", "llm", "openai", "anthropic", "prompt injection"]
342
+ "trigger_keywords": [
343
+ "ai",
344
+ "llm",
345
+ "openai",
346
+ "anthropic",
347
+ "prompt injection"
348
+ ]
216
349
  },
217
-
218
350
  {
219
351
  "name": "supervisor-agent",
220
352
  "file": "agents/supervisor-agent.md",
@@ -222,7 +354,13 @@
222
354
  "routing_domain": "orchestration",
223
355
  "routing_tier": "expert",
224
356
  "description": "Swarm triage, worker dispatch, and result synthesis.",
225
- "trigger_keywords": ["swarm", "supervisor", "dispatch", "triage", "synthesis"]
357
+ "trigger_keywords": [
358
+ "swarm",
359
+ "supervisor",
360
+ "dispatch",
361
+ "triage",
362
+ "synthesis"
363
+ ]
226
364
  },
227
365
  {
228
366
  "name": "orchestrator",
@@ -231,7 +369,12 @@
231
369
  "routing_domain": "orchestration",
232
370
  "routing_tier": "expert",
233
371
  "description": "Multi-agent workflow coordination and fan-out/fan-in.",
234
- "trigger_keywords": ["orchestrate", "multi-agent", "fan-out", "coordination"]
372
+ "trigger_keywords": [
373
+ "orchestrate",
374
+ "multi-agent",
375
+ "fan-out",
376
+ "coordination"
377
+ ]
235
378
  },
236
379
  {
237
380
  "name": "agent-organizer",
@@ -240,7 +383,12 @@
240
383
  "routing_domain": "orchestration",
241
384
  "routing_tier": "expert",
242
385
  "description": "Specialist agent ecosystem management and memory distillation.",
243
- "trigger_keywords": ["agent organizer", "sub-agent", "memory", "ecosystem"]
386
+ "trigger_keywords": [
387
+ "agent organizer",
388
+ "sub-agent",
389
+ "memory",
390
+ "ecosystem"
391
+ ]
244
392
  },
245
393
  {
246
394
  "name": "project-planner",
@@ -249,7 +397,13 @@
249
397
  "routing_domain": "general",
250
398
  "routing_tier": "core",
251
399
  "description": "4-phase structured implementation planning.",
252
- "trigger_keywords": ["plan", "planning", "roadmap", "architecture", "phase"]
400
+ "trigger_keywords": [
401
+ "plan",
402
+ "planning",
403
+ "roadmap",
404
+ "architecture",
405
+ "phase"
406
+ ]
253
407
  },
254
408
  {
255
409
  "name": "backend-specialist",
@@ -258,7 +412,13 @@
258
412
  "routing_domain": "backend",
259
413
  "routing_tier": "specialized",
260
414
  "description": "Node.js, Express, Hono, API design, and Server Actions.",
261
- "trigger_keywords": ["backend", "api", "express", "hono", "server actions"]
415
+ "trigger_keywords": [
416
+ "backend",
417
+ "api",
418
+ "express",
419
+ "hono",
420
+ "server actions"
421
+ ]
262
422
  },
263
423
  {
264
424
  "name": "frontend-specialist",
@@ -267,7 +427,13 @@
267
427
  "routing_domain": "frontend",
268
428
  "routing_tier": "specialized",
269
429
  "description": "Modern web UI, CSS systems, and component architecture.",
270
- "trigger_keywords": ["frontend", "ui", "css", "component", "web"]
430
+ "trigger_keywords": [
431
+ "frontend",
432
+ "ui",
433
+ "css",
434
+ "component",
435
+ "web"
436
+ ]
271
437
  },
272
438
  {
273
439
  "name": "react-specialist",
@@ -276,7 +442,12 @@
276
442
  "routing_domain": "frontend",
277
443
  "routing_tier": "specialized",
278
444
  "description": "React 19, Server Components, Zustand, and TanStack Query.",
279
- "trigger_keywords": ["react", "server components", "zustand", "tanstack"]
445
+ "trigger_keywords": [
446
+ "react",
447
+ "server components",
448
+ "zustand",
449
+ "tanstack"
450
+ ]
280
451
  },
281
452
  {
282
453
  "name": "nextjs-react-expert",
@@ -285,7 +456,13 @@
285
456
  "routing_domain": "frontend",
286
457
  "routing_tier": "expert",
287
458
  "description": "Next.js 15 App Router, PPR, Server Actions, and Middleware.",
288
- "trigger_keywords": ["nextjs", "app router", "ppr", "server actions", "middleware"]
459
+ "trigger_keywords": [
460
+ "nextjs",
461
+ "app router",
462
+ "ppr",
463
+ "server actions",
464
+ "middleware"
465
+ ]
289
466
  },
290
467
  {
291
468
  "name": "vue-expert",
@@ -294,7 +471,12 @@
294
471
  "routing_domain": "frontend",
295
472
  "routing_tier": "specialized",
296
473
  "description": "Vue 3.5+, Composition API, Nuxt 4, and Pinia.",
297
- "trigger_keywords": ["vue", "nuxt", "pinia", "composition api"]
474
+ "trigger_keywords": [
475
+ "vue",
476
+ "nuxt",
477
+ "pinia",
478
+ "composition api"
479
+ ]
298
480
  },
299
481
  {
300
482
  "name": "python-pro",
@@ -303,7 +485,13 @@
303
485
  "routing_domain": "backend",
304
486
  "routing_tier": "specialized",
305
487
  "description": "Python 3.12+, FastAPI, Pydantic v2, Asyncio, and Pytest.",
306
- "trigger_keywords": ["python", "fastapi", "pydantic", "asyncio", "pytest"]
488
+ "trigger_keywords": [
489
+ "python",
490
+ "fastapi",
491
+ "pydantic",
492
+ "asyncio",
493
+ "pytest"
494
+ ]
307
495
  },
308
496
  {
309
497
  "name": "rust-pro",
@@ -312,7 +500,13 @@
312
500
  "routing_domain": "backend",
313
501
  "routing_tier": "expert",
314
502
  "description": "Rust 1.75+, Tokio async, Axum, Serde, and memory safety.",
315
- "trigger_keywords": ["rust", "tokio", "axum", "serde", "memory safety"]
503
+ "trigger_keywords": [
504
+ "rust",
505
+ "tokio",
506
+ "axum",
507
+ "serde",
508
+ "memory safety"
509
+ ]
316
510
  },
317
511
  {
318
512
  "name": "csharp-developer",
@@ -321,7 +515,12 @@
321
515
  "routing_domain": "backend",
322
516
  "routing_tier": "specialized",
323
517
  "description": "C# 12, .NET 8/9, ASP.NET Core, and Blazor architecture.",
324
- "trigger_keywords": ["csharp", "dotnet", "aspnet", "blazor"]
518
+ "trigger_keywords": [
519
+ "csharp",
520
+ "dotnet",
521
+ "aspnet",
522
+ "blazor"
523
+ ]
325
524
  },
326
525
  {
327
526
  "name": "database-architect",
@@ -330,7 +529,13 @@
330
529
  "routing_domain": "database",
331
530
  "routing_tier": "expert",
332
531
  "description": "Data modeling, Prisma/Drizzle schema design, and migrations.",
333
- "trigger_keywords": ["database", "prisma", "drizzle", "migration", "schema"]
532
+ "trigger_keywords": [
533
+ "database",
534
+ "prisma",
535
+ "drizzle",
536
+ "migration",
537
+ "schema"
538
+ ]
334
539
  },
335
540
  {
336
541
  "name": "sql-pro",
@@ -339,7 +544,13 @@
339
544
  "routing_domain": "database",
340
545
  "routing_tier": "specialized",
341
546
  "description": "PostgreSQL, Supabase RLS, and complex analytical SQL.",
342
- "trigger_keywords": ["sql", "postgresql", "supabase", "rls", "query"]
547
+ "trigger_keywords": [
548
+ "sql",
549
+ "postgresql",
550
+ "supabase",
551
+ "rls",
552
+ "query"
553
+ ]
343
554
  },
344
555
  {
345
556
  "name": "mobile-developer",
@@ -348,7 +559,13 @@
348
559
  "routing_domain": "mobile",
349
560
  "routing_tier": "specialized",
350
561
  "description": "Expo, React Native, Flutter, and native modules.",
351
- "trigger_keywords": ["mobile", "expo", "react native", "flutter", "native"]
562
+ "trigger_keywords": [
563
+ "mobile",
564
+ "expo",
565
+ "react native",
566
+ "flutter",
567
+ "native"
568
+ ]
352
569
  },
353
570
  {
354
571
  "name": "devops-engineer",
@@ -357,7 +574,13 @@
357
574
  "routing_domain": "devops",
358
575
  "routing_tier": "specialized",
359
576
  "description": "Docker, CI/CD pipelines, GitHub Actions, and deployment.",
360
- "trigger_keywords": ["devops", "docker", "cicd", "github actions", "deploy"]
577
+ "trigger_keywords": [
578
+ "devops",
579
+ "docker",
580
+ "cicd",
581
+ "github actions",
582
+ "deploy"
583
+ ]
361
584
  },
362
585
  {
363
586
  "name": "platform-engineer",
@@ -366,7 +589,12 @@
366
589
  "routing_domain": "devops",
367
590
  "routing_tier": "expert",
368
591
  "description": "Cloud-native infrastructure, Kubernetes, and Terraform.",
369
- "trigger_keywords": ["platform", "kubernetes", "terraform", "infrastructure"]
592
+ "trigger_keywords": [
593
+ "platform",
594
+ "kubernetes",
595
+ "terraform",
596
+ "infrastructure"
597
+ ]
370
598
  },
371
599
  {
372
600
  "name": "cloud-engineer",
@@ -375,7 +603,13 @@
375
603
  "routing_domain": "devops",
376
604
  "routing_tier": "specialized",
377
605
  "description": "AWS, Serverless, IaC, and edge computing topology.",
378
- "trigger_keywords": ["cloud", "aws", "serverless", "iac", "edge"]
606
+ "trigger_keywords": [
607
+ "cloud",
608
+ "aws",
609
+ "serverless",
610
+ "iac",
611
+ "edge"
612
+ ]
379
613
  },
380
614
  {
381
615
  "name": "devops-incident-responder",
@@ -384,7 +618,12 @@
384
618
  "routing_domain": "devops",
385
619
  "routing_tier": "expert",
386
620
  "description": "Production incident root cause investigation and hotfixes.",
387
- "trigger_keywords": ["incident", "production error", "outage", "hotfix"]
621
+ "trigger_keywords": [
622
+ "incident",
623
+ "production error",
624
+ "outage",
625
+ "hotfix"
626
+ ]
388
627
  },
389
628
  {
390
629
  "name": "debugger",
@@ -393,7 +632,13 @@
393
632
  "routing_domain": "general",
394
633
  "routing_tier": "specialized",
395
634
  "description": "4-phase systematic debugging and traceback isolation.",
396
- "trigger_keywords": ["debug", "traceback", "stack trace", "error", "fix"]
635
+ "trigger_keywords": [
636
+ "debug",
637
+ "traceback",
638
+ "stack trace",
639
+ "error",
640
+ "fix"
641
+ ]
397
642
  },
398
643
  {
399
644
  "name": "system-architect",
@@ -402,7 +647,12 @@
402
647
  "routing_domain": "general",
403
648
  "routing_tier": "expert",
404
649
  "description": "Capacity planning, scale estimation, and distributed systems.",
405
- "trigger_keywords": ["system architect", "system design", "scale", "capacity"]
650
+ "trigger_keywords": [
651
+ "system architect",
652
+ "system design",
653
+ "scale",
654
+ "capacity"
655
+ ]
406
656
  },
407
657
  {
408
658
  "name": "code-archaeologist",
@@ -411,7 +661,12 @@
411
661
  "routing_domain": "general",
412
662
  "routing_tier": "specialized",
413
663
  "description": "Legacy codebase analysis, debt mapping, and seams.",
414
- "trigger_keywords": ["legacy", "code debt", "refactor", "archaeology"]
664
+ "trigger_keywords": [
665
+ "legacy",
666
+ "code debt",
667
+ "refactor",
668
+ "archaeology"
669
+ ]
415
670
  },
416
671
  {
417
672
  "name": "explorer-agent",
@@ -420,7 +675,12 @@
420
675
  "routing_domain": "general",
421
676
  "routing_tier": "basic",
422
677
  "description": "Unknown codebase mapping and dependency graph discovery.",
423
- "trigger_keywords": ["explore", "unknown codebase", "mapping", "dependency"]
678
+ "trigger_keywords": [
679
+ "explore",
680
+ "unknown codebase",
681
+ "mapping",
682
+ "dependency"
683
+ ]
424
684
  },
425
685
  {
426
686
  "name": "documentation-writer",
@@ -429,7 +689,12 @@
429
689
  "routing_domain": "general",
430
690
  "routing_tier": "specialized",
431
691
  "description": "Technical documentation, OpenAPI, and README generation.",
432
- "trigger_keywords": ["documentation", "readme", "openapi", "docs"]
692
+ "trigger_keywords": [
693
+ "documentation",
694
+ "readme",
695
+ "openapi",
696
+ "docs"
697
+ ]
433
698
  },
434
699
  {
435
700
  "name": "test-engineer",
@@ -438,7 +703,13 @@
438
703
  "routing_domain": "general",
439
704
  "routing_tier": "specialized",
440
705
  "description": "Testing Trophy strategy and behavioral test design.",
441
- "trigger_keywords": ["test", "jest", "vitest", "coverage", "unit test"]
706
+ "trigger_keywords": [
707
+ "test",
708
+ "jest",
709
+ "vitest",
710
+ "coverage",
711
+ "unit test"
712
+ ]
442
713
  },
443
714
  {
444
715
  "name": "qa-automation-engineer",
@@ -447,7 +718,12 @@
447
718
  "routing_domain": "general",
448
719
  "routing_tier": "specialized",
449
720
  "description": "E2E Playwright testing and CI test automation.",
450
- "trigger_keywords": ["qa", "e2e", "playwright", "test automation"]
721
+ "trigger_keywords": [
722
+ "qa",
723
+ "e2e",
724
+ "playwright",
725
+ "test automation"
726
+ ]
451
727
  },
452
728
  {
453
729
  "name": "seo-specialist",
@@ -456,7 +732,12 @@
456
732
  "routing_domain": "frontend",
457
733
  "routing_tier": "specialized",
458
734
  "description": "Technical SEO, OpenGraph, and Core Web Vitals optimization.",
459
- "trigger_keywords": ["seo", "opengraph", "meta tags", "sitemap"]
735
+ "trigger_keywords": [
736
+ "seo",
737
+ "opengraph",
738
+ "meta tags",
739
+ "sitemap"
740
+ ]
460
741
  },
461
742
  {
462
743
  "name": "product-manager",
@@ -465,7 +746,12 @@
465
746
  "routing_domain": "general",
466
747
  "routing_tier": "specialized",
467
748
  "description": "Feature prioritization, scope control, and user stories.",
468
- "trigger_keywords": ["product manager", "feature priority", "scope", "requirements"]
749
+ "trigger_keywords": [
750
+ "product manager",
751
+ "feature priority",
752
+ "scope",
753
+ "requirements"
754
+ ]
469
755
  },
470
756
  {
471
757
  "name": "product-owner",
@@ -474,7 +760,12 @@
474
760
  "routing_domain": "general",
475
761
  "routing_tier": "specialized",
476
762
  "description": "Backlog management and acceptance criteria verification.",
477
- "trigger_keywords": ["product owner", "backlog", "user story", "acceptance criteria"]
763
+ "trigger_keywords": [
764
+ "product owner",
765
+ "backlog",
766
+ "user story",
767
+ "acceptance criteria"
768
+ ]
478
769
  }
479
770
  ],
480
771
  "workflows": [
@@ -485,7 +776,12 @@
485
776
  "description": "Full Tribunal: Maker -> Parallel Review -> Human Gate",
486
777
  "routing_domain": "general",
487
778
  "routing_tier": "core",
488
- "trigger_keywords": ["generate", "build", "create code", "write"]
779
+ "trigger_keywords": [
780
+ "generate",
781
+ "build",
782
+ "create code",
783
+ "write"
784
+ ]
489
785
  },
490
786
  {
491
787
  "command": "/review",
@@ -494,7 +790,11 @@
494
790
  "description": "Pure read-only hallucination audit",
495
791
  "routing_domain": "general",
496
792
  "routing_tier": "core",
497
- "trigger_keywords": ["review", "audit code", "hallucination check"]
793
+ "trigger_keywords": [
794
+ "review",
795
+ "audit code",
796
+ "hallucination check"
797
+ ]
498
798
  },
499
799
  {
500
800
  "command": "/tribunal-full",
@@ -503,7 +803,11 @@
503
803
  "description": "Comprehensive 21-reviewer parallel audit",
504
804
  "routing_domain": "general",
505
805
  "routing_tier": "expert",
506
- "trigger_keywords": ["tribunal full", "full review", "pre-merge audit"]
806
+ "trigger_keywords": [
807
+ "tribunal full",
808
+ "full review",
809
+ "pre-merge audit"
810
+ ]
507
811
  },
508
812
  {
509
813
  "command": "/tribunal-backend",
@@ -512,7 +816,11 @@
512
816
  "description": "Logic + Security + Deps + Type Safety + Resilience + Schema",
513
817
  "routing_domain": "backend",
514
818
  "routing_tier": "specialized",
515
- "trigger_keywords": ["tribunal backend", "api review", "server audit"]
819
+ "trigger_keywords": [
820
+ "tribunal backend",
821
+ "api review",
822
+ "server audit"
823
+ ]
516
824
  },
517
825
  {
518
826
  "command": "/tribunal-frontend",
@@ -521,7 +829,11 @@
521
829
  "description": "Logic + Security + Frontend + Types + UI/UX + Motion + Visual",
522
830
  "routing_domain": "frontend",
523
831
  "routing_tier": "specialized",
524
- "trigger_keywords": ["tribunal frontend", "react audit", "ui review"]
832
+ "trigger_keywords": [
833
+ "tribunal frontend",
834
+ "react audit",
835
+ "ui review"
836
+ ]
525
837
  },
526
838
  {
527
839
  "command": "/tribunal-database",
@@ -530,7 +842,11 @@
530
842
  "description": "Logic + Security + SQL parameterization audit",
531
843
  "routing_domain": "database",
532
844
  "routing_tier": "specialized",
533
- "trigger_keywords": ["tribunal database", "sql audit", "orm review"]
845
+ "trigger_keywords": [
846
+ "tribunal database",
847
+ "sql audit",
848
+ "orm review"
849
+ ]
534
850
  },
535
851
  {
536
852
  "command": "/tribunal-mobile",
@@ -539,7 +855,10 @@
539
855
  "description": "Logic + Security + Mobile 60fps Reanimated audit",
540
856
  "routing_domain": "mobile",
541
857
  "routing_tier": "specialized",
542
- "trigger_keywords": ["tribunal mobile", "react native review"]
858
+ "trigger_keywords": [
859
+ "tribunal mobile",
860
+ "react native review"
861
+ ]
543
862
  },
544
863
  {
545
864
  "command": "/tribunal-performance",
@@ -548,7 +867,11 @@
548
867
  "description": "Logic + Performance optimization audit",
549
868
  "routing_domain": "general",
550
869
  "routing_tier": "specialized",
551
- "trigger_keywords": ["tribunal performance", "perf audit", "optimization"]
870
+ "trigger_keywords": [
871
+ "tribunal performance",
872
+ "perf audit",
873
+ "optimization"
874
+ ]
552
875
  },
553
876
  {
554
877
  "command": "/tribunal-ui",
@@ -557,7 +880,11 @@
557
880
  "description": "Dedicated UI/UX design heuristics audit",
558
881
  "routing_domain": "frontend",
559
882
  "routing_tier": "specialized",
560
- "trigger_keywords": ["tribunal ui", "design audit", "heuristics"]
883
+ "trigger_keywords": [
884
+ "tribunal ui",
885
+ "design audit",
886
+ "heuristics"
887
+ ]
561
888
  },
562
889
  {
563
890
  "command": "/tribunal-speed",
@@ -566,7 +893,11 @@
566
893
  "description": "Full-stack parallel performance swarm (max 5 AI calls)",
567
894
  "routing_domain": "general",
568
895
  "routing_tier": "expert",
569
- "trigger_keywords": ["tribunal speed", "latency swarm", "fast perf"]
896
+ "trigger_keywords": [
897
+ "tribunal speed",
898
+ "latency swarm",
899
+ "fast perf"
900
+ ]
570
901
  },
571
902
  {
572
903
  "command": "/brainstorm",
@@ -575,7 +906,12 @@
575
906
  "description": "Socratic exploration mode - 3 options & tradeoffs",
576
907
  "routing_domain": "general",
577
908
  "routing_tier": "core",
578
- "trigger_keywords": ["brainstorm", "options", "explore", "tradeoffs"]
909
+ "trigger_keywords": [
910
+ "brainstorm",
911
+ "options",
912
+ "explore",
913
+ "tradeoffs"
914
+ ]
579
915
  },
580
916
  {
581
917
  "command": "/create",
@@ -584,7 +920,11 @@
584
920
  "description": "Full application creation from requirements to scaffold",
585
921
  "routing_domain": "general",
586
922
  "routing_tier": "core",
587
- "trigger_keywords": ["create app", "scaffold", "new project"]
923
+ "trigger_keywords": [
924
+ "create app",
925
+ "scaffold",
926
+ "new project"
927
+ ]
588
928
  },
589
929
  {
590
930
  "command": "/enhance",
@@ -593,7 +933,11 @@
593
933
  "description": "Dependency-safe feature addition & impact analysis",
594
934
  "routing_domain": "general",
595
935
  "routing_tier": "core",
596
- "trigger_keywords": ["enhance", "add feature", "update component"]
936
+ "trigger_keywords": [
937
+ "enhance",
938
+ "add feature",
939
+ "update component"
940
+ ]
597
941
  },
598
942
  {
599
943
  "command": "/debug",
@@ -602,7 +946,12 @@
602
946
  "description": "4-phase systematic root cause investigation",
603
947
  "routing_domain": "general",
604
948
  "routing_tier": "core",
605
- "trigger_keywords": ["debug", "fix bug", "root cause", "error"]
949
+ "trigger_keywords": [
950
+ "debug",
951
+ "fix bug",
952
+ "root cause",
953
+ "error"
954
+ ]
606
955
  },
607
956
  {
608
957
  "command": "/plan",
@@ -611,7 +960,11 @@
611
960
  "description": "Strategic 4-phase implementation planning",
612
961
  "routing_domain": "general",
613
962
  "routing_tier": "core",
614
- "trigger_keywords": ["plan", "implementation plan", "spec"]
963
+ "trigger_keywords": [
964
+ "plan",
965
+ "implementation plan",
966
+ "spec"
967
+ ]
615
968
  },
616
969
  {
617
970
  "command": "/deploy",
@@ -620,7 +973,11 @@
620
973
  "description": "Pre-flight safety checks & production release gates",
621
974
  "routing_domain": "devops",
622
975
  "routing_tier": "specialized",
623
- "trigger_keywords": ["deploy", "release", "production"]
976
+ "trigger_keywords": [
977
+ "deploy",
978
+ "release",
979
+ "production"
980
+ ]
624
981
  },
625
982
  {
626
983
  "command": "/test",
@@ -629,7 +986,11 @@
629
986
  "description": "Behavioral test generation & execution",
630
987
  "routing_domain": "general",
631
988
  "routing_tier": "specialized",
632
- "trigger_keywords": ["test", "run tests", "generate tests"]
989
+ "trigger_keywords": [
990
+ "test",
991
+ "run tests",
992
+ "generate tests"
993
+ ]
633
994
  },
634
995
  {
635
996
  "command": "/preview",
@@ -638,7 +999,11 @@
638
999
  "description": "Local dev server lifecycle management",
639
1000
  "routing_domain": "general",
640
1001
  "routing_tier": "basic",
641
- "trigger_keywords": ["preview", "dev server", "npm run dev"]
1002
+ "trigger_keywords": [
1003
+ "preview",
1004
+ "dev server",
1005
+ "npm run dev"
1006
+ ]
642
1007
  },
643
1008
  {
644
1009
  "command": "/status",
@@ -647,7 +1012,11 @@
647
1012
  "description": "Project health dashboard & active execution ledger",
648
1013
  "routing_domain": "general",
649
1014
  "routing_tier": "basic",
650
- "trigger_keywords": ["status", "dashboard", "task progress"]
1015
+ "trigger_keywords": [
1016
+ "status",
1017
+ "dashboard",
1018
+ "task progress"
1019
+ ]
651
1020
  },
652
1021
  {
653
1022
  "command": "/session",
@@ -656,7 +1025,11 @@
656
1025
  "description": "Multi-session state tracking & restoration",
657
1026
  "routing_domain": "orchestration",
658
1027
  "routing_tier": "specialized",
659
- "trigger_keywords": ["session", "state snapshot", "restore context"]
1028
+ "trigger_keywords": [
1029
+ "session",
1030
+ "state snapshot",
1031
+ "restore context"
1032
+ ]
660
1033
  },
661
1034
  {
662
1035
  "command": "/orchestrate",
@@ -665,7 +1038,11 @@
665
1038
  "description": "Multi-agent fan-out/fan-in coordination",
666
1039
  "routing_domain": "orchestration",
667
1040
  "routing_tier": "expert",
668
- "trigger_keywords": ["orchestrate", "multi-agent fanout", "coordinate"]
1041
+ "trigger_keywords": [
1042
+ "orchestrate",
1043
+ "multi-agent fanout",
1044
+ "coordinate"
1045
+ ]
669
1046
  },
670
1047
  {
671
1048
  "command": "/swarm",
@@ -674,7 +1051,11 @@
674
1051
  "description": "Multi-agent swarm supervisor & JSON contract dispatcher",
675
1052
  "routing_domain": "orchestration",
676
1053
  "routing_tier": "expert",
677
- "trigger_keywords": ["swarm", "supervisor worker", "parallel swarm"]
1054
+ "trigger_keywords": [
1055
+ "swarm",
1056
+ "supervisor worker",
1057
+ "parallel swarm"
1058
+ ]
678
1059
  },
679
1060
  {
680
1061
  "command": "/strengthen-skills",
@@ -683,7 +1064,11 @@
683
1064
  "description": "Skill hardening & Tribunal guardrail injector",
684
1065
  "routing_domain": "orchestration",
685
1066
  "routing_tier": "specialized",
686
- "trigger_keywords": ["strengthen skills", "harden skills", "guardrails"]
1067
+ "trigger_keywords": [
1068
+ "strengthen skills",
1069
+ "harden skills",
1070
+ "guardrails"
1071
+ ]
687
1072
  },
688
1073
  {
689
1074
  "command": "/ui-ux-pro-max",
@@ -692,7 +1077,11 @@
692
1077
  "description": "Picasso design specification & 16-step UI engine",
693
1078
  "routing_domain": "frontend",
694
1079
  "routing_tier": "expert",
695
- "trigger_keywords": ["ui ux pro max", "picasso ui", "advanced frontend"]
1080
+ "trigger_keywords": [
1081
+ "ui ux pro max",
1082
+ "picasso ui",
1083
+ "advanced frontend"
1084
+ ]
696
1085
  },
697
1086
  {
698
1087
  "command": "/refactor",
@@ -701,7 +1090,11 @@
701
1090
  "description": "Dependency-safe structural code refactoring",
702
1091
  "routing_domain": "general",
703
1092
  "routing_tier": "specialized",
704
- "trigger_keywords": ["refactor", "clean code", "structure"]
1093
+ "trigger_keywords": [
1094
+ "refactor",
1095
+ "clean code",
1096
+ "structure"
1097
+ ]
705
1098
  },
706
1099
  {
707
1100
  "command": "/migrate",
@@ -710,7 +1103,11 @@
710
1103
  "description": "Expand-and-contract database & framework migrations",
711
1104
  "routing_domain": "database",
712
1105
  "routing_tier": "specialized",
713
- "trigger_keywords": ["migrate", "upgrade framework", "db migration"]
1106
+ "trigger_keywords": [
1107
+ "migrate",
1108
+ "upgrade framework",
1109
+ "db migration"
1110
+ ]
714
1111
  },
715
1112
  {
716
1113
  "command": "/audit",
@@ -719,7 +1116,11 @@
719
1116
  "description": "Full project health assessment & priority script audit",
720
1117
  "routing_domain": "security",
721
1118
  "routing_tier": "specialized",
722
- "trigger_keywords": ["audit", "health check", "security scan"]
1119
+ "trigger_keywords": [
1120
+ "audit",
1121
+ "health check",
1122
+ "security scan"
1123
+ ]
723
1124
  },
724
1125
  {
725
1126
  "command": "/fix",
@@ -728,7 +1129,11 @@
728
1129
  "description": "Automated error resolution & lint diff preview",
729
1130
  "routing_domain": "general",
730
1131
  "routing_tier": "basic",
731
- "trigger_keywords": ["fix", "autofix", "lint fix"]
1132
+ "trigger_keywords": [
1133
+ "fix",
1134
+ "autofix",
1135
+ "lint fix"
1136
+ ]
732
1137
  },
733
1138
  {
734
1139
  "command": "/changelog",
@@ -737,7 +1142,11 @@
737
1142
  "description": "Conventional commit history to changelog compiler",
738
1143
  "routing_domain": "general",
739
1144
  "routing_tier": "basic",
740
- "trigger_keywords": ["changelog", "release notes", "git log"]
1145
+ "trigger_keywords": [
1146
+ "changelog",
1147
+ "release notes",
1148
+ "git log"
1149
+ ]
741
1150
  },
742
1151
  {
743
1152
  "command": "/review-ai",
@@ -746,7 +1155,11 @@
746
1155
  "description": "LLM integration & prompt injection defense audit",
747
1156
  "routing_domain": "ai-llm",
748
1157
  "routing_tier": "specialized",
749
- "trigger_keywords": ["review ai", "llm security", "prompt injection"]
1158
+ "trigger_keywords": [
1159
+ "review ai",
1160
+ "llm security",
1161
+ "prompt injection"
1162
+ ]
750
1163
  },
751
1164
  {
752
1165
  "command": "/pipeline",
@@ -755,7 +1168,11 @@
755
1168
  "description": "Token-efficient 3-pass code generation pipeline",
756
1169
  "routing_domain": "general",
757
1170
  "routing_tier": "expert",
758
- "trigger_keywords": ["pipeline", "3 pass generation", "decoupled build"]
1171
+ "trigger_keywords": [
1172
+ "pipeline",
1173
+ "3 pass generation",
1174
+ "decoupled build"
1175
+ ]
759
1176
  },
760
1177
  {
761
1178
  "command": "/super-prompt",
@@ -764,7 +1181,11 @@
764
1181
  "description": "Zero-token local prompt compiler",
765
1182
  "routing_domain": "ai-llm",
766
1183
  "routing_tier": "specialized",
767
- "trigger_keywords": ["super prompt", "prompt compiler", "compress prompt"]
1184
+ "trigger_keywords": [
1185
+ "super prompt",
1186
+ "prompt compiler",
1187
+ "compress prompt"
1188
+ ]
768
1189
  },
769
1190
  {
770
1191
  "command": "/marathon",
@@ -773,7 +1194,11 @@
773
1194
  "description": "Multi-session long-running agent harness",
774
1195
  "routing_domain": "orchestration",
775
1196
  "routing_tier": "expert",
776
- "trigger_keywords": ["marathon", "long running agent", "multi session harness"]
1197
+ "trigger_keywords": [
1198
+ "marathon",
1199
+ "long running agent",
1200
+ "multi session harness"
1201
+ ]
777
1202
  },
778
1203
  {
779
1204
  "command": "/acf",
@@ -782,7 +1207,11 @@
782
1207
  "description": "Agent Context Format spec distillation",
783
1208
  "routing_domain": "ai-llm",
784
1209
  "routing_tier": "specialized",
785
- "trigger_keywords": ["acf", "agent context format", "distill spec"]
1210
+ "trigger_keywords": [
1211
+ "acf",
1212
+ "agent context format",
1213
+ "distill spec"
1214
+ ]
786
1215
  },
787
1216
  {
788
1217
  "command": "/api-tester",
@@ -791,7 +1220,11 @@
791
1220
  "description": "Multi-stage auth-aware API endpoint testing",
792
1221
  "routing_domain": "backend",
793
1222
  "routing_tier": "specialized",
794
- "trigger_keywords": ["api tester", "endpoint test", "crud test"]
1223
+ "trigger_keywords": [
1224
+ "api tester",
1225
+ "endpoint test",
1226
+ "crud test"
1227
+ ]
795
1228
  },
796
1229
  {
797
1230
  "command": "/performance-benchmarker",
@@ -800,7 +1233,11 @@
800
1233
  "description": "Evidence-based Core Web Vitals measurement",
801
1234
  "routing_domain": "frontend",
802
1235
  "routing_tier": "specialized",
803
- "trigger_keywords": ["performance benchmarker", "lighthouse", "cwv test"]
1236
+ "trigger_keywords": [
1237
+ "performance benchmarker",
1238
+ "lighthouse",
1239
+ "cwv test"
1240
+ ]
804
1241
  },
805
1242
  {
806
1243
  "command": "/minimal",
@@ -809,7 +1246,12 @@
809
1246
  "description": "Minimal change governance & footprint analyzer",
810
1247
  "routing_domain": "general",
811
1248
  "routing_tier": "core",
812
- "trigger_keywords": ["minimal", "minimality", "change budget", "decision order"]
1249
+ "trigger_keywords": [
1250
+ "minimal",
1251
+ "minimality",
1252
+ "change budget",
1253
+ "decision order"
1254
+ ]
813
1255
  },
814
1256
  {
815
1257
  "command": "/tribunal-cicd",
@@ -818,7 +1260,11 @@
818
1260
  "description": "CI/CD pipeline & GitHub Actions Tribunal audit",
819
1261
  "routing_domain": "devops",
820
1262
  "routing_tier": "specialized",
821
- "trigger_keywords": ["tribunal cicd", "audit pipeline", "github actions audit"]
1263
+ "trigger_keywords": [
1264
+ "tribunal cicd",
1265
+ "audit pipeline",
1266
+ "github actions audit"
1267
+ ]
822
1268
  },
823
1269
  {
824
1270
  "command": "/fix-ci",
@@ -827,7 +1273,26 @@
827
1273
  "description": "Automated CI failure diagnosis & log repair loop",
828
1274
  "routing_domain": "devops",
829
1275
  "routing_tier": "specialized",
830
- "trigger_keywords": ["fix ci", "ci failure", "runner error", "pipeline fix"]
1276
+ "trigger_keywords": [
1277
+ "fix ci",
1278
+ "ci failure",
1279
+ "runner error",
1280
+ "pipeline fix"
1281
+ ]
1282
+ },
1283
+ {
1284
+ "command": "/skill-enhancement-engine",
1285
+ "name": "skill-enhancement-engine",
1286
+ "file": "workflows/skill-enhancement-engine.md",
1287
+ "description": "Transform existing skills into autonomous, production-grade execution engines",
1288
+ "routing_domain": "meta",
1289
+ "routing_tier": "specialized",
1290
+ "trigger_keywords": [
1291
+ "enhance skills",
1292
+ "skill enhancement engine",
1293
+ "upgrade skill",
1294
+ "skill architecture"
1295
+ ]
831
1296
  }
832
1297
  ],
833
1298
  "skills": [
@@ -836,322 +1301,560 @@
836
1301
  "description": "Application of Disney's 12 Principles of Animation to modern web UI motion.",
837
1302
  "routing_domain": "motion",
838
1303
  "routing_tier": "specialized",
839
- "trigger_keywords": ["animation", "disney", "motion", "squash", "stretch", "ui"]
1304
+ "trigger_keywords": [
1305
+ "animation",
1306
+ "disney",
1307
+ "motion",
1308
+ "squash",
1309
+ "stretch",
1310
+ "ui"
1311
+ ]
840
1312
  },
841
1313
  {
842
1314
  "name": "60fps-animation",
843
1315
  "description": "Web animation performance guidance for avoiding layout thrashing and GPU compositor motion.",
844
1316
  "routing_domain": "motion",
845
1317
  "routing_tier": "specialized",
846
- "trigger_keywords": ["60fps", "animation", "fps", "performance", "transform", "opacity"]
1318
+ "trigger_keywords": [
1319
+ "60fps",
1320
+ "animation",
1321
+ "fps",
1322
+ "performance",
1323
+ "transform",
1324
+ "opacity"
1325
+ ]
847
1326
  },
848
1327
  {
849
1328
  "name": "Knowledge Graph Analyzer",
850
1329
  "description": "Understands architecture, blast radius, and dependencies with 27x Context Snapshots.",
851
1330
  "routing_domain": "general",
852
1331
  "routing_tier": "core",
853
- "trigger_keywords": ["knowledge graph", "architecture", "blast radius", "dependencies"]
1332
+ "trigger_keywords": [
1333
+ "knowledge graph",
1334
+ "architecture",
1335
+ "blast radius",
1336
+ "dependencies"
1337
+ ]
854
1338
  },
855
1339
  {
856
1340
  "name": "accessible-animation",
857
1341
  "description": "Tiered reduced-motion patterns for CSS, GSAP, Framer Motion, and View Transitions.",
858
1342
  "routing_domain": "motion",
859
1343
  "routing_tier": "specialized",
860
- "trigger_keywords": ["accessible animation", "prefers-reduced-motion", "a11y", "wcag"]
1344
+ "trigger_keywords": [
1345
+ "accessible animation",
1346
+ "prefers-reduced-motion",
1347
+ "a11y",
1348
+ "wcag"
1349
+ ]
861
1350
  },
862
1351
  {
863
1352
  "name": "adapt",
864
1353
  "description": "Adapt designs across breakpoints, devices, platform constraints, and container queries.",
865
1354
  "routing_domain": "frontend",
866
1355
  "routing_tier": "specialized",
867
- "trigger_keywords": ["responsive", "adapt", "breakpoints", "container queries", "mobile"]
1356
+ "trigger_keywords": [
1357
+ "responsive",
1358
+ "adapt",
1359
+ "breakpoints",
1360
+ "container queries",
1361
+ "mobile"
1362
+ ]
868
1363
  },
869
1364
  {
870
1365
  "name": "advanced-rag-pipelines",
871
1366
  "description": "Production-grade Retrieval-Augmented Generation (RAG), hybrid search, and reranking.",
872
1367
  "routing_domain": "ai-llm",
873
1368
  "routing_tier": "expert",
874
- "trigger_keywords": ["rag", "vector search", "bm25", "reranking", "embeddings"]
1369
+ "trigger_keywords": [
1370
+ "rag",
1371
+ "vector search",
1372
+ "bm25",
1373
+ "reranking",
1374
+ "embeddings"
1375
+ ]
875
1376
  },
876
1377
  {
877
1378
  "name": "agent-organizer",
878
1379
  "description": "Master Agent orchestration framework, sub-agent coordination, and memory distillation.",
879
1380
  "routing_domain": "orchestration",
880
1381
  "routing_tier": "expert",
881
- "trigger_keywords": ["agent organizer", "subagent", "memory", "coordination"]
1382
+ "trigger_keywords": [
1383
+ "agent organizer",
1384
+ "subagent",
1385
+ "memory",
1386
+ "coordination"
1387
+ ]
882
1388
  },
883
1389
  {
884
1390
  "name": "agentic-patterns",
885
1391
  "description": "AI agent design principles, agent loops, tool calling, and human-in-the-loop gates.",
886
1392
  "routing_domain": "ai-llm",
887
1393
  "routing_tier": "expert",
888
- "trigger_keywords": ["agentic", "tool calling", "agent loop", "guardrails"]
1394
+ "trigger_keywords": [
1395
+ "agentic",
1396
+ "tool calling",
1397
+ "agent loop",
1398
+ "guardrails"
1399
+ ]
889
1400
  },
890
1401
  {
891
1402
  "name": "ai-prompt-injection-defense",
892
1403
  "description": "Prompt Injection defense strategies, XML framing, and LLM circuit breakers.",
893
1404
  "routing_domain": "security",
894
1405
  "routing_tier": "expert",
895
- "trigger_keywords": ["prompt injection", "jailbreak", "sanitization", "xml framing"]
1406
+ "trigger_keywords": [
1407
+ "prompt injection",
1408
+ "jailbreak",
1409
+ "sanitization",
1410
+ "xml framing"
1411
+ ]
896
1412
  },
897
1413
  {
898
1414
  "name": "animation-on-scroll",
899
1415
  "description": "Intentional scroll-driven motion using modern CSS view-timeline or GSAP ScrollTrigger.",
900
1416
  "routing_domain": "motion",
901
1417
  "routing_tier": "specialized",
902
- "trigger_keywords": ["scroll animation", "scrolltrigger", "timeline", "parallax"]
1418
+ "trigger_keywords": [
1419
+ "scroll animation",
1420
+ "scrolltrigger",
1421
+ "timeline",
1422
+ "parallax"
1423
+ ]
903
1424
  },
904
1425
  {
905
1426
  "name": "animation-systems",
906
1427
  "description": "Systematize animation tokens across a full codebase for consistent motion design.",
907
1428
  "routing_domain": "motion",
908
1429
  "routing_tier": "specialized",
909
- "trigger_keywords": ["animation system", "tokens", "easing", "duration", "motion"]
1430
+ "trigger_keywords": [
1431
+ "animation system",
1432
+ "tokens",
1433
+ "easing",
1434
+ "duration",
1435
+ "motion"
1436
+ ]
910
1437
  },
911
1438
  {
912
1439
  "name": "antfu-conventions",
913
1440
  "description": "Anthony Fu's coding conventions and project configuration patterns for TypeScript.",
914
1441
  "routing_domain": "general",
915
1442
  "routing_tier": "basic",
916
- "trigger_keywords": ["antfu", "conventions", "eslint", "typescript"]
1443
+ "trigger_keywords": [
1444
+ "antfu",
1445
+ "conventions",
1446
+ "eslint",
1447
+ "typescript"
1448
+ ]
917
1449
  },
918
1450
  {
919
1451
  "name": "api-patterns",
920
1452
  "description": "REST, GraphQL, tRPC, gRPC selection, pagination, rate limiting, and OpenAPI docs.",
921
1453
  "routing_domain": "backend",
922
1454
  "routing_tier": "specialized",
923
- "trigger_keywords": ["api", "rest", "graphql", "trpc", "openapi"]
1455
+ "trigger_keywords": [
1456
+ "api",
1457
+ "rest",
1458
+ "graphql",
1459
+ "trpc",
1460
+ "openapi"
1461
+ ]
924
1462
  },
925
1463
  {
926
1464
  "name": "api-security-auditor",
927
1465
  "description": "API security auditing, rate limiting, payload validation, IDOR, and mass assignment.",
928
1466
  "routing_domain": "security",
929
1467
  "routing_tier": "expert",
930
- "trigger_keywords": ["api security", "idor", "rate limit", "payload validation"]
1468
+ "trigger_keywords": [
1469
+ "api security",
1470
+ "idor",
1471
+ "rate limit",
1472
+ "payload validation"
1473
+ ]
931
1474
  },
932
1475
  {
933
1476
  "name": "app-builder",
934
1477
  "description": "Main application building orchestrator for full-stack projects.",
935
1478
  "routing_domain": "general",
936
1479
  "routing_tier": "core",
937
- "trigger_keywords": ["app builder", "full stack", "scaffold", "application"]
1480
+ "trigger_keywords": [
1481
+ "app builder",
1482
+ "full stack",
1483
+ "scaffold",
1484
+ "application"
1485
+ ]
938
1486
  },
939
1487
  {
940
1488
  "name": "appflow-wireframe",
941
1489
  "description": "Mermaid.js flowcharting, user journey mapping, and interaction matrices.",
942
1490
  "routing_domain": "frontend",
943
1491
  "routing_tier": "specialized",
944
- "trigger_keywords": ["wireframe", "appflow", "mermaid", "flowchart", "user journey"]
1492
+ "trigger_keywords": [
1493
+ "wireframe",
1494
+ "appflow",
1495
+ "mermaid",
1496
+ "flowchart",
1497
+ "user journey"
1498
+ ]
945
1499
  },
946
1500
  {
947
1501
  "name": "apple-design",
948
1502
  "description": "Apple HIG and Apple-inspired design patterns for web and mobile.",
949
1503
  "routing_domain": "frontend",
950
1504
  "routing_tier": "specialized",
951
- "trigger_keywords": ["apple design", "hig", "ios style", "clean ui"]
1505
+ "trigger_keywords": [
1506
+ "apple design",
1507
+ "hig",
1508
+ "ios style",
1509
+ "clean ui"
1510
+ ]
952
1511
  },
953
1512
  {
954
1513
  "name": "architecture",
955
1514
  "description": "Software architecture mastery, hexagonal architecture, domain-driven design, and ADRs.",
956
1515
  "routing_domain": "general",
957
1516
  "routing_tier": "expert",
958
- "trigger_keywords": ["architecture", "clean architecture", "hexagonal", "ddd", "adr"]
1517
+ "trigger_keywords": [
1518
+ "architecture",
1519
+ "clean architecture",
1520
+ "hexagonal",
1521
+ "ddd",
1522
+ "adr"
1523
+ ]
959
1524
  },
960
1525
  {
961
1526
  "name": "audit-and-fix",
962
1527
  "description": "Accessibility auditing and remediation workflow for WCAG 2.2 AA compliance.",
963
1528
  "routing_domain": "frontend",
964
1529
  "routing_tier": "specialized",
965
- "trigger_keywords": ["audit fix", "a11y audit", "wcag remediation"]
1530
+ "trigger_keywords": [
1531
+ "audit fix",
1532
+ "a11y audit",
1533
+ "wcag remediation"
1534
+ ]
966
1535
  },
967
1536
  {
968
1537
  "name": "authentication-best-practices",
969
1538
  "description": "OAuth2, OpenID Connect, JWT, session management, and RBAC/ABAC.",
970
1539
  "routing_domain": "security",
971
1540
  "routing_tier": "expert",
972
- "trigger_keywords": ["auth", "oauth2", "jwt", "session", "rbac"]
1541
+ "trigger_keywords": [
1542
+ "auth",
1543
+ "oauth2",
1544
+ "jwt",
1545
+ "session",
1546
+ "rbac"
1547
+ ]
973
1548
  },
974
1549
  {
975
1550
  "name": "backend-security-expert",
976
1551
  "description": "Backend security auditing for Next Server Actions, Node APIs, and ORM injection.",
977
1552
  "routing_domain": "security",
978
1553
  "routing_tier": "expert",
979
- "trigger_keywords": ["backend security", "server actions", "orm injection", "rbac"]
1554
+ "trigger_keywords": [
1555
+ "backend security",
1556
+ "server actions",
1557
+ "orm injection",
1558
+ "rbac"
1559
+ ]
980
1560
  },
981
1561
  {
982
1562
  "name": "baseline-ui",
983
1563
  "description": "Quickly deslop UI code by fixing spacing, hierarchy, typography, and contrast.",
984
1564
  "routing_domain": "frontend",
985
1565
  "routing_tier": "basic",
986
- "trigger_keywords": ["baseline ui", "deslop", "cleanup ui", "spacing"]
1566
+ "trigger_keywords": [
1567
+ "baseline ui",
1568
+ "deslop",
1569
+ "cleanup ui",
1570
+ "spacing"
1571
+ ]
987
1572
  },
988
1573
  {
989
1574
  "name": "bash-linux",
990
1575
  "description": "Bash terminal mastery, shell scripting, piping, AWK, and ripgrep text pipelines.",
991
1576
  "routing_domain": "devops",
992
1577
  "routing_tier": "specialized",
993
- "trigger_keywords": ["bash", "linux", "terminal", "awk", "shell script"]
1578
+ "trigger_keywords": [
1579
+ "bash",
1580
+ "linux",
1581
+ "terminal",
1582
+ "awk",
1583
+ "shell script"
1584
+ ]
994
1585
  },
995
1586
  {
996
1587
  "name": "behavioral-modes",
997
1588
  "description": "AI operational modes (brainstorm, implement, debug, review, teach, ship).",
998
1589
  "routing_domain": "general",
999
1590
  "routing_tier": "core",
1000
- "trigger_keywords": ["behavioral mode", "operational mode", "persona"]
1591
+ "trigger_keywords": [
1592
+ "behavioral mode",
1593
+ "operational mode",
1594
+ "persona"
1595
+ ]
1001
1596
  },
1002
1597
  {
1003
1598
  "name": "better-colors",
1004
1599
  "description": "OKLCH color space for web projects, palettes, contrast ratios, and Tailwind v4 themes.",
1005
1600
  "routing_domain": "frontend",
1006
1601
  "routing_tier": "specialized",
1007
- "trigger_keywords": ["oklch", "color palette", "better colors", "tailwind v4"]
1602
+ "trigger_keywords": [
1603
+ "oklch",
1604
+ "color palette",
1605
+ "better colors",
1606
+ "tailwind v4"
1607
+ ]
1008
1608
  },
1009
1609
  {
1010
1610
  "name": "better-typography",
1011
1611
  "description": "Advanced web typography scaling, font pairing, optical sizing, and OpenType features.",
1012
1612
  "routing_domain": "frontend",
1013
1613
  "routing_tier": "specialized",
1014
- "trigger_keywords": ["typography", "font pairing", "optical sizing", "tracking"]
1614
+ "trigger_keywords": [
1615
+ "typography",
1616
+ "font pairing",
1617
+ "optical sizing",
1618
+ "tracking"
1619
+ ]
1015
1620
  },
1016
1621
  {
1017
1622
  "name": "better-ui",
1018
1623
  "description": "Design engineering principles for micro-interactions, shadows, borders, and hover states.",
1019
1624
  "routing_domain": "frontend",
1020
1625
  "routing_tier": "specialized",
1021
- "trigger_keywords": ["better ui", "micro-interactions", "shadows", "borders"]
1626
+ "trigger_keywords": [
1627
+ "better ui",
1628
+ "micro-interactions",
1629
+ "shadows",
1630
+ "borders"
1631
+ ]
1022
1632
  },
1023
1633
  {
1024
1634
  "name": "bolder",
1025
1635
  "description": "Increase visual impact, punch, and personality for generic or bland interfaces.",
1026
1636
  "routing_domain": "frontend",
1027
1637
  "routing_tier": "specialized",
1028
- "trigger_keywords": ["bolder", "make it pop", "punchy ui", "character"]
1638
+ "trigger_keywords": [
1639
+ "bolder",
1640
+ "make it pop",
1641
+ "punchy ui",
1642
+ "character"
1643
+ ]
1029
1644
  },
1030
1645
  {
1031
1646
  "name": "brainstorming",
1032
1647
  "description": "Socratic ideation, architectural exploration, and tradeoff analysis.",
1033
1648
  "routing_domain": "general",
1034
1649
  "routing_tier": "core",
1035
- "trigger_keywords": ["brainstorming", "socratic", "ideation", "exploration"]
1650
+ "trigger_keywords": [
1651
+ "brainstorming",
1652
+ "socratic",
1653
+ "ideation",
1654
+ "exploration"
1655
+ ]
1036
1656
  },
1037
1657
  {
1038
1658
  "name": "browser-native-ai",
1039
1659
  "description": "Browser-native AI, ONNX Runtime Web, WebNN API acceleration, and WebAssembly.",
1040
1660
  "routing_domain": "ai-llm",
1041
1661
  "routing_tier": "expert",
1042
- "trigger_keywords": ["browser native ai", "onnx", "webnn", "wasm ai"]
1662
+ "trigger_keywords": [
1663
+ "browser native ai",
1664
+ "onnx",
1665
+ "webnn",
1666
+ "wasm ai"
1667
+ ]
1043
1668
  },
1044
1669
  {
1045
1670
  "name": "build-primitive",
1046
1671
  "description": "Build foundational unstyled accessible UI primitives (Dialog, Combobox, Accordion).",
1047
1672
  "routing_domain": "frontend",
1048
1673
  "routing_tier": "specialized",
1049
- "trigger_keywords": ["primitive", "headless ui", "dialog", "combobox", "aria"]
1674
+ "trigger_keywords": [
1675
+ "primitive",
1676
+ "headless ui",
1677
+ "dialog",
1678
+ "combobox",
1679
+ "aria"
1680
+ ]
1050
1681
  },
1051
1682
  {
1052
1683
  "name": "building-native-ui",
1053
1684
  "description": "Cross-platform Native UI (React Native / Expo), 60fps motion, and safe areas.",
1054
1685
  "routing_domain": "mobile",
1055
1686
  "routing_tier": "expert",
1056
- "trigger_keywords": ["native ui", "react native", "expo router", "reanimated"]
1687
+ "trigger_keywords": [
1688
+ "native ui",
1689
+ "react native",
1690
+ "expo router",
1691
+ "reanimated"
1692
+ ]
1057
1693
  },
1058
1694
  {
1059
1695
  "name": "cicd-pro",
1060
1696
  "description": "Production CI/CD pipelines, GitHub Actions, automated testing, and zero-downtime deploy.",
1061
1697
  "routing_domain": "devops",
1062
1698
  "routing_tier": "expert",
1063
- "trigger_keywords": ["cicd", "github actions", "pipeline", "zero downtime"]
1699
+ "trigger_keywords": [
1700
+ "cicd",
1701
+ "github actions",
1702
+ "pipeline",
1703
+ "zero downtime"
1704
+ ]
1064
1705
  },
1065
1706
  {
1066
1707
  "name": "clarify",
1067
1708
  "description": "Improve UX microcopy, label optimization, error messages, and cognitive clarity.",
1068
1709
  "routing_domain": "frontend",
1069
1710
  "routing_tier": "basic",
1070
- "trigger_keywords": ["clarify", "microcopy", "labels", "ux text"]
1711
+ "trigger_keywords": [
1712
+ "clarify",
1713
+ "microcopy",
1714
+ "labels",
1715
+ "ux text"
1716
+ ]
1071
1717
  },
1072
1718
  {
1073
1719
  "name": "clean-code",
1074
1720
  "description": "Clean code naming conventions, DRY/WET balance, SOLID principles, and refactoring.",
1075
1721
  "routing_domain": "general",
1076
1722
  "routing_tier": "core",
1077
- "trigger_keywords": ["clean code", "solid", "dry", "refactoring", "naming"]
1723
+ "trigger_keywords": [
1724
+ "clean code",
1725
+ "solid",
1726
+ "dry",
1727
+ "refactoring",
1728
+ "naming"
1729
+ ]
1078
1730
  },
1079
1731
  {
1080
1732
  "name": "cloud-architect",
1081
1733
  "description": "Cloud infrastructure architecture, AWS, multi-region resilience, and cost optimization.",
1082
1734
  "routing_domain": "devops",
1083
1735
  "routing_tier": "expert",
1084
- "trigger_keywords": ["cloud architect", "aws", "infrastructure", "resilience"]
1736
+ "trigger_keywords": [
1737
+ "cloud architect",
1738
+ "aws",
1739
+ "infrastructure",
1740
+ "resilience"
1741
+ ]
1085
1742
  },
1086
1743
  {
1087
1744
  "name": "cobejs",
1088
1745
  "description": "Build hardware-accelerated 3D interactive animated globes and web orbs with Cobe WebGL.",
1089
1746
  "routing_domain": "motion",
1090
1747
  "routing_tier": "specialized",
1091
- "trigger_keywords": ["cobejs", "3d globe", "webgl globe", "interactive orb"]
1748
+ "trigger_keywords": [
1749
+ "cobejs",
1750
+ "3d globe",
1751
+ "webgl globe",
1752
+ "interactive orb"
1753
+ ]
1092
1754
  },
1093
1755
  {
1094
1756
  "name": "code-review-checklist",
1095
1757
  "description": "Code review guidelines covering logic, security, style, and best practices.",
1096
1758
  "routing_domain": "general",
1097
1759
  "routing_tier": "core",
1098
- "trigger_keywords": ["code review", "checklist", "review guidelines"]
1760
+ "trigger_keywords": [
1761
+ "code review",
1762
+ "checklist",
1763
+ "review guidelines"
1764
+ ]
1099
1765
  },
1100
1766
  {
1101
1767
  "name": "codebase-design",
1102
1768
  "description": "Designing deep modules with small interfaces and clean seams.",
1103
1769
  "routing_domain": "general",
1104
1770
  "routing_tier": "expert",
1105
- "trigger_keywords": ["codebase design", "deep modules", "seams", "interfaces"]
1771
+ "trigger_keywords": [
1772
+ "codebase design",
1773
+ "deep modules",
1774
+ "seams",
1775
+ "interfaces"
1776
+ ]
1106
1777
  },
1107
1778
  {
1108
1779
  "name": "colorize",
1109
1780
  "description": "Strategic, harmonious, accessible color systems and OKLCH palettes for flat interfaces.",
1110
1781
  "routing_domain": "frontend",
1111
1782
  "routing_tier": "specialized",
1112
- "trigger_keywords": ["colorize", "oklch color", "accessible color", "palette"]
1783
+ "trigger_keywords": [
1784
+ "colorize",
1785
+ "oklch color",
1786
+ "accessible color",
1787
+ "palette"
1788
+ ]
1113
1789
  },
1114
1790
  {
1115
1791
  "name": "compact-landing",
1116
1792
  "description": "Build compact, premium landing pages with quiet typography and high conversion flow.",
1117
1793
  "routing_domain": "frontend",
1118
1794
  "routing_tier": "specialized",
1119
- "trigger_keywords": ["compact landing", "hero section", "conversion ui"]
1795
+ "trigger_keywords": [
1796
+ "compact landing",
1797
+ "hero section",
1798
+ "conversion ui"
1799
+ ]
1120
1800
  },
1121
1801
  {
1122
1802
  "name": "company-logos",
1123
1803
  "description": "Social proof rows, logo grids, customer carousels, and trust badges layout rules.",
1124
1804
  "routing_domain": "frontend",
1125
1805
  "routing_tier": "basic",
1126
- "trigger_keywords": ["company logos", "social proof", "logo grid", "trust badges"]
1806
+ "trigger_keywords": [
1807
+ "company logos",
1808
+ "social proof",
1809
+ "logo grid",
1810
+ "trust badges"
1811
+ ]
1127
1812
  },
1128
1813
  {
1129
1814
  "name": "config-validator",
1130
1815
  "description": "Validate tsconfig, eslint, prettier, and build tool configuration schemas.",
1131
1816
  "routing_domain": "devops",
1132
1817
  "routing_tier": "basic",
1133
- "trigger_keywords": ["config validator", "tsconfig", "eslint config"]
1818
+ "trigger_keywords": [
1819
+ "config validator",
1820
+ "tsconfig",
1821
+ "eslint config"
1822
+ ]
1134
1823
  },
1135
1824
  {
1136
1825
  "name": "containerization-pro",
1137
1826
  "description": "Docker, multi-stage container builds, distroless images, and container security.",
1138
1827
  "routing_domain": "devops",
1139
1828
  "routing_tier": "expert",
1140
- "trigger_keywords": ["docker", "container", "multistage build", "distroless"]
1829
+ "trigger_keywords": [
1830
+ "docker",
1831
+ "container",
1832
+ "multistage build",
1833
+ "distroless"
1834
+ ]
1141
1835
  },
1142
1836
  {
1143
1837
  "name": "create-design-md",
1144
1838
  "description": "Create or update DESIGN.md with evidence-based tokens from codebases or sites.",
1145
1839
  "routing_domain": "frontend",
1146
1840
  "routing_tier": "specialized",
1147
- "trigger_keywords": ["design md", "design tokens", "extract design system"]
1841
+ "trigger_keywords": [
1842
+ "design md",
1843
+ "design tokens",
1844
+ "extract design system"
1845
+ ]
1148
1846
  },
1149
1847
  {
1150
1848
  "name": "critique",
1151
1849
  "description": "Evaluate design quality with UX scoring, heuristic analysis, and persona usability checks.",
1152
1850
  "routing_domain": "frontend",
1153
1851
  "routing_tier": "specialized",
1154
- "trigger_keywords": ["critique", "ux scoring", "design audit", "usability"]
1852
+ "trigger_keywords": [
1853
+ "critique",
1854
+ "ux scoring",
1855
+ "design audit",
1856
+ "usability"
1857
+ ]
1155
1858
  },
1156
1859
  {
1157
1860
  "name": "csharp-developer",
@@ -1159,889 +1862,1464 @@
1159
1862
  "description": "C# 12 and .NET 8/9 specialist for ASP.NET Core, EF Core, and Blazor.",
1160
1863
  "routing_domain": "backend",
1161
1864
  "routing_tier": "specialized",
1162
- "trigger_keywords": ["csharp", "dotnet", "ef core", "blazor"]
1865
+ "trigger_keywords": [
1866
+ "csharp",
1867
+ "dotnet",
1868
+ "ef core",
1869
+ "blazor"
1870
+ ]
1163
1871
  },
1164
1872
  {
1165
1873
  "name": "data-validation-schemas",
1166
1874
  "description": "Zod, Pydantic, Valibot, and TypeBox data validation patterns.",
1167
1875
  "routing_domain": "backend",
1168
1876
  "routing_tier": "specialized",
1169
- "trigger_keywords": ["zod", "pydantic", "valibot", "schema validation"]
1877
+ "trigger_keywords": [
1878
+ "zod",
1879
+ "pydantic",
1880
+ "valibot",
1881
+ "schema validation"
1882
+ ]
1170
1883
  },
1171
1884
  {
1172
1885
  "name": "database-design",
1173
1886
  "description": "Relational schema design, normalization, indexing strategies, and ORM mapping.",
1174
1887
  "routing_domain": "database",
1175
1888
  "routing_tier": "expert",
1176
- "trigger_keywords": ["database design", "indexing", "normalization", "schema"]
1889
+ "trigger_keywords": [
1890
+ "database design",
1891
+ "indexing",
1892
+ "normalization",
1893
+ "schema"
1894
+ ]
1177
1895
  },
1178
1896
  {
1179
1897
  "name": "delight",
1180
1898
  "description": "Inject micro-moments of delight, tactile feedback, and playful UI interactions.",
1181
1899
  "routing_domain": "frontend",
1182
1900
  "routing_tier": "specialized",
1183
- "trigger_keywords": ["delight", "tactile feedback", "confetti", "micro delight"]
1901
+ "trigger_keywords": [
1902
+ "delight",
1903
+ "tactile feedback",
1904
+ "confetti",
1905
+ "micro delight"
1906
+ ]
1184
1907
  },
1185
1908
  {
1186
1909
  "name": "dependency-ladder",
1187
1910
  "description": "Framework for minimizing code complexity and enforcing 6 Rungs of the Dependency Ladder.",
1188
1911
  "routing_domain": "general",
1189
1912
  "routing_tier": "core",
1190
- "trigger_keywords": ["dependency ladder", "overengineering", "keep it simple"]
1913
+ "trigger_keywords": [
1914
+ "dependency ladder",
1915
+ "overengineering",
1916
+ "keep it simple"
1917
+ ]
1191
1918
  },
1192
1919
  {
1193
1920
  "name": "deployment-procedures",
1194
1921
  "description": "Production deployment procedures, rollback baselines, and pre-flight validation.",
1195
1922
  "routing_domain": "devops",
1196
1923
  "routing_tier": "specialized",
1197
- "trigger_keywords": ["deploy procedure", "rollback", "pre-flight checks"]
1924
+ "trigger_keywords": [
1925
+ "deploy procedure",
1926
+ "rollback",
1927
+ "pre-flight checks"
1928
+ ]
1198
1929
  },
1199
1930
  {
1200
1931
  "name": "design-lab",
1201
1932
  "description": "Design laboratory for experimental UI patterns, layout exploration, and visual prototyping.",
1202
1933
  "routing_domain": "frontend",
1203
1934
  "routing_tier": "specialized",
1204
- "trigger_keywords": ["design lab", "experimental ui", "prototyping"]
1935
+ "trigger_keywords": [
1936
+ "design lab",
1937
+ "experimental ui",
1938
+ "prototyping"
1939
+ ]
1205
1940
  },
1206
1941
  {
1207
1942
  "name": "diagnosing-bugs",
1208
1943
  "description": "Systematic bug diagnosis methodology, root cause isolation, and hypothesis testing.",
1209
1944
  "routing_domain": "general",
1210
1945
  "routing_tier": "core",
1211
- "trigger_keywords": ["diagnosing bugs", "root cause", "hypothesis testing"]
1946
+ "trigger_keywords": [
1947
+ "diagnosing bugs",
1948
+ "root cause",
1949
+ "hypothesis testing"
1950
+ ]
1212
1951
  },
1213
1952
  {
1214
1953
  "name": "distill",
1215
1954
  "description": "Simplify noisy interfaces by removing non-essential visual and operational complexity.",
1216
1955
  "routing_domain": "frontend",
1217
1956
  "routing_tier": "basic",
1218
- "trigger_keywords": ["distill", "simplify ui", "remove clutter"]
1957
+ "trigger_keywords": [
1958
+ "distill",
1959
+ "simplify ui",
1960
+ "remove clutter"
1961
+ ]
1219
1962
  },
1220
1963
  {
1221
1964
  "name": "documentation-templates",
1222
1965
  "description": "Documentation templates for READMEs, API docs, code comments, and architecture specs.",
1223
1966
  "routing_domain": "general",
1224
1967
  "routing_tier": "basic",
1225
- "trigger_keywords": ["doc templates", "readme template", "api doc format"]
1968
+ "trigger_keywords": [
1969
+ "doc templates",
1970
+ "readme template",
1971
+ "api doc format"
1972
+ ]
1226
1973
  },
1227
1974
  {
1228
1975
  "name": "domain-modeling",
1229
1976
  "description": "Build domain models, ubiquitous language, entity relationships, and bounded contexts.",
1230
1977
  "routing_domain": "general",
1231
1978
  "routing_tier": "expert",
1232
- "trigger_keywords": ["domain modeling", "ubiquitous language", "bounded context"]
1979
+ "trigger_keywords": [
1980
+ "domain modeling",
1981
+ "ubiquitous language",
1982
+ "bounded context"
1983
+ ]
1233
1984
  },
1234
1985
  {
1235
1986
  "name": "edge-computing",
1236
1987
  "description": "Cloudflare Workers, Vercel Edge Functions, Durable Objects, and low latency caching.",
1237
1988
  "routing_domain": "backend",
1238
1989
  "routing_tier": "expert",
1239
- "trigger_keywords": ["edge computing", "cloudflare workers", "edge functions"]
1990
+ "trigger_keywords": [
1991
+ "edge computing",
1992
+ "cloudflare workers",
1993
+ "edge functions"
1994
+ ]
1240
1995
  },
1241
1996
  {
1242
1997
  "name": "emil-design-eng",
1243
1998
  "description": "Emil Kowalski inspired design engineering micro-interactions and motion polish.",
1244
1999
  "routing_domain": "motion",
1245
2000
  "routing_tier": "specialized",
1246
- "trigger_keywords": ["emil design", "kowalski", "micro-interactions", "motion polish"]
2001
+ "trigger_keywords": [
2002
+ "emil design",
2003
+ "kowalski",
2004
+ "micro-interactions",
2005
+ "motion polish"
2006
+ ]
1247
2007
  },
1248
2008
  {
1249
2009
  "name": "error-resilience",
1250
2010
  "description": "Error handling strategies, circuit breakers, fallback states, and retry loops.",
1251
2011
  "routing_domain": "backend",
1252
2012
  "routing_tier": "specialized",
1253
- "trigger_keywords": ["error resilience", "circuit breaker", "retry loop", "fallback"]
2013
+ "trigger_keywords": [
2014
+ "error resilience",
2015
+ "circuit breaker",
2016
+ "retry loop",
2017
+ "fallback"
2018
+ ]
1254
2019
  },
1255
2020
  {
1256
2021
  "name": "extract-design-system",
1257
2022
  "description": "Extract design tokens, color variables, and typography rules into a reusable system.",
1258
2023
  "routing_domain": "frontend",
1259
2024
  "routing_tier": "specialized",
1260
- "trigger_keywords": ["extract design system", "tokens", "css variables"]
2025
+ "trigger_keywords": [
2026
+ "extract design system",
2027
+ "tokens",
2028
+ "css variables"
2029
+ ]
1261
2030
  },
1262
2031
  {
1263
2032
  "name": "fabel-protocol",
1264
2033
  "description": "Epistemic cognitive check loop and precision budget protocol.",
1265
2034
  "routing_domain": "general",
1266
2035
  "routing_tier": "core",
1267
- "trigger_keywords": ["fabel protocol", "epistemic check", "precision budget"]
2036
+ "trigger_keywords": [
2037
+ "fabel protocol",
2038
+ "epistemic check",
2039
+ "precision budget"
2040
+ ]
1268
2041
  },
1269
2042
  {
1270
2043
  "name": "fixing-accessibility",
1271
2044
  "description": "Audit and fix HTML accessibility issues including ARIA labels and focus traps.",
1272
2045
  "routing_domain": "frontend",
1273
2046
  "routing_tier": "specialized",
1274
- "trigger_keywords": ["fixing accessibility", "a11y fix", "aria labels", "focus trap"]
2047
+ "trigger_keywords": [
2048
+ "fixing accessibility",
2049
+ "a11y fix",
2050
+ "aria labels",
2051
+ "focus trap"
2052
+ ]
1275
2053
  },
1276
2054
  {
1277
2055
  "name": "fixing-metadata",
1278
2056
  "description": "Audit and fix page metadata, titles, OpenGraph cards, canonical URLs, and JSON-LD.",
1279
2057
  "routing_domain": "frontend",
1280
2058
  "routing_tier": "basic",
1281
- "trigger_keywords": ["fixing metadata", "opengraph", "seo meta", "json-ld"]
2059
+ "trigger_keywords": [
2060
+ "fixing metadata",
2061
+ "opengraph",
2062
+ "seo meta",
2063
+ "json-ld"
2064
+ ]
1282
2065
  },
1283
2066
  {
1284
2067
  "name": "fixing-motion-performance",
1285
2068
  "description": "Audit and fix animation performance, layout thrashing, and compositor properties.",
1286
2069
  "routing_domain": "motion",
1287
2070
  "routing_tier": "specialized",
1288
- "trigger_keywords": ["motion perf fix", "layout thrashing", "compositor properties"]
2071
+ "trigger_keywords": [
2072
+ "motion perf fix",
2073
+ "layout thrashing",
2074
+ "compositor properties"
2075
+ ]
1289
2076
  },
1290
2077
  {
1291
2078
  "name": "framer-motion-expert",
1292
2079
  "description": "Framer Motion 12+ for React declarative component animations and layout transitions.",
1293
2080
  "routing_domain": "motion",
1294
2081
  "routing_tier": "expert",
1295
- "trigger_keywords": ["framer motion", "animatepresence", "layout animation", "useanimate"]
2082
+ "trigger_keywords": [
2083
+ "framer motion",
2084
+ "animatepresence",
2085
+ "layout animation",
2086
+ "useanimate"
2087
+ ]
1296
2088
  },
1297
2089
  {
1298
2090
  "name": "frontend-design",
1299
2091
  "description": "Design thinking for web UI, micro-interactions, typography, and CSS-first UI logic.",
1300
2092
  "routing_domain": "frontend",
1301
2093
  "routing_tier": "specialized",
1302
- "trigger_keywords": ["frontend design", "visual hierarchy", "css first"]
2094
+ "trigger_keywords": [
2095
+ "frontend design",
2096
+ "visual hierarchy",
2097
+ "css first"
2098
+ ]
1303
2099
  },
1304
2100
  {
1305
2101
  "name": "frontend-security-expert",
1306
2102
  "description": "Frontend security auditing for React/Next.js UI, hydration poisoning, and XSS.",
1307
2103
  "routing_domain": "security",
1308
2104
  "routing_tier": "expert",
1309
- "trigger_keywords": ["frontend security", "xss", "hydration poisoning", "csp"]
2105
+ "trigger_keywords": [
2106
+ "frontend security",
2107
+ "xss",
2108
+ "hydration poisoning",
2109
+ "csp"
2110
+ ]
1310
2111
  },
1311
2112
  {
1312
2113
  "name": "game-design-expert",
1313
2114
  "description": "Game mechanics, core loops, game feel, spatial level design, and progression systems.",
1314
2115
  "routing_domain": "general",
1315
2116
  "routing_tier": "expert",
1316
- "trigger_keywords": ["game design", "game mechanics", "game feel", "level design"]
2117
+ "trigger_keywords": [
2118
+ "game design",
2119
+ "game mechanics",
2120
+ "game feel",
2121
+ "level design"
2122
+ ]
1317
2123
  },
1318
2124
  {
1319
2125
  "name": "game-engineering-expert",
1320
2126
  "description": "Game engine architecture, entity-component systems (ECS), physics, and loop optimization.",
1321
2127
  "routing_domain": "general",
1322
2128
  "routing_tier": "expert",
1323
- "trigger_keywords": ["game engineering", "ecs", "physics engine", "game loop"]
2129
+ "trigger_keywords": [
2130
+ "game engineering",
2131
+ "ecs",
2132
+ "physics engine",
2133
+ "game loop"
2134
+ ]
1324
2135
  },
1325
2136
  {
1326
2137
  "name": "generative-ui-expert",
1327
2138
  "description": "Vercel AI SDK 3.0+, React Server Components + LLMs, streaming UI elements.",
1328
2139
  "routing_domain": "ai-llm",
1329
2140
  "routing_tier": "expert",
1330
- "trigger_keywords": ["generative ui", "vercel ai sdk", "streaming ui", "tool calling"]
2141
+ "trigger_keywords": [
2142
+ "generative ui",
2143
+ "vercel ai sdk",
2144
+ "streaming ui",
2145
+ "tool calling"
2146
+ ]
1331
2147
  },
1332
2148
  {
1333
2149
  "name": "geo-fundamentals",
1334
2150
  "description": "Geospatial data handling, GeoJSON, Turf.js, Leaflet, and Mapbox integrations.",
1335
2151
  "routing_domain": "general",
1336
2152
  "routing_tier": "specialized",
1337
- "trigger_keywords": ["geo", "geojson", "mapbox", "turfjs", "maps"]
2153
+ "trigger_keywords": [
2154
+ "geo",
2155
+ "geojson",
2156
+ "mapbox",
2157
+ "turfjs",
2158
+ "maps"
2159
+ ]
1338
2160
  },
1339
2161
  {
1340
2162
  "name": "git-pro",
1341
2163
  "description": "Git mastery, interactive rebase, cherry-pick, bisect, reflog, and conventional commits.",
1342
2164
  "routing_domain": "devops",
1343
2165
  "routing_tier": "specialized",
1344
- "trigger_keywords": ["git", "rebase", "cherry pick", "bisect", "reflog"]
2166
+ "trigger_keywords": [
2167
+ "git",
2168
+ "rebase",
2169
+ "cherry pick",
2170
+ "bisect",
2171
+ "reflog"
2172
+ ]
1345
2173
  },
1346
2174
  {
1347
2175
  "name": "github-operations",
1348
2176
  "description": "GitHub Actions workflows, PR templates, issue automation, and release management.",
1349
2177
  "routing_domain": "devops",
1350
2178
  "routing_tier": "specialized",
1351
- "trigger_keywords": ["github operations", "github actions", "pr template"]
2179
+ "trigger_keywords": [
2180
+ "github operations",
2181
+ "github actions",
2182
+ "pr template"
2183
+ ]
1352
2184
  },
1353
2185
  {
1354
2186
  "name": "gpt-taste",
1355
2187
  "description": "High-agency UX/UI skill with strict layout variance and GSAP motion engineering.",
1356
2188
  "routing_domain": "frontend",
1357
2189
  "routing_tier": "expert",
1358
- "trigger_keywords": ["gpt taste", "superior ui", "layout variance"]
2190
+ "trigger_keywords": [
2191
+ "gpt taste",
2192
+ "superior ui",
2193
+ "layout variance"
2194
+ ]
1359
2195
  },
1360
2196
  {
1361
2197
  "name": "gsap-core",
1362
2198
  "description": "GSAP Core animation engine, gsap.to, gsap.from, gsap.fromTo, and easing curves.",
1363
2199
  "routing_domain": "motion",
1364
2200
  "routing_tier": "specialized",
1365
- "trigger_keywords": ["gsap core", "gsap.to", "gsap.from", "easing"]
2201
+ "trigger_keywords": [
2202
+ "gsap core",
2203
+ "gsap.to",
2204
+ "gsap.from",
2205
+ "easing"
2206
+ ]
1366
2207
  },
1367
2208
  {
1368
2209
  "name": "gsap-frameworks",
1369
2210
  "description": "Integrating GSAP cleanly across Next.js, React, Vue, Svelte, and Nuxt framework contexts.",
1370
2211
  "routing_domain": "motion",
1371
2212
  "routing_tier": "specialized",
1372
- "trigger_keywords": ["gsap frameworks", "gsap react", "gsap vue", "usegsap"]
2213
+ "trigger_keywords": [
2214
+ "gsap frameworks",
2215
+ "gsap react",
2216
+ "gsap vue",
2217
+ "usegsap"
2218
+ ]
1373
2219
  },
1374
2220
  {
1375
2221
  "name": "gsap-performance",
1376
2222
  "description": "Official GSAP skill for performance — transform preference, batching, will-change.",
1377
2223
  "routing_domain": "motion",
1378
2224
  "routing_tier": "specialized",
1379
- "trigger_keywords": ["gsap perf", "transform", "will-change", "gpu compositor"]
2225
+ "trigger_keywords": [
2226
+ "gsap perf",
2227
+ "transform",
2228
+ "will-change",
2229
+ "gpu compositor"
2230
+ ]
1380
2231
  },
1381
2232
  {
1382
2233
  "name": "gsap-plugins",
1383
2234
  "description": "GSAP official plugins (Flip, MotionPath, Observer, ScrollTo, SplitText, TextPlugin).",
1384
2235
  "routing_domain": "motion",
1385
2236
  "routing_tier": "specialized",
1386
- "trigger_keywords": ["gsap plugins", "flip plugin", "splittext", "observer"]
2237
+ "trigger_keywords": [
2238
+ "gsap plugins",
2239
+ "flip plugin",
2240
+ "splittext",
2241
+ "observer"
2242
+ ]
1387
2243
  },
1388
2244
  {
1389
2245
  "name": "gsap-react",
1390
2246
  "description": "Official GSAP skill for React — useGSAP hook, refs, gsap.context(), cleanup.",
1391
2247
  "routing_domain": "motion",
1392
2248
  "routing_tier": "specialized",
1393
- "trigger_keywords": ["gsap react", "usegsap", "gsap context", "react animation"]
2249
+ "trigger_keywords": [
2250
+ "gsap react",
2251
+ "usegsap",
2252
+ "gsap context",
2253
+ "react animation"
2254
+ ]
1394
2255
  },
1395
2256
  {
1396
2257
  "name": "gsap-scrolltrigger",
1397
2258
  "description": "GSAP ScrollTrigger plugin for scroll-driven animations and pinning.",
1398
2259
  "routing_domain": "motion",
1399
2260
  "routing_tier": "specialized",
1400
- "trigger_keywords": ["scrolltrigger", "pinning", "scroll animation", "scrub"]
2261
+ "trigger_keywords": [
2262
+ "scrolltrigger",
2263
+ "pinning",
2264
+ "scroll animation",
2265
+ "scrub"
2266
+ ]
1401
2267
  },
1402
2268
  {
1403
2269
  "name": "gsap-timeline",
1404
2270
  "description": "Official GSAP skill for timelines — position parameter, nesting, and playback control.",
1405
2271
  "routing_domain": "motion",
1406
2272
  "routing_tier": "specialized",
1407
- "trigger_keywords": ["gsap timeline", "sequence animation", "position parameter"]
2273
+ "trigger_keywords": [
2274
+ "gsap timeline",
2275
+ "sequence animation",
2276
+ "position parameter"
2277
+ ]
1408
2278
  },
1409
2279
  {
1410
2280
  "name": "gsap-utils",
1411
2281
  "description": "Official GSAP skill for gsap.utils — clamp, mapRange, normalize, interpolate, random.",
1412
2282
  "routing_domain": "motion",
1413
2283
  "routing_tier": "specialized",
1414
- "trigger_keywords": ["gsap utils", "clamp", "maprange", "interpolate"]
2284
+ "trigger_keywords": [
2285
+ "gsap utils",
2286
+ "clamp",
2287
+ "maprange",
2288
+ "interpolate"
2289
+ ]
1415
2290
  },
1416
2291
  {
1417
2292
  "name": "harden",
1418
2293
  "description": "Make interfaces production-resilient with empty states, loading skeletons, and i18n.",
1419
2294
  "routing_domain": "frontend",
1420
2295
  "routing_tier": "specialized",
1421
- "trigger_keywords": ["harden ui", "empty state", "loading skeleton", "i18n"]
2296
+ "trigger_keywords": [
2297
+ "harden ui",
2298
+ "empty state",
2299
+ "loading skeleton",
2300
+ "i18n"
2301
+ ]
1422
2302
  },
1423
2303
  {
1424
2304
  "name": "harness-protocol",
1425
2305
  "description": "Rules and guidelines for the Marathon long-running agent harness.",
1426
2306
  "routing_domain": "orchestration",
1427
2307
  "routing_tier": "expert",
1428
- "trigger_keywords": ["harness protocol", "marathon", "long running agent"]
2308
+ "trigger_keywords": [
2309
+ "harness protocol",
2310
+ "marathon",
2311
+ "long running agent"
2312
+ ]
1429
2313
  },
1430
2314
  {
1431
2315
  "name": "i18n-localization",
1432
2316
  "description": "Internationalization and localization patterns (next-intl, i18next, react-intl).",
1433
2317
  "routing_domain": "frontend",
1434
2318
  "routing_tier": "specialized",
1435
- "trigger_keywords": ["i18n", "localization", "next-intl", "i18next"]
2319
+ "trigger_keywords": [
2320
+ "i18n",
2321
+ "localization",
2322
+ "next-intl",
2323
+ "i18next"
2324
+ ]
1436
2325
  },
1437
2326
  {
1438
2327
  "name": "impeccable",
1439
2328
  "description": "Flagship design engineering skill for creating production-grade anti-generic UI.",
1440
2329
  "routing_domain": "frontend",
1441
2330
  "routing_tier": "expert",
1442
- "trigger_keywords": ["impeccable", "flagship ui", "craftsmanship", "anti-generic"]
2331
+ "trigger_keywords": [
2332
+ "impeccable",
2333
+ "flagship ui",
2334
+ "craftsmanship",
2335
+ "anti-generic"
2336
+ ]
1443
2337
  },
1444
2338
  {
1445
2339
  "name": "improve-codebase-architecture",
1446
2340
  "description": "Scans codebase for deepening opportunities and architectural bottlenecks.",
1447
2341
  "routing_domain": "general",
1448
2342
  "routing_tier": "expert",
1449
- "trigger_keywords": ["improve architecture", "architectural debt", "coupling"]
2343
+ "trigger_keywords": [
2344
+ "improve architecture",
2345
+ "architectural debt",
2346
+ "coupling"
2347
+ ]
1450
2348
  },
1451
2349
  {
1452
2350
  "name": "improve-ui",
1453
2351
  "description": "Audit an existing product surface against design evidence and write actionable plans.",
1454
2352
  "routing_domain": "frontend",
1455
2353
  "routing_tier": "specialized",
1456
- "trigger_keywords": ["improve ui", "ui audit", "interface cleanup"]
2354
+ "trigger_keywords": [
2355
+ "improve ui",
2356
+ "ui audit",
2357
+ "interface cleanup"
2358
+ ]
1457
2359
  },
1458
2360
  {
1459
2361
  "name": "intelligent-routing",
1460
2362
  "description": "Dynamic request routing and agent selection logic.",
1461
2363
  "routing_domain": "orchestration",
1462
2364
  "routing_tier": "expert",
1463
- "trigger_keywords": ["intelligent routing", "agent selection", "router"]
2365
+ "trigger_keywords": [
2366
+ "intelligent routing",
2367
+ "agent selection",
2368
+ "router"
2369
+ ]
1464
2370
  },
1465
2371
  {
1466
2372
  "name": "interface-design",
1467
2373
  "description": "Interface design principles for intuitive and coherent user interfaces.",
1468
2374
  "routing_domain": "frontend",
1469
2375
  "routing_tier": "specialized",
1470
- "trigger_keywords": ["interface design", "ui layout", "visual coherence"]
2376
+ "trigger_keywords": [
2377
+ "interface design",
2378
+ "ui layout",
2379
+ "visual coherence"
2380
+ ]
1471
2381
  },
1472
2382
  {
1473
2383
  "name": "knowledge-graph",
1474
2384
  "description": "Codebase risk blast radius analysis and dependency topology visualization.",
1475
2385
  "routing_domain": "general",
1476
2386
  "routing_tier": "core",
1477
- "trigger_keywords": ["knowledge graph", "risk blast radius", "codebase map"]
2387
+ "trigger_keywords": [
2388
+ "knowledge graph",
2389
+ "risk blast radius",
2390
+ "codebase map"
2391
+ ]
1478
2392
  },
1479
2393
  {
1480
2394
  "name": "landing-page",
1481
2395
  "description": "High-converting landing page structure, hero section layouts, and feature grid pacing.",
1482
2396
  "routing_domain": "frontend",
1483
2397
  "routing_tier": "specialized",
1484
- "trigger_keywords": ["landing page", "hero section", "cta hierarchy", "conversion"]
2398
+ "trigger_keywords": [
2399
+ "landing page",
2400
+ "hero section",
2401
+ "cta hierarchy",
2402
+ "conversion"
2403
+ ]
1485
2404
  },
1486
2405
  {
1487
2406
  "name": "lint-and-validate",
1488
2407
  "description": "Linting and validation principles for code quality enforcement.",
1489
2408
  "routing_domain": "general",
1490
2409
  "routing_tier": "core",
1491
- "trigger_keywords": ["lint validate", "eslint", "prettier", "code style"]
2410
+ "trigger_keywords": [
2411
+ "lint validate",
2412
+ "eslint",
2413
+ "prettier",
2414
+ "code style"
2415
+ ]
1492
2416
  },
1493
2417
  {
1494
2418
  "name": "llm-engineering",
1495
2419
  "description": "Prompt engineering, RAG pipelines, fine-tuning, function calling, and structured outputs.",
1496
2420
  "routing_domain": "ai-llm",
1497
2421
  "routing_tier": "expert",
1498
- "trigger_keywords": ["llm engineering", "prompt engineering", "structured output"]
2422
+ "trigger_keywords": [
2423
+ "llm engineering",
2424
+ "prompt engineering",
2425
+ "structured output"
2426
+ ]
1499
2427
  },
1500
2428
  {
1501
2429
  "name": "local-first",
1502
2430
  "description": "Local-first architecture, CRDTs, optimistic updates, and offline sync engines.",
1503
2431
  "routing_domain": "backend",
1504
2432
  "routing_tier": "expert",
1505
- "trigger_keywords": ["local first", "crdt", "offline sync", "indexeddb"]
2433
+ "trigger_keywords": [
2434
+ "local first",
2435
+ "crdt",
2436
+ "offline sync",
2437
+ "indexeddb"
2438
+ ]
1506
2439
  },
1507
2440
  {
1508
2441
  "name": "local-first-architecture",
1509
2442
  "description": "Local-first architecture guidance for instant web apps, IndexedDB sync engines, and CRDTs.",
1510
2443
  "routing_domain": "backend",
1511
2444
  "routing_tier": "expert",
1512
- "trigger_keywords": ["local first architecture", "instant UI", "offline operation"]
2445
+ "trigger_keywords": [
2446
+ "local first architecture",
2447
+ "instant UI",
2448
+ "offline operation"
2449
+ ]
1513
2450
  },
1514
2451
  {
1515
2452
  "name": "lottie-animation",
1516
2453
  "description": "Lottie and dotLottie integration, playback control, hover triggers, and runtime theming.",
1517
2454
  "routing_domain": "motion",
1518
2455
  "routing_tier": "specialized",
1519
- "trigger_keywords": ["lottie", "dotlottie", "lottie animation", "vector animation"]
2456
+ "trigger_keywords": [
2457
+ "lottie",
2458
+ "dotlottie",
2459
+ "lottie animation",
2460
+ "vector animation"
2461
+ ]
1520
2462
  },
1521
2463
  {
1522
2464
  "name": "marquee-loop",
1523
2465
  "description": "Hardware-accelerated continuous looping marquees for logo rows and testimonials.",
1524
2466
  "routing_domain": "motion",
1525
2467
  "routing_tier": "specialized",
1526
- "trigger_keywords": ["marquee", "loop", "continuous scroll", "logo row"]
2468
+ "trigger_keywords": [
2469
+ "marquee",
2470
+ "loop",
2471
+ "continuous scroll",
2472
+ "logo row"
2473
+ ]
1527
2474
  },
1528
2475
  {
1529
2476
  "name": "masked-reveal",
1530
2477
  "description": "CSS clip-path, SVG masking, and layered entrance reveals for images and text.",
1531
2478
  "routing_domain": "motion",
1532
2479
  "routing_tier": "specialized",
1533
- "trigger_keywords": ["masked reveal", "clip path", "svg mask", "entrance animation"]
2480
+ "trigger_keywords": [
2481
+ "masked reveal",
2482
+ "clip path",
2483
+ "svg mask",
2484
+ "entrance animation"
2485
+ ]
1534
2486
  },
1535
2487
  {
1536
2488
  "name": "mcp-builder",
1537
2489
  "description": "Build Model Context Protocol (MCP) servers and tool schemas.",
1538
2490
  "routing_domain": "ai-llm",
1539
2491
  "routing_tier": "expert",
1540
- "trigger_keywords": ["mcp builder", "model context protocol", "mcp tool"]
2492
+ "trigger_keywords": [
2493
+ "mcp builder",
2494
+ "model context protocol",
2495
+ "mcp tool"
2496
+ ]
1541
2497
  },
1542
2498
  {
1543
2499
  "name": "micro-interaction",
1544
2500
  "description": "UI motion guidance for hover/press feedback, toggles, toasts, drawers, and modals.",
1545
2501
  "routing_domain": "motion",
1546
2502
  "routing_tier": "specialized",
1547
- "trigger_keywords": ["micro interaction", "press feedback", "toast animation"]
2503
+ "trigger_keywords": [
2504
+ "micro interaction",
2505
+ "press feedback",
2506
+ "toast animation"
2507
+ ]
1548
2508
  },
1549
2509
  {
1550
2510
  "name": "mobile-design",
1551
2511
  "description": "Mobile-first design for iOS, Android, touch interactions, haptics, and Reanimated 3.",
1552
2512
  "routing_domain": "mobile",
1553
2513
  "routing_tier": "specialized",
1554
- "trigger_keywords": ["mobile design", "touch UI", "haptics", "reanimated 3"]
2514
+ "trigger_keywords": [
2515
+ "mobile design",
2516
+ "touch UI",
2517
+ "haptics",
2518
+ "reanimated 3"
2519
+ ]
1555
2520
  },
1556
2521
  {
1557
2522
  "name": "monorepo-management",
1558
2523
  "description": "Monorepo management using Turborepo, Nx, pnpm workspaces, and shared packages.",
1559
2524
  "routing_domain": "devops",
1560
2525
  "routing_tier": "expert",
1561
- "trigger_keywords": ["monorepo", "turborepo", "pnpm workspace", "nx"]
2526
+ "trigger_keywords": [
2527
+ "monorepo",
2528
+ "turborepo",
2529
+ "pnpm workspace",
2530
+ "nx"
2531
+ ]
1562
2532
  },
1563
2533
  {
1564
2534
  "name": "morphing-icons",
1565
2535
  "description": "Build morphing SVG icon components that transition smoothly between states.",
1566
2536
  "routing_domain": "motion",
1567
2537
  "routing_tier": "specialized",
1568
- "trigger_keywords": ["morphing icons", "svg morphing", "icon transition"]
2538
+ "trigger_keywords": [
2539
+ "morphing icons",
2540
+ "svg morphing",
2541
+ "icon transition"
2542
+ ]
1569
2543
  },
1570
2544
  {
1571
2545
  "name": "motion-engineering",
1572
2546
  "description": "Motion engineering mastery across Framer Motion, GSAP, WebGL, and CSS keyframes.",
1573
2547
  "routing_domain": "motion",
1574
2548
  "routing_tier": "expert",
1575
- "trigger_keywords": ["motion engineering", "animation strategy", "framer vs gsap"]
2549
+ "trigger_keywords": [
2550
+ "motion engineering",
2551
+ "animation strategy",
2552
+ "framer vs gsap"
2553
+ ]
1576
2554
  },
1577
2555
  {
1578
2556
  "name": "nextjs-react-expert",
1579
2557
  "description": "Next.js 15+ App Router, Server Components, Server Actions, PPR, and middleware.",
1580
2558
  "routing_domain": "frontend",
1581
2559
  "routing_tier": "expert",
1582
- "trigger_keywords": ["nextjs expert", "app router", "server actions", "ppr"]
2560
+ "trigger_keywords": [
2561
+ "nextjs expert",
2562
+ "app router",
2563
+ "server actions",
2564
+ "ppr"
2565
+ ]
1583
2566
  },
1584
2567
  {
1585
2568
  "name": "nodejs-best-practices",
1586
2569
  "description": "Node.js production practices, async error handling, clustering, and event loop safety.",
1587
2570
  "routing_domain": "backend",
1588
2571
  "routing_tier": "specialized",
1589
- "trigger_keywords": ["nodejs", "event loop", "async await", "clustering"]
2572
+ "trigger_keywords": [
2573
+ "nodejs",
2574
+ "event loop",
2575
+ "async await",
2576
+ "clustering"
2577
+ ]
1590
2578
  },
1591
2579
  {
1592
2580
  "name": "observability",
1593
2581
  "description": "Telemetry, OpenTelemetry, Prometheus metrics, structured JSON logging, and tracing.",
1594
2582
  "routing_domain": "devops",
1595
2583
  "routing_tier": "expert",
1596
- "trigger_keywords": ["observability", "opentelemetry", "metrics", "tracing", "logging"]
2584
+ "trigger_keywords": [
2585
+ "observability",
2586
+ "opentelemetry",
2587
+ "metrics",
2588
+ "tracing",
2589
+ "logging"
2590
+ ]
1597
2591
  },
1598
2592
  {
1599
2593
  "name": "page-transition-animation",
1600
2594
  "description": "Page and route transition patterns using View Transitions API and Framer Motion.",
1601
2595
  "routing_domain": "motion",
1602
2596
  "routing_tier": "specialized",
1603
- "trigger_keywords": ["page transition", "view transitions", "route animation"]
2597
+ "trigger_keywords": [
2598
+ "page transition",
2599
+ "view transitions",
2600
+ "route animation"
2601
+ ]
1604
2602
  },
1605
2603
  {
1606
2604
  "name": "parallel-agents",
1607
2605
  "description": "Parallel processing coordination for multi-agent swarms and fan-out/fan-in processing.",
1608
2606
  "routing_domain": "orchestration",
1609
2607
  "routing_tier": "expert",
1610
- "trigger_keywords": ["parallel agents", "swarm fanout", "race condition"]
2608
+ "trigger_keywords": [
2609
+ "parallel agents",
2610
+ "swarm fanout",
2611
+ "race condition"
2612
+ ]
1611
2613
  },
1612
2614
  {
1613
2615
  "name": "performance-profiling",
1614
2616
  "description": "CPU profiling, heap snapshot analysis, flame graphs, and memory leak isolation.",
1615
2617
  "routing_domain": "general",
1616
2618
  "routing_tier": "expert",
1617
- "trigger_keywords": ["profiling", "flamegraph", "heap snapshot", "cpu profile"]
2619
+ "trigger_keywords": [
2620
+ "profiling",
2621
+ "flamegraph",
2622
+ "heap snapshot",
2623
+ "cpu profile"
2624
+ ]
1618
2625
  },
1619
2626
  {
1620
2627
  "name": "plan-writing",
1621
2628
  "description": "Structure comprehensive implementation plans with verification criteria.",
1622
2629
  "routing_domain": "general",
1623
2630
  "routing_tier": "core",
1624
- "trigger_keywords": ["plan writing", "implementation plan", "spec format"]
2631
+ "trigger_keywords": [
2632
+ "plan writing",
2633
+ "implementation plan",
2634
+ "spec format"
2635
+ ]
1625
2636
  },
1626
2637
  {
1627
2638
  "name": "platform-engineer",
1628
2639
  "description": "Platform engineering, internal developer platforms (IDP), Kubernetes, and IaC.",
1629
2640
  "routing_domain": "devops",
1630
2641
  "routing_tier": "expert",
1631
- "trigger_keywords": ["platform engineer", "idp", "kubernetes", "terraform"]
2642
+ "trigger_keywords": [
2643
+ "platform engineer",
2644
+ "idp",
2645
+ "kubernetes",
2646
+ "terraform"
2647
+ ]
1632
2648
  },
1633
2649
  {
1634
2650
  "name": "playwright-best-practices",
1635
2651
  "description": "Playwright End-to-End (E2E) testing mastery, resilient selectors, and network mocking.",
1636
2652
  "routing_domain": "general",
1637
2653
  "routing_tier": "specialized",
1638
- "trigger_keywords": ["playwright", "e2e test", "selectors", "network mock"]
2654
+ "trigger_keywords": [
2655
+ "playwright",
2656
+ "e2e test",
2657
+ "selectors",
2658
+ "network mock"
2659
+ ]
1639
2660
  },
1640
2661
  {
1641
2662
  "name": "polish",
1642
2663
  "description": "Final production quality pass for spacing, alignment, visual rhythm, and dark mode.",
1643
2664
  "routing_domain": "frontend",
1644
2665
  "routing_tier": "specialized",
1645
- "trigger_keywords": ["polish", "visual rhythm", "alignment", "dark mode check"]
2666
+ "trigger_keywords": [
2667
+ "polish",
2668
+ "visual rhythm",
2669
+ "alignment",
2670
+ "dark mode check"
2671
+ ]
1646
2672
  },
1647
2673
  {
1648
2674
  "name": "powershell-windows",
1649
2675
  "description": "PowerShell and Windows environment automation, object piping, and ErrorActionPreference.",
1650
2676
  "routing_domain": "devops",
1651
2677
  "routing_tier": "specialized",
1652
- "trigger_keywords": ["powershell", "windows script", "psprovider", "cmdlet"]
2678
+ "trigger_keywords": [
2679
+ "powershell",
2680
+ "windows script",
2681
+ "psprovider",
2682
+ "cmdlet"
2683
+ ]
1653
2684
  },
1654
2685
  {
1655
2686
  "name": "pricing-page",
1656
2687
  "description": "SaaS pricing table architecture, billing toggles, feature comparison matrices, and CTA highlight.",
1657
2688
  "routing_domain": "frontend",
1658
2689
  "routing_tier": "specialized",
1659
- "trigger_keywords": ["pricing page", "pricing table", "billing toggle", "saas tier"]
2690
+ "trigger_keywords": [
2691
+ "pricing page",
2692
+ "pricing table",
2693
+ "billing toggle",
2694
+ "saas tier"
2695
+ ]
1660
2696
  },
1661
2697
  {
1662
2698
  "name": "product-aware-heuristics",
1663
2699
  "description": "Product-category UX heuristics for SaaS dashboards, e-commerce, and mobile apps.",
1664
2700
  "routing_domain": "frontend",
1665
2701
  "routing_tier": "specialized",
1666
- "trigger_keywords": ["product heuristics", "saas ux", "ecommerce ux"]
2702
+ "trigger_keywords": [
2703
+ "product heuristics",
2704
+ "saas ux",
2705
+ "ecommerce ux"
2706
+ ]
1667
2707
  },
1668
2708
  {
1669
2709
  "name": "progressive-blur",
1670
2710
  "description": "Smooth progressive backdrop blurs, depth overlays, and modern glassmorphism.",
1671
2711
  "routing_domain": "frontend",
1672
2712
  "routing_tier": "specialized",
1673
- "trigger_keywords": ["progressive blur", "glassmorphism", "backdrop filter"]
2713
+ "trigger_keywords": [
2714
+ "progressive blur",
2715
+ "glassmorphism",
2716
+ "backdrop filter"
2717
+ ]
1674
2718
  },
1675
2719
  {
1676
2720
  "name": "project-idioms",
1677
2721
  "description": "Auto-evolved project-specific architectural idioms extracted from codebase decisions.",
1678
2722
  "routing_domain": "general",
1679
2723
  "routing_tier": "core",
1680
- "trigger_keywords": ["project idioms", "team culture", "code conventions"]
2724
+ "trigger_keywords": [
2725
+ "project idioms",
2726
+ "team culture",
2727
+ "code conventions"
2728
+ ]
1681
2729
  },
1682
2730
  {
1683
2731
  "name": "python-patterns",
1684
2732
  "description": "Python framework selection, async patterns, type hints, and project structure.",
1685
2733
  "routing_domain": "backend",
1686
2734
  "routing_tier": "specialized",
1687
- "trigger_keywords": ["python patterns", "typing", "dataclasses", "asyncio"]
2735
+ "trigger_keywords": [
2736
+ "python patterns",
2737
+ "typing",
2738
+ "dataclasses",
2739
+ "asyncio"
2740
+ ]
1688
2741
  },
1689
2742
  {
1690
2743
  "name": "python-pro",
1691
2744
  "description": "Python 3.12+ specialist, FastAPI, Pydantic v2, asyncio, modern types, and pytest.",
1692
2745
  "routing_domain": "backend",
1693
2746
  "routing_tier": "specialized",
1694
- "trigger_keywords": ["python pro", "fastapi", "pydantic", "pytest"]
2747
+ "trigger_keywords": [
2748
+ "python pro",
2749
+ "fastapi",
2750
+ "pydantic",
2751
+ "pytest"
2752
+ ]
1695
2753
  },
1696
2754
  {
1697
2755
  "name": "quieter",
1698
2756
  "description": "Tone down overly loud, noisy, visually aggressive, or distracting designs.",
1699
2757
  "routing_domain": "frontend",
1700
2758
  "routing_tier": "basic",
1701
- "trigger_keywords": ["quieter", "tone down", "reduce noise", "minimalist"]
2759
+ "trigger_keywords": [
2760
+ "quieter",
2761
+ "tone down",
2762
+ "reduce noise",
2763
+ "minimalist"
2764
+ ]
1702
2765
  },
1703
2766
  {
1704
2767
  "name": "react-doctor",
1705
2768
  "description": "Scan React and Next.js applications for security, performance, re-render inefficiencies.",
1706
2769
  "routing_domain": "frontend",
1707
2770
  "routing_tier": "specialized",
1708
- "trigger_keywords": ["react doctor", "re-renders", "react memory leak"]
2771
+ "trigger_keywords": [
2772
+ "react doctor",
2773
+ "re-renders",
2774
+ "react memory leak"
2775
+ ]
1709
2776
  },
1710
2777
  {
1711
2778
  "name": "react-specialist",
1712
2779
  "description": "React 19 specialist, use(), Server/Client Components, Zustand/Jotai, React Query.",
1713
2780
  "routing_domain": "frontend",
1714
2781
  "routing_tier": "specialized",
1715
- "trigger_keywords": ["react specialist", "use hook", "react query", "zustand"]
2782
+ "trigger_keywords": [
2783
+ "react specialist",
2784
+ "use hook",
2785
+ "react query",
2786
+ "zustand"
2787
+ ]
1716
2788
  },
1717
2789
  {
1718
2790
  "name": "readme-builder",
1719
2791
  "description": "Interactive README.md generation specialist with badges, installation, and usage.",
1720
2792
  "routing_domain": "general",
1721
2793
  "routing_tier": "basic",
1722
- "trigger_keywords": ["readme builder", "readme generator", "project docs"]
2794
+ "trigger_keywords": [
2795
+ "readme builder",
2796
+ "readme generator",
2797
+ "project docs"
2798
+ ]
1723
2799
  },
1724
2800
  {
1725
2801
  "name": "realtime-patterns",
1726
2802
  "description": "Real-time communication patterns (WebSockets, SSE, WebRTC, Long Polling).",
1727
2803
  "routing_domain": "backend",
1728
2804
  "routing_tier": "expert",
1729
- "trigger_keywords": ["realtime", "websockets", "sse", "webrtc"]
2805
+ "trigger_keywords": [
2806
+ "realtime",
2807
+ "websockets",
2808
+ "sse",
2809
+ "webrtc"
2810
+ ]
1730
2811
  },
1731
2812
  {
1732
2813
  "name": "red-team-tactics",
1733
2814
  "description": "Red team tactics principles based on MITRE ATT&CK attack phases and detection evasion.",
1734
2815
  "routing_domain": "security",
1735
2816
  "routing_tier": "expert",
1736
- "trigger_keywords": ["red team", "mitre attack", "evasion", "penetration"]
2817
+ "trigger_keywords": [
2818
+ "red team",
2819
+ "mitre attack",
2820
+ "evasion",
2821
+ "penetration"
2822
+ ]
1737
2823
  },
1738
2824
  {
1739
2825
  "name": "redesign-skill",
1740
2826
  "description": "Audit and upgrade existing interfaces to premium visual quality while preserving logic.",
1741
2827
  "routing_domain": "frontend",
1742
2828
  "routing_tier": "specialized",
1743
- "trigger_keywords": ["redesign", "ui upgrade", "visual enhancement"]
2829
+ "trigger_keywords": [
2830
+ "redesign",
2831
+ "ui upgrade",
2832
+ "visual enhancement"
2833
+ ]
1744
2834
  },
1745
2835
  {
1746
2836
  "name": "review-animations",
1747
2837
  "description": "Audit web animations for layout thrashing, 60fps performance, and accessibility.",
1748
2838
  "routing_domain": "motion",
1749
2839
  "routing_tier": "specialized",
1750
- "trigger_keywords": ["review animations", "animation audit", "motion performance"]
2840
+ "trigger_keywords": [
2841
+ "review animations",
2842
+ "animation audit",
2843
+ "motion performance"
2844
+ ]
1751
2845
  },
1752
2846
  {
1753
2847
  "name": "rust-pro",
1754
2848
  "description": "Master Rust 1.75+ with async Tokio, Axum framework, Serde, and systems programming.",
1755
2849
  "routing_domain": "backend",
1756
2850
  "routing_tier": "expert",
1757
- "trigger_keywords": ["rust pro", "tokio", "axum", "serde", "systems"]
2851
+ "trigger_keywords": [
2852
+ "rust pro",
2853
+ "tokio",
2854
+ "axum",
2855
+ "serde",
2856
+ "systems"
2857
+ ]
1758
2858
  },
1759
2859
  {
1760
2860
  "name": "seo-fundamentals",
1761
2861
  "description": "SEO title tags, meta descriptions, OpenGraph, canonical URLs, and structured data.",
1762
2862
  "routing_domain": "frontend",
1763
2863
  "routing_tier": "basic",
1764
- "trigger_keywords": ["seo fundamentals", "meta tags", "opengraph", "sitemap"]
2864
+ "trigger_keywords": [
2865
+ "seo fundamentals",
2866
+ "meta tags",
2867
+ "opengraph",
2868
+ "sitemap"
2869
+ ]
1765
2870
  },
1766
2871
  {
1767
2872
  "name": "server-management",
1768
2873
  "description": "Production Linux administration, Nginx reverse proxy, UFW firewalls, SSH, systemd.",
1769
2874
  "routing_domain": "devops",
1770
2875
  "routing_tier": "expert",
1771
- "trigger_keywords": ["server management", "nginx", "ufw", "systemd", "linux"]
2876
+ "trigger_keywords": [
2877
+ "server management",
2878
+ "nginx",
2879
+ "ufw",
2880
+ "systemd",
2881
+ "linux"
2882
+ ]
1772
2883
  },
1773
2884
  {
1774
2885
  "name": "shadcn-ui-expert",
1775
2886
  "description": "Shadcn UI component library customization and Tailwind integration.",
1776
2887
  "routing_domain": "frontend",
1777
2888
  "routing_tier": "specialized",
1778
- "trigger_keywords": ["shadcn", "shadcn ui", "tailwind components"]
2889
+ "trigger_keywords": [
2890
+ "shadcn",
2891
+ "shadcn ui",
2892
+ "tailwind components"
2893
+ ]
1779
2894
  },
1780
2895
  {
1781
2896
  "name": "shape",
1782
2897
  "description": "Plan feature UX before writing code via structured Socratic design interviews.",
1783
2898
  "routing_domain": "frontend",
1784
2899
  "routing_tier": "specialized",
1785
- "trigger_keywords": ["shape", "ux planning", "onboarding flow", "design interview"]
2900
+ "trigger_keywords": [
2901
+ "shape",
2902
+ "ux planning",
2903
+ "onboarding flow",
2904
+ "design interview"
2905
+ ]
1786
2906
  },
1787
2907
  {
1788
2908
  "name": "skill-creator",
1789
2909
  "description": "Meta-agent specialized in expanding the framework by creating new SKILL.md files.",
1790
2910
  "routing_domain": "orchestration",
1791
2911
  "routing_tier": "expert",
1792
- "trigger_keywords": ["skill creator", "create skill", "new skill md"]
2912
+ "trigger_keywords": [
2913
+ "skill creator",
2914
+ "create skill",
2915
+ "new skill md"
2916
+ ]
1793
2917
  },
1794
2918
  {
1795
2919
  "name": "soft-skill",
1796
2920
  "description": "High-end visual design guidance for premium typography, spacing, depth, and animation.",
1797
2921
  "routing_domain": "frontend",
1798
2922
  "routing_tier": "specialized",
1799
- "trigger_keywords": ["soft skill", "premium design", "visual depth"]
2923
+ "trigger_keywords": [
2924
+ "soft skill",
2925
+ "premium design",
2926
+ "visual depth"
2927
+ ]
1800
2928
  },
1801
2929
  {
1802
2930
  "name": "sounds-on-the-web",
1803
2931
  "description": "Web Audio API procedural sound synthesis for tactile micro-interaction audio feedback.",
1804
2932
  "routing_domain": "motion",
1805
2933
  "routing_tier": "specialized",
1806
- "trigger_keywords": ["web audio", "sound synthesis", "micro-interaction audio"]
2934
+ "trigger_keywords": [
2935
+ "web audio",
2936
+ "sound synthesis",
2937
+ "micro-interaction audio"
2938
+ ]
1807
2939
  },
1808
2940
  {
1809
2941
  "name": "sql-pro",
1810
2942
  "description": "Advanced SQL query optimization, window functions, CTEs, indexing, and query plans.",
1811
2943
  "routing_domain": "database",
1812
2944
  "routing_tier": "expert",
1813
- "trigger_keywords": ["sql pro", "explain analyze", "window functions", "cte"]
2945
+ "trigger_keywords": [
2946
+ "sql pro",
2947
+ "explain analyze",
2948
+ "window functions",
2949
+ "cte"
2950
+ ]
1814
2951
  },
1815
2952
  {
1816
2953
  "name": "supabase-postgres-best-practices",
1817
2954
  "description": "Supabase & PostgreSQL row level security (RLS), edge functions, and performant schema.",
1818
2955
  "routing_domain": "database",
1819
2956
  "routing_tier": "expert",
1820
- "trigger_keywords": ["supabase", "postgres", "rls", "edge functions"]
2957
+ "trigger_keywords": [
2958
+ "supabase",
2959
+ "postgres",
2960
+ "rls",
2961
+ "edge functions"
2962
+ ]
1821
2963
  },
1822
2964
  {
1823
2965
  "name": "svg-animation",
1824
2966
  "description": "SVG stroke draw-on effects, path morphing, animated icons, and motion paths.",
1825
2967
  "routing_domain": "motion",
1826
2968
  "routing_tier": "specialized",
1827
- "trigger_keywords": ["svg animation", "path morphing", "stroke draw"]
2969
+ "trigger_keywords": [
2970
+ "svg animation",
2971
+ "path morphing",
2972
+ "stroke draw"
2973
+ ]
1828
2974
  },
1829
2975
  {
1830
2976
  "name": "swiftui-expert",
1831
2977
  "description": "SwiftUI 5+ for iOS/macOS layout, state management, animations, and Swift Concurrency.",
1832
2978
  "routing_domain": "mobile",
1833
2979
  "routing_tier": "expert",
1834
- "trigger_keywords": ["swiftui", "ios app", "swift concurrency", "macos"]
2980
+ "trigger_keywords": [
2981
+ "swiftui",
2982
+ "ios app",
2983
+ "swift concurrency",
2984
+ "macos"
2985
+ ]
1835
2986
  },
1836
2987
  {
1837
2988
  "name": "swiss-design",
1838
2989
  "description": "International Typographic Style (Swiss Design) strict grid, bold typographic contrast.",
1839
2990
  "routing_domain": "frontend",
1840
2991
  "routing_tier": "specialized",
1841
- "trigger_keywords": ["swiss design", "grid discipline", "typographic contrast"]
2992
+ "trigger_keywords": [
2993
+ "swiss design",
2994
+ "grid discipline",
2995
+ "typographic contrast"
2996
+ ]
1842
2997
  },
1843
2998
  {
1844
2999
  "name": "system-design-pro",
1845
3000
  "description": "System design, distributed systems, caching, message queues, and load balancers.",
1846
3001
  "routing_domain": "general",
1847
3002
  "routing_tier": "expert",
1848
- "trigger_keywords": ["system design pro", "load balancer", "redis cache", "kafka"]
3003
+ "trigger_keywords": [
3004
+ "system design pro",
3005
+ "load balancer",
3006
+ "redis cache",
3007
+ "kafka"
3008
+ ]
1849
3009
  },
1850
3010
  {
1851
3011
  "name": "systematic-debugging",
1852
3012
  "description": "Systematic debugging framework, root-cause isolation, 4-phase methodology, trace logs.",
1853
3013
  "routing_domain": "general",
1854
3014
  "routing_tier": "core",
1855
- "trigger_keywords": ["systematic debugging", "root cause isolation", "trace log"]
3015
+ "trigger_keywords": [
3016
+ "systematic debugging",
3017
+ "root cause isolation",
3018
+ "trace log"
3019
+ ]
1856
3020
  },
1857
3021
  {
1858
3022
  "name": "tailwind-patterns",
1859
3023
  "description": "Tailwind CSS v3/v4 design tokens, arbitrary values, plugin ecosystem, and dynamic themes.",
1860
3024
  "routing_domain": "frontend",
1861
3025
  "routing_tier": "specialized",
1862
- "trigger_keywords": ["tailwind patterns", "tailwind v4", "css utilities"]
3026
+ "trigger_keywords": [
3027
+ "tailwind patterns",
3028
+ "tailwind v4",
3029
+ "css utilities"
3030
+ ]
1863
3031
  },
1864
3032
  {
1865
3033
  "name": "taste-skill",
1866
3034
  "description": "Senior UI/UX frontend skill enforcing anti-slop design decisions, motion quality, micro-craft.",
1867
3035
  "routing_domain": "frontend",
1868
3036
  "routing_tier": "expert",
1869
- "trigger_keywords": ["taste skill", "anti-slop", "micro craft", "ui quality"]
3037
+ "trigger_keywords": [
3038
+ "taste skill",
3039
+ "anti-slop",
3040
+ "micro craft",
3041
+ "ui quality"
3042
+ ]
1870
3043
  },
1871
3044
  {
1872
3045
  "name": "tdd-workflow",
1873
3046
  "description": "Test-Driven Development (TDD) mastery, Red-Green-Refactor cycles, and behavioral tests.",
1874
3047
  "routing_domain": "general",
1875
3048
  "routing_tier": "expert",
1876
- "trigger_keywords": ["tdd", "test driven development", "red green refactor"]
3049
+ "trigger_keywords": [
3050
+ "tdd",
3051
+ "test driven development",
3052
+ "red green refactor"
3053
+ ]
1877
3054
  },
1878
3055
  {
1879
3056
  "name": "test-result-analyzer",
1880
3057
  "description": "Ingests test logs and identifies root causes across failing test files with actionable fixes.",
1881
3058
  "routing_domain": "general",
1882
3059
  "routing_tier": "specialized",
1883
- "trigger_keywords": ["test result analyzer", "test logs", "failing tests"]
3060
+ "trigger_keywords": [
3061
+ "test result analyzer",
3062
+ "test logs",
3063
+ "failing tests"
3064
+ ]
1884
3065
  },
1885
3066
  {
1886
3067
  "name": "testing-patterns",
1887
3068
  "description": "Unit, integration, and E2E testing strategies across frontend and backend stacks.",
1888
3069
  "routing_domain": "general",
1889
3070
  "routing_tier": "specialized",
1890
- "trigger_keywords": ["testing patterns", "unit testing", "integration testing"]
3071
+ "trigger_keywords": [
3072
+ "testing patterns",
3073
+ "unit testing",
3074
+ "integration testing"
3075
+ ]
1891
3076
  },
1892
3077
  {
1893
3078
  "name": "thermo-nuclear-code-quality-review",
1894
3079
  "description": "Strict maintainability review for abstraction quality, giant files, and debt growth.",
1895
3080
  "routing_domain": "general",
1896
3081
  "routing_tier": "expert",
1897
- "trigger_keywords": ["thermo nuclear review", "giant file check", "code debt"]
3082
+ "trigger_keywords": [
3083
+ "thermo nuclear review",
3084
+ "giant file check",
3085
+ "code debt"
3086
+ ]
1898
3087
  },
1899
3088
  {
1900
3089
  "name": "thinking-protocol",
1901
3090
  "description": "Structured thinking protocol for problem decomposition and systematic decision-making.",
1902
3091
  "routing_domain": "general",
1903
3092
  "routing_tier": "core",
1904
- "trigger_keywords": ["thinking protocol", "problem decomposition", "reasoning"]
3093
+ "trigger_keywords": [
3094
+ "thinking protocol",
3095
+ "problem decomposition",
3096
+ "reasoning"
3097
+ ]
1905
3098
  },
1906
3099
  {
1907
3100
  "name": "threejs-fundamentals",
1908
3101
  "description": "Three.js 3D graphics for web, scene setup, lighting, materials, geometries, and WebGL.",
1909
3102
  "routing_domain": "motion",
1910
3103
  "routing_tier": "specialized",
1911
- "trigger_keywords": ["threejs", "webgl 3d", "3d scene", "lighting"]
3104
+ "trigger_keywords": [
3105
+ "threejs",
3106
+ "webgl 3d",
3107
+ "3d scene",
3108
+ "lighting"
3109
+ ]
1912
3110
  },
1913
3111
  {
1914
3112
  "name": "to-spring-or-not-to-spring",
1915
3113
  "description": "Audit physics-based spring animations vs duration-based cubic-bezier easing curves.",
1916
3114
  "routing_domain": "motion",
1917
3115
  "routing_tier": "specialized",
1918
- "trigger_keywords": ["spring animation", "stiffness damping", "cubic bezier"]
3116
+ "trigger_keywords": [
3117
+ "spring animation",
3118
+ "stiffness damping",
3119
+ "cubic bezier"
3120
+ ]
1919
3121
  },
1920
3122
  {
1921
3123
  "name": "transitions-dev",
1922
3124
  "description": "Production CSS transition patterns for cards, modals, dropdowns, panels, accordions.",
1923
3125
  "routing_domain": "motion",
1924
3126
  "routing_tier": "basic",
1925
- "trigger_keywords": ["css transitions", "modal transition", "dropdown animation"]
3127
+ "trigger_keywords": [
3128
+ "css transitions",
3129
+ "modal transition",
3130
+ "dropdown animation"
3131
+ ]
1926
3132
  },
1927
3133
  {
1928
3134
  "name": "trend-researcher",
1929
3135
  "description": "Creative muse and design trend analyzer for modern web/mobile interfaces.",
1930
3136
  "routing_domain": "frontend",
1931
3137
  "routing_tier": "specialized",
1932
- "trigger_keywords": ["trend researcher", "design trends", "ui inspiration"]
3138
+ "trigger_keywords": [
3139
+ "trend researcher",
3140
+ "design trends",
3141
+ "ui inspiration"
3142
+ ]
1933
3143
  },
1934
3144
  {
1935
3145
  "name": "typeset",
1936
3146
  "description": "Web typography scaling, font pairing, optical sizing, line height cadence, text wrap balance.",
1937
3147
  "routing_domain": "frontend",
1938
3148
  "routing_tier": "specialized",
1939
- "trigger_keywords": ["typeset", "typography scale", "line height", "text wrap"]
3149
+ "trigger_keywords": [
3150
+ "typeset",
3151
+ "typography scale",
3152
+ "line height",
3153
+ "text wrap"
3154
+ ]
1940
3155
  },
1941
3156
  {
1942
3157
  "name": "typescript-advanced",
1943
3158
  "description": "Advanced TypeScript types, conditional types, template literals, type guards, brand types.",
1944
3159
  "routing_domain": "general",
1945
3160
  "routing_tier": "expert",
1946
- "trigger_keywords": ["advanced typescript", "generics", "conditional types", "typeguard"]
3161
+ "trigger_keywords": [
3162
+ "advanced typescript",
3163
+ "generics",
3164
+ "conditional types",
3165
+ "typeguard"
3166
+ ]
1947
3167
  },
1948
3168
  {
1949
3169
  "name": "ui-reasoning-engine",
1950
3170
  "description": "UI reasoning engine for evaluating design decisions against visual hierarchy and spacing.",
1951
3171
  "routing_domain": "frontend",
1952
3172
  "routing_tier": "expert",
1953
- "trigger_keywords": ["ui reasoning engine", "visual hierarchy", "spacing system"]
3173
+ "trigger_keywords": [
3174
+ "ui reasoning engine",
3175
+ "visual hierarchy",
3176
+ "spacing system"
3177
+ ]
1954
3178
  },
1955
3179
  {
1956
3180
  "name": "ui-skill-packs",
1957
3181
  "description": "Mandatory skill loading packs consolidating UI skills into 3 tiered units.",
1958
3182
  "routing_domain": "frontend",
1959
3183
  "routing_tier": "core",
1960
- "trigger_keywords": ["ui skill packs", "skill loading pack", "ui bundle"]
3184
+ "trigger_keywords": [
3185
+ "ui skill packs",
3186
+ "skill loading pack",
3187
+ "ui bundle"
3188
+ ]
1961
3189
  },
1962
3190
  {
1963
3191
  "name": "ui-skills-root",
1964
3192
  "description": "Master router skill for design engineering and UI craft.",
1965
3193
  "routing_domain": "frontend",
1966
3194
  "routing_tier": "core",
1967
- "trigger_keywords": ["ui skills root", "design engineering", "ui router"]
3195
+ "trigger_keywords": [
3196
+ "ui skills root",
3197
+ "design engineering",
3198
+ "ui router"
3199
+ ]
1968
3200
  },
1969
3201
  {
1970
3202
  "name": "ui-ux-pro-max",
1971
3203
  "description": "Plan and implement cutting-edge UI/UX with modular swarm architecture.",
1972
3204
  "routing_domain": "frontend",
1973
3205
  "routing_tier": "expert",
1974
- "trigger_keywords": ["ui ux pro max", "picasso ui", "modular swarm ui"]
3206
+ "trigger_keywords": [
3207
+ "ui ux pro max",
3208
+ "picasso ui",
3209
+ "modular swarm ui"
3210
+ ]
1975
3211
  },
1976
3212
  {
1977
3213
  "name": "ui-ux-researcher",
1978
3214
  "description": "Expert auditor for accessibility, cognitive load, and premium design heuristics.",
1979
3215
  "routing_domain": "frontend",
1980
3216
  "routing_tier": "specialized",
1981
- "trigger_keywords": ["ui ux researcher", "cognitive load", "heuristics audit"]
3217
+ "trigger_keywords": [
3218
+ "ui ux researcher",
3219
+ "cognitive load",
3220
+ "heuristics audit"
3221
+ ]
1982
3222
  },
1983
3223
  {
1984
3224
  "name": "vulnerability-scanner",
1985
3225
  "description": "Automated security vulnerability scanner for dependencies and code injection vectors.",
1986
3226
  "routing_domain": "security",
1987
3227
  "routing_tier": "expert",
1988
- "trigger_keywords": ["vulnerability scanner", "cve scan", "security audit"]
3228
+ "trigger_keywords": [
3229
+ "vulnerability scanner",
3230
+ "cve scan",
3231
+ "security audit"
3232
+ ]
1989
3233
  },
1990
3234
  {
1991
3235
  "name": "vue-expert",
1992
3236
  "description": "Vue 3.5+ Composition API, script setup, reactive refs, Pinia, Vue Router 4, Nuxt 4.",
1993
3237
  "routing_domain": "frontend",
1994
3238
  "routing_tier": "specialized",
1995
- "trigger_keywords": ["vue expert", "vue 3", "nuxt 4", "pinia"]
3239
+ "trigger_keywords": [
3240
+ "vue expert",
3241
+ "vue 3",
3242
+ "nuxt 4",
3243
+ "pinia"
3244
+ ]
1996
3245
  },
1997
3246
  {
1998
3247
  "name": "web-accessibility-auditor",
1999
3248
  "description": "Comprehensive WCAG 2.2 AA accessibility auditor for web applications.",
2000
3249
  "routing_domain": "frontend",
2001
3250
  "routing_tier": "specialized",
2002
- "trigger_keywords": ["web a11y auditor", "wcag audit", "accessibility report"]
3251
+ "trigger_keywords": [
3252
+ "web a11y auditor",
3253
+ "wcag audit",
3254
+ "accessibility report"
3255
+ ]
2003
3256
  },
2004
3257
  {
2005
3258
  "name": "web-design-guidelines",
2006
3259
  "description": "Review UI code for Next-Generation Web Interface Guidelines compliance.",
2007
3260
  "routing_domain": "frontend",
2008
3261
  "routing_tier": "specialized",
2009
- "trigger_keywords": ["web design guidelines", "ui guidelines", "interface audit"]
3262
+ "trigger_keywords": [
3263
+ "web design guidelines",
3264
+ "ui guidelines",
3265
+ "interface audit"
3266
+ ]
2010
3267
  },
2011
3268
  {
2012
3269
  "name": "web-quality-audit",
2013
3270
  "description": "Lighthouse-style analysis across Performance, Accessibility, Best Practices, SEO.",
2014
3271
  "routing_domain": "general",
2015
3272
  "routing_tier": "specialized",
2016
- "trigger_keywords": ["web quality audit", "lighthouse", "seo audit"]
3273
+ "trigger_keywords": [
3274
+ "web quality audit",
3275
+ "lighthouse",
3276
+ "seo audit"
3277
+ ]
2017
3278
  },
2018
3279
  {
2019
3280
  "name": "webapp-testing",
2020
3281
  "description": "Full-stack web application testing, mock servers, fixtures, and CI configuration.",
2021
3282
  "routing_domain": "general",
2022
3283
  "routing_tier": "specialized",
2023
- "trigger_keywords": ["webapp testing", "mock server", "test fixtures"]
3284
+ "trigger_keywords": [
3285
+ "webapp testing",
3286
+ "mock server",
3287
+ "test fixtures"
3288
+ ]
2024
3289
  },
2025
3290
  {
2026
3291
  "name": "webgpu-performance",
2027
3292
  "description": "WebGPU API, WGSL compute shaders, explicit GPU memory, and browser tensor calculations.",
2028
3293
  "routing_domain": "motion",
2029
3294
  "routing_tier": "expert",
2030
- "trigger_keywords": ["webgpu", "wgsl", "compute shaders", "gpu memory"]
3295
+ "trigger_keywords": [
3296
+ "webgpu",
3297
+ "wgsl",
3298
+ "compute shaders",
3299
+ "gpu memory"
3300
+ ]
2031
3301
  },
2032
3302
  {
2033
3303
  "name": "whimsy-injector",
2034
3304
  "description": "Micro-delight generator for subtle animations, playful transitions, and tactile feedback.",
2035
3305
  "routing_domain": "motion",
2036
3306
  "routing_tier": "specialized",
2037
- "trigger_keywords": ["whimsy injector", "playful transition", "micro delight"]
3307
+ "trigger_keywords": [
3308
+ "whimsy injector",
3309
+ "playful transition",
3310
+ "micro delight"
3311
+ ]
2038
3312
  },
2039
3313
  {
2040
3314
  "name": "workflow-optimizer",
2041
3315
  "description": "Analyzes agent tool-calling patterns and task execution efficiency to suggest improvements.",
2042
3316
  "routing_domain": "orchestration",
2043
3317
  "routing_tier": "specialized",
2044
- "trigger_keywords": ["workflow optimizer", "tool calling efficiency", "agent performance"]
3318
+ "trigger_keywords": [
3319
+ "workflow optimizer",
3320
+ "tool calling efficiency",
3321
+ "agent performance"
3322
+ ]
2045
3323
  }
2046
3324
  ]
2047
- }
3325
+ }