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
@@ -1,20 +1,25 @@
1
1
  {
2
- "version": "6.0.0",
3
- "generated_at": "2026-07-29T09:08:25.726Z",
2
+ "version": "9.2.1",
3
+ "generated_at": "2026-09-19T14:04:36.765Z",
4
4
  "agents": {
5
- "total": 45,
5
+ "total": 52,
6
6
  "reviewers": [
7
7
  "accessibility-reviewer",
8
8
  "ai-code-reviewer",
9
+ "anti-pattern-reviewer",
9
10
  "complexity-reviewer",
10
11
  "db-latency-auditor",
11
12
  "dependency-reviewer",
12
13
  "frontend-reviewer",
14
+ "interaction-reviewer",
13
15
  "logic-reviewer",
16
+ "minimalist-reviewer",
14
17
  "mobile-reviewer",
15
18
  "penetration-tester",
16
19
  "performance-reviewer",
20
+ "pipeline-reviewer",
17
21
  "precedence-reviewer",
22
+ "product-reviewer",
18
23
  "resilience-reviewer",
19
24
  "schema-reviewer",
20
25
  "security-auditor",
@@ -24,6 +29,8 @@
24
29
  "type-safety-reviewer",
25
30
  "ui-ux-auditor",
26
31
  "ui-visual-auditor",
32
+ "ux-reviewer",
33
+ "visual-reviewer",
27
34
  "vitals-reviewer"
28
35
  ],
29
36
  "specialists": [
@@ -52,10 +59,11 @@
52
59
  "system-architect",
53
60
  "test-engineer"
54
61
  ],
55
- "reviewer_count": 21,
62
+ "reviewer_count": 28,
56
63
  "all": [
57
64
  "accessibility-reviewer",
58
65
  "ai-code-reviewer",
66
+ "anti-pattern-reviewer",
59
67
  "api-architect",
60
68
  "backend-specialist",
61
69
  "cloud-engineer",
@@ -71,16 +79,20 @@
71
79
  "frontend-reviewer",
72
80
  "frontend-specialist",
73
81
  "game-developer",
82
+ "interaction-reviewer",
74
83
  "logic-reviewer",
84
+ "minimalist-reviewer",
75
85
  "mobile-developer",
76
86
  "mobile-reviewer",
77
87
  "orchestrator",
78
88
  "penetration-tester",
79
89
  "performance-optimizer",
80
90
  "performance-reviewer",
91
+ "pipeline-reviewer",
81
92
  "precedence-reviewer",
82
93
  "product-manager",
83
94
  "product-owner",
95
+ "product-reviewer",
84
96
  "project-planner",
85
97
  "qa-automation-engineer",
86
98
  "resilience-reviewer",
@@ -98,20 +110,23 @@
98
110
  "type-safety-reviewer",
99
111
  "ui-ux-auditor",
100
112
  "ui-visual-auditor",
113
+ "ux-reviewer",
114
+ "visual-reviewer",
101
115
  "vitals-reviewer"
102
116
  ]
103
117
  },
104
118
  "skills": {
105
- "total": 169,
119
+ "total": 185,
106
120
  "names": [
107
121
  "12-principles-of-animation",
108
122
  "60fps-animation",
109
- "Knowledge Graph Analyzer",
110
123
  "accessible-animation",
111
124
  "adapt",
112
125
  "advanced-rag-pipelines",
113
126
  "agent-organizer",
114
127
  "agentic-patterns",
128
+ "agentic-workflows-2026",
129
+ "ai-app-hardening",
115
130
  "ai-prompt-injection-defense",
116
131
  "animation-on-scroll",
117
132
  "animation-systems",
@@ -133,6 +148,7 @@
133
148
  "better-ui",
134
149
  "bolder",
135
150
  "brainstorming",
151
+ "browser-audit",
136
152
  "browser-native-ai",
137
153
  "build-primitive",
138
154
  "building-native-ui",
@@ -148,6 +164,7 @@
148
164
  "company-logos",
149
165
  "config-validator",
150
166
  "containerization-pro",
167
+ "context-engineering-pro",
151
168
  "create-design-md",
152
169
  "critique",
153
170
  "csharp-developer",
@@ -162,9 +179,12 @@
162
179
  "distill",
163
180
  "documentation-templates",
164
181
  "domain-modeling",
182
+ "duckdb-analytical-sql",
183
+ "edge-ai-mobile",
165
184
  "edge-computing",
166
185
  "emil-design-eng",
167
186
  "error-resilience",
187
+ "expo-router-v4",
168
188
  "extract-design-system",
169
189
  "fabel-protocol",
170
190
  "fixing-accessibility",
@@ -195,6 +215,7 @@
195
215
  "improve-codebase-architecture",
196
216
  "improve-ui",
197
217
  "intelligent-routing",
218
+ "knowledge-graph",
198
219
  "landing-page",
199
220
  "lint-and-validate",
200
221
  "llm-engineering",
@@ -212,17 +233,22 @@
212
233
  "nextjs-react-expert",
213
234
  "nodejs-best-practices",
214
235
  "observability",
236
+ "opentelemetry-observability",
215
237
  "page-transition-animation",
216
238
  "parallel-agents",
217
239
  "performance-profiling",
218
240
  "plan-writing",
219
241
  "platform-engineer",
242
+ "platform-engineering-opentofu",
243
+ "playwright-ai-e2e",
220
244
  "playwright-best-practices",
221
245
  "polish",
222
246
  "powershell-windows",
223
247
  "pricing-page",
248
+ "product-aware-heuristics",
224
249
  "progressive-blur",
225
250
  "project-idioms",
251
+ "property-based-testing",
226
252
  "python-patterns",
227
253
  "python-pro",
228
254
  "quieter",
@@ -260,10 +286,13 @@
260
286
  "trend-researcher",
261
287
  "typescript-advanced",
262
288
  "typeset",
289
+ "ui-reasoning-engine",
263
290
  "ui-skill-packs",
264
291
  "ui-skills-root",
265
292
  "ui-ux-pro-max",
266
293
  "ui-ux-researcher",
294
+ "vector-search-pgvector",
295
+ "verification-before-completion",
267
296
  "vue-expert",
268
297
  "vulnerability-scanner",
269
298
  "web-accessibility-auditor",
@@ -272,30 +301,38 @@
272
301
  "webapp-testing",
273
302
  "webgpu-performance",
274
303
  "whimsy-injector",
275
- "workflow-optimizer"
304
+ "workflow-optimizer",
305
+ "zero-trust-passkeys"
276
306
  ]
277
307
  },
278
308
  "scripts": {
279
- "total": 33,
309
+ "total": 43,
280
310
  "files": {
311
+ "ast_context_loader.js": ".agent/scripts/ast_context_loader.js",
281
312
  "auto_preview.js": ".agent/scripts/auto_preview.js",
313
+ "browser_audit.js": ".agent/scripts/browser_audit.js",
282
314
  "bundle_analyzer.js": ".agent/scripts/bundle_analyzer.js",
283
315
  "case_law_manager.js": ".agent/scripts/case_law_manager.js",
284
316
  "checklist.js": ".agent/scripts/checklist.js",
285
- "compile_router.py": ".agent/scripts/compile_router.py",
317
+ "cicd_validator.js": ".agent/scripts/cicd_validator.js",
286
318
  "context_broker.js": ".agent/scripts/context_broker.js",
319
+ "context_compiler.js": ".agent/scripts/context_compiler.js",
320
+ "contract_engine.js": ".agent/scripts/contract_engine.js",
287
321
  "dependency_analyzer.js": ".agent/scripts/dependency_analyzer.js",
288
322
  "graph_builder.js": ".agent/scripts/graph_builder.js",
289
323
  "graph_visualizer.js": ".agent/scripts/graph_visualizer.js",
290
324
  "graph_zoom.js": ".agent/scripts/graph_zoom.js",
291
325
  "guardrail_engine.js": ".agent/scripts/guardrail_engine.js",
326
+ "impact_classifier.js": ".agent/scripts/impact_classifier.js",
292
327
  "inner_loop_validator.js": ".agent/scripts/inner_loop_validator.js",
293
328
  "integrity_manifest.js": ".agent/scripts/integrity_manifest.js",
294
329
  "lint_runner.js": ".agent/scripts/lint_runner.js",
295
330
  "marathon_harness.js": ".agent/scripts/marathon_harness.js",
296
- "migrate_skills_frontmatter.py": ".agent/scripts/migrate_skills_frontmatter.py",
331
+ "memory_engine.js": ".agent/scripts/memory_engine.js",
297
332
  "minify_context.js": ".agent/scripts/minify_context.js",
333
+ "minimal_change_engine.js": ".agent/scripts/minimal_change_engine.js",
298
334
  "mutation_runner.js": ".agent/scripts/mutation_runner.js",
335
+ "payload_schemas.js": ".agent/scripts/payload_schemas.js",
299
336
  "pipeline_engine.js": ".agent/scripts/pipeline_engine.js",
300
337
  "prompt_compiler.js": ".agent/scripts/prompt_compiler.js",
301
338
  "schema_validator.js": ".agent/scripts/schema_validator.js",
@@ -304,9 +341,12 @@
304
341
  "signal_detector.js": ".agent/scripts/signal_detector.js",
305
342
  "skill_evolution.js": ".agent/scripts/skill_evolution.js",
306
343
  "skill_integrator.js": ".agent/scripts/skill_integrator.js",
344
+ "socratic_gate_policy.js": ".agent/scripts/socratic_gate_policy.js",
307
345
  "strengthen_skills.js": ".agent/scripts/strengthen_skills.js",
308
346
  "swarm_dispatcher.js": ".agent/scripts/swarm_dispatcher.js",
309
347
  "test_runner.js": ".agent/scripts/test_runner.js",
348
+ "token_budget_broker.js": ".agent/scripts/token_budget_broker.js",
349
+ "trace_engine.js": ".agent/scripts/trace_engine.js",
310
350
  "verify_all.js": ".agent/scripts/verify_all.js",
311
351
  "visual_audit.js": ".agent/scripts/visual_audit.js",
312
352
  "_colors.js": ".agent/scripts/_colors.js",
@@ -314,21 +354,27 @@
314
354
  }
315
355
  },
316
356
  "workflows": {
317
- "total": 35,
357
+ "total": 45,
318
358
  "names": [
319
359
  "acf",
320
360
  "api-tester",
321
361
  "audit",
362
+ "audit-live",
322
363
  "brainstorm",
323
364
  "changelog",
365
+ "compare-web",
366
+ "context",
367
+ "contract",
324
368
  "create",
325
369
  "debug",
326
370
  "deploy",
327
371
  "enhance",
328
372
  "fix",
373
+ "fix-ci",
329
374
  "generate",
330
375
  "marathon",
331
376
  "migrate",
377
+ "minimal",
332
378
  "orchestrate",
333
379
  "performance-benchmarker",
334
380
  "pipeline",
@@ -337,632 +383,3996 @@
337
383
  "refactor",
338
384
  "review",
339
385
  "review-ai",
386
+ "sdd",
340
387
  "session",
388
+ "skill-enhancement-engine",
341
389
  "status",
342
390
  "strengthen-skills",
343
391
  "super-prompt",
344
392
  "swarm",
345
393
  "test",
346
394
  "tribunal-backend",
395
+ "tribunal-cicd",
347
396
  "tribunal-database",
348
397
  "tribunal-frontend",
349
398
  "tribunal-full",
350
399
  "tribunal-mobile",
351
400
  "tribunal-performance",
352
401
  "tribunal-speed",
402
+ "tribunal-ui",
353
403
  "ui-ux-pro-max"
354
404
  ]
355
405
  },
356
406
  "cross_references": [
357
407
  {
358
- "source": "agents/precedence-reviewer.md",
359
- "ref": "scripts/case_law_manager.js",
408
+ "source": ".manifest.json",
409
+ "ref": "agents/accessibility-reviewer.md",
360
410
  "exists": true,
361
- "type": "script"
411
+ "type": "agent"
362
412
  },
363
413
  {
364
- "source": "agents/swarm-worker-contracts.md",
365
- "ref": "scripts/swarm_dispatcher.js",
414
+ "source": ".manifest.json",
415
+ "ref": "agents/ai-code-reviewer.md",
366
416
  "exists": true,
367
- "type": "script"
417
+ "type": "agent"
368
418
  },
369
419
  {
370
- "source": "agents/swarm-worker-registry.md",
371
- "ref": "scripts/verify_all.js",
420
+ "source": ".manifest.json",
421
+ "ref": "agents/anti-pattern-reviewer.md",
372
422
  "exists": true,
373
- "type": "script"
423
+ "type": "agent"
374
424
  },
375
425
  {
376
- "source": "ARCHITECTURE.md",
377
- "ref": "agents/logic-reviewer.md",
426
+ "source": ".manifest.json",
427
+ "ref": "agents/api-architect.md",
378
428
  "exists": true,
379
429
  "type": "agent"
380
430
  },
381
431
  {
382
- "source": "ARCHITECTURE.md",
383
- "ref": "agents/security-auditor.md",
432
+ "source": ".manifest.json",
433
+ "ref": "agents/backend-specialist.md",
384
434
  "exists": true,
385
435
  "type": "agent"
386
436
  },
387
437
  {
388
- "source": "ARCHITECTURE.md",
389
- "ref": "agents/performance-reviewer.md",
438
+ "source": ".manifest.json",
439
+ "ref": "agents/cloud-engineer.md",
390
440
  "exists": true,
391
441
  "type": "agent"
392
442
  },
393
443
  {
394
- "source": "ARCHITECTURE.md",
395
- "ref": "agents/dependency-reviewer.md",
444
+ "source": ".manifest.json",
445
+ "ref": "agents/code-archaeologist.md",
396
446
  "exists": true,
397
447
  "type": "agent"
398
448
  },
399
449
  {
400
- "source": "ARCHITECTURE.md",
401
- "ref": "agents/type-safety-reviewer.md",
450
+ "source": ".manifest.json",
451
+ "ref": "agents/complexity-reviewer.md",
402
452
  "exists": true,
403
453
  "type": "agent"
404
454
  },
405
455
  {
406
- "source": "ARCHITECTURE.md",
407
- "ref": "agents/sql-reviewer.md",
456
+ "source": ".manifest.json",
457
+ "ref": "agents/database-architect.md",
408
458
  "exists": true,
409
459
  "type": "agent"
410
460
  },
411
461
  {
412
- "source": "ARCHITECTURE.md",
413
- "ref": "agents/frontend-reviewer.md",
462
+ "source": ".manifest.json",
463
+ "ref": "agents/db-latency-auditor.md",
414
464
  "exists": true,
415
465
  "type": "agent"
416
466
  },
417
467
  {
418
- "source": "ARCHITECTURE.md",
419
- "ref": "agents/test-coverage-reviewer.md",
468
+ "source": ".manifest.json",
469
+ "ref": "agents/debugger.md",
420
470
  "exists": true,
421
471
  "type": "agent"
422
472
  },
423
473
  {
424
- "source": "ARCHITECTURE.md",
425
- "ref": "agents/mobile-reviewer.md",
474
+ "source": ".manifest.json",
475
+ "ref": "agents/dependency-reviewer.md",
426
476
  "exists": true,
427
477
  "type": "agent"
428
478
  },
429
479
  {
430
- "source": "ARCHITECTURE.md",
431
- "ref": "agents/ai-code-reviewer.md",
480
+ "source": ".manifest.json",
481
+ "ref": "agents/devops-engineer.md",
432
482
  "exists": true,
433
483
  "type": "agent"
434
484
  },
435
485
  {
436
- "source": "ARCHITECTURE.md",
437
- "ref": "agents/accessibility-reviewer.md",
486
+ "source": ".manifest.json",
487
+ "ref": "agents/documentation-writer.md",
438
488
  "exists": true,
439
489
  "type": "agent"
440
490
  },
441
491
  {
442
- "source": "ARCHITECTURE.md",
443
- "ref": "agents/resilience-reviewer.md",
492
+ "source": ".manifest.json",
493
+ "ref": "agents/explorer-agent.md",
444
494
  "exists": true,
445
495
  "type": "agent"
446
496
  },
447
497
  {
448
- "source": "ARCHITECTURE.md",
449
- "ref": "agents/schema-reviewer.md",
498
+ "source": ".manifest.json",
499
+ "ref": "agents/frontend-reviewer.md",
450
500
  "exists": true,
451
501
  "type": "agent"
452
502
  },
453
503
  {
454
- "source": "ARCHITECTURE.md",
455
- "ref": "agents/precedence-reviewer.md",
504
+ "source": ".manifest.json",
505
+ "ref": "agents/frontend-specialist.md",
456
506
  "exists": true,
457
507
  "type": "agent"
458
508
  },
459
509
  {
460
- "source": "ARCHITECTURE.md",
461
- "ref": "agents/penetration-tester.md",
510
+ "source": ".manifest.json",
511
+ "ref": "agents/game-developer.md",
462
512
  "exists": true,
463
513
  "type": "agent"
464
514
  },
465
515
  {
466
- "source": "ARCHITECTURE.md",
467
- "ref": "agents/ui-ux-auditor.md",
516
+ "source": ".manifest.json",
517
+ "ref": "agents/interaction-reviewer.md",
468
518
  "exists": true,
469
519
  "type": "agent"
470
520
  },
471
521
  {
472
- "source": "ARCHITECTURE.md",
473
- "ref": "agents/vitals-reviewer.md",
522
+ "source": ".manifest.json",
523
+ "ref": "agents/logic-reviewer.md",
474
524
  "exists": true,
475
525
  "type": "agent"
476
526
  },
477
527
  {
478
- "source": "ARCHITECTURE.md",
479
- "ref": "agents/throughput-optimizer.md",
528
+ "source": ".manifest.json",
529
+ "ref": "agents/minimalist-reviewer.md",
480
530
  "exists": true,
481
531
  "type": "agent"
482
532
  },
483
533
  {
484
- "source": "ARCHITECTURE.md",
485
- "ref": "agents/db-latency-auditor.md",
534
+ "source": ".manifest.json",
535
+ "ref": "agents/mobile-developer.md",
486
536
  "exists": true,
487
537
  "type": "agent"
488
538
  },
489
539
  {
490
- "source": "ARCHITECTURE.md",
491
- "ref": "agents/supervisor-agent.md",
540
+ "source": ".manifest.json",
541
+ "ref": "agents/mobile-reviewer.md",
492
542
  "exists": true,
493
543
  "type": "agent"
494
544
  },
495
545
  {
496
- "source": "ARCHITECTURE.md",
497
- "ref": "agents/swarm-worker-contracts.md",
546
+ "source": ".manifest.json",
547
+ "ref": "agents/orchestrator.md",
498
548
  "exists": true,
499
549
  "type": "agent"
500
550
  },
501
551
  {
502
- "source": "ARCHITECTURE.md",
503
- "ref": "agents/swarm-worker-registry.md",
552
+ "source": ".manifest.json",
553
+ "ref": "agents/penetration-tester.md",
504
554
  "exists": true,
505
555
  "type": "agent"
506
556
  },
507
557
  {
508
- "source": "ARCHITECTURE.md",
509
- "ref": "scripts/swarm_dispatcher.js",
558
+ "source": ".manifest.json",
559
+ "ref": "agents/performance-optimizer.md",
510
560
  "exists": true,
511
- "type": "script"
561
+ "type": "agent"
512
562
  },
513
563
  {
514
- "source": "ARCHITECTURE.md",
515
- "ref": "scripts/pipeline_engine.js",
564
+ "source": ".manifest.json",
565
+ "ref": "agents/performance-reviewer.md",
516
566
  "exists": true,
517
- "type": "script"
567
+ "type": "agent"
518
568
  },
519
569
  {
520
- "source": "ARCHITECTURE.md",
521
- "ref": "scripts/checklist.js",
570
+ "source": ".manifest.json",
571
+ "ref": "agents/precedence-reviewer.md",
522
572
  "exists": true,
523
- "type": "script"
573
+ "type": "agent"
524
574
  },
525
575
  {
526
- "source": "ARCHITECTURE.md",
527
- "ref": "scripts/verify_all.js",
576
+ "source": ".manifest.json",
577
+ "ref": "agents/product-manager.md",
528
578
  "exists": true,
529
- "type": "script"
579
+ "type": "agent"
530
580
  },
531
581
  {
532
- "source": "ARCHITECTURE.md",
533
- "ref": "scripts/auto_preview.js",
582
+ "source": ".manifest.json",
583
+ "ref": "agents/product-owner.md",
534
584
  "exists": true,
535
- "type": "script"
585
+ "type": "agent"
536
586
  },
537
587
  {
538
- "source": "ARCHITECTURE.md",
539
- "ref": "scripts/session_manager.js",
588
+ "source": ".manifest.json",
589
+ "ref": "agents/product-reviewer.md",
540
590
  "exists": true,
541
- "type": "script"
591
+ "type": "agent"
542
592
  },
543
593
  {
544
- "source": "ARCHITECTURE.md",
545
- "ref": "scripts/lint_runner.js",
594
+ "source": ".manifest.json",
595
+ "ref": "agents/project-planner.md",
546
596
  "exists": true,
547
- "type": "script"
597
+ "type": "agent"
548
598
  },
549
599
  {
550
- "source": "ARCHITECTURE.md",
551
- "ref": "scripts/test_runner.js",
600
+ "source": ".manifest.json",
601
+ "ref": "agents/qa-automation-engineer.md",
552
602
  "exists": true,
553
- "type": "script"
603
+ "type": "agent"
554
604
  },
555
605
  {
556
- "source": "ARCHITECTURE.md",
557
- "ref": "scripts/security_scan.js",
606
+ "source": ".manifest.json",
607
+ "ref": "agents/resilience-reviewer.md",
558
608
  "exists": true,
559
- "type": "script"
609
+ "type": "agent"
560
610
  },
561
611
  {
562
- "source": "ARCHITECTURE.md",
563
- "ref": "scripts/dependency_analyzer.js",
612
+ "source": ".manifest.json",
613
+ "ref": "agents/schema-reviewer.md",
564
614
  "exists": true,
565
- "type": "script"
615
+ "type": "agent"
566
616
  },
567
617
  {
568
- "source": "ARCHITECTURE.md",
569
- "ref": "scripts/schema_validator.js",
618
+ "source": ".manifest.json",
619
+ "ref": "agents/security-auditor.md",
570
620
  "exists": true,
571
- "type": "script"
621
+ "type": "agent"
572
622
  },
573
623
  {
574
- "source": "ARCHITECTURE.md",
575
- "ref": "scripts/bundle_analyzer.js",
624
+ "source": ".manifest.json",
625
+ "ref": "agents/seo-specialist.md",
576
626
  "exists": true,
577
- "type": "script"
627
+ "type": "agent"
578
628
  },
579
629
  {
580
- "source": "ARCHITECTURE.md",
581
- "ref": "scripts/strengthen_skills.js",
630
+ "source": ".manifest.json",
631
+ "ref": "agents/sql-reviewer.md",
582
632
  "exists": true,
583
- "type": "script"
633
+ "type": "agent"
584
634
  },
585
635
  {
586
- "source": "ARCHITECTURE.md",
587
- "ref": "scripts/skill_integrator.js",
636
+ "source": ".manifest.json",
637
+ "ref": "agents/supervisor-agent.md",
588
638
  "exists": true,
589
- "type": "script"
639
+ "type": "agent"
590
640
  },
591
641
  {
592
- "source": "ARCHITECTURE.md",
593
- "ref": "workflows/generate.md",
642
+ "source": ".manifest.json",
643
+ "ref": "agents/swarm-worker-contracts.md",
594
644
  "exists": true,
595
- "type": "workflow"
645
+ "type": "agent"
596
646
  },
597
647
  {
598
- "source": "ARCHITECTURE.md",
599
- "ref": "workflows/review.md",
648
+ "source": ".manifest.json",
649
+ "ref": "agents/swarm-worker-registry.md",
600
650
  "exists": true,
601
- "type": "workflow"
651
+ "type": "agent"
602
652
  },
603
653
  {
604
- "source": "ARCHITECTURE.md",
605
- "ref": "workflows/tribunal-full.md",
654
+ "source": ".manifest.json",
655
+ "ref": "agents/system-architect.md",
606
656
  "exists": true,
607
- "type": "workflow"
657
+ "type": "agent"
608
658
  },
609
659
  {
610
- "source": "ARCHITECTURE.md",
611
- "ref": "workflows/tribunal-backend.md",
660
+ "source": ".manifest.json",
661
+ "ref": "agents/test-coverage-reviewer.md",
612
662
  "exists": true,
613
- "type": "workflow"
663
+ "type": "agent"
614
664
  },
615
665
  {
616
- "source": "ARCHITECTURE.md",
617
- "ref": "workflows/tribunal-frontend.md",
666
+ "source": ".manifest.json",
667
+ "ref": "agents/test-engineer.md",
618
668
  "exists": true,
619
- "type": "workflow"
669
+ "type": "agent"
620
670
  },
621
671
  {
622
- "source": "ARCHITECTURE.md",
623
- "ref": "workflows/tribunal-database.md",
672
+ "source": ".manifest.json",
673
+ "ref": "agents/throughput-optimizer.md",
624
674
  "exists": true,
625
- "type": "workflow"
675
+ "type": "agent"
626
676
  },
627
677
  {
628
- "source": "ARCHITECTURE.md",
629
- "ref": "workflows/tribunal-mobile.md",
678
+ "source": ".manifest.json",
679
+ "ref": "agents/type-safety-reviewer.md",
630
680
  "exists": true,
631
- "type": "workflow"
681
+ "type": "agent"
632
682
  },
633
683
  {
634
- "source": "ARCHITECTURE.md",
635
- "ref": "workflows/tribunal-performance.md",
684
+ "source": ".manifest.json",
685
+ "ref": "agents/ui-ux-auditor.md",
636
686
  "exists": true,
637
- "type": "workflow"
687
+ "type": "agent"
638
688
  },
639
689
  {
640
- "source": "ARCHITECTURE.md",
641
- "ref": "workflows/brainstorm.md",
690
+ "source": ".manifest.json",
691
+ "ref": "agents/ui-visual-auditor.md",
642
692
  "exists": true,
643
- "type": "workflow"
693
+ "type": "agent"
644
694
  },
645
695
  {
646
- "source": "ARCHITECTURE.md",
647
- "ref": "workflows/create.md",
696
+ "source": ".manifest.json",
697
+ "ref": "agents/ux-reviewer.md",
648
698
  "exists": true,
649
- "type": "workflow"
699
+ "type": "agent"
650
700
  },
651
701
  {
652
- "source": "ARCHITECTURE.md",
653
- "ref": "workflows/enhance.md",
702
+ "source": ".manifest.json",
703
+ "ref": "agents/visual-reviewer.md",
654
704
  "exists": true,
655
- "type": "workflow"
705
+ "type": "agent"
656
706
  },
657
707
  {
658
- "source": "ARCHITECTURE.md",
659
- "ref": "workflows/debug.md",
708
+ "source": ".manifest.json",
709
+ "ref": "agents/vitals-reviewer.md",
660
710
  "exists": true,
661
- "type": "workflow"
711
+ "type": "agent"
662
712
  },
663
713
  {
664
- "source": "ARCHITECTURE.md",
665
- "ref": "workflows/plan.md",
714
+ "source": ".manifest.json",
715
+ "ref": "workflows/tribunal-ui.md",
666
716
  "exists": true,
667
717
  "type": "workflow"
668
718
  },
669
719
  {
670
- "source": "ARCHITECTURE.md",
671
- "ref": "workflows/deploy.md",
720
+ "source": ".manifest.json",
721
+ "ref": "workflows/ui-ux-pro-max.md",
672
722
  "exists": true,
673
723
  "type": "workflow"
674
724
  },
675
725
  {
676
- "source": "ARCHITECTURE.md",
677
- "ref": "workflows/test.md",
726
+ "source": "agents/precedence-reviewer.md",
727
+ "ref": "scripts/case_law_manager.js",
678
728
  "exists": true,
679
- "type": "workflow"
729
+ "type": "script"
680
730
  },
681
731
  {
682
- "source": "ARCHITECTURE.md",
683
- "ref": "workflows/preview.md",
732
+ "source": "agents/swarm-worker-contracts.md",
733
+ "ref": "scripts/swarm_dispatcher.js",
684
734
  "exists": true,
685
- "type": "workflow"
735
+ "type": "script"
686
736
  },
687
737
  {
688
- "source": "ARCHITECTURE.md",
689
- "ref": "workflows/status.md",
738
+ "source": "agents/swarm-worker-registry.md",
739
+ "ref": "scripts/verify_all.js",
690
740
  "exists": true,
691
- "type": "workflow"
741
+ "type": "script"
692
742
  },
693
743
  {
694
- "source": "ARCHITECTURE.md",
695
- "ref": "workflows/session.md",
744
+ "source": "routing_index.json",
745
+ "ref": "agents/logic-reviewer.md",
696
746
  "exists": true,
697
- "type": "workflow"
747
+ "type": "agent"
698
748
  },
699
749
  {
700
- "source": "ARCHITECTURE.md",
701
- "ref": "workflows/orchestrate.md",
750
+ "source": "routing_index.json",
751
+ "ref": "agents/security-auditor.md",
702
752
  "exists": true,
703
- "type": "workflow"
753
+ "type": "agent"
704
754
  },
705
755
  {
706
- "source": "ARCHITECTURE.md",
707
- "ref": "workflows/swarm.md",
756
+ "source": "routing_index.json",
757
+ "ref": "agents/pipeline-reviewer.md",
708
758
  "exists": true,
709
- "type": "workflow"
759
+ "type": "agent"
710
760
  },
711
761
  {
712
- "source": "ARCHITECTURE.md",
713
- "ref": "workflows/strengthen-skills.md",
762
+ "source": "routing_index.json",
763
+ "ref": "agents/precedence-reviewer.md",
714
764
  "exists": true,
715
- "type": "workflow"
765
+ "type": "agent"
716
766
  },
717
767
  {
718
- "source": "ARCHITECTURE.md",
719
- "ref": "workflows/ui-ux-pro-max.md",
768
+ "source": "routing_index.json",
769
+ "ref": "agents/complexity-reviewer.md",
720
770
  "exists": true,
721
- "type": "workflow"
771
+ "type": "agent"
722
772
  },
723
773
  {
724
- "source": "ARCHITECTURE.md",
725
- "ref": "workflows/refactor.md",
774
+ "source": "routing_index.json",
775
+ "ref": "agents/minimalist-reviewer.md",
726
776
  "exists": true,
727
- "type": "workflow"
777
+ "type": "agent"
728
778
  },
729
779
  {
730
- "source": "ARCHITECTURE.md",
731
- "ref": "workflows/migrate.md",
780
+ "source": "routing_index.json",
781
+ "ref": "agents/type-safety-reviewer.md",
732
782
  "exists": true,
733
- "type": "workflow"
783
+ "type": "agent"
734
784
  },
735
785
  {
736
- "source": "ARCHITECTURE.md",
737
- "ref": "workflows/audit.md",
786
+ "source": "routing_index.json",
787
+ "ref": "agents/dependency-reviewer.md",
738
788
  "exists": true,
739
- "type": "workflow"
789
+ "type": "agent"
740
790
  },
741
791
  {
742
- "source": "ARCHITECTURE.md",
743
- "ref": "workflows/fix.md",
792
+ "source": "routing_index.json",
793
+ "ref": "agents/resilience-reviewer.md",
744
794
  "exists": true,
745
- "type": "workflow"
795
+ "type": "agent"
746
796
  },
747
797
  {
748
- "source": "ARCHITECTURE.md",
749
- "ref": "workflows/changelog.md",
798
+ "source": "routing_index.json",
799
+ "ref": "agents/schema-reviewer.md",
750
800
  "exists": true,
751
- "type": "workflow"
801
+ "type": "agent"
752
802
  },
753
803
  {
754
- "source": "ARCHITECTURE.md",
755
- "ref": "workflows/review-ai.md",
804
+ "source": "routing_index.json",
805
+ "ref": "agents/frontend-reviewer.md",
756
806
  "exists": true,
757
- "type": "workflow"
807
+ "type": "agent"
758
808
  },
759
809
  {
760
- "source": "ARCHITECTURE.md",
761
- "ref": "workflows/pipeline.md",
810
+ "source": "routing_index.json",
811
+ "ref": "agents/ui-ux-auditor.md",
762
812
  "exists": true,
763
- "type": "workflow"
813
+ "type": "agent"
764
814
  },
765
815
  {
766
- "source": "rules/GEMINI.md",
767
- "ref": "agents/frontend-specialist.md",
816
+ "source": "routing_index.json",
817
+ "ref": "agents/visual-reviewer.md",
768
818
  "exists": true,
769
819
  "type": "agent"
770
820
  },
771
821
  {
772
- "source": "rules/GEMINI.md",
773
- "ref": "agents/mobile-developer.md",
822
+ "source": "routing_index.json",
823
+ "ref": "agents/interaction-reviewer.md",
774
824
  "exists": true,
775
825
  "type": "agent"
776
826
  },
777
827
  {
778
- "source": "rules/GEMINI.md",
779
- "ref": "scripts/checklist.js",
828
+ "source": "routing_index.json",
829
+ "ref": "agents/anti-pattern-reviewer.md",
780
830
  "exists": true,
781
- "type": "script"
831
+ "type": "agent"
782
832
  },
783
833
  {
784
- "source": "rules/GEMINI.md",
785
- "ref": "scripts/verify_all.js",
834
+ "source": "routing_index.json",
835
+ "ref": "agents/accessibility-reviewer.md",
786
836
  "exists": true,
787
- "type": "script"
837
+ "type": "agent"
788
838
  },
789
839
  {
790
- "source": "rules/GEMINI.md",
791
- "ref": "scripts/security_scan.js",
840
+ "source": "routing_index.json",
841
+ "ref": "agents/sql-reviewer.md",
792
842
  "exists": true,
793
- "type": "script"
843
+ "type": "agent"
794
844
  },
795
845
  {
796
- "source": "rules/GEMINI.md",
797
- "ref": "scripts/lint_runner.js",
846
+ "source": "routing_index.json",
847
+ "ref": "agents/db-latency-auditor.md",
798
848
  "exists": true,
799
- "type": "script"
849
+ "type": "agent"
800
850
  },
801
851
  {
802
- "source": "rules/GEMINI.md",
803
- "ref": "scripts/test_runner.js",
852
+ "source": "routing_index.json",
853
+ "ref": "agents/mobile-reviewer.md",
804
854
  "exists": true,
805
- "type": "script"
855
+ "type": "agent"
806
856
  },
807
857
  {
808
- "source": "rules/GEMINI.md",
809
- "ref": "scripts/dependency_analyzer.js",
858
+ "source": "routing_index.json",
859
+ "ref": "agents/performance-reviewer.md",
810
860
  "exists": true,
811
- "type": "script"
861
+ "type": "agent"
812
862
  },
813
863
  {
814
- "source": "rules/GEMINI.md",
815
- "ref": "scripts/schema_validator.js",
864
+ "source": "routing_index.json",
865
+ "ref": "agents/vitals-reviewer.md",
816
866
  "exists": true,
817
- "type": "script"
867
+ "type": "agent"
818
868
  },
819
869
  {
820
- "source": "rules/GEMINI.md",
821
- "ref": "scripts/bundle_analyzer.js",
870
+ "source": "routing_index.json",
871
+ "ref": "agents/throughput-optimizer.md",
822
872
  "exists": true,
823
- "type": "script"
873
+ "type": "agent"
824
874
  },
825
875
  {
826
- "source": "rules/GEMINI.md",
827
- "ref": "scripts/skill_integrator.js",
876
+ "source": "routing_index.json",
877
+ "ref": "agents/ai-code-reviewer.md",
828
878
  "exists": true,
829
- "type": "script"
879
+ "type": "agent"
830
880
  },
831
881
  {
832
- "source": "rules/GEMINI.md",
833
- "ref": "scripts/swarm_dispatcher.js",
882
+ "source": "routing_index.json",
883
+ "ref": "agents/supervisor-agent.md",
834
884
  "exists": true,
835
- "type": "script"
885
+ "type": "agent"
836
886
  },
837
887
  {
838
- "source": "skills/app-builder/SKILL.md",
839
- "ref": "scripts/auto_preview.js",
888
+ "source": "routing_index.json",
889
+ "ref": "agents/orchestrator.md",
840
890
  "exists": true,
841
- "type": "script"
891
+ "type": "agent"
892
+ },
893
+ {
894
+ "source": "routing_index.json",
895
+ "ref": "agents/agent-organizer.md",
896
+ "exists": false,
897
+ "type": "agent"
898
+ },
899
+ {
900
+ "source": "routing_index.json",
901
+ "ref": "agents/project-planner.md",
902
+ "exists": true,
903
+ "type": "agent"
904
+ },
905
+ {
906
+ "source": "routing_index.json",
907
+ "ref": "agents/backend-specialist.md",
908
+ "exists": true,
909
+ "type": "agent"
910
+ },
911
+ {
912
+ "source": "routing_index.json",
913
+ "ref": "agents/frontend-specialist.md",
914
+ "exists": true,
915
+ "type": "agent"
916
+ },
917
+ {
918
+ "source": "routing_index.json",
919
+ "ref": "agents/react-specialist.md",
920
+ "exists": false,
921
+ "type": "agent"
922
+ },
923
+ {
924
+ "source": "routing_index.json",
925
+ "ref": "agents/nextjs-react-expert.md",
926
+ "exists": false,
927
+ "type": "agent"
928
+ },
929
+ {
930
+ "source": "routing_index.json",
931
+ "ref": "agents/vue-expert.md",
932
+ "exists": false,
933
+ "type": "agent"
934
+ },
935
+ {
936
+ "source": "routing_index.json",
937
+ "ref": "agents/python-pro.md",
938
+ "exists": false,
939
+ "type": "agent"
940
+ },
941
+ {
942
+ "source": "routing_index.json",
943
+ "ref": "agents/rust-pro.md",
944
+ "exists": false,
945
+ "type": "agent"
946
+ },
947
+ {
948
+ "source": "routing_index.json",
949
+ "ref": "agents/csharp-developer.md",
950
+ "exists": false,
951
+ "type": "agent"
952
+ },
953
+ {
954
+ "source": "routing_index.json",
955
+ "ref": "agents/database-architect.md",
956
+ "exists": true,
957
+ "type": "agent"
958
+ },
959
+ {
960
+ "source": "routing_index.json",
961
+ "ref": "agents/sql-pro.md",
962
+ "exists": false,
963
+ "type": "agent"
964
+ },
965
+ {
966
+ "source": "routing_index.json",
967
+ "ref": "agents/mobile-developer.md",
968
+ "exists": true,
969
+ "type": "agent"
970
+ },
971
+ {
972
+ "source": "routing_index.json",
973
+ "ref": "agents/devops-engineer.md",
974
+ "exists": true,
975
+ "type": "agent"
976
+ },
977
+ {
978
+ "source": "routing_index.json",
979
+ "ref": "agents/platform-engineer.md",
980
+ "exists": false,
981
+ "type": "agent"
982
+ },
983
+ {
984
+ "source": "routing_index.json",
985
+ "ref": "agents/cloud-engineer.md",
986
+ "exists": true,
987
+ "type": "agent"
988
+ },
989
+ {
990
+ "source": "routing_index.json",
991
+ "ref": "agents/devops-incident-responder.md",
992
+ "exists": false,
993
+ "type": "agent"
994
+ },
995
+ {
996
+ "source": "routing_index.json",
997
+ "ref": "agents/debugger.md",
998
+ "exists": true,
999
+ "type": "agent"
1000
+ },
1001
+ {
1002
+ "source": "routing_index.json",
1003
+ "ref": "agents/system-architect.md",
1004
+ "exists": true,
1005
+ "type": "agent"
1006
+ },
1007
+ {
1008
+ "source": "routing_index.json",
1009
+ "ref": "agents/code-archaeologist.md",
1010
+ "exists": true,
1011
+ "type": "agent"
1012
+ },
1013
+ {
1014
+ "source": "routing_index.json",
1015
+ "ref": "agents/explorer-agent.md",
1016
+ "exists": true,
1017
+ "type": "agent"
1018
+ },
1019
+ {
1020
+ "source": "routing_index.json",
1021
+ "ref": "agents/documentation-writer.md",
1022
+ "exists": true,
1023
+ "type": "agent"
1024
+ },
1025
+ {
1026
+ "source": "routing_index.json",
1027
+ "ref": "agents/test-engineer.md",
1028
+ "exists": true,
1029
+ "type": "agent"
1030
+ },
1031
+ {
1032
+ "source": "routing_index.json",
1033
+ "ref": "agents/qa-automation-engineer.md",
1034
+ "exists": true,
1035
+ "type": "agent"
1036
+ },
1037
+ {
1038
+ "source": "routing_index.json",
1039
+ "ref": "agents/seo-specialist.md",
1040
+ "exists": true,
1041
+ "type": "agent"
1042
+ },
1043
+ {
1044
+ "source": "routing_index.json",
1045
+ "ref": "agents/product-manager.md",
1046
+ "exists": true,
1047
+ "type": "agent"
1048
+ },
1049
+ {
1050
+ "source": "routing_index.json",
1051
+ "ref": "agents/product-owner.md",
1052
+ "exists": true,
1053
+ "type": "agent"
1054
+ },
1055
+ {
1056
+ "source": "routing_index.json",
1057
+ "ref": "workflows/generate.md",
1058
+ "exists": true,
1059
+ "type": "workflow"
1060
+ },
1061
+ {
1062
+ "source": "routing_index.json",
1063
+ "ref": "workflows/review.md",
1064
+ "exists": true,
1065
+ "type": "workflow"
1066
+ },
1067
+ {
1068
+ "source": "routing_index.json",
1069
+ "ref": "workflows/tribunal-full.md",
1070
+ "exists": true,
1071
+ "type": "workflow"
1072
+ },
1073
+ {
1074
+ "source": "routing_index.json",
1075
+ "ref": "workflows/tribunal-backend.md",
1076
+ "exists": true,
1077
+ "type": "workflow"
1078
+ },
1079
+ {
1080
+ "source": "routing_index.json",
1081
+ "ref": "workflows/tribunal-frontend.md",
1082
+ "exists": true,
1083
+ "type": "workflow"
1084
+ },
1085
+ {
1086
+ "source": "routing_index.json",
1087
+ "ref": "workflows/tribunal-database.md",
1088
+ "exists": true,
1089
+ "type": "workflow"
1090
+ },
1091
+ {
1092
+ "source": "routing_index.json",
1093
+ "ref": "workflows/tribunal-mobile.md",
1094
+ "exists": true,
1095
+ "type": "workflow"
1096
+ },
1097
+ {
1098
+ "source": "routing_index.json",
1099
+ "ref": "workflows/tribunal-performance.md",
1100
+ "exists": true,
1101
+ "type": "workflow"
1102
+ },
1103
+ {
1104
+ "source": "routing_index.json",
1105
+ "ref": "workflows/tribunal-ui.md",
1106
+ "exists": true,
1107
+ "type": "workflow"
1108
+ },
1109
+ {
1110
+ "source": "routing_index.json",
1111
+ "ref": "workflows/tribunal-speed.md",
1112
+ "exists": true,
1113
+ "type": "workflow"
1114
+ },
1115
+ {
1116
+ "source": "routing_index.json",
1117
+ "ref": "workflows/brainstorm.md",
1118
+ "exists": true,
1119
+ "type": "workflow"
1120
+ },
1121
+ {
1122
+ "source": "routing_index.json",
1123
+ "ref": "workflows/create.md",
1124
+ "exists": true,
1125
+ "type": "workflow"
1126
+ },
1127
+ {
1128
+ "source": "routing_index.json",
1129
+ "ref": "workflows/enhance.md",
1130
+ "exists": true,
1131
+ "type": "workflow"
1132
+ },
1133
+ {
1134
+ "source": "routing_index.json",
1135
+ "ref": "workflows/debug.md",
1136
+ "exists": true,
1137
+ "type": "workflow"
1138
+ },
1139
+ {
1140
+ "source": "routing_index.json",
1141
+ "ref": "workflows/plan.md",
1142
+ "exists": true,
1143
+ "type": "workflow"
1144
+ },
1145
+ {
1146
+ "source": "routing_index.json",
1147
+ "ref": "workflows/deploy.md",
1148
+ "exists": true,
1149
+ "type": "workflow"
1150
+ },
1151
+ {
1152
+ "source": "routing_index.json",
1153
+ "ref": "workflows/test.md",
1154
+ "exists": true,
1155
+ "type": "workflow"
1156
+ },
1157
+ {
1158
+ "source": "routing_index.json",
1159
+ "ref": "workflows/preview.md",
1160
+ "exists": true,
1161
+ "type": "workflow"
1162
+ },
1163
+ {
1164
+ "source": "routing_index.json",
1165
+ "ref": "workflows/status.md",
1166
+ "exists": true,
1167
+ "type": "workflow"
1168
+ },
1169
+ {
1170
+ "source": "routing_index.json",
1171
+ "ref": "workflows/session.md",
1172
+ "exists": true,
1173
+ "type": "workflow"
1174
+ },
1175
+ {
1176
+ "source": "routing_index.json",
1177
+ "ref": "workflows/orchestrate.md",
1178
+ "exists": true,
1179
+ "type": "workflow"
1180
+ },
1181
+ {
1182
+ "source": "routing_index.json",
1183
+ "ref": "workflows/swarm.md",
1184
+ "exists": true,
1185
+ "type": "workflow"
1186
+ },
1187
+ {
1188
+ "source": "routing_index.json",
1189
+ "ref": "workflows/strengthen-skills.md",
1190
+ "exists": true,
1191
+ "type": "workflow"
1192
+ },
1193
+ {
1194
+ "source": "routing_index.json",
1195
+ "ref": "workflows/ui-ux-pro-max.md",
1196
+ "exists": true,
1197
+ "type": "workflow"
1198
+ },
1199
+ {
1200
+ "source": "routing_index.json",
1201
+ "ref": "workflows/refactor.md",
1202
+ "exists": true,
1203
+ "type": "workflow"
1204
+ },
1205
+ {
1206
+ "source": "routing_index.json",
1207
+ "ref": "workflows/migrate.md",
1208
+ "exists": true,
1209
+ "type": "workflow"
1210
+ },
1211
+ {
1212
+ "source": "routing_index.json",
1213
+ "ref": "workflows/audit.md",
1214
+ "exists": true,
1215
+ "type": "workflow"
1216
+ },
1217
+ {
1218
+ "source": "routing_index.json",
1219
+ "ref": "workflows/fix.md",
1220
+ "exists": true,
1221
+ "type": "workflow"
1222
+ },
1223
+ {
1224
+ "source": "routing_index.json",
1225
+ "ref": "workflows/changelog.md",
1226
+ "exists": true,
1227
+ "type": "workflow"
1228
+ },
1229
+ {
1230
+ "source": "routing_index.json",
1231
+ "ref": "workflows/review-ai.md",
1232
+ "exists": true,
1233
+ "type": "workflow"
1234
+ },
1235
+ {
1236
+ "source": "routing_index.json",
1237
+ "ref": "workflows/pipeline.md",
1238
+ "exists": true,
1239
+ "type": "workflow"
1240
+ },
1241
+ {
1242
+ "source": "routing_index.json",
1243
+ "ref": "workflows/super-prompt.md",
1244
+ "exists": true,
1245
+ "type": "workflow"
1246
+ },
1247
+ {
1248
+ "source": "routing_index.json",
1249
+ "ref": "workflows/marathon.md",
1250
+ "exists": true,
1251
+ "type": "workflow"
1252
+ },
1253
+ {
1254
+ "source": "routing_index.json",
1255
+ "ref": "workflows/acf.md",
1256
+ "exists": true,
1257
+ "type": "workflow"
1258
+ },
1259
+ {
1260
+ "source": "routing_index.json",
1261
+ "ref": "workflows/api-tester.md",
1262
+ "exists": true,
1263
+ "type": "workflow"
1264
+ },
1265
+ {
1266
+ "source": "routing_index.json",
1267
+ "ref": "workflows/performance-benchmarker.md",
1268
+ "exists": true,
1269
+ "type": "workflow"
1270
+ },
1271
+ {
1272
+ "source": "routing_index.json",
1273
+ "ref": "workflows/minimal.md",
1274
+ "exists": true,
1275
+ "type": "workflow"
1276
+ },
1277
+ {
1278
+ "source": "routing_index.json",
1279
+ "ref": "workflows/tribunal-cicd.md",
1280
+ "exists": true,
1281
+ "type": "workflow"
1282
+ },
1283
+ {
1284
+ "source": "routing_index.json",
1285
+ "ref": "workflows/fix-ci.md",
1286
+ "exists": true,
1287
+ "type": "workflow"
1288
+ },
1289
+ {
1290
+ "source": "routing_index.json",
1291
+ "ref": "workflows/skill-enhancement-engine.md",
1292
+ "exists": true,
1293
+ "type": "workflow"
1294
+ },
1295
+ {
1296
+ "source": "rules/GEMINI.md",
1297
+ "ref": "agents/frontend-specialist.md",
1298
+ "exists": true,
1299
+ "type": "agent"
1300
+ },
1301
+ {
1302
+ "source": "rules/GEMINI.md",
1303
+ "ref": "agents/mobile-developer.md",
1304
+ "exists": true,
1305
+ "type": "agent"
1306
+ },
1307
+ {
1308
+ "source": "rules/GEMINI.md",
1309
+ "ref": "scripts/checklist.js",
1310
+ "exists": true,
1311
+ "type": "script"
1312
+ },
1313
+ {
1314
+ "source": "rules/GEMINI.md",
1315
+ "ref": "scripts/verify_all.js",
1316
+ "exists": true,
1317
+ "type": "script"
1318
+ },
1319
+ {
1320
+ "source": "rules/GEMINI.md",
1321
+ "ref": "scripts/security_scan.js",
1322
+ "exists": true,
1323
+ "type": "script"
1324
+ },
1325
+ {
1326
+ "source": "rules/GEMINI.md",
1327
+ "ref": "scripts/lint_runner.js",
1328
+ "exists": true,
1329
+ "type": "script"
1330
+ },
1331
+ {
1332
+ "source": "rules/GEMINI.md",
1333
+ "ref": "scripts/test_runner.js",
1334
+ "exists": true,
1335
+ "type": "script"
1336
+ },
1337
+ {
1338
+ "source": "rules/GEMINI.md",
1339
+ "ref": "scripts/dependency_analyzer.js",
1340
+ "exists": true,
1341
+ "type": "script"
1342
+ },
1343
+ {
1344
+ "source": "rules/GEMINI.md",
1345
+ "ref": "scripts/schema_validator.js",
1346
+ "exists": true,
1347
+ "type": "script"
1348
+ },
1349
+ {
1350
+ "source": "rules/GEMINI.md",
1351
+ "ref": "scripts/bundle_analyzer.js",
1352
+ "exists": true,
1353
+ "type": "script"
1354
+ },
1355
+ {
1356
+ "source": "rules/GEMINI.md",
1357
+ "ref": "scripts/skill_integrator.js",
1358
+ "exists": true,
1359
+ "type": "script"
1360
+ },
1361
+ {
1362
+ "source": "rules/GEMINI.md",
1363
+ "ref": "scripts/swarm_dispatcher.js",
1364
+ "exists": true,
1365
+ "type": "script"
1366
+ },
1367
+ {
1368
+ "source": "skills/12-principles-of-animation/SKILL.md",
1369
+ "ref": "scripts/lint_runner.js",
1370
+ "exists": true,
1371
+ "type": "script"
1372
+ },
1373
+ {
1374
+ "source": "skills/12-principles-of-animation/SKILL.md",
1375
+ "ref": "scripts/verify_all.js",
1376
+ "exists": true,
1377
+ "type": "script"
1378
+ },
1379
+ {
1380
+ "source": "skills/60fps-animation/SKILL.md",
1381
+ "ref": "scripts/lint_runner.js",
1382
+ "exists": true,
1383
+ "type": "script"
1384
+ },
1385
+ {
1386
+ "source": "skills/60fps-animation/SKILL.md",
1387
+ "ref": "scripts/verify_all.js",
1388
+ "exists": true,
1389
+ "type": "script"
1390
+ },
1391
+ {
1392
+ "source": "skills/accessible-animation/SKILL.md",
1393
+ "ref": "scripts/lint_runner.js",
1394
+ "exists": true,
1395
+ "type": "script"
1396
+ },
1397
+ {
1398
+ "source": "skills/accessible-animation/SKILL.md",
1399
+ "ref": "scripts/verify_all.js",
1400
+ "exists": true,
1401
+ "type": "script"
1402
+ },
1403
+ {
1404
+ "source": "skills/adapt/SKILL.md",
1405
+ "ref": "scripts/lint_runner.js",
1406
+ "exists": true,
1407
+ "type": "script"
1408
+ },
1409
+ {
1410
+ "source": "skills/adapt/SKILL.md",
1411
+ "ref": "scripts/verify_all.js",
1412
+ "exists": true,
1413
+ "type": "script"
1414
+ },
1415
+ {
1416
+ "source": "skills/advanced-rag-pipelines/SKILL.md",
1417
+ "ref": "scripts/lint_runner.js",
1418
+ "exists": true,
1419
+ "type": "script"
1420
+ },
1421
+ {
1422
+ "source": "skills/advanced-rag-pipelines/SKILL.md",
1423
+ "ref": "scripts/verify_all.js",
1424
+ "exists": true,
1425
+ "type": "script"
1426
+ },
1427
+ {
1428
+ "source": "skills/agent-organizer/SKILL.md",
1429
+ "ref": "scripts/swarm_dispatcher.js",
1430
+ "exists": true,
1431
+ "type": "script"
1432
+ },
1433
+ {
1434
+ "source": "skills/agent-organizer/SKILL.md",
1435
+ "ref": "scripts/verify_all.js",
1436
+ "exists": true,
1437
+ "type": "script"
1438
+ },
1439
+ {
1440
+ "source": "skills/agent-organizer/SKILL.md",
1441
+ "ref": "scripts/lint_runner.js",
1442
+ "exists": true,
1443
+ "type": "script"
1444
+ },
1445
+ {
1446
+ "source": "skills/agentic-patterns/SKILL.md",
1447
+ "ref": "scripts/swarm_dispatcher.js",
1448
+ "exists": true,
1449
+ "type": "script"
1450
+ },
1451
+ {
1452
+ "source": "skills/agentic-patterns/SKILL.md",
1453
+ "ref": "scripts/verify_all.js",
1454
+ "exists": true,
1455
+ "type": "script"
1456
+ },
1457
+ {
1458
+ "source": "skills/agentic-patterns/SKILL.md",
1459
+ "ref": "scripts/lint_runner.js",
1460
+ "exists": true,
1461
+ "type": "script"
1462
+ },
1463
+ {
1464
+ "source": "skills/agentic-workflows-2026/SKILL.md",
1465
+ "ref": "scripts/swarm_dispatcher.js",
1466
+ "exists": true,
1467
+ "type": "script"
1468
+ },
1469
+ {
1470
+ "source": "skills/agentic-workflows-2026/SKILL.md",
1471
+ "ref": "scripts/context_broker.js",
1472
+ "exists": true,
1473
+ "type": "script"
1474
+ },
1475
+ {
1476
+ "source": "skills/agentic-workflows-2026/SKILL.md",
1477
+ "ref": "scripts/lint_runner.js",
1478
+ "exists": true,
1479
+ "type": "script"
1480
+ },
1481
+ {
1482
+ "source": "skills/agentic-workflows-2026/SKILL.md",
1483
+ "ref": "scripts/verify_all.js",
1484
+ "exists": true,
1485
+ "type": "script"
1486
+ },
1487
+ {
1488
+ "source": "skills/ai-app-hardening/SKILL.md",
1489
+ "ref": "scripts/security_scan.js",
1490
+ "exists": true,
1491
+ "type": "script"
1492
+ },
1493
+ {
1494
+ "source": "skills/ai-app-hardening/SKILL.md",
1495
+ "ref": "scripts/guardrail_engine.js",
1496
+ "exists": true,
1497
+ "type": "script"
1498
+ },
1499
+ {
1500
+ "source": "skills/ai-app-hardening/SKILL.md",
1501
+ "ref": "scripts/lint_runner.js",
1502
+ "exists": true,
1503
+ "type": "script"
1504
+ },
1505
+ {
1506
+ "source": "skills/ai-app-hardening/SKILL.md",
1507
+ "ref": "scripts/verify_all.js",
1508
+ "exists": true,
1509
+ "type": "script"
1510
+ },
1511
+ {
1512
+ "source": "skills/ai-prompt-injection-defense/SKILL.md",
1513
+ "ref": "scripts/lint_runner.js",
1514
+ "exists": true,
1515
+ "type": "script"
1516
+ },
1517
+ {
1518
+ "source": "skills/ai-prompt-injection-defense/SKILL.md",
1519
+ "ref": "scripts/verify_all.js",
1520
+ "exists": true,
1521
+ "type": "script"
1522
+ },
1523
+ {
1524
+ "source": "skills/animation-on-scroll/SKILL.md",
1525
+ "ref": "scripts/lint_runner.js",
1526
+ "exists": true,
1527
+ "type": "script"
1528
+ },
1529
+ {
1530
+ "source": "skills/animation-on-scroll/SKILL.md",
1531
+ "ref": "scripts/verify_all.js",
1532
+ "exists": true,
1533
+ "type": "script"
1534
+ },
1535
+ {
1536
+ "source": "skills/animation-systems/SKILL.md",
1537
+ "ref": "scripts/lint_runner.js",
1538
+ "exists": true,
1539
+ "type": "script"
1540
+ },
1541
+ {
1542
+ "source": "skills/animation-systems/SKILL.md",
1543
+ "ref": "scripts/verify_all.js",
1544
+ "exists": true,
1545
+ "type": "script"
1546
+ },
1547
+ {
1548
+ "source": "skills/antfu-conventions/SKILL.md",
1549
+ "ref": "scripts/lint_runner.js",
1550
+ "exists": true,
1551
+ "type": "script"
1552
+ },
1553
+ {
1554
+ "source": "skills/antfu-conventions/SKILL.md",
1555
+ "ref": "scripts/verify_all.js",
1556
+ "exists": true,
1557
+ "type": "script"
1558
+ },
1559
+ {
1560
+ "source": "skills/api-patterns/SKILL.md",
1561
+ "ref": "scripts/lint_runner.js",
1562
+ "exists": true,
1563
+ "type": "script"
1564
+ },
1565
+ {
1566
+ "source": "skills/api-patterns/SKILL.md",
1567
+ "ref": "scripts/verify_all.js",
1568
+ "exists": true,
1569
+ "type": "script"
1570
+ },
1571
+ {
1572
+ "source": "skills/api-security-auditor/SKILL.md",
1573
+ "ref": "scripts/lint_runner.js",
1574
+ "exists": true,
1575
+ "type": "script"
1576
+ },
1577
+ {
1578
+ "source": "skills/api-security-auditor/SKILL.md",
1579
+ "ref": "scripts/verify_all.js",
1580
+ "exists": true,
1581
+ "type": "script"
1582
+ },
1583
+ {
1584
+ "source": "skills/app-builder/SKILL.md",
1585
+ "ref": "scripts/lint_runner.js",
1586
+ "exists": true,
1587
+ "type": "script"
1588
+ },
1589
+ {
1590
+ "source": "skills/app-builder/SKILL.md",
1591
+ "ref": "scripts/verify_all.js",
1592
+ "exists": true,
1593
+ "type": "script"
1594
+ },
1595
+ {
1596
+ "source": "skills/app-builder/SKILL.md",
1597
+ "ref": "scripts/auto_preview.js",
1598
+ "exists": true,
1599
+ "type": "script"
1600
+ },
1601
+ {
1602
+ "source": "skills/appflow-wireframe/SKILL.md",
1603
+ "ref": "scripts/lint_runner.js",
1604
+ "exists": true,
1605
+ "type": "script"
1606
+ },
1607
+ {
1608
+ "source": "skills/appflow-wireframe/SKILL.md",
1609
+ "ref": "scripts/verify_all.js",
1610
+ "exists": true,
1611
+ "type": "script"
1612
+ },
1613
+ {
1614
+ "source": "skills/apple-design/SKILL.md",
1615
+ "ref": "scripts/lint_runner.js",
1616
+ "exists": true,
1617
+ "type": "script"
1618
+ },
1619
+ {
1620
+ "source": "skills/apple-design/SKILL.md",
1621
+ "ref": "scripts/verify_all.js",
1622
+ "exists": true,
1623
+ "type": "script"
1624
+ },
1625
+ {
1626
+ "source": "skills/architecture/SKILL.md",
1627
+ "ref": "scripts/lint_runner.js",
1628
+ "exists": true,
1629
+ "type": "script"
1630
+ },
1631
+ {
1632
+ "source": "skills/architecture/SKILL.md",
1633
+ "ref": "scripts/verify_all.js",
1634
+ "exists": true,
1635
+ "type": "script"
1636
+ },
1637
+ {
1638
+ "source": "skills/audit-and-fix/SKILL.md",
1639
+ "ref": "scripts/lint_runner.js",
1640
+ "exists": true,
1641
+ "type": "script"
1642
+ },
1643
+ {
1644
+ "source": "skills/audit-and-fix/SKILL.md",
1645
+ "ref": "scripts/verify_all.js",
1646
+ "exists": true,
1647
+ "type": "script"
1648
+ },
1649
+ {
1650
+ "source": "skills/authentication-best-practices/SKILL.md",
1651
+ "ref": "scripts/lint_runner.js",
1652
+ "exists": true,
1653
+ "type": "script"
1654
+ },
1655
+ {
1656
+ "source": "skills/authentication-best-practices/SKILL.md",
1657
+ "ref": "scripts/verify_all.js",
1658
+ "exists": true,
1659
+ "type": "script"
1660
+ },
1661
+ {
1662
+ "source": "skills/backend-security-expert/SKILL.md",
1663
+ "ref": "scripts/lint_runner.js",
1664
+ "exists": true,
1665
+ "type": "script"
1666
+ },
1667
+ {
1668
+ "source": "skills/backend-security-expert/SKILL.md",
1669
+ "ref": "scripts/verify_all.js",
1670
+ "exists": true,
1671
+ "type": "script"
1672
+ },
1673
+ {
1674
+ "source": "skills/baseline-ui/SKILL.md",
1675
+ "ref": "scripts/lint_runner.js",
1676
+ "exists": true,
1677
+ "type": "script"
1678
+ },
1679
+ {
1680
+ "source": "skills/baseline-ui/SKILL.md",
1681
+ "ref": "scripts/verify_all.js",
1682
+ "exists": true,
1683
+ "type": "script"
1684
+ },
1685
+ {
1686
+ "source": "skills/bash-linux/SKILL.md",
1687
+ "ref": "scripts/lint_runner.js",
1688
+ "exists": true,
1689
+ "type": "script"
1690
+ },
1691
+ {
1692
+ "source": "skills/bash-linux/SKILL.md",
1693
+ "ref": "scripts/verify_all.js",
1694
+ "exists": true,
1695
+ "type": "script"
1696
+ },
1697
+ {
1698
+ "source": "skills/behavioral-modes/SKILL.md",
1699
+ "ref": "scripts/checklist.js",
1700
+ "exists": true,
1701
+ "type": "script"
1702
+ },
1703
+ {
1704
+ "source": "skills/behavioral-modes/SKILL.md",
1705
+ "ref": "scripts/verify_all.js",
1706
+ "exists": true,
1707
+ "type": "script"
1708
+ },
1709
+ {
1710
+ "source": "skills/behavioral-modes/SKILL.md",
1711
+ "ref": "scripts/lint_runner.js",
1712
+ "exists": true,
1713
+ "type": "script"
1714
+ },
1715
+ {
1716
+ "source": "skills/better-colors/SKILL.md",
1717
+ "ref": "scripts/lint_runner.js",
1718
+ "exists": true,
1719
+ "type": "script"
1720
+ },
1721
+ {
1722
+ "source": "skills/better-colors/SKILL.md",
1723
+ "ref": "scripts/verify_all.js",
1724
+ "exists": true,
1725
+ "type": "script"
1726
+ },
1727
+ {
1728
+ "source": "skills/better-typography/SKILL.md",
1729
+ "ref": "scripts/lint_runner.js",
1730
+ "exists": true,
1731
+ "type": "script"
1732
+ },
1733
+ {
1734
+ "source": "skills/better-typography/SKILL.md",
1735
+ "ref": "scripts/verify_all.js",
1736
+ "exists": true,
1737
+ "type": "script"
1738
+ },
1739
+ {
1740
+ "source": "skills/better-ui/SKILL.md",
1741
+ "ref": "scripts/lint_runner.js",
1742
+ "exists": true,
1743
+ "type": "script"
1744
+ },
1745
+ {
1746
+ "source": "skills/better-ui/SKILL.md",
1747
+ "ref": "scripts/verify_all.js",
1748
+ "exists": true,
1749
+ "type": "script"
1750
+ },
1751
+ {
1752
+ "source": "skills/bolder/SKILL.md",
1753
+ "ref": "scripts/lint_runner.js",
1754
+ "exists": true,
1755
+ "type": "script"
1756
+ },
1757
+ {
1758
+ "source": "skills/bolder/SKILL.md",
1759
+ "ref": "scripts/verify_all.js",
1760
+ "exists": true,
1761
+ "type": "script"
1762
+ },
1763
+ {
1764
+ "source": "skills/brainstorming/SKILL.md",
1765
+ "ref": "scripts/checklist.js",
1766
+ "exists": true,
1767
+ "type": "script"
1768
+ },
1769
+ {
1770
+ "source": "skills/brainstorming/SKILL.md",
1771
+ "ref": "scripts/verify_all.js",
1772
+ "exists": true,
1773
+ "type": "script"
1774
+ },
1775
+ {
1776
+ "source": "skills/brainstorming/SKILL.md",
1777
+ "ref": "scripts/lint_runner.js",
1778
+ "exists": true,
1779
+ "type": "script"
1780
+ },
1781
+ {
1782
+ "source": "skills/browser-audit/SKILL.md",
1783
+ "ref": "scripts/browser_audit.js",
1784
+ "exists": true,
1785
+ "type": "script"
1786
+ },
1787
+ {
1788
+ "source": "skills/browser-audit/SKILL.md",
1789
+ "ref": "scripts/checklist.js",
1790
+ "exists": true,
1791
+ "type": "script"
1792
+ },
1793
+ {
1794
+ "source": "skills/browser-audit/SKILL.md",
1795
+ "ref": "scripts/lint_runner.js",
1796
+ "exists": true,
1797
+ "type": "script"
1798
+ },
1799
+ {
1800
+ "source": "skills/browser-audit/SKILL.md",
1801
+ "ref": "scripts/verify_all.js",
1802
+ "exists": true,
1803
+ "type": "script"
1804
+ },
1805
+ {
1806
+ "source": "skills/browser-native-ai/SKILL.md",
1807
+ "ref": "scripts/lint_runner.js",
1808
+ "exists": true,
1809
+ "type": "script"
1810
+ },
1811
+ {
1812
+ "source": "skills/browser-native-ai/SKILL.md",
1813
+ "ref": "scripts/verify_all.js",
1814
+ "exists": true,
1815
+ "type": "script"
1816
+ },
1817
+ {
1818
+ "source": "skills/build-primitive/SKILL.md",
1819
+ "ref": "scripts/lint_runner.js",
1820
+ "exists": true,
1821
+ "type": "script"
1822
+ },
1823
+ {
1824
+ "source": "skills/build-primitive/SKILL.md",
1825
+ "ref": "scripts/verify_all.js",
1826
+ "exists": true,
1827
+ "type": "script"
1828
+ },
1829
+ {
1830
+ "source": "skills/building-native-ui/SKILL.md",
1831
+ "ref": "scripts/lint_runner.js",
1832
+ "exists": true,
1833
+ "type": "script"
1834
+ },
1835
+ {
1836
+ "source": "skills/building-native-ui/SKILL.md",
1837
+ "ref": "scripts/verify_all.js",
1838
+ "exists": true,
1839
+ "type": "script"
1840
+ },
1841
+ {
1842
+ "source": "skills/cicd-pro/SKILL.md",
1843
+ "ref": "scripts/lint_runner.js",
1844
+ "exists": true,
1845
+ "type": "script"
1846
+ },
1847
+ {
1848
+ "source": "skills/cicd-pro/SKILL.md",
1849
+ "ref": "scripts/verify_all.js",
1850
+ "exists": true,
1851
+ "type": "script"
1852
+ },
1853
+ {
1854
+ "source": "skills/clarify/SKILL.md",
1855
+ "ref": "scripts/lint_runner.js",
1856
+ "exists": true,
1857
+ "type": "script"
1858
+ },
1859
+ {
1860
+ "source": "skills/clarify/SKILL.md",
1861
+ "ref": "scripts/verify_all.js",
1862
+ "exists": true,
1863
+ "type": "script"
1864
+ },
1865
+ {
1866
+ "source": "skills/clean-code/SKILL.md",
1867
+ "ref": "scripts/lint_runner.js",
1868
+ "exists": true,
1869
+ "type": "script"
1870
+ },
1871
+ {
1872
+ "source": "skills/clean-code/SKILL.md",
1873
+ "ref": "scripts/verify_all.js",
1874
+ "exists": true,
1875
+ "type": "script"
1876
+ },
1877
+ {
1878
+ "source": "skills/cloud-architect/SKILL.md",
1879
+ "ref": "scripts/lint_runner.js",
1880
+ "exists": true,
1881
+ "type": "script"
1882
+ },
1883
+ {
1884
+ "source": "skills/cloud-architect/SKILL.md",
1885
+ "ref": "scripts/verify_all.js",
1886
+ "exists": true,
1887
+ "type": "script"
1888
+ },
1889
+ {
1890
+ "source": "skills/cobejs/SKILL.md",
1891
+ "ref": "scripts/lint_runner.js",
1892
+ "exists": true,
1893
+ "type": "script"
1894
+ },
1895
+ {
1896
+ "source": "skills/cobejs/SKILL.md",
1897
+ "ref": "scripts/verify_all.js",
1898
+ "exists": true,
1899
+ "type": "script"
1900
+ },
1901
+ {
1902
+ "source": "skills/code-review-checklist/SKILL.md",
1903
+ "ref": "scripts/lint_runner.js",
1904
+ "exists": true,
1905
+ "type": "script"
1906
+ },
1907
+ {
1908
+ "source": "skills/code-review-checklist/SKILL.md",
1909
+ "ref": "scripts/verify_all.js",
1910
+ "exists": true,
1911
+ "type": "script"
1912
+ },
1913
+ {
1914
+ "source": "skills/codebase-design/SKILL.md",
1915
+ "ref": "scripts/lint_runner.js",
1916
+ "exists": true,
1917
+ "type": "script"
1918
+ },
1919
+ {
1920
+ "source": "skills/codebase-design/SKILL.md",
1921
+ "ref": "scripts/verify_all.js",
1922
+ "exists": true,
1923
+ "type": "script"
1924
+ },
1925
+ {
1926
+ "source": "skills/colorize/SKILL.md",
1927
+ "ref": "scripts/lint_runner.js",
1928
+ "exists": true,
1929
+ "type": "script"
1930
+ },
1931
+ {
1932
+ "source": "skills/colorize/SKILL.md",
1933
+ "ref": "scripts/verify_all.js",
1934
+ "exists": true,
1935
+ "type": "script"
1936
+ },
1937
+ {
1938
+ "source": "skills/compact-landing/SKILL.md",
1939
+ "ref": "scripts/lint_runner.js",
1940
+ "exists": true,
1941
+ "type": "script"
1942
+ },
1943
+ {
1944
+ "source": "skills/compact-landing/SKILL.md",
1945
+ "ref": "scripts/verify_all.js",
1946
+ "exists": true,
1947
+ "type": "script"
1948
+ },
1949
+ {
1950
+ "source": "skills/company-logos/SKILL.md",
1951
+ "ref": "scripts/lint_runner.js",
1952
+ "exists": true,
1953
+ "type": "script"
1954
+ },
1955
+ {
1956
+ "source": "skills/company-logos/SKILL.md",
1957
+ "ref": "scripts/verify_all.js",
1958
+ "exists": true,
1959
+ "type": "script"
1960
+ },
1961
+ {
1962
+ "source": "skills/config-validator/SKILL.md",
1963
+ "ref": "scripts/lint_runner.js",
1964
+ "exists": true,
1965
+ "type": "script"
1966
+ },
1967
+ {
1968
+ "source": "skills/config-validator/SKILL.md",
1969
+ "ref": "scripts/verify_all.js",
1970
+ "exists": true,
1971
+ "type": "script"
1972
+ },
1973
+ {
1974
+ "source": "skills/containerization-pro/SKILL.md",
1975
+ "ref": "scripts/lint_runner.js",
1976
+ "exists": true,
1977
+ "type": "script"
1978
+ },
1979
+ {
1980
+ "source": "skills/containerization-pro/SKILL.md",
1981
+ "ref": "scripts/verify_all.js",
1982
+ "exists": true,
1983
+ "type": "script"
1984
+ },
1985
+ {
1986
+ "source": "skills/context-engineering-pro/SKILL.md",
1987
+ "ref": "scripts/prompt_compiler.js",
1988
+ "exists": true,
1989
+ "type": "script"
1990
+ },
1991
+ {
1992
+ "source": "skills/context-engineering-pro/SKILL.md",
1993
+ "ref": "scripts/minify_context.js",
1994
+ "exists": true,
1995
+ "type": "script"
1996
+ },
1997
+ {
1998
+ "source": "skills/context-engineering-pro/SKILL.md",
1999
+ "ref": "scripts/lint_runner.js",
2000
+ "exists": true,
2001
+ "type": "script"
2002
+ },
2003
+ {
2004
+ "source": "skills/context-engineering-pro/SKILL.md",
2005
+ "ref": "scripts/verify_all.js",
2006
+ "exists": true,
2007
+ "type": "script"
2008
+ },
2009
+ {
2010
+ "source": "skills/create-design-md/SKILL.md",
2011
+ "ref": "scripts/lint_runner.js",
2012
+ "exists": true,
2013
+ "type": "script"
2014
+ },
2015
+ {
2016
+ "source": "skills/create-design-md/SKILL.md",
2017
+ "ref": "scripts/verify_all.js",
2018
+ "exists": true,
2019
+ "type": "script"
2020
+ },
2021
+ {
2022
+ "source": "skills/critique/SKILL.md",
2023
+ "ref": "scripts/checklist.js",
2024
+ "exists": true,
2025
+ "type": "script"
2026
+ },
2027
+ {
2028
+ "source": "skills/critique/SKILL.md",
2029
+ "ref": "scripts/verify_all.js",
2030
+ "exists": true,
2031
+ "type": "script"
2032
+ },
2033
+ {
2034
+ "source": "skills/critique/SKILL.md",
2035
+ "ref": "scripts/lint_runner.js",
2036
+ "exists": true,
2037
+ "type": "script"
2038
+ },
2039
+ {
2040
+ "source": "skills/csharp-developer/SKILL.md",
2041
+ "ref": "scripts/lint_runner.js",
2042
+ "exists": true,
2043
+ "type": "script"
2044
+ },
2045
+ {
2046
+ "source": "skills/csharp-developer/SKILL.md",
2047
+ "ref": "scripts/verify_all.js",
2048
+ "exists": true,
2049
+ "type": "script"
2050
+ },
2051
+ {
2052
+ "source": "skills/data-validation-schemas/SKILL.md",
2053
+ "ref": "scripts/lint_runner.js",
2054
+ "exists": true,
2055
+ "type": "script"
2056
+ },
2057
+ {
2058
+ "source": "skills/data-validation-schemas/SKILL.md",
2059
+ "ref": "scripts/verify_all.js",
2060
+ "exists": true,
2061
+ "type": "script"
2062
+ },
2063
+ {
2064
+ "source": "skills/database-design/SKILL.md",
2065
+ "ref": "scripts/lint_runner.js",
2066
+ "exists": true,
2067
+ "type": "script"
2068
+ },
2069
+ {
2070
+ "source": "skills/database-design/SKILL.md",
2071
+ "ref": "scripts/verify_all.js",
2072
+ "exists": true,
2073
+ "type": "script"
2074
+ },
2075
+ {
2076
+ "source": "skills/delight/SKILL.md",
2077
+ "ref": "scripts/lint_runner.js",
2078
+ "exists": true,
2079
+ "type": "script"
2080
+ },
2081
+ {
2082
+ "source": "skills/delight/SKILL.md",
2083
+ "ref": "scripts/verify_all.js",
2084
+ "exists": true,
2085
+ "type": "script"
2086
+ },
2087
+ {
2088
+ "source": "skills/deployment-procedures/SKILL.md",
2089
+ "ref": "scripts/lint_runner.js",
2090
+ "exists": true,
2091
+ "type": "script"
2092
+ },
2093
+ {
2094
+ "source": "skills/deployment-procedures/SKILL.md",
2095
+ "ref": "scripts/verify_all.js",
2096
+ "exists": true,
2097
+ "type": "script"
2098
+ },
2099
+ {
2100
+ "source": "skills/design-lab/SKILL.md",
2101
+ "ref": "scripts/auto_preview.js",
2102
+ "exists": true,
2103
+ "type": "script"
2104
+ },
2105
+ {
2106
+ "source": "skills/design-lab/SKILL.md",
2107
+ "ref": "scripts/verify_all.js",
2108
+ "exists": true,
2109
+ "type": "script"
2110
+ },
2111
+ {
2112
+ "source": "skills/design-lab/SKILL.md",
2113
+ "ref": "scripts/lint_runner.js",
2114
+ "exists": true,
2115
+ "type": "script"
2116
+ },
2117
+ {
2118
+ "source": "skills/devops-engineer/SKILL.md",
2119
+ "ref": "scripts/lint_runner.js",
2120
+ "exists": true,
2121
+ "type": "script"
2122
+ },
2123
+ {
2124
+ "source": "skills/devops-engineer/SKILL.md",
2125
+ "ref": "scripts/verify_all.js",
2126
+ "exists": true,
2127
+ "type": "script"
2128
+ },
2129
+ {
2130
+ "source": "skills/devops-incident-responder/SKILL.md",
2131
+ "ref": "scripts/lint_runner.js",
2132
+ "exists": true,
2133
+ "type": "script"
2134
+ },
2135
+ {
2136
+ "source": "skills/devops-incident-responder/SKILL.md",
2137
+ "ref": "scripts/verify_all.js",
2138
+ "exists": true,
2139
+ "type": "script"
2140
+ },
2141
+ {
2142
+ "source": "skills/diagnosing-bugs/SKILL.md",
2143
+ "ref": "scripts/test_runner.js",
2144
+ "exists": true,
2145
+ "type": "script"
2146
+ },
2147
+ {
2148
+ "source": "skills/diagnosing-bugs/SKILL.md",
2149
+ "ref": "scripts/verify_all.js",
2150
+ "exists": true,
2151
+ "type": "script"
2152
+ },
2153
+ {
2154
+ "source": "skills/diagnosing-bugs/SKILL.md",
2155
+ "ref": "scripts/lint_runner.js",
2156
+ "exists": true,
2157
+ "type": "script"
2158
+ },
2159
+ {
2160
+ "source": "skills/distill/SKILL.md",
2161
+ "ref": "scripts/lint_runner.js",
2162
+ "exists": true,
2163
+ "type": "script"
2164
+ },
2165
+ {
2166
+ "source": "skills/distill/SKILL.md",
2167
+ "ref": "scripts/verify_all.js",
2168
+ "exists": true,
2169
+ "type": "script"
2170
+ },
2171
+ {
2172
+ "source": "skills/documentation-templates/SKILL.md",
2173
+ "ref": "scripts/lint_runner.js",
2174
+ "exists": true,
2175
+ "type": "script"
2176
+ },
2177
+ {
2178
+ "source": "skills/documentation-templates/SKILL.md",
2179
+ "ref": "scripts/verify_all.js",
2180
+ "exists": true,
2181
+ "type": "script"
2182
+ },
2183
+ {
2184
+ "source": "skills/domain-modeling/SKILL.md",
2185
+ "ref": "scripts/lint_runner.js",
2186
+ "exists": true,
2187
+ "type": "script"
2188
+ },
2189
+ {
2190
+ "source": "skills/domain-modeling/SKILL.md",
2191
+ "ref": "scripts/verify_all.js",
2192
+ "exists": true,
2193
+ "type": "script"
2194
+ },
2195
+ {
2196
+ "source": "skills/duckdb-analytical-sql/SKILL.md",
2197
+ "ref": "scripts/schema_validator.js",
2198
+ "exists": true,
2199
+ "type": "script"
2200
+ },
2201
+ {
2202
+ "source": "skills/duckdb-analytical-sql/SKILL.md",
2203
+ "ref": "scripts/lint_runner.js",
2204
+ "exists": true,
2205
+ "type": "script"
2206
+ },
2207
+ {
2208
+ "source": "skills/duckdb-analytical-sql/SKILL.md",
2209
+ "ref": "scripts/verify_all.js",
2210
+ "exists": true,
2211
+ "type": "script"
2212
+ },
2213
+ {
2214
+ "source": "skills/edge-ai-mobile/SKILL.md",
2215
+ "ref": "scripts/bundle_analyzer.js",
2216
+ "exists": true,
2217
+ "type": "script"
2218
+ },
2219
+ {
2220
+ "source": "skills/edge-ai-mobile/SKILL.md",
2221
+ "ref": "scripts/lint_runner.js",
2222
+ "exists": true,
2223
+ "type": "script"
2224
+ },
2225
+ {
2226
+ "source": "skills/edge-ai-mobile/SKILL.md",
2227
+ "ref": "scripts/verify_all.js",
2228
+ "exists": true,
2229
+ "type": "script"
2230
+ },
2231
+ {
2232
+ "source": "skills/edge-computing/SKILL.md",
2233
+ "ref": "scripts/lint_runner.js",
2234
+ "exists": true,
2235
+ "type": "script"
2236
+ },
2237
+ {
2238
+ "source": "skills/edge-computing/SKILL.md",
2239
+ "ref": "scripts/verify_all.js",
2240
+ "exists": true,
2241
+ "type": "script"
2242
+ },
2243
+ {
2244
+ "source": "skills/emil-design-eng/SKILL.md",
2245
+ "ref": "scripts/lint_runner.js",
2246
+ "exists": true,
2247
+ "type": "script"
2248
+ },
2249
+ {
2250
+ "source": "skills/emil-design-eng/SKILL.md",
2251
+ "ref": "scripts/verify_all.js",
2252
+ "exists": true,
2253
+ "type": "script"
2254
+ },
2255
+ {
2256
+ "source": "skills/error-resilience/SKILL.md",
2257
+ "ref": "scripts/lint_runner.js",
2258
+ "exists": true,
2259
+ "type": "script"
2260
+ },
2261
+ {
2262
+ "source": "skills/error-resilience/SKILL.md",
2263
+ "ref": "scripts/verify_all.js",
2264
+ "exists": true,
2265
+ "type": "script"
2266
+ },
2267
+ {
2268
+ "source": "skills/expo-router-v4/SKILL.md",
2269
+ "ref": "scripts/lint_runner.js",
2270
+ "exists": true,
2271
+ "type": "script"
2272
+ },
2273
+ {
2274
+ "source": "skills/expo-router-v4/SKILL.md",
2275
+ "ref": "scripts/verify_all.js",
2276
+ "exists": true,
2277
+ "type": "script"
2278
+ },
2279
+ {
2280
+ "source": "skills/extract-design-system/SKILL.md",
2281
+ "ref": "scripts/lint_runner.js",
2282
+ "exists": true,
2283
+ "type": "script"
2284
+ },
2285
+ {
2286
+ "source": "skills/extract-design-system/SKILL.md",
2287
+ "ref": "scripts/verify_all.js",
2288
+ "exists": true,
2289
+ "type": "script"
2290
+ },
2291
+ {
2292
+ "source": "skills/fabel-protocol/SKILL.md",
2293
+ "ref": "scripts/checklist.js",
2294
+ "exists": true,
2295
+ "type": "script"
2296
+ },
2297
+ {
2298
+ "source": "skills/fabel-protocol/SKILL.md",
2299
+ "ref": "scripts/verify_all.js",
2300
+ "exists": true,
2301
+ "type": "script"
2302
+ },
2303
+ {
2304
+ "source": "skills/fabel-protocol/SKILL.md",
2305
+ "ref": "scripts/lint_runner.js",
2306
+ "exists": true,
2307
+ "type": "script"
2308
+ },
2309
+ {
2310
+ "source": "skills/fixing-accessibility/SKILL.md",
2311
+ "ref": "scripts/lint_runner.js",
2312
+ "exists": true,
2313
+ "type": "script"
2314
+ },
2315
+ {
2316
+ "source": "skills/fixing-accessibility/SKILL.md",
2317
+ "ref": "scripts/verify_all.js",
2318
+ "exists": true,
2319
+ "type": "script"
2320
+ },
2321
+ {
2322
+ "source": "skills/fixing-metadata/SKILL.md",
2323
+ "ref": "scripts/lint_runner.js",
2324
+ "exists": true,
2325
+ "type": "script"
2326
+ },
2327
+ {
2328
+ "source": "skills/fixing-metadata/SKILL.md",
2329
+ "ref": "scripts/verify_all.js",
2330
+ "exists": true,
2331
+ "type": "script"
2332
+ },
2333
+ {
2334
+ "source": "skills/fixing-motion-performance/SKILL.md",
2335
+ "ref": "scripts/lint_runner.js",
2336
+ "exists": true,
2337
+ "type": "script"
2338
+ },
2339
+ {
2340
+ "source": "skills/fixing-motion-performance/SKILL.md",
2341
+ "ref": "scripts/verify_all.js",
2342
+ "exists": true,
2343
+ "type": "script"
2344
+ },
2345
+ {
2346
+ "source": "skills/framer-motion-expert/SKILL.md",
2347
+ "ref": "scripts/lint_runner.js",
2348
+ "exists": true,
2349
+ "type": "script"
2350
+ },
2351
+ {
2352
+ "source": "skills/framer-motion-expert/SKILL.md",
2353
+ "ref": "scripts/verify_all.js",
2354
+ "exists": true,
2355
+ "type": "script"
2356
+ },
2357
+ {
2358
+ "source": "skills/frontend-design/SKILL.md",
2359
+ "ref": "scripts/lint_runner.js",
2360
+ "exists": true,
2361
+ "type": "script"
2362
+ },
2363
+ {
2364
+ "source": "skills/frontend-design/SKILL.md",
2365
+ "ref": "scripts/verify_all.js",
2366
+ "exists": true,
2367
+ "type": "script"
2368
+ },
2369
+ {
2370
+ "source": "skills/frontend-security-expert/SKILL.md",
2371
+ "ref": "scripts/lint_runner.js",
2372
+ "exists": true,
2373
+ "type": "script"
2374
+ },
2375
+ {
2376
+ "source": "skills/frontend-security-expert/SKILL.md",
2377
+ "ref": "scripts/verify_all.js",
2378
+ "exists": true,
2379
+ "type": "script"
2380
+ },
2381
+ {
2382
+ "source": "skills/game-design-expert/SKILL.md",
2383
+ "ref": "scripts/lint_runner.js",
2384
+ "exists": true,
2385
+ "type": "script"
2386
+ },
2387
+ {
2388
+ "source": "skills/game-design-expert/SKILL.md",
2389
+ "ref": "scripts/verify_all.js",
2390
+ "exists": true,
2391
+ "type": "script"
2392
+ },
2393
+ {
2394
+ "source": "skills/game-engineering-expert/SKILL.md",
2395
+ "ref": "scripts/lint_runner.js",
2396
+ "exists": true,
2397
+ "type": "script"
2398
+ },
2399
+ {
2400
+ "source": "skills/game-engineering-expert/SKILL.md",
2401
+ "ref": "scripts/verify_all.js",
2402
+ "exists": true,
2403
+ "type": "script"
2404
+ },
2405
+ {
2406
+ "source": "skills/generative-ui-expert/SKILL.md",
2407
+ "ref": "scripts/lint_runner.js",
2408
+ "exists": true,
2409
+ "type": "script"
2410
+ },
2411
+ {
2412
+ "source": "skills/generative-ui-expert/SKILL.md",
2413
+ "ref": "scripts/verify_all.js",
2414
+ "exists": true,
2415
+ "type": "script"
2416
+ },
2417
+ {
2418
+ "source": "skills/geo-fundamentals/SKILL.md",
2419
+ "ref": "scripts/lint_runner.js",
2420
+ "exists": true,
2421
+ "type": "script"
2422
+ },
2423
+ {
2424
+ "source": "skills/geo-fundamentals/SKILL.md",
2425
+ "ref": "scripts/verify_all.js",
2426
+ "exists": true,
2427
+ "type": "script"
2428
+ },
2429
+ {
2430
+ "source": "skills/git-pro/SKILL.md",
2431
+ "ref": "scripts/lint_runner.js",
2432
+ "exists": true,
2433
+ "type": "script"
2434
+ },
2435
+ {
2436
+ "source": "skills/git-pro/SKILL.md",
2437
+ "ref": "scripts/verify_all.js",
2438
+ "exists": true,
2439
+ "type": "script"
2440
+ },
2441
+ {
2442
+ "source": "skills/github-operations/SKILL.md",
2443
+ "ref": "scripts/lint_runner.js",
2444
+ "exists": true,
2445
+ "type": "script"
2446
+ },
2447
+ {
2448
+ "source": "skills/github-operations/SKILL.md",
2449
+ "ref": "scripts/verify_all.js",
2450
+ "exists": true,
2451
+ "type": "script"
2452
+ },
2453
+ {
2454
+ "source": "skills/gpt-taste/SKILL.md",
2455
+ "ref": "scripts/lint_runner.js",
2456
+ "exists": true,
2457
+ "type": "script"
2458
+ },
2459
+ {
2460
+ "source": "skills/gpt-taste/SKILL.md",
2461
+ "ref": "scripts/verify_all.js",
2462
+ "exists": true,
2463
+ "type": "script"
2464
+ },
2465
+ {
2466
+ "source": "skills/gsap-core/SKILL.md",
2467
+ "ref": "scripts/lint_runner.js",
2468
+ "exists": true,
2469
+ "type": "script"
2470
+ },
2471
+ {
2472
+ "source": "skills/gsap-core/SKILL.md",
2473
+ "ref": "scripts/verify_all.js",
2474
+ "exists": true,
2475
+ "type": "script"
2476
+ },
2477
+ {
2478
+ "source": "skills/gsap-frameworks/SKILL.md",
2479
+ "ref": "scripts/lint_runner.js",
2480
+ "exists": true,
2481
+ "type": "script"
2482
+ },
2483
+ {
2484
+ "source": "skills/gsap-frameworks/SKILL.md",
2485
+ "ref": "scripts/verify_all.js",
2486
+ "exists": true,
2487
+ "type": "script"
2488
+ },
2489
+ {
2490
+ "source": "skills/gsap-performance/SKILL.md",
2491
+ "ref": "scripts/lint_runner.js",
2492
+ "exists": true,
2493
+ "type": "script"
2494
+ },
2495
+ {
2496
+ "source": "skills/gsap-performance/SKILL.md",
2497
+ "ref": "scripts/verify_all.js",
2498
+ "exists": true,
2499
+ "type": "script"
2500
+ },
2501
+ {
2502
+ "source": "skills/gsap-plugins/SKILL.md",
2503
+ "ref": "scripts/lint_runner.js",
2504
+ "exists": true,
2505
+ "type": "script"
2506
+ },
2507
+ {
2508
+ "source": "skills/gsap-plugins/SKILL.md",
2509
+ "ref": "scripts/verify_all.js",
2510
+ "exists": true,
2511
+ "type": "script"
2512
+ },
2513
+ {
2514
+ "source": "skills/gsap-react/SKILL.md",
2515
+ "ref": "scripts/lint_runner.js",
2516
+ "exists": true,
2517
+ "type": "script"
2518
+ },
2519
+ {
2520
+ "source": "skills/gsap-react/SKILL.md",
2521
+ "ref": "scripts/verify_all.js",
2522
+ "exists": true,
2523
+ "type": "script"
2524
+ },
2525
+ {
2526
+ "source": "skills/gsap-scrolltrigger/SKILL.md",
2527
+ "ref": "scripts/lint_runner.js",
2528
+ "exists": true,
2529
+ "type": "script"
2530
+ },
2531
+ {
2532
+ "source": "skills/gsap-scrolltrigger/SKILL.md",
2533
+ "ref": "scripts/verify_all.js",
2534
+ "exists": true,
2535
+ "type": "script"
2536
+ },
2537
+ {
2538
+ "source": "skills/gsap-timeline/SKILL.md",
2539
+ "ref": "scripts/lint_runner.js",
2540
+ "exists": true,
2541
+ "type": "script"
2542
+ },
2543
+ {
2544
+ "source": "skills/gsap-timeline/SKILL.md",
2545
+ "ref": "scripts/verify_all.js",
2546
+ "exists": true,
2547
+ "type": "script"
2548
+ },
2549
+ {
2550
+ "source": "skills/gsap-utils/SKILL.md",
2551
+ "ref": "scripts/lint_runner.js",
2552
+ "exists": true,
2553
+ "type": "script"
2554
+ },
2555
+ {
2556
+ "source": "skills/gsap-utils/SKILL.md",
2557
+ "ref": "scripts/verify_all.js",
2558
+ "exists": true,
2559
+ "type": "script"
2560
+ },
2561
+ {
2562
+ "source": "skills/harden/SKILL.md",
2563
+ "ref": "scripts/lint_runner.js",
2564
+ "exists": true,
2565
+ "type": "script"
2566
+ },
2567
+ {
2568
+ "source": "skills/harden/SKILL.md",
2569
+ "ref": "scripts/verify_all.js",
2570
+ "exists": true,
2571
+ "type": "script"
2572
+ },
2573
+ {
2574
+ "source": "skills/harness-protocol/SKILL.md",
2575
+ "ref": "scripts/session_manager.js",
2576
+ "exists": true,
2577
+ "type": "script"
2578
+ },
2579
+ {
2580
+ "source": "skills/harness-protocol/SKILL.md",
2581
+ "ref": "scripts/verify_all.js",
2582
+ "exists": true,
2583
+ "type": "script"
2584
+ },
2585
+ {
2586
+ "source": "skills/harness-protocol/SKILL.md",
2587
+ "ref": "scripts/lint_runner.js",
2588
+ "exists": true,
2589
+ "type": "script"
2590
+ },
2591
+ {
2592
+ "source": "skills/i18n-localization/SKILL.md",
2593
+ "ref": "scripts/lint_runner.js",
2594
+ "exists": true,
2595
+ "type": "script"
2596
+ },
2597
+ {
2598
+ "source": "skills/i18n-localization/SKILL.md",
2599
+ "ref": "scripts/verify_all.js",
2600
+ "exists": true,
2601
+ "type": "script"
2602
+ },
2603
+ {
2604
+ "source": "skills/impeccable/SKILL.md",
2605
+ "ref": "scripts/lint_runner.js",
2606
+ "exists": true,
2607
+ "type": "script"
2608
+ },
2609
+ {
2610
+ "source": "skills/impeccable/SKILL.md",
2611
+ "ref": "scripts/verify_all.js",
2612
+ "exists": true,
2613
+ "type": "script"
2614
+ },
2615
+ {
2616
+ "source": "skills/improve-codebase-architecture/SKILL.md",
2617
+ "ref": "scripts/lint_runner.js",
2618
+ "exists": true,
2619
+ "type": "script"
2620
+ },
2621
+ {
2622
+ "source": "skills/improve-codebase-architecture/SKILL.md",
2623
+ "ref": "scripts/verify_all.js",
2624
+ "exists": true,
2625
+ "type": "script"
2626
+ },
2627
+ {
2628
+ "source": "skills/improve-ui/SKILL.md",
2629
+ "ref": "scripts/lint_runner.js",
2630
+ "exists": true,
2631
+ "type": "script"
2632
+ },
2633
+ {
2634
+ "source": "skills/improve-ui/SKILL.md",
2635
+ "ref": "scripts/verify_all.js",
2636
+ "exists": true,
2637
+ "type": "script"
2638
+ },
2639
+ {
2640
+ "source": "skills/intelligent-routing/SKILL.md",
2641
+ "ref": "scripts/compile_router.py",
2642
+ "exists": false,
2643
+ "type": "script"
2644
+ },
2645
+ {
2646
+ "source": "skills/intelligent-routing/SKILL.md",
2647
+ "ref": "scripts/verify_all.js",
2648
+ "exists": true,
2649
+ "type": "script"
2650
+ },
2651
+ {
2652
+ "source": "skills/intelligent-routing/SKILL.md",
2653
+ "ref": "scripts/lint_runner.js",
2654
+ "exists": true,
2655
+ "type": "script"
2656
+ },
2657
+ {
2658
+ "source": "skills/knowledge-graph/SKILL.md",
2659
+ "ref": "scripts/graph_builder.js",
2660
+ "exists": true,
2661
+ "type": "script"
2662
+ },
2663
+ {
2664
+ "source": "skills/knowledge-graph/SKILL.md",
2665
+ "ref": "scripts/graph_zoom.js",
2666
+ "exists": true,
2667
+ "type": "script"
2668
+ },
2669
+ {
2670
+ "source": "skills/knowledge-graph/SKILL.md",
2671
+ "ref": "scripts/verify_all.js",
2672
+ "exists": true,
2673
+ "type": "script"
2674
+ },
2675
+ {
2676
+ "source": "skills/knowledge-graph/SKILL.md",
2677
+ "ref": "scripts/lint_runner.js",
2678
+ "exists": true,
2679
+ "type": "script"
2680
+ },
2681
+ {
2682
+ "source": "skills/landing-page/SKILL.md",
2683
+ "ref": "scripts/lint_runner.js",
2684
+ "exists": true,
2685
+ "type": "script"
2686
+ },
2687
+ {
2688
+ "source": "skills/landing-page/SKILL.md",
2689
+ "ref": "scripts/verify_all.js",
2690
+ "exists": true,
2691
+ "type": "script"
2692
+ },
2693
+ {
2694
+ "source": "skills/lint-and-validate/SKILL.md",
2695
+ "ref": "scripts/lint_runner.js",
2696
+ "exists": true,
2697
+ "type": "script"
2698
+ },
2699
+ {
2700
+ "source": "skills/lint-and-validate/SKILL.md",
2701
+ "ref": "scripts/verify_all.js",
2702
+ "exists": true,
2703
+ "type": "script"
2704
+ },
2705
+ {
2706
+ "source": "skills/llm-engineering/SKILL.md",
2707
+ "ref": "scripts/lint_runner.js",
2708
+ "exists": true,
2709
+ "type": "script"
2710
+ },
2711
+ {
2712
+ "source": "skills/llm-engineering/SKILL.md",
2713
+ "ref": "scripts/verify_all.js",
2714
+ "exists": true,
2715
+ "type": "script"
2716
+ },
2717
+ {
2718
+ "source": "skills/local-first/SKILL.md",
2719
+ "ref": "scripts/lint_runner.js",
2720
+ "exists": true,
2721
+ "type": "script"
2722
+ },
2723
+ {
2724
+ "source": "skills/local-first/SKILL.md",
2725
+ "ref": "scripts/verify_all.js",
2726
+ "exists": true,
2727
+ "type": "script"
2728
+ },
2729
+ {
2730
+ "source": "skills/local-first-architecture/SKILL.md",
2731
+ "ref": "scripts/lint_runner.js",
2732
+ "exists": true,
2733
+ "type": "script"
2734
+ },
2735
+ {
2736
+ "source": "skills/local-first-architecture/SKILL.md",
2737
+ "ref": "scripts/verify_all.js",
2738
+ "exists": true,
2739
+ "type": "script"
2740
+ },
2741
+ {
2742
+ "source": "skills/lottie-animation/SKILL.md",
2743
+ "ref": "scripts/lint_runner.js",
2744
+ "exists": true,
2745
+ "type": "script"
2746
+ },
2747
+ {
2748
+ "source": "skills/lottie-animation/SKILL.md",
2749
+ "ref": "scripts/verify_all.js",
2750
+ "exists": true,
2751
+ "type": "script"
2752
+ },
2753
+ {
2754
+ "source": "skills/marquee-loop/SKILL.md",
2755
+ "ref": "scripts/lint_runner.js",
2756
+ "exists": true,
2757
+ "type": "script"
2758
+ },
2759
+ {
2760
+ "source": "skills/marquee-loop/SKILL.md",
2761
+ "ref": "scripts/verify_all.js",
2762
+ "exists": true,
2763
+ "type": "script"
2764
+ },
2765
+ {
2766
+ "source": "skills/masked-reveal/SKILL.md",
2767
+ "ref": "scripts/lint_runner.js",
2768
+ "exists": true,
2769
+ "type": "script"
2770
+ },
2771
+ {
2772
+ "source": "skills/masked-reveal/SKILL.md",
2773
+ "ref": "scripts/verify_all.js",
2774
+ "exists": true,
2775
+ "type": "script"
2776
+ },
2777
+ {
2778
+ "source": "skills/mcp-builder/SKILL.md",
2779
+ "ref": "scripts/lint_runner.js",
2780
+ "exists": true,
2781
+ "type": "script"
2782
+ },
2783
+ {
2784
+ "source": "skills/mcp-builder/SKILL.md",
2785
+ "ref": "scripts/verify_all.js",
2786
+ "exists": true,
2787
+ "type": "script"
2788
+ },
2789
+ {
2790
+ "source": "skills/micro-interaction/SKILL.md",
2791
+ "ref": "scripts/lint_runner.js",
2792
+ "exists": true,
2793
+ "type": "script"
2794
+ },
2795
+ {
2796
+ "source": "skills/micro-interaction/SKILL.md",
2797
+ "ref": "scripts/verify_all.js",
2798
+ "exists": true,
2799
+ "type": "script"
2800
+ },
2801
+ {
2802
+ "source": "skills/mobile-design/SKILL.md",
2803
+ "ref": "scripts/lint_runner.js",
2804
+ "exists": true,
2805
+ "type": "script"
2806
+ },
2807
+ {
2808
+ "source": "skills/mobile-design/SKILL.md",
2809
+ "ref": "scripts/verify_all.js",
2810
+ "exists": true,
2811
+ "type": "script"
2812
+ },
2813
+ {
2814
+ "source": "skills/monorepo-management/SKILL.md",
2815
+ "ref": "scripts/lint_runner.js",
2816
+ "exists": true,
2817
+ "type": "script"
2818
+ },
2819
+ {
2820
+ "source": "skills/monorepo-management/SKILL.md",
2821
+ "ref": "scripts/verify_all.js",
2822
+ "exists": true,
2823
+ "type": "script"
2824
+ },
2825
+ {
2826
+ "source": "skills/morphing-icons/SKILL.md",
2827
+ "ref": "scripts/lint_runner.js",
2828
+ "exists": true,
2829
+ "type": "script"
2830
+ },
2831
+ {
2832
+ "source": "skills/morphing-icons/SKILL.md",
2833
+ "ref": "scripts/verify_all.js",
2834
+ "exists": true,
2835
+ "type": "script"
2836
+ },
2837
+ {
2838
+ "source": "skills/motion-engineering/SKILL.md",
2839
+ "ref": "scripts/lint_runner.js",
2840
+ "exists": true,
2841
+ "type": "script"
2842
+ },
2843
+ {
2844
+ "source": "skills/motion-engineering/SKILL.md",
2845
+ "ref": "scripts/verify_all.js",
2846
+ "exists": true,
2847
+ "type": "script"
2848
+ },
2849
+ {
2850
+ "source": "skills/nextjs-react-expert/SKILL.md",
2851
+ "ref": "scripts/lint_runner.js",
2852
+ "exists": true,
2853
+ "type": "script"
2854
+ },
2855
+ {
2856
+ "source": "skills/nextjs-react-expert/SKILL.md",
2857
+ "ref": "scripts/verify_all.js",
2858
+ "exists": true,
2859
+ "type": "script"
2860
+ },
2861
+ {
2862
+ "source": "skills/nodejs-best-practices/SKILL.md",
2863
+ "ref": "scripts/lint_runner.js",
2864
+ "exists": true,
2865
+ "type": "script"
2866
+ },
2867
+ {
2868
+ "source": "skills/nodejs-best-practices/SKILL.md",
2869
+ "ref": "scripts/verify_all.js",
2870
+ "exists": true,
2871
+ "type": "script"
2872
+ },
2873
+ {
2874
+ "source": "skills/observability/SKILL.md",
2875
+ "ref": "scripts/lint_runner.js",
2876
+ "exists": true,
2877
+ "type": "script"
2878
+ },
2879
+ {
2880
+ "source": "skills/observability/SKILL.md",
2881
+ "ref": "scripts/verify_all.js",
2882
+ "exists": true,
2883
+ "type": "script"
2884
+ },
2885
+ {
2886
+ "source": "skills/opentelemetry-observability/SKILL.md",
2887
+ "ref": "scripts/test_runner.js",
2888
+ "exists": true,
2889
+ "type": "script"
2890
+ },
2891
+ {
2892
+ "source": "skills/opentelemetry-observability/SKILL.md",
2893
+ "ref": "scripts/lint_runner.js",
2894
+ "exists": true,
2895
+ "type": "script"
2896
+ },
2897
+ {
2898
+ "source": "skills/opentelemetry-observability/SKILL.md",
2899
+ "ref": "scripts/verify_all.js",
2900
+ "exists": true,
2901
+ "type": "script"
2902
+ },
2903
+ {
2904
+ "source": "skills/page-transition-animation/SKILL.md",
2905
+ "ref": "scripts/lint_runner.js",
2906
+ "exists": true,
2907
+ "type": "script"
2908
+ },
2909
+ {
2910
+ "source": "skills/page-transition-animation/SKILL.md",
2911
+ "ref": "scripts/verify_all.js",
2912
+ "exists": true,
2913
+ "type": "script"
2914
+ },
2915
+ {
2916
+ "source": "skills/parallel-agents/SKILL.md",
2917
+ "ref": "scripts/swarm_dispatcher.js",
2918
+ "exists": true,
2919
+ "type": "script"
2920
+ },
2921
+ {
2922
+ "source": "skills/parallel-agents/SKILL.md",
2923
+ "ref": "scripts/verify_all.js",
2924
+ "exists": true,
2925
+ "type": "script"
2926
+ },
2927
+ {
2928
+ "source": "skills/parallel-agents/SKILL.md",
2929
+ "ref": "scripts/lint_runner.js",
2930
+ "exists": true,
2931
+ "type": "script"
2932
+ },
2933
+ {
2934
+ "source": "skills/performance-profiling/SKILL.md",
2935
+ "ref": "scripts/bundle_analyzer.js",
2936
+ "exists": true,
2937
+ "type": "script"
2938
+ },
2939
+ {
2940
+ "source": "skills/performance-profiling/SKILL.md",
2941
+ "ref": "scripts/verify_all.js",
2942
+ "exists": true,
2943
+ "type": "script"
2944
+ },
2945
+ {
2946
+ "source": "skills/performance-profiling/SKILL.md",
2947
+ "ref": "scripts/lint_runner.js",
2948
+ "exists": true,
2949
+ "type": "script"
2950
+ },
2951
+ {
2952
+ "source": "skills/plan-writing/SKILL.md",
2953
+ "ref": "scripts/lint_runner.js",
2954
+ "exists": true,
2955
+ "type": "script"
2956
+ },
2957
+ {
2958
+ "source": "skills/plan-writing/SKILL.md",
2959
+ "ref": "scripts/verify_all.js",
2960
+ "exists": true,
2961
+ "type": "script"
2962
+ },
2963
+ {
2964
+ "source": "skills/platform-engineer/SKILL.md",
2965
+ "ref": "scripts/lint_runner.js",
2966
+ "exists": true,
2967
+ "type": "script"
2968
+ },
2969
+ {
2970
+ "source": "skills/platform-engineer/SKILL.md",
2971
+ "ref": "scripts/verify_all.js",
2972
+ "exists": true,
2973
+ "type": "script"
2974
+ },
2975
+ {
2976
+ "source": "skills/platform-engineering-opentofu/SKILL.md",
2977
+ "ref": "scripts/security_scan.js",
2978
+ "exists": true,
2979
+ "type": "script"
2980
+ },
2981
+ {
2982
+ "source": "skills/platform-engineering-opentofu/SKILL.md",
2983
+ "ref": "scripts/verify_all.js",
2984
+ "exists": true,
2985
+ "type": "script"
2986
+ },
2987
+ {
2988
+ "source": "skills/platform-engineering-opentofu/SKILL.md",
2989
+ "ref": "scripts/lint_runner.js",
2990
+ "exists": true,
2991
+ "type": "script"
2992
+ },
2993
+ {
2994
+ "source": "skills/playwright-ai-e2e/SKILL.md",
2995
+ "ref": "scripts/test_runner.js",
2996
+ "exists": true,
2997
+ "type": "script"
2998
+ },
2999
+ {
3000
+ "source": "skills/playwright-ai-e2e/SKILL.md",
3001
+ "ref": "scripts/visual_audit.js",
3002
+ "exists": true,
3003
+ "type": "script"
3004
+ },
3005
+ {
3006
+ "source": "skills/playwright-ai-e2e/SKILL.md",
3007
+ "ref": "scripts/lint_runner.js",
3008
+ "exists": true,
3009
+ "type": "script"
3010
+ },
3011
+ {
3012
+ "source": "skills/playwright-ai-e2e/SKILL.md",
3013
+ "ref": "scripts/verify_all.js",
3014
+ "exists": true,
3015
+ "type": "script"
3016
+ },
3017
+ {
3018
+ "source": "skills/playwright-best-practices/SKILL.md",
3019
+ "ref": "scripts/test_runner.js",
3020
+ "exists": true,
3021
+ "type": "script"
3022
+ },
3023
+ {
3024
+ "source": "skills/playwright-best-practices/SKILL.md",
3025
+ "ref": "scripts/verify_all.js",
3026
+ "exists": true,
3027
+ "type": "script"
3028
+ },
3029
+ {
3030
+ "source": "skills/playwright-best-practices/SKILL.md",
3031
+ "ref": "scripts/lint_runner.js",
3032
+ "exists": true,
3033
+ "type": "script"
3034
+ },
3035
+ {
3036
+ "source": "skills/polish/SKILL.md",
3037
+ "ref": "scripts/lint_runner.js",
3038
+ "exists": true,
3039
+ "type": "script"
3040
+ },
3041
+ {
3042
+ "source": "skills/polish/SKILL.md",
3043
+ "ref": "scripts/verify_all.js",
3044
+ "exists": true,
3045
+ "type": "script"
3046
+ },
3047
+ {
3048
+ "source": "skills/powershell-windows/SKILL.md",
3049
+ "ref": "scripts/lint_runner.js",
3050
+ "exists": true,
3051
+ "type": "script"
3052
+ },
3053
+ {
3054
+ "source": "skills/powershell-windows/SKILL.md",
3055
+ "ref": "scripts/verify_all.js",
3056
+ "exists": true,
3057
+ "type": "script"
3058
+ },
3059
+ {
3060
+ "source": "skills/pricing-page/SKILL.md",
3061
+ "ref": "scripts/lint_runner.js",
3062
+ "exists": true,
3063
+ "type": "script"
3064
+ },
3065
+ {
3066
+ "source": "skills/pricing-page/SKILL.md",
3067
+ "ref": "scripts/verify_all.js",
3068
+ "exists": true,
3069
+ "type": "script"
3070
+ },
3071
+ {
3072
+ "source": "skills/product-aware-heuristics/SKILL.md",
3073
+ "ref": "scripts/lint_runner.js",
3074
+ "exists": true,
3075
+ "type": "script"
3076
+ },
3077
+ {
3078
+ "source": "skills/product-aware-heuristics/SKILL.md",
3079
+ "ref": "scripts/verify_all.js",
3080
+ "exists": true,
3081
+ "type": "script"
3082
+ },
3083
+ {
3084
+ "source": "skills/progressive-blur/SKILL.md",
3085
+ "ref": "scripts/lint_runner.js",
3086
+ "exists": true,
3087
+ "type": "script"
3088
+ },
3089
+ {
3090
+ "source": "skills/progressive-blur/SKILL.md",
3091
+ "ref": "scripts/verify_all.js",
3092
+ "exists": true,
3093
+ "type": "script"
3094
+ },
3095
+ {
3096
+ "source": "skills/project-idioms/SKILL.md",
3097
+ "ref": "scripts/skill_evolution.js",
3098
+ "exists": true,
3099
+ "type": "script"
3100
+ },
3101
+ {
3102
+ "source": "skills/project-idioms/SKILL.md",
3103
+ "ref": "scripts/verify_all.js",
3104
+ "exists": true,
3105
+ "type": "script"
3106
+ },
3107
+ {
3108
+ "source": "skills/project-idioms/SKILL.md",
3109
+ "ref": "scripts/lint_runner.js",
3110
+ "exists": true,
3111
+ "type": "script"
3112
+ },
3113
+ {
3114
+ "source": "skills/property-based-testing/SKILL.md",
3115
+ "ref": "scripts/test_runner.js",
3116
+ "exists": true,
3117
+ "type": "script"
3118
+ },
3119
+ {
3120
+ "source": "skills/property-based-testing/SKILL.md",
3121
+ "ref": "scripts/inner_loop_validator.js",
3122
+ "exists": true,
3123
+ "type": "script"
3124
+ },
3125
+ {
3126
+ "source": "skills/property-based-testing/SKILL.md",
3127
+ "ref": "scripts/lint_runner.js",
3128
+ "exists": true,
3129
+ "type": "script"
3130
+ },
3131
+ {
3132
+ "source": "skills/property-based-testing/SKILL.md",
3133
+ "ref": "scripts/verify_all.js",
3134
+ "exists": true,
3135
+ "type": "script"
3136
+ },
3137
+ {
3138
+ "source": "skills/python-patterns/SKILL.md",
3139
+ "ref": "scripts/lint_runner.js",
3140
+ "exists": true,
3141
+ "type": "script"
3142
+ },
3143
+ {
3144
+ "source": "skills/python-patterns/SKILL.md",
3145
+ "ref": "scripts/verify_all.js",
3146
+ "exists": true,
3147
+ "type": "script"
3148
+ },
3149
+ {
3150
+ "source": "skills/python-pro/SKILL.md",
3151
+ "ref": "scripts/lint_runner.js",
3152
+ "exists": true,
3153
+ "type": "script"
3154
+ },
3155
+ {
3156
+ "source": "skills/python-pro/SKILL.md",
3157
+ "ref": "scripts/verify_all.js",
3158
+ "exists": true,
3159
+ "type": "script"
3160
+ },
3161
+ {
3162
+ "source": "skills/quieter/SKILL.md",
3163
+ "ref": "scripts/lint_runner.js",
3164
+ "exists": true,
3165
+ "type": "script"
3166
+ },
3167
+ {
3168
+ "source": "skills/quieter/SKILL.md",
3169
+ "ref": "scripts/verify_all.js",
3170
+ "exists": true,
3171
+ "type": "script"
3172
+ },
3173
+ {
3174
+ "source": "skills/react-doctor/SKILL.md",
3175
+ "ref": "scripts/lint_runner.js",
3176
+ "exists": true,
3177
+ "type": "script"
3178
+ },
3179
+ {
3180
+ "source": "skills/react-doctor/SKILL.md",
3181
+ "ref": "scripts/verify_all.js",
3182
+ "exists": true,
3183
+ "type": "script"
3184
+ },
3185
+ {
3186
+ "source": "skills/react-specialist/SKILL.md",
3187
+ "ref": "scripts/lint_runner.js",
3188
+ "exists": true,
3189
+ "type": "script"
3190
+ },
3191
+ {
3192
+ "source": "skills/react-specialist/SKILL.md",
3193
+ "ref": "scripts/verify_all.js",
3194
+ "exists": true,
3195
+ "type": "script"
3196
+ },
3197
+ {
3198
+ "source": "skills/readme-builder/SKILL.md",
3199
+ "ref": "scripts/lint_runner.js",
3200
+ "exists": true,
3201
+ "type": "script"
3202
+ },
3203
+ {
3204
+ "source": "skills/readme-builder/SKILL.md",
3205
+ "ref": "scripts/verify_all.js",
3206
+ "exists": true,
3207
+ "type": "script"
3208
+ },
3209
+ {
3210
+ "source": "skills/realtime-patterns/SKILL.md",
3211
+ "ref": "scripts/lint_runner.js",
3212
+ "exists": true,
3213
+ "type": "script"
3214
+ },
3215
+ {
3216
+ "source": "skills/realtime-patterns/SKILL.md",
3217
+ "ref": "scripts/verify_all.js",
3218
+ "exists": true,
3219
+ "type": "script"
3220
+ },
3221
+ {
3222
+ "source": "skills/red-team-tactics/SKILL.md",
3223
+ "ref": "scripts/lint_runner.js",
3224
+ "exists": true,
3225
+ "type": "script"
3226
+ },
3227
+ {
3228
+ "source": "skills/red-team-tactics/SKILL.md",
3229
+ "ref": "scripts/verify_all.js",
3230
+ "exists": true,
3231
+ "type": "script"
3232
+ },
3233
+ {
3234
+ "source": "skills/redesign-skill/SKILL.md",
3235
+ "ref": "scripts/lint_runner.js",
3236
+ "exists": true,
3237
+ "type": "script"
3238
+ },
3239
+ {
3240
+ "source": "skills/redesign-skill/SKILL.md",
3241
+ "ref": "scripts/verify_all.js",
3242
+ "exists": true,
3243
+ "type": "script"
3244
+ },
3245
+ {
3246
+ "source": "skills/review-animations/SKILL.md",
3247
+ "ref": "scripts/lint_runner.js",
3248
+ "exists": true,
3249
+ "type": "script"
3250
+ },
3251
+ {
3252
+ "source": "skills/review-animations/SKILL.md",
3253
+ "ref": "scripts/verify_all.js",
3254
+ "exists": true,
3255
+ "type": "script"
3256
+ },
3257
+ {
3258
+ "source": "skills/rust-pro/SKILL.md",
3259
+ "ref": "scripts/lint_runner.js",
3260
+ "exists": true,
3261
+ "type": "script"
3262
+ },
3263
+ {
3264
+ "source": "skills/rust-pro/SKILL.md",
3265
+ "ref": "scripts/verify_all.js",
3266
+ "exists": true,
3267
+ "type": "script"
3268
+ },
3269
+ {
3270
+ "source": "skills/seo-fundamentals/SKILL.md",
3271
+ "ref": "scripts/lint_runner.js",
3272
+ "exists": true,
3273
+ "type": "script"
3274
+ },
3275
+ {
3276
+ "source": "skills/seo-fundamentals/SKILL.md",
3277
+ "ref": "scripts/verify_all.js",
3278
+ "exists": true,
3279
+ "type": "script"
3280
+ },
3281
+ {
3282
+ "source": "skills/server-management/SKILL.md",
3283
+ "ref": "scripts/lint_runner.js",
3284
+ "exists": true,
3285
+ "type": "script"
3286
+ },
3287
+ {
3288
+ "source": "skills/server-management/SKILL.md",
3289
+ "ref": "scripts/verify_all.js",
3290
+ "exists": true,
3291
+ "type": "script"
3292
+ },
3293
+ {
3294
+ "source": "skills/shadcn-ui-expert/SKILL.md",
3295
+ "ref": "scripts/lint_runner.js",
3296
+ "exists": true,
3297
+ "type": "script"
3298
+ },
3299
+ {
3300
+ "source": "skills/shadcn-ui-expert/SKILL.md",
3301
+ "ref": "scripts/verify_all.js",
3302
+ "exists": true,
3303
+ "type": "script"
3304
+ },
3305
+ {
3306
+ "source": "skills/shape/SKILL.md",
3307
+ "ref": "scripts/checklist.js",
3308
+ "exists": true,
3309
+ "type": "script"
3310
+ },
3311
+ {
3312
+ "source": "skills/shape/SKILL.md",
3313
+ "ref": "scripts/verify_all.js",
3314
+ "exists": true,
3315
+ "type": "script"
3316
+ },
3317
+ {
3318
+ "source": "skills/shape/SKILL.md",
3319
+ "ref": "scripts/lint_runner.js",
3320
+ "exists": true,
3321
+ "type": "script"
3322
+ },
3323
+ {
3324
+ "source": "skills/skill-creator/SKILL.md",
3325
+ "ref": "agents/grader.md",
3326
+ "exists": false,
3327
+ "type": "agent"
3328
+ },
3329
+ {
3330
+ "source": "skills/skill-creator/SKILL.md",
3331
+ "ref": "scripts/skill_integrator.js",
3332
+ "exists": true,
3333
+ "type": "script"
3334
+ },
3335
+ {
3336
+ "source": "skills/skill-creator/SKILL.md",
3337
+ "ref": "scripts/verify_all.js",
3338
+ "exists": true,
3339
+ "type": "script"
3340
+ },
3341
+ {
3342
+ "source": "skills/skill-creator/SKILL.md",
3343
+ "ref": "scripts/lint_runner.js",
3344
+ "exists": true,
3345
+ "type": "script"
3346
+ },
3347
+ {
3348
+ "source": "skills/soft-skill/SKILL.md",
3349
+ "ref": "scripts/lint_runner.js",
3350
+ "exists": true,
3351
+ "type": "script"
3352
+ },
3353
+ {
3354
+ "source": "skills/soft-skill/SKILL.md",
3355
+ "ref": "scripts/verify_all.js",
3356
+ "exists": true,
3357
+ "type": "script"
3358
+ },
3359
+ {
3360
+ "source": "skills/sounds-on-the-web/SKILL.md",
3361
+ "ref": "scripts/lint_runner.js",
3362
+ "exists": true,
3363
+ "type": "script"
3364
+ },
3365
+ {
3366
+ "source": "skills/sounds-on-the-web/SKILL.md",
3367
+ "ref": "scripts/verify_all.js",
3368
+ "exists": true,
3369
+ "type": "script"
3370
+ },
3371
+ {
3372
+ "source": "skills/sql-pro/SKILL.md",
3373
+ "ref": "scripts/lint_runner.js",
3374
+ "exists": true,
3375
+ "type": "script"
3376
+ },
3377
+ {
3378
+ "source": "skills/sql-pro/SKILL.md",
3379
+ "ref": "scripts/verify_all.js",
3380
+ "exists": true,
3381
+ "type": "script"
3382
+ },
3383
+ {
3384
+ "source": "skills/supabase-postgres-best-practices/SKILL.md",
3385
+ "ref": "scripts/lint_runner.js",
3386
+ "exists": true,
3387
+ "type": "script"
3388
+ },
3389
+ {
3390
+ "source": "skills/supabase-postgres-best-practices/SKILL.md",
3391
+ "ref": "scripts/verify_all.js",
3392
+ "exists": true,
3393
+ "type": "script"
3394
+ },
3395
+ {
3396
+ "source": "skills/svg-animation/SKILL.md",
3397
+ "ref": "scripts/lint_runner.js",
3398
+ "exists": true,
3399
+ "type": "script"
3400
+ },
3401
+ {
3402
+ "source": "skills/svg-animation/SKILL.md",
3403
+ "ref": "scripts/verify_all.js",
3404
+ "exists": true,
3405
+ "type": "script"
3406
+ },
3407
+ {
3408
+ "source": "skills/swiftui-expert/SKILL.md",
3409
+ "ref": "scripts/lint_runner.js",
3410
+ "exists": true,
3411
+ "type": "script"
3412
+ },
3413
+ {
3414
+ "source": "skills/swiftui-expert/SKILL.md",
3415
+ "ref": "scripts/verify_all.js",
3416
+ "exists": true,
3417
+ "type": "script"
3418
+ },
3419
+ {
3420
+ "source": "skills/swiss-design/SKILL.md",
3421
+ "ref": "scripts/lint_runner.js",
3422
+ "exists": true,
3423
+ "type": "script"
3424
+ },
3425
+ {
3426
+ "source": "skills/swiss-design/SKILL.md",
3427
+ "ref": "scripts/verify_all.js",
3428
+ "exists": true,
3429
+ "type": "script"
3430
+ },
3431
+ {
3432
+ "source": "skills/system-design-pro/SKILL.md",
3433
+ "ref": "scripts/lint_runner.js",
3434
+ "exists": true,
3435
+ "type": "script"
3436
+ },
3437
+ {
3438
+ "source": "skills/system-design-pro/SKILL.md",
3439
+ "ref": "scripts/verify_all.js",
3440
+ "exists": true,
3441
+ "type": "script"
3442
+ },
3443
+ {
3444
+ "source": "skills/systematic-debugging/SKILL.md",
3445
+ "ref": "scripts/test_runner.js",
3446
+ "exists": true,
3447
+ "type": "script"
3448
+ },
3449
+ {
3450
+ "source": "skills/systematic-debugging/SKILL.md",
3451
+ "ref": "scripts/verify_all.js",
3452
+ "exists": true,
3453
+ "type": "script"
3454
+ },
3455
+ {
3456
+ "source": "skills/systematic-debugging/SKILL.md",
3457
+ "ref": "scripts/lint_runner.js",
3458
+ "exists": true,
3459
+ "type": "script"
3460
+ },
3461
+ {
3462
+ "source": "skills/tailwind-patterns/SKILL.md",
3463
+ "ref": "scripts/lint_runner.js",
3464
+ "exists": true,
3465
+ "type": "script"
3466
+ },
3467
+ {
3468
+ "source": "skills/tailwind-patterns/SKILL.md",
3469
+ "ref": "scripts/verify_all.js",
3470
+ "exists": true,
3471
+ "type": "script"
3472
+ },
3473
+ {
3474
+ "source": "skills/taste-skill/SKILL.md",
3475
+ "ref": "scripts/lint_runner.js",
3476
+ "exists": true,
3477
+ "type": "script"
3478
+ },
3479
+ {
3480
+ "source": "skills/taste-skill/SKILL.md",
3481
+ "ref": "scripts/verify_all.js",
3482
+ "exists": true,
3483
+ "type": "script"
3484
+ },
3485
+ {
3486
+ "source": "skills/tdd-workflow/SKILL.md",
3487
+ "ref": "scripts/test_runner.js",
3488
+ "exists": true,
3489
+ "type": "script"
3490
+ },
3491
+ {
3492
+ "source": "skills/tdd-workflow/SKILL.md",
3493
+ "ref": "scripts/verify_all.js",
3494
+ "exists": true,
3495
+ "type": "script"
3496
+ },
3497
+ {
3498
+ "source": "skills/tdd-workflow/SKILL.md",
3499
+ "ref": "scripts/lint_runner.js",
3500
+ "exists": true,
3501
+ "type": "script"
3502
+ },
3503
+ {
3504
+ "source": "skills/test-result-analyzer/SKILL.md",
3505
+ "ref": "scripts/test_runner.js",
3506
+ "exists": true,
3507
+ "type": "script"
3508
+ },
3509
+ {
3510
+ "source": "skills/test-result-analyzer/SKILL.md",
3511
+ "ref": "scripts/verify_all.js",
3512
+ "exists": true,
3513
+ "type": "script"
3514
+ },
3515
+ {
3516
+ "source": "skills/test-result-analyzer/SKILL.md",
3517
+ "ref": "scripts/lint_runner.js",
3518
+ "exists": true,
3519
+ "type": "script"
3520
+ },
3521
+ {
3522
+ "source": "skills/testing-patterns/SKILL.md",
3523
+ "ref": "scripts/test_runner.js",
3524
+ "exists": true,
3525
+ "type": "script"
3526
+ },
3527
+ {
3528
+ "source": "skills/testing-patterns/SKILL.md",
3529
+ "ref": "scripts/verify_all.js",
3530
+ "exists": true,
3531
+ "type": "script"
3532
+ },
3533
+ {
3534
+ "source": "skills/testing-patterns/SKILL.md",
3535
+ "ref": "scripts/lint_runner.js",
3536
+ "exists": true,
3537
+ "type": "script"
3538
+ },
3539
+ {
3540
+ "source": "skills/thermo-nuclear-code-quality-review/SKILL.md",
3541
+ "ref": "scripts/lint_runner.js",
3542
+ "exists": true,
3543
+ "type": "script"
3544
+ },
3545
+ {
3546
+ "source": "skills/thermo-nuclear-code-quality-review/SKILL.md",
3547
+ "ref": "scripts/verify_all.js",
3548
+ "exists": true,
3549
+ "type": "script"
3550
+ },
3551
+ {
3552
+ "source": "skills/thinking-protocol/SKILL.md",
3553
+ "ref": "scripts/checklist.js",
3554
+ "exists": true,
3555
+ "type": "script"
3556
+ },
3557
+ {
3558
+ "source": "skills/thinking-protocol/SKILL.md",
3559
+ "ref": "scripts/verify_all.js",
3560
+ "exists": true,
3561
+ "type": "script"
3562
+ },
3563
+ {
3564
+ "source": "skills/thinking-protocol/SKILL.md",
3565
+ "ref": "scripts/lint_runner.js",
3566
+ "exists": true,
3567
+ "type": "script"
3568
+ },
3569
+ {
3570
+ "source": "skills/to-spring-or-not-to-spring/SKILL.md",
3571
+ "ref": "scripts/lint_runner.js",
3572
+ "exists": true,
3573
+ "type": "script"
3574
+ },
3575
+ {
3576
+ "source": "skills/to-spring-or-not-to-spring/SKILL.md",
3577
+ "ref": "scripts/verify_all.js",
3578
+ "exists": true,
3579
+ "type": "script"
3580
+ },
3581
+ {
3582
+ "source": "skills/transitions-dev/SKILL.md",
3583
+ "ref": "scripts/lint_runner.js",
3584
+ "exists": true,
3585
+ "type": "script"
3586
+ },
3587
+ {
3588
+ "source": "skills/transitions-dev/SKILL.md",
3589
+ "ref": "scripts/verify_all.js",
3590
+ "exists": true,
3591
+ "type": "script"
3592
+ },
3593
+ {
3594
+ "source": "skills/trend-researcher/SKILL.md",
3595
+ "ref": "scripts/lint_runner.js",
3596
+ "exists": true,
3597
+ "type": "script"
3598
+ },
3599
+ {
3600
+ "source": "skills/trend-researcher/SKILL.md",
3601
+ "ref": "scripts/verify_all.js",
3602
+ "exists": true,
3603
+ "type": "script"
3604
+ },
3605
+ {
3606
+ "source": "skills/typescript-advanced/SKILL.md",
3607
+ "ref": "scripts/lint_runner.js",
3608
+ "exists": true,
3609
+ "type": "script"
3610
+ },
3611
+ {
3612
+ "source": "skills/typescript-advanced/SKILL.md",
3613
+ "ref": "scripts/verify_all.js",
3614
+ "exists": true,
3615
+ "type": "script"
3616
+ },
3617
+ {
3618
+ "source": "skills/typeset/SKILL.md",
3619
+ "ref": "scripts/lint_runner.js",
3620
+ "exists": true,
3621
+ "type": "script"
3622
+ },
3623
+ {
3624
+ "source": "skills/typeset/SKILL.md",
3625
+ "ref": "scripts/verify_all.js",
3626
+ "exists": true,
3627
+ "type": "script"
3628
+ },
3629
+ {
3630
+ "source": "skills/ui-reasoning-engine/SKILL.md",
3631
+ "ref": "scripts/lint_runner.js",
3632
+ "exists": true,
3633
+ "type": "script"
3634
+ },
3635
+ {
3636
+ "source": "skills/ui-reasoning-engine/SKILL.md",
3637
+ "ref": "scripts/verify_all.js",
3638
+ "exists": true,
3639
+ "type": "script"
3640
+ },
3641
+ {
3642
+ "source": "skills/ui-skill-packs/SKILL.md",
3643
+ "ref": "scripts/lint_runner.js",
3644
+ "exists": true,
3645
+ "type": "script"
3646
+ },
3647
+ {
3648
+ "source": "skills/ui-skill-packs/SKILL.md",
3649
+ "ref": "scripts/verify_all.js",
3650
+ "exists": true,
3651
+ "type": "script"
3652
+ },
3653
+ {
3654
+ "source": "skills/ui-skills-root/SKILL.md",
3655
+ "ref": "scripts/lint_runner.js",
3656
+ "exists": true,
3657
+ "type": "script"
3658
+ },
3659
+ {
3660
+ "source": "skills/ui-skills-root/SKILL.md",
3661
+ "ref": "scripts/verify_all.js",
3662
+ "exists": true,
3663
+ "type": "script"
3664
+ },
3665
+ {
3666
+ "source": "skills/ui-ux-pro-max/SKILL.md",
3667
+ "ref": "scripts/lint_runner.js",
3668
+ "exists": true,
3669
+ "type": "script"
3670
+ },
3671
+ {
3672
+ "source": "skills/ui-ux-pro-max/SKILL.md",
3673
+ "ref": "scripts/verify_all.js",
3674
+ "exists": true,
3675
+ "type": "script"
3676
+ },
3677
+ {
3678
+ "source": "skills/ui-ux-researcher/SKILL.md",
3679
+ "ref": "scripts/lint_runner.js",
3680
+ "exists": true,
3681
+ "type": "script"
3682
+ },
3683
+ {
3684
+ "source": "skills/ui-ux-researcher/SKILL.md",
3685
+ "ref": "scripts/verify_all.js",
3686
+ "exists": true,
3687
+ "type": "script"
3688
+ },
3689
+ {
3690
+ "source": "skills/vector-search-pgvector/SKILL.md",
3691
+ "ref": "scripts/schema_validator.js",
3692
+ "exists": true,
3693
+ "type": "script"
3694
+ },
3695
+ {
3696
+ "source": "skills/vector-search-pgvector/SKILL.md",
3697
+ "ref": "scripts/lint_runner.js",
3698
+ "exists": true,
3699
+ "type": "script"
3700
+ },
3701
+ {
3702
+ "source": "skills/vector-search-pgvector/SKILL.md",
3703
+ "ref": "scripts/verify_all.js",
3704
+ "exists": true,
3705
+ "type": "script"
3706
+ },
3707
+ {
3708
+ "source": "skills/verification-before-completion/SKILL.md",
3709
+ "ref": "scripts/verify_all.js",
3710
+ "exists": true,
3711
+ "type": "script"
3712
+ },
3713
+ {
3714
+ "source": "skills/verification-before-completion/SKILL.md",
3715
+ "ref": "scripts/checklist.js",
3716
+ "exists": true,
3717
+ "type": "script"
3718
+ },
3719
+ {
3720
+ "source": "skills/verification-before-completion/SKILL.md",
3721
+ "ref": "scripts/lint_runner.js",
3722
+ "exists": true,
3723
+ "type": "script"
3724
+ },
3725
+ {
3726
+ "source": "skills/vue-expert/SKILL.md",
3727
+ "ref": "scripts/lint_runner.js",
3728
+ "exists": true,
3729
+ "type": "script"
3730
+ },
3731
+ {
3732
+ "source": "skills/vue-expert/SKILL.md",
3733
+ "ref": "scripts/verify_all.js",
3734
+ "exists": true,
3735
+ "type": "script"
3736
+ },
3737
+ {
3738
+ "source": "skills/vulnerability-scanner/SKILL.md",
3739
+ "ref": "scripts/lint_runner.js",
3740
+ "exists": true,
3741
+ "type": "script"
3742
+ },
3743
+ {
3744
+ "source": "skills/vulnerability-scanner/SKILL.md",
3745
+ "ref": "scripts/verify_all.js",
3746
+ "exists": true,
3747
+ "type": "script"
3748
+ },
3749
+ {
3750
+ "source": "skills/web-accessibility-auditor/SKILL.md",
3751
+ "ref": "scripts/lint_runner.js",
3752
+ "exists": true,
3753
+ "type": "script"
3754
+ },
3755
+ {
3756
+ "source": "skills/web-accessibility-auditor/SKILL.md",
3757
+ "ref": "scripts/verify_all.js",
3758
+ "exists": true,
3759
+ "type": "script"
3760
+ },
3761
+ {
3762
+ "source": "skills/web-design-guidelines/SKILL.md",
3763
+ "ref": "scripts/lint_runner.js",
3764
+ "exists": true,
3765
+ "type": "script"
3766
+ },
3767
+ {
3768
+ "source": "skills/web-design-guidelines/SKILL.md",
3769
+ "ref": "scripts/verify_all.js",
3770
+ "exists": true,
3771
+ "type": "script"
3772
+ },
3773
+ {
3774
+ "source": "skills/web-quality-audit/SKILL.md",
3775
+ "ref": "scripts/lint_runner.js",
3776
+ "exists": true,
3777
+ "type": "script"
3778
+ },
3779
+ {
3780
+ "source": "skills/web-quality-audit/SKILL.md",
3781
+ "ref": "scripts/verify_all.js",
3782
+ "exists": true,
3783
+ "type": "script"
3784
+ },
3785
+ {
3786
+ "source": "skills/webapp-testing/SKILL.md",
3787
+ "ref": "scripts/test_runner.js",
3788
+ "exists": true,
3789
+ "type": "script"
3790
+ },
3791
+ {
3792
+ "source": "skills/webapp-testing/SKILL.md",
3793
+ "ref": "scripts/verify_all.js",
3794
+ "exists": true,
3795
+ "type": "script"
3796
+ },
3797
+ {
3798
+ "source": "skills/webapp-testing/SKILL.md",
3799
+ "ref": "scripts/lint_runner.js",
3800
+ "exists": true,
3801
+ "type": "script"
3802
+ },
3803
+ {
3804
+ "source": "skills/webgpu-performance/SKILL.md",
3805
+ "ref": "scripts/lint_runner.js",
3806
+ "exists": true,
3807
+ "type": "script"
3808
+ },
3809
+ {
3810
+ "source": "skills/webgpu-performance/SKILL.md",
3811
+ "ref": "scripts/verify_all.js",
3812
+ "exists": true,
3813
+ "type": "script"
3814
+ },
3815
+ {
3816
+ "source": "skills/whimsy-injector/SKILL.md",
3817
+ "ref": "scripts/lint_runner.js",
3818
+ "exists": true,
3819
+ "type": "script"
3820
+ },
3821
+ {
3822
+ "source": "skills/whimsy-injector/SKILL.md",
3823
+ "ref": "scripts/verify_all.js",
3824
+ "exists": true,
3825
+ "type": "script"
3826
+ },
3827
+ {
3828
+ "source": "skills/workflow-optimizer/SKILL.md",
3829
+ "ref": "scripts/verify_all.js",
3830
+ "exists": true,
3831
+ "type": "script"
3832
+ },
3833
+ {
3834
+ "source": "skills/workflow-optimizer/SKILL.md",
3835
+ "ref": "scripts/checklist.js",
3836
+ "exists": true,
3837
+ "type": "script"
3838
+ },
3839
+ {
3840
+ "source": "skills/workflow-optimizer/SKILL.md",
3841
+ "ref": "scripts/lint_runner.js",
3842
+ "exists": true,
3843
+ "type": "script"
3844
+ },
3845
+ {
3846
+ "source": "skills/zero-trust-passkeys/SKILL.md",
3847
+ "ref": "scripts/security_scan.js",
3848
+ "exists": true,
3849
+ "type": "script"
3850
+ },
3851
+ {
3852
+ "source": "skills/zero-trust-passkeys/SKILL.md",
3853
+ "ref": "scripts/lint_runner.js",
3854
+ "exists": true,
3855
+ "type": "script"
3856
+ },
3857
+ {
3858
+ "source": "skills/zero-trust-passkeys/SKILL.md",
3859
+ "ref": "scripts/verify_all.js",
3860
+ "exists": true,
3861
+ "type": "script"
3862
+ },
3863
+ {
3864
+ "source": "workflows/acf.md",
3865
+ "ref": "scripts/lint_runner.js",
3866
+ "exists": true,
3867
+ "type": "script"
3868
+ },
3869
+ {
3870
+ "source": "workflows/api-tester.md",
3871
+ "ref": "scripts/test_runner.js",
3872
+ "exists": true,
3873
+ "type": "script"
3874
+ },
3875
+ {
3876
+ "source": "workflows/api-tester.md",
3877
+ "ref": "scripts/security_scan.js",
3878
+ "exists": true,
3879
+ "type": "script"
3880
+ },
3881
+ {
3882
+ "source": "workflows/audit-live.md",
3883
+ "ref": "scripts/browser_audit.js",
3884
+ "exists": true,
3885
+ "type": "script"
3886
+ },
3887
+ {
3888
+ "source": "workflows/audit-live.md",
3889
+ "ref": "scripts/checklist.js",
3890
+ "exists": true,
3891
+ "type": "script"
3892
+ },
3893
+ {
3894
+ "source": "workflows/audit.md",
3895
+ "ref": "scripts/security_scan.js",
3896
+ "exists": true,
3897
+ "type": "script"
3898
+ },
3899
+ {
3900
+ "source": "workflows/audit.md",
3901
+ "ref": "scripts/dependency_analyzer.js",
3902
+ "exists": true,
3903
+ "type": "script"
3904
+ },
3905
+ {
3906
+ "source": "workflows/audit.md",
3907
+ "ref": "scripts/lint_runner.js",
3908
+ "exists": true,
3909
+ "type": "script"
3910
+ },
3911
+ {
3912
+ "source": "workflows/audit.md",
3913
+ "ref": "scripts/schema_validator.js",
3914
+ "exists": true,
3915
+ "type": "script"
3916
+ },
3917
+ {
3918
+ "source": "workflows/audit.md",
3919
+ "ref": "scripts/test_runner.js",
3920
+ "exists": true,
3921
+ "type": "script"
3922
+ },
3923
+ {
3924
+ "source": "workflows/audit.md",
3925
+ "ref": "scripts/bundle_analyzer.js",
3926
+ "exists": true,
3927
+ "type": "script"
3928
+ },
3929
+ {
3930
+ "source": "workflows/brainstorm.md",
3931
+ "ref": "scripts/verify_all.js",
3932
+ "exists": true,
3933
+ "type": "script"
3934
+ },
3935
+ {
3936
+ "source": "workflows/changelog.md",
3937
+ "ref": "scripts/lint_runner.js",
3938
+ "exists": true,
3939
+ "type": "script"
3940
+ },
3941
+ {
3942
+ "source": "workflows/context.md",
3943
+ "ref": "scripts/context_compiler.js",
3944
+ "exists": true,
3945
+ "type": "script"
3946
+ },
3947
+ {
3948
+ "source": "workflows/contract.md",
3949
+ "ref": "scripts/security_scan.js",
3950
+ "exists": true,
3951
+ "type": "script"
3952
+ },
3953
+ {
3954
+ "source": "workflows/contract.md",
3955
+ "ref": "scripts/lint_runner.js",
3956
+ "exists": true,
3957
+ "type": "script"
3958
+ },
3959
+ {
3960
+ "source": "workflows/create.md",
3961
+ "ref": "scripts/auto_preview.js",
3962
+ "exists": true,
3963
+ "type": "script"
3964
+ },
3965
+ {
3966
+ "source": "workflows/create.md",
3967
+ "ref": "scripts/verify_all.js",
3968
+ "exists": true,
3969
+ "type": "script"
3970
+ },
3971
+ {
3972
+ "source": "workflows/create.md",
3973
+ "ref": "scripts/lint_runner.js",
3974
+ "exists": true,
3975
+ "type": "script"
3976
+ },
3977
+ {
3978
+ "source": "workflows/debug.md",
3979
+ "ref": "scripts/test_runner.js",
3980
+ "exists": true,
3981
+ "type": "script"
3982
+ },
3983
+ {
3984
+ "source": "workflows/debug.md",
3985
+ "ref": "scripts/lint_runner.js",
3986
+ "exists": true,
3987
+ "type": "script"
3988
+ },
3989
+ {
3990
+ "source": "workflows/deploy.md",
3991
+ "ref": "scripts/verify_all.js",
3992
+ "exists": true,
3993
+ "type": "script"
3994
+ },
3995
+ {
3996
+ "source": "workflows/deploy.md",
3997
+ "ref": "scripts/security_scan.js",
3998
+ "exists": true,
3999
+ "type": "script"
4000
+ },
4001
+ {
4002
+ "source": "workflows/deploy.md",
4003
+ "ref": "scripts/bundle_analyzer.js",
4004
+ "exists": true,
4005
+ "type": "script"
4006
+ },
4007
+ {
4008
+ "source": "workflows/enhance.md",
4009
+ "ref": "scripts/lint_runner.js",
4010
+ "exists": true,
4011
+ "type": "script"
4012
+ },
4013
+ {
4014
+ "source": "workflows/enhance.md",
4015
+ "ref": "scripts/test_runner.js",
4016
+ "exists": true,
4017
+ "type": "script"
4018
+ },
4019
+ {
4020
+ "source": "workflows/fix-ci.md",
4021
+ "ref": "scripts/cicd_validator.js",
4022
+ "exists": true,
4023
+ "type": "script"
4024
+ },
4025
+ {
4026
+ "source": "workflows/fix-ci.md",
4027
+ "ref": "scripts/test_runner.js",
4028
+ "exists": true,
4029
+ "type": "script"
4030
+ },
4031
+ {
4032
+ "source": "workflows/fix-ci.md",
4033
+ "ref": "scripts/lint_runner.js",
4034
+ "exists": true,
4035
+ "type": "script"
4036
+ },
4037
+ {
4038
+ "source": "workflows/fix.md",
4039
+ "ref": "scripts/lint_runner.js",
4040
+ "exists": true,
4041
+ "type": "script"
4042
+ },
4043
+ {
4044
+ "source": "workflows/fix.md",
4045
+ "ref": "scripts/verify_all.js",
4046
+ "exists": true,
4047
+ "type": "script"
4048
+ },
4049
+ {
4050
+ "source": "workflows/generate.md",
4051
+ "ref": "scripts/lint_runner.js",
4052
+ "exists": true,
4053
+ "type": "script"
4054
+ },
4055
+ {
4056
+ "source": "workflows/generate.md",
4057
+ "ref": "scripts/security_scan.js",
4058
+ "exists": true,
4059
+ "type": "script"
4060
+ },
4061
+ {
4062
+ "source": "workflows/generate.md",
4063
+ "ref": "scripts/verify_all.js",
4064
+ "exists": true,
4065
+ "type": "script"
4066
+ },
4067
+ {
4068
+ "source": "workflows/marathon.md",
4069
+ "ref": "scripts/session_manager.js",
4070
+ "exists": true,
4071
+ "type": "script"
4072
+ },
4073
+ {
4074
+ "source": "workflows/marathon.md",
4075
+ "ref": "scripts/verify_all.js",
4076
+ "exists": true,
4077
+ "type": "script"
4078
+ },
4079
+ {
4080
+ "source": "workflows/marathon.md",
4081
+ "ref": "scripts/marathon_harness.js",
4082
+ "exists": true,
4083
+ "type": "script"
4084
+ },
4085
+ {
4086
+ "source": "workflows/marathon.md",
4087
+ "ref": "scripts/auto_preview.js",
4088
+ "exists": true,
4089
+ "type": "script"
4090
+ },
4091
+ {
4092
+ "source": "workflows/migrate.md",
4093
+ "ref": "scripts/dependency_analyzer.js",
4094
+ "exists": true,
4095
+ "type": "script"
4096
+ },
4097
+ {
4098
+ "source": "workflows/migrate.md",
4099
+ "ref": "scripts/schema_validator.js",
4100
+ "exists": true,
4101
+ "type": "script"
4102
+ },
4103
+ {
4104
+ "source": "workflows/migrate.md",
4105
+ "ref": "scripts/verify_all.js",
4106
+ "exists": true,
4107
+ "type": "script"
4108
+ },
4109
+ {
4110
+ "source": "workflows/minimal.md",
4111
+ "ref": "scripts/minimal_change_engine.js",
4112
+ "exists": true,
4113
+ "type": "script"
4114
+ },
4115
+ {
4116
+ "source": "workflows/minimal.md",
4117
+ "ref": "scripts/case_law_manager.js",
4118
+ "exists": true,
4119
+ "type": "script"
4120
+ },
4121
+ {
4122
+ "source": "workflows/orchestrate.md",
4123
+ "ref": "agents/SKILL.md",
4124
+ "exists": false,
4125
+ "type": "agent"
4126
+ },
4127
+ {
4128
+ "source": "workflows/orchestrate.md",
4129
+ "ref": "scripts/swarm_dispatcher.js",
4130
+ "exists": true,
4131
+ "type": "script"
4132
+ },
4133
+ {
4134
+ "source": "workflows/orchestrate.md",
4135
+ "ref": "scripts/verify_all.js",
4136
+ "exists": true,
4137
+ "type": "script"
4138
+ },
4139
+ {
4140
+ "source": "workflows/performance-benchmarker.md",
4141
+ "ref": "scripts/bundle_analyzer.js",
4142
+ "exists": true,
4143
+ "type": "script"
4144
+ },
4145
+ {
4146
+ "source": "workflows/performance-benchmarker.md",
4147
+ "ref": "scripts/verify_all.js",
4148
+ "exists": true,
4149
+ "type": "script"
4150
+ },
4151
+ {
4152
+ "source": "workflows/pipeline.md",
4153
+ "ref": "scripts/pipeline_engine.js",
4154
+ "exists": true,
4155
+ "type": "script"
4156
+ },
4157
+ {
4158
+ "source": "workflows/pipeline.md",
4159
+ "ref": "scripts/lint_runner.js",
4160
+ "exists": true,
4161
+ "type": "script"
4162
+ },
4163
+ {
4164
+ "source": "workflows/pipeline.md",
4165
+ "ref": "scripts/security_scan.js",
4166
+ "exists": true,
4167
+ "type": "script"
4168
+ },
4169
+ {
4170
+ "source": "workflows/plan.md",
4171
+ "ref": "scripts/verify_all.js",
4172
+ "exists": true,
4173
+ "type": "script"
4174
+ },
4175
+ {
4176
+ "source": "workflows/preview.md",
4177
+ "ref": "scripts/auto_preview.js",
4178
+ "exists": true,
4179
+ "type": "script"
4180
+ },
4181
+ {
4182
+ "source": "workflows/refactor.md",
4183
+ "ref": "scripts/test_runner.js",
4184
+ "exists": true,
4185
+ "type": "script"
4186
+ },
4187
+ {
4188
+ "source": "workflows/refactor.md",
4189
+ "ref": "scripts/lint_runner.js",
4190
+ "exists": true,
4191
+ "type": "script"
842
4192
  },
843
4193
  {
844
- "source": "skills/intelligent-routing/SKILL.md",
845
- "ref": "scripts/compile_router.py",
4194
+ "source": "workflows/review-ai.md",
4195
+ "ref": "scripts/security_scan.js",
846
4196
  "exists": true,
847
4197
  "type": "script"
848
4198
  },
849
4199
  {
850
- "source": "skills/knowledge-graph/SKILL.md",
851
- "ref": "scripts/graph_builder.js",
4200
+ "source": "workflows/review-ai.md",
4201
+ "ref": "scripts/lint_runner.js",
852
4202
  "exists": true,
853
4203
  "type": "script"
854
4204
  },
855
4205
  {
856
- "source": "skills/knowledge-graph/SKILL.md",
857
- "ref": "scripts/graph_zoom.js",
4206
+ "source": "workflows/review.md",
4207
+ "ref": "scripts/security_scan.js",
858
4208
  "exists": true,
859
4209
  "type": "script"
860
4210
  },
861
4211
  {
862
- "source": "skills/lint-and-validate/SKILL.md",
4212
+ "source": "workflows/review.md",
863
4213
  "ref": "scripts/lint_runner.js",
864
4214
  "exists": true,
865
4215
  "type": "script"
866
4216
  },
867
4217
  {
868
- "source": "skills/project-idioms/SKILL.md",
869
- "ref": "scripts/skill_evolution.js",
4218
+ "source": "workflows/sdd.md",
4219
+ "ref": "scripts/lint_runner.js",
870
4220
  "exists": true,
871
4221
  "type": "script"
872
4222
  },
873
4223
  {
874
- "source": "workflows/audit.md",
4224
+ "source": "workflows/sdd.md",
4225
+ "ref": "scripts/test_runner.js",
4226
+ "exists": true,
4227
+ "type": "script"
4228
+ },
4229
+ {
4230
+ "source": "workflows/sdd.md",
875
4231
  "ref": "scripts/security_scan.js",
876
4232
  "exists": true,
877
4233
  "type": "script"
878
4234
  },
879
4235
  {
880
- "source": "workflows/audit.md",
881
- "ref": "scripts/dependency_analyzer.js",
4236
+ "source": "workflows/session.md",
4237
+ "ref": "scripts/session_manager.js",
882
4238
  "exists": true,
883
4239
  "type": "script"
884
4240
  },
885
4241
  {
886
- "source": "workflows/audit.md",
4242
+ "source": "workflows/skill-enhancement-engine.md",
4243
+ "ref": "scripts/skill_enhancement_engine.js",
4244
+ "exists": false,
4245
+ "type": "script"
4246
+ },
4247
+ {
4248
+ "source": "workflows/skill-enhancement-engine.md",
4249
+ "ref": "scripts/validate-payload.js",
4250
+ "exists": false,
4251
+ "type": "script"
4252
+ },
4253
+ {
4254
+ "source": "workflows/skill-enhancement-engine.md",
4255
+ "ref": "scripts/audit_skill_sdo.js",
4256
+ "exists": false,
4257
+ "type": "script"
4258
+ },
4259
+ {
4260
+ "source": "workflows/status.md",
4261
+ "ref": "scripts/verify_all.js",
4262
+ "exists": true,
4263
+ "type": "script"
4264
+ },
4265
+ {
4266
+ "source": "workflows/status.md",
4267
+ "ref": "scripts/auto_preview.js",
4268
+ "exists": true,
4269
+ "type": "script"
4270
+ },
4271
+ {
4272
+ "source": "workflows/strengthen-skills.md",
4273
+ "ref": "scripts/skill_integrator.js",
4274
+ "exists": true,
4275
+ "type": "script"
4276
+ },
4277
+ {
4278
+ "source": "workflows/strengthen-skills.md",
887
4279
  "ref": "scripts/lint_runner.js",
888
4280
  "exists": true,
889
4281
  "type": "script"
890
4282
  },
891
4283
  {
892
- "source": "workflows/audit.md",
893
- "ref": "scripts/schema_validator.js",
4284
+ "source": "workflows/super-prompt.md",
4285
+ "ref": "scripts/prompt_compiler.js",
894
4286
  "exists": true,
895
4287
  "type": "script"
896
4288
  },
897
4289
  {
898
- "source": "workflows/audit.md",
4290
+ "source": "workflows/swarm.md",
4291
+ "ref": "agents/SKILL.md",
4292
+ "exists": false,
4293
+ "type": "agent"
4294
+ },
4295
+ {
4296
+ "source": "workflows/swarm.md",
4297
+ "ref": "scripts/swarm_dispatcher.js",
4298
+ "exists": true,
4299
+ "type": "script"
4300
+ },
4301
+ {
4302
+ "source": "workflows/swarm.md",
4303
+ "ref": "scripts/verify_all.js",
4304
+ "exists": true,
4305
+ "type": "script"
4306
+ },
4307
+ {
4308
+ "source": "workflows/test.md",
899
4309
  "ref": "scripts/test_runner.js",
900
4310
  "exists": true,
901
4311
  "type": "script"
902
4312
  },
903
4313
  {
904
- "source": "workflows/audit.md",
905
- "ref": "scripts/bundle_analyzer.js",
4314
+ "source": "workflows/test.md",
4315
+ "ref": "scripts/verify_all.js",
906
4316
  "exists": true,
907
4317
  "type": "script"
908
4318
  },
909
4319
  {
910
- "source": "workflows/deploy.md",
4320
+ "source": "workflows/tribunal-backend.md",
911
4321
  "ref": "scripts/security_scan.js",
912
4322
  "exists": true,
913
4323
  "type": "script"
914
4324
  },
915
4325
  {
916
- "source": "workflows/fix.md",
917
- "ref": "scripts/lint_runner.js",
4326
+ "source": "workflows/tribunal-backend.md",
4327
+ "ref": "scripts/dependency_analyzer.js",
918
4328
  "exists": true,
919
4329
  "type": "script"
920
4330
  },
921
4331
  {
922
- "source": "workflows/marathon.md",
923
- "ref": "scripts/marathon_harness.js",
4332
+ "source": "workflows/tribunal-backend.md",
4333
+ "ref": "scripts/schema_validator.js",
924
4334
  "exists": true,
925
4335
  "type": "script"
926
4336
  },
927
4337
  {
928
- "source": "workflows/marathon.md",
929
- "ref": "scripts/auto_preview.js",
4338
+ "source": "workflows/tribunal-cicd.md",
4339
+ "ref": "scripts/cicd_validator.js",
930
4340
  "exists": true,
931
4341
  "type": "script"
932
4342
  },
933
4343
  {
934
- "source": "workflows/pipeline.md",
935
- "ref": "scripts/pipeline_engine.js",
4344
+ "source": "workflows/tribunal-cicd.md",
4345
+ "ref": "scripts/security_scan.js",
936
4346
  "exists": true,
937
4347
  "type": "script"
938
4348
  },
939
4349
  {
940
- "source": "workflows/preview.md",
941
- "ref": "scripts/auto_preview.js",
4350
+ "source": "workflows/tribunal-cicd.md",
4351
+ "ref": "scripts/dependency_analyzer.js",
942
4352
  "exists": true,
943
4353
  "type": "script"
944
4354
  },
945
4355
  {
946
- "source": "workflows/session.md",
947
- "ref": "scripts/session_manager.js",
4356
+ "source": "workflows/tribunal-database.md",
4357
+ "ref": "scripts/schema_validator.js",
948
4358
  "exists": true,
949
4359
  "type": "script"
950
4360
  },
951
4361
  {
952
- "source": "workflows/status.md",
953
- "ref": "scripts/auto_preview.js",
4362
+ "source": "workflows/tribunal-database.md",
4363
+ "ref": "scripts/security_scan.js",
954
4364
  "exists": true,
955
4365
  "type": "script"
956
4366
  },
957
4367
  {
958
- "source": "workflows/super-prompt.md",
959
- "ref": "scripts/prompt_compiler.js",
4368
+ "source": "workflows/tribunal-frontend.md",
4369
+ "ref": "scripts/lint_runner.js",
960
4370
  "exists": true,
961
4371
  "type": "script"
962
4372
  },
963
4373
  {
964
- "source": "workflows/swarm.md",
965
- "ref": "scripts/swarm_dispatcher.js",
4374
+ "source": "workflows/tribunal-frontend.md",
4375
+ "ref": "scripts/security_scan.js",
966
4376
  "exists": true,
967
4377
  "type": "script"
968
4378
  },
@@ -972,85 +4382,313 @@
972
4382
  "exists": true,
973
4383
  "type": "script"
974
4384
  },
4385
+ {
4386
+ "source": "workflows/tribunal-full.md",
4387
+ "ref": "scripts/security_scan.js",
4388
+ "exists": true,
4389
+ "type": "script"
4390
+ },
4391
+ {
4392
+ "source": "workflows/tribunal-full.md",
4393
+ "ref": "scripts/dependency_analyzer.js",
4394
+ "exists": true,
4395
+ "type": "script"
4396
+ },
4397
+ {
4398
+ "source": "workflows/tribunal-full.md",
4399
+ "ref": "scripts/lint_runner.js",
4400
+ "exists": true,
4401
+ "type": "script"
4402
+ },
4403
+ {
4404
+ "source": "workflows/tribunal-full.md",
4405
+ "ref": "scripts/schema_validator.js",
4406
+ "exists": true,
4407
+ "type": "script"
4408
+ },
4409
+ {
4410
+ "source": "workflows/tribunal-full.md",
4411
+ "ref": "scripts/test_runner.js",
4412
+ "exists": true,
4413
+ "type": "script"
4414
+ },
4415
+ {
4416
+ "source": "workflows/tribunal-full.md",
4417
+ "ref": "scripts/bundle_analyzer.js",
4418
+ "exists": true,
4419
+ "type": "script"
4420
+ },
4421
+ {
4422
+ "source": "workflows/tribunal-full.md",
4423
+ "ref": "scripts/verify_all.js",
4424
+ "exists": true,
4425
+ "type": "script"
4426
+ },
4427
+ {
4428
+ "source": "workflows/tribunal-mobile.md",
4429
+ "ref": "scripts/lint_runner.js",
4430
+ "exists": true,
4431
+ "type": "script"
4432
+ },
4433
+ {
4434
+ "source": "workflows/tribunal-mobile.md",
4435
+ "ref": "scripts/security_scan.js",
4436
+ "exists": true,
4437
+ "type": "script"
4438
+ },
4439
+ {
4440
+ "source": "workflows/tribunal-performance.md",
4441
+ "ref": "scripts/bundle_analyzer.js",
4442
+ "exists": true,
4443
+ "type": "script"
4444
+ },
4445
+ {
4446
+ "source": "workflows/tribunal-performance.md",
4447
+ "ref": "scripts/test_runner.js",
4448
+ "exists": true,
4449
+ "type": "script"
4450
+ },
4451
+ {
4452
+ "source": "workflows/tribunal-speed.md",
4453
+ "ref": "scripts/bundle_analyzer.js",
4454
+ "exists": true,
4455
+ "type": "script"
4456
+ },
4457
+ {
4458
+ "source": "workflows/tribunal-speed.md",
4459
+ "ref": "scripts/verify_all.js",
4460
+ "exists": true,
4461
+ "type": "script"
4462
+ },
4463
+ {
4464
+ "source": "workflows/tribunal-ui.md",
4465
+ "ref": "scripts/lint_runner.js",
4466
+ "exists": true,
4467
+ "type": "script"
4468
+ },
4469
+ {
4470
+ "source": "workflows/tribunal-ui.md",
4471
+ "ref": "scripts/verify_all.js",
4472
+ "exists": true,
4473
+ "type": "script"
4474
+ },
975
4475
  {
976
4476
  "source": "workflows/ui-ux-pro-max.md",
977
- "ref": "scripts/swarm_dispatcher.js",
4477
+ "ref": "scripts/lint_runner.js",
4478
+ "exists": true,
4479
+ "type": "script"
4480
+ },
4481
+ {
4482
+ "source": "workflows/ui-ux-pro-max.md",
4483
+ "ref": "scripts/auto_preview.js",
978
4484
  "exists": true,
979
4485
  "type": "script"
980
4486
  }
981
4487
  ],
982
4488
  "numeric_claims": [
983
4489
  {
984
- "source": "ARCHITECTURE.md:L45",
985
- "claim": "21 reviewers",
986
- "actual": 21,
4490
+ "source": "ARCHITECTURE.md:L41",
4491
+ "claim": "185 skills",
4492
+ "actual": 185,
987
4493
  "valid": true
988
4494
  },
989
4495
  {
990
- "source": "ARCHITECTURE.md:L74",
991
- "claim": "21 reviewers",
992
- "actual": 21,
4496
+ "source": "ARCHITECTURE.md:L43",
4497
+ "claim": "185 skills",
4498
+ "actual": 185,
993
4499
  "valid": true
994
4500
  },
995
4501
  {
996
- "source": "ARCHITECTURE.md:L319",
997
- "claim": "21 reviewers",
998
- "actual": 21,
4502
+ "source": "ARCHITECTURE.md:L47",
4503
+ "claim": "28 reviewers",
4504
+ "actual": 28,
999
4505
  "valid": true
1000
4506
  },
1001
4507
  {
1002
- "source": "rules/GEMINI.md:L225",
4508
+ "source": "ARCHITECTURE.md:L47",
4509
+ "claim": "52 agents",
4510
+ "actual": 52,
4511
+ "valid": true
4512
+ },
4513
+ {
4514
+ "source": "ARCHITECTURE.md:L48",
4515
+ "claim": "28 reviewers",
4516
+ "actual": 28,
4517
+ "valid": true
4518
+ },
4519
+ {
4520
+ "source": "config/claude.json:L4",
4521
+ "claim": "28 reviewers",
4522
+ "actual": 28,
4523
+ "valid": true
4524
+ },
4525
+ {
4526
+ "source": "config/claude.json:L4",
4527
+ "claim": "186 skills",
4528
+ "actual": 185,
4529
+ "valid": false
4530
+ },
4531
+ {
4532
+ "source": "config/plugin.json:L4",
4533
+ "claim": "28 reviewers",
4534
+ "actual": 28,
4535
+ "valid": true
4536
+ },
4537
+ {
4538
+ "source": "config/plugin.json:L4",
4539
+ "claim": "184 skills",
4540
+ "actual": 185,
4541
+ "valid": false
4542
+ },
4543
+ {
4544
+ "source": "config/slash-commands.json:L17",
4545
+ "claim": "28 reviewers",
4546
+ "actual": 28,
4547
+ "valid": true
4548
+ },
4549
+ {
4550
+ "source": "config/slash-commands.json:L110",
4551
+ "claim": "28 reviewers",
4552
+ "actual": 28,
4553
+ "valid": true
4554
+ },
4555
+ {
4556
+ "source": "config/system-prompt.md:L96",
4557
+ "claim": "28 reviewers",
4558
+ "actual": 28,
4559
+ "valid": true
4560
+ },
4561
+ {
4562
+ "source": "config/system-prompt.md:L144",
4563
+ "claim": "28 reviewers",
4564
+ "actual": 28,
4565
+ "valid": true
4566
+ },
4567
+ {
4568
+ "source": "config/system-prompt.md:L257",
4569
+ "claim": "28 reviewers",
4570
+ "actual": 28,
4571
+ "valid": true
4572
+ },
4573
+ {
4574
+ "source": "config/system-prompt.md:L257",
4575
+ "claim": "185 skills",
4576
+ "actual": 185,
4577
+ "valid": true
4578
+ },
4579
+ {
4580
+ "source": "routing_index.json:L502",
1003
4581
  "claim": "21 reviewers",
1004
- "actual": 21,
4582
+ "actual": 28,
4583
+ "valid": false
4584
+ },
4585
+ {
4586
+ "source": "rules/GEMINI.md:L224",
4587
+ "claim": "28 reviewers",
4588
+ "actual": 28,
1005
4589
  "valid": true
1006
4590
  },
1007
4591
  {
1008
- "source": "workflows/generate.md:L131",
4592
+ "source": "workflows/generate.md:L143",
1009
4593
  "claim": "21 reviewers",
1010
- "actual": 21,
4594
+ "actual": 28,
4595
+ "valid": false
4596
+ },
4597
+ {
4598
+ "source": "workflows/skill-enhancement-engine.md:L66",
4599
+ "claim": "185 skills",
4600
+ "actual": 185,
4601
+ "valid": true
4602
+ },
4603
+ {
4604
+ "source": "workflows/super-prompt.md:L53",
4605
+ "claim": "28 reviewers",
4606
+ "actual": 28,
1011
4607
  "valid": true
1012
4608
  },
4609
+ {
4610
+ "source": "workflows/tribunal-backend.md:L28",
4611
+ "claim": "6 reviewers",
4612
+ "actual": 28,
4613
+ "valid": false
4614
+ },
4615
+ {
4616
+ "source": "workflows/tribunal-cicd.md:L28",
4617
+ "claim": "5 reviewers",
4618
+ "actual": 28,
4619
+ "valid": false
4620
+ },
4621
+ {
4622
+ "source": "workflows/tribunal-frontend.md:L30",
4623
+ "claim": "7 reviewers",
4624
+ "actual": 28,
4625
+ "valid": false
4626
+ },
1013
4627
  {
1014
4628
  "source": "workflows/tribunal-full.md:L2",
1015
4629
  "claim": "21 reviewers",
1016
- "actual": 21,
1017
- "valid": true
4630
+ "actual": 28,
4631
+ "valid": false
1018
4632
  },
1019
4633
  {
1020
- "source": "workflows/tribunal-full.md:L6",
4634
+ "source": "workflows/tribunal-full.md:L23",
1021
4635
  "claim": "21 reviewers",
1022
- "actual": 21,
1023
- "valid": true
4636
+ "actual": 28,
4637
+ "valid": false
4638
+ },
4639
+ {
4640
+ "source": "workflows/tribunal-full.md:L31",
4641
+ "claim": "21 reviewers",
4642
+ "actual": 28,
4643
+ "valid": false
1024
4644
  },
1025
4645
  {
1026
4646
  "source": "workflows/tribunal-full.md:L35",
1027
4647
  "claim": "21 reviewers",
1028
- "actual": 21,
1029
- "valid": true
4648
+ "actual": 28,
4649
+ "valid": false
1030
4650
  },
1031
4651
  {
1032
- "source": "workflows/tribunal-full.md:L71",
4652
+ "source": "workflows/tribunal-full.md:L59",
1033
4653
  "claim": "21 reviewers",
1034
- "actual": 21,
1035
- "valid": true
4654
+ "actual": 28,
4655
+ "valid": false
1036
4656
  },
1037
4657
  {
1038
- "source": "workflows/tribunal-full.md:L127",
4658
+ "source": "workflows/tribunal-full.md:L61",
1039
4659
  "claim": "21 reviewers",
1040
- "actual": 21,
1041
- "valid": true
4660
+ "actual": 28,
4661
+ "valid": false
1042
4662
  },
1043
4663
  {
1044
- "source": "workflows/tribunal-speed.md:L184",
4664
+ "source": "workflows/tribunal-full.md:L95",
1045
4665
  "claim": "21 reviewers",
1046
- "actual": 21,
1047
- "valid": true
4666
+ "actual": 28,
4667
+ "valid": false
4668
+ },
4669
+ {
4670
+ "source": "workflows/tribunal-full.md:L151",
4671
+ "claim": "21 reviewers",
4672
+ "actual": 28,
4673
+ "valid": false
4674
+ },
4675
+ {
4676
+ "source": "workflows/tribunal-speed.md:L197",
4677
+ "claim": "21 reviewers",
4678
+ "actual": 28,
4679
+ "valid": false
4680
+ },
4681
+ {
4682
+ "source": "workflows/tribunal-ui.md:L29",
4683
+ "claim": "7 reviewers",
4684
+ "actual": 28,
4685
+ "valid": false
1048
4686
  }
1049
4687
  ],
1050
4688
  "integrity": {
1051
- "phantom_references": 0,
1052
- "invalid_claims": 0,
1053
- "total_references": 104,
1054
- "total_claims": 11
4689
+ "phantom_references": 17,
4690
+ "invalid_claims": 17,
4691
+ "total_references": 680,
4692
+ "total_claims": 33
1055
4693
  }
1056
4694
  }