tribunal-kit 9.0.2 → 9.2.3

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