tribunal-kit 9.2.1 β†’ 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 (637) hide show
  1. package/.agent/agents/orchestrator.md +2 -0
  2. package/.agent/config/claude.json +1 -1
  3. package/.agent/config/plugin.json +1 -1
  4. package/.agent/history/architecture-explorer.html +352 -0
  5. package/.agent/history/architecture-graph.yaml +181 -1
  6. package/.agent/history/graph-cache.json +323 -13
  7. package/.agent/history/integrity_manifest.json +3937 -299
  8. package/.agent/history/memory/.memory.idx +50 -50
  9. package/.agent/history/snapshots/.opencode__plugins__tribunal.js.json +12 -0
  10. package/.agent/history/snapshots/.pi__extensions__tribunal.ts.json +12 -0
  11. package/.agent/history/snapshots/bin__adapter-install.js.json +1 -1
  12. package/.agent/history/snapshots/bin__mcp-server.js.json +4 -2
  13. package/.agent/history/snapshots/bin__proxy-server.js.json +1 -1
  14. package/.agent/history/snapshots/bin__spawn-agent.js.json +1 -1
  15. package/.agent/history/snapshots/bin__wrapper.js.json +1 -1
  16. package/.agent/history/snapshots/eslint.config.js.json +1 -1
  17. package/.agent/history/snapshots/hooks__session-start.js.json +11 -0
  18. package/.agent/history/snapshots/scripts__apply-version.js.json +11 -0
  19. package/.agent/history/snapshots/scripts__audit_skill_sdo.js.json +11 -0
  20. package/.agent/history/snapshots/scripts__clean-pycache.js.json +11 -0
  21. package/.agent/history/snapshots/scripts__context_compiler.js.json +17 -0
  22. package/.agent/history/snapshots/scripts__modernize_skills.js.json +11 -0
  23. package/.agent/history/snapshots/scripts__package-cores.js.json +12 -0
  24. package/.agent/history/snapshots/scripts__skill_enhancement_engine.js.json +11 -0
  25. package/.agent/history/snapshots/scripts__sync-skills.js.json +11 -0
  26. package/.agent/history/snapshots/scripts__telemetry_gc.js.json +11 -0
  27. package/.agent/history/snapshots/scripts__validate-payload.js.json +1 -1
  28. package/.agent/history/snapshots/test__integration__browser_cli.test.js.json +12 -0
  29. package/.agent/history/snapshots/test__integration__sync_status.test.js.json +1 -1
  30. package/.agent/history/snapshots/test__unit__ast_context_loader.test.js.json +12 -0
  31. package/.agent/history/snapshots/test__unit__browser_case_bridge.test.js.json +11 -0
  32. package/.agent/history/snapshots/test__unit__browser_discovery.test.js.json +10 -0
  33. package/.agent/history/snapshots/test__unit__browser_idpi.test.js.json +10 -0
  34. package/.agent/history/snapshots/test__unit__browser_sentinel.test.js.json +11 -0
  35. package/.agent/history/snapshots/test__unit__browser_synapse.test.js.json +10 -0
  36. package/.agent/history/snapshots/test__unit__browser_trimmer.test.js.json +10 -0
  37. package/.agent/history/snapshots/test__unit__context_compiler.test.js.json +26 -0
  38. package/.agent/history/snapshots/test__unit__init.test.js.json +1 -1
  39. package/.agent/history/snapshots/test__unit__learn.test.js.json +1 -1
  40. package/.agent/history/snapshots/test__unit__mcp_server.test.js.json +1 -1
  41. package/.agent/history/snapshots/test__unit__platform_download_audit.test.js.json +11 -0
  42. package/.agent/history/snapshots/test__unit__prompt_compiler.test.js.json +10 -0
  43. package/.agent/history/snapshots/test__unit__sdd_integration.test.js.json +12 -0
  44. package/.agent/history/snapshots/test__unit__stress.test.js.json +1 -1
  45. package/.agent/history/snapshots/test__unit__token_budget_broker.test.js.json +10 -0
  46. package/.agent/history/snapshots/test__unit__tui.test.js.json +10 -0
  47. package/.agent/routing_index.json +1 -1
  48. package/.agent/rules/kernel.md +86 -0
  49. package/.agent/scripts/_utils.js +78 -0
  50. package/.agent/scripts/context_broker.js +0 -8
  51. package/.agent/scripts/context_compiler.js +1106 -3
  52. package/.agent/scripts/guardrail_engine.js +48 -11
  53. package/.agent/scripts/memory_engine.js +490 -329
  54. package/.agent/scripts/pipeline_engine.js +29 -106
  55. package/.agent/scripts/swarm_dispatcher.js +123 -48
  56. package/.agent/skill_topic_map.json +71 -22
  57. package/.agent/skills/12-principles-of-animation/SKILL.md +1 -76
  58. package/.agent/skills/60fps-animation/SKILL.md +1 -76
  59. package/.agent/skills/accessible-animation/SKILL.md +1 -76
  60. package/.agent/skills/adapt/SKILL.md +1 -76
  61. package/.agent/skills/advanced-rag-pipelines/SKILL.md +1 -76
  62. package/.agent/skills/agent-organizer/SKILL.md +1 -76
  63. package/.agent/skills/agentic-patterns/SKILL.md +1 -76
  64. package/.agent/skills/agentic-workflows-2026/SKILL.md +1 -76
  65. package/.agent/skills/ai-app-hardening/SKILL.md +1 -76
  66. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +1 -76
  67. package/.agent/skills/animation-on-scroll/SKILL.md +1 -76
  68. package/.agent/skills/animation-systems/SKILL.md +1 -76
  69. package/.agent/skills/antfu-conventions/SKILL.md +0 -75
  70. package/.agent/skills/api-patterns/SKILL.md +1 -76
  71. package/.agent/skills/api-security-auditor/SKILL.md +1 -76
  72. package/.agent/skills/app-builder/SKILL.md +1 -76
  73. package/.agent/skills/appflow-wireframe/SKILL.md +1 -76
  74. package/.agent/skills/apple-design/SKILL.md +1 -76
  75. package/.agent/skills/architecture/SKILL.md +1 -76
  76. package/.agent/skills/audit-and-fix/SKILL.md +41 -77
  77. package/.agent/skills/authentication-best-practices/SKILL.md +1 -76
  78. package/.agent/skills/backend-security-expert/SKILL.md +1 -76
  79. package/.agent/skills/baseline-ui/SKILL.md +1 -76
  80. package/.agent/skills/bash-linux/SKILL.md +1 -76
  81. package/.agent/skills/behavioral-modes/SKILL.md +1 -76
  82. package/.agent/skills/better-colors/SKILL.md +1 -76
  83. package/.agent/skills/better-typography/SKILL.md +1 -76
  84. package/.agent/skills/better-ui/SKILL.md +1 -76
  85. package/.agent/skills/bolder/SKILL.md +1 -76
  86. package/.agent/skills/brainstorming/SKILL.md +1 -76
  87. package/.agent/skills/browser-audit/SKILL.md +1 -76
  88. package/.agent/skills/browser-native-ai/SKILL.md +1 -76
  89. package/.agent/skills/build-primitive/SKILL.md +1 -76
  90. package/.agent/skills/building-native-ui/SKILL.md +1 -76
  91. package/.agent/skills/cicd-pro/SKILL.md +1 -76
  92. package/.agent/skills/clarify/SKILL.md +1 -76
  93. package/.agent/skills/clean-code/SKILL.md +1 -76
  94. package/.agent/skills/cloud-architect/SKILL.md +1 -76
  95. package/.agent/skills/cobejs/SKILL.md +1 -76
  96. package/.agent/skills/code-review-checklist/SKILL.md +1 -76
  97. package/.agent/skills/codebase-design/SKILL.md +1 -76
  98. package/.agent/skills/colorize/SKILL.md +1 -76
  99. package/.agent/skills/compact-landing/SKILL.md +1 -76
  100. package/.agent/skills/company-logos/SKILL.md +1 -76
  101. package/.agent/skills/config-validator/SKILL.md +1 -76
  102. package/.agent/skills/containerization-pro/SKILL.md +1 -76
  103. package/.agent/skills/context-engineering-pro/SKILL.md +1 -76
  104. package/.agent/skills/create-design-md/SKILL.md +1 -76
  105. package/.agent/skills/critique/SKILL.md +1 -76
  106. package/.agent/skills/csharp-developer/SKILL.md +1 -76
  107. package/.agent/skills/data-validation-schemas/SKILL.md +1 -76
  108. package/.agent/skills/database-design/SKILL.md +1 -76
  109. package/.agent/skills/delight/SKILL.md +1 -76
  110. package/.agent/skills/deployment-procedures/SKILL.md +1 -76
  111. package/.agent/skills/design-lab/SKILL.md +1 -76
  112. package/.agent/skills/devops-engineer/SKILL.md +1 -76
  113. package/.agent/skills/devops-incident-responder/SKILL.md +1 -76
  114. package/.agent/skills/diagnosing-bugs/SKILL.md +1 -76
  115. package/.agent/skills/distill/SKILL.md +1 -76
  116. package/.agent/skills/documentation-templates/SKILL.md +1 -76
  117. package/.agent/skills/domain-modeling/SKILL.md +1 -76
  118. package/.agent/skills/duckdb-analytical-sql/SKILL.md +1 -76
  119. package/.agent/skills/edge-ai-mobile/SKILL.md +1 -76
  120. package/.agent/skills/edge-computing/SKILL.md +1 -76
  121. package/.agent/skills/emil-design-eng/SKILL.md +1 -76
  122. package/.agent/skills/error-resilience/SKILL.md +1 -76
  123. package/.agent/skills/expo-router-v4/SKILL.md +1 -76
  124. package/.agent/skills/extract-design-system/SKILL.md +1 -76
  125. package/.agent/skills/fabel-protocol/SKILL.md +1 -76
  126. package/.agent/skills/fixing-accessibility/SKILL.md +1 -76
  127. package/.agent/skills/fixing-metadata/SKILL.md +1 -76
  128. package/.agent/skills/fixing-motion-performance/SKILL.md +1 -76
  129. package/.agent/skills/framer-motion-expert/SKILL.md +1 -76
  130. package/.agent/skills/frontend-design/SKILL.md +1 -76
  131. package/.agent/skills/frontend-security-expert/SKILL.md +1 -76
  132. package/.agent/skills/game-design-expert/SKILL.md +1 -76
  133. package/.agent/skills/game-engineering-expert/SKILL.md +1 -76
  134. package/.agent/skills/generative-ui-expert/SKILL.md +1 -76
  135. package/.agent/skills/geo-fundamentals/SKILL.md +1 -76
  136. package/.agent/skills/git-pro/SKILL.md +1 -76
  137. package/.agent/skills/github-operations/SKILL.md +1 -76
  138. package/.agent/skills/gpt-taste/SKILL.md +1 -76
  139. package/.agent/skills/gsap-core/SKILL.md +1 -76
  140. package/.agent/skills/gsap-frameworks/SKILL.md +1 -76
  141. package/.agent/skills/gsap-performance/SKILL.md +1 -76
  142. package/.agent/skills/gsap-plugins/SKILL.md +1 -76
  143. package/.agent/skills/gsap-react/SKILL.md +1 -76
  144. package/.agent/skills/gsap-scrolltrigger/SKILL.md +1 -76
  145. package/.agent/skills/gsap-timeline/SKILL.md +1 -76
  146. package/.agent/skills/gsap-utils/SKILL.md +1 -76
  147. package/.agent/skills/harden/SKILL.md +1 -76
  148. package/.agent/skills/harness-protocol/SKILL.md +1 -76
  149. package/.agent/skills/i18n-localization/SKILL.md +1 -76
  150. package/.agent/skills/impeccable/SKILL.md +1 -76
  151. package/.agent/skills/improve-codebase-architecture/SKILL.md +1 -76
  152. package/.agent/skills/improve-ui/SKILL.md +1 -76
  153. package/.agent/skills/intelligent-routing/SKILL.md +2 -88
  154. package/.agent/skills/knowledge-graph/SKILL.md +1 -76
  155. package/.agent/skills/landing-page/SKILL.md +1 -76
  156. package/.agent/skills/lint-and-validate/SKILL.md +1 -76
  157. package/.agent/skills/llm-engineering/SKILL.md +1 -76
  158. package/.agent/skills/local-first/SKILL.md +1 -76
  159. package/.agent/skills/local-first-architecture/SKILL.md +1 -76
  160. package/.agent/skills/lottie-animation/SKILL.md +1 -76
  161. package/.agent/skills/marquee-loop/SKILL.md +1 -76
  162. package/.agent/skills/masked-reveal/SKILL.md +1 -76
  163. package/.agent/skills/mcp-builder/SKILL.md +1 -76
  164. package/.agent/skills/micro-interaction/SKILL.md +1 -76
  165. package/.agent/skills/mobile-design/SKILL.md +1 -76
  166. package/.agent/skills/monorepo-management/SKILL.md +1 -76
  167. package/.agent/skills/morphing-icons/SKILL.md +1 -76
  168. package/.agent/skills/motion-engineering/SKILL.md +1 -76
  169. package/.agent/skills/nextjs-react-expert/SKILL.md +1 -76
  170. package/.agent/skills/nodejs-best-practices/SKILL.md +1 -76
  171. package/.agent/skills/observability/SKILL.md +1 -76
  172. package/.agent/skills/opentelemetry-observability/SKILL.md +1 -76
  173. package/.agent/skills/page-transition-animation/SKILL.md +1 -76
  174. package/.agent/skills/parallel-agents/SKILL.md +1 -76
  175. package/.agent/skills/performance-profiling/SKILL.md +1 -76
  176. package/.agent/skills/plan-writing/SKILL.md +1 -76
  177. package/.agent/skills/platform-engineer/SKILL.md +1 -76
  178. package/.agent/skills/platform-engineering-opentofu/SKILL.md +1 -76
  179. package/.agent/skills/playwright-ai-e2e/SKILL.md +1 -76
  180. package/.agent/skills/playwright-best-practices/SKILL.md +1 -76
  181. package/.agent/skills/polish/SKILL.md +1 -76
  182. package/.agent/skills/powershell-windows/SKILL.md +1 -76
  183. package/.agent/skills/pricing-page/SKILL.md +1 -76
  184. package/.agent/skills/product-aware-heuristics/SKILL.md +1 -76
  185. package/.agent/skills/progressive-blur/SKILL.md +1 -76
  186. package/.agent/skills/project-idioms/SKILL.md +1 -76
  187. package/.agent/skills/property-based-testing/SKILL.md +1 -76
  188. package/.agent/skills/python-patterns/SKILL.md +1 -76
  189. package/.agent/skills/python-pro/SKILL.md +1 -76
  190. package/.agent/skills/quieter/SKILL.md +1 -76
  191. package/.agent/skills/react-doctor/SKILL.md +1 -76
  192. package/.agent/skills/react-specialist/SKILL.md +1 -76
  193. package/.agent/skills/readme-builder/SKILL.md +1 -76
  194. package/.agent/skills/realtime-patterns/SKILL.md +1 -76
  195. package/.agent/skills/red-team-tactics/SKILL.md +1 -76
  196. package/.agent/skills/redesign-skill/SKILL.md +1 -76
  197. package/.agent/skills/review-animations/SKILL.md +1 -76
  198. package/.agent/skills/rust-pro/SKILL.md +1 -76
  199. package/.agent/skills/seo-fundamentals/SKILL.md +1 -76
  200. package/.agent/skills/server-management/SKILL.md +1 -76
  201. package/.agent/skills/shadcn-ui-expert/SKILL.md +1 -76
  202. package/.agent/skills/shape/SKILL.md +1 -76
  203. package/.agent/skills/skill-creator/SKILL.md +124 -90
  204. package/.agent/skills/soft-skill/SKILL.md +1 -76
  205. package/.agent/skills/sounds-on-the-web/SKILL.md +1 -76
  206. package/.agent/skills/sql-pro/SKILL.md +1 -76
  207. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +1 -76
  208. package/.agent/skills/svg-animation/SKILL.md +1 -76
  209. package/.agent/skills/swiftui-expert/SKILL.md +1 -76
  210. package/.agent/skills/swiss-design/SKILL.md +1 -76
  211. package/.agent/skills/system-design-pro/SKILL.md +1 -76
  212. package/.agent/skills/systematic-debugging/SKILL.md +1 -76
  213. package/.agent/skills/tailwind-patterns/SKILL.md +1 -76
  214. package/.agent/skills/taste-skill/SKILL.md +1 -76
  215. package/.agent/skills/tdd-workflow/SKILL.md +1 -76
  216. package/.agent/skills/test-result-analyzer/SKILL.md +1 -76
  217. package/.agent/skills/testing-patterns/SKILL.md +1 -76
  218. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +1 -76
  219. package/.agent/skills/thinking-protocol/SKILL.md +1 -78
  220. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +1 -76
  221. package/.agent/skills/transitions-dev/SKILL.md +1 -76
  222. package/.agent/skills/trend-researcher/SKILL.md +1 -76
  223. package/.agent/skills/typescript-advanced/SKILL.md +1 -76
  224. package/.agent/skills/typeset/SKILL.md +1 -76
  225. package/.agent/skills/ui-reasoning-engine/SKILL.md +1 -76
  226. package/.agent/skills/ui-skill-packs/SKILL.md +1 -76
  227. package/.agent/skills/ui-skills-root/SKILL.md +1 -76
  228. package/.agent/skills/ui-ux-pro-max/SKILL.md +1 -76
  229. package/.agent/skills/ui-ux-researcher/SKILL.md +1 -76
  230. package/.agent/skills/vector-search-pgvector/SKILL.md +1 -76
  231. package/.agent/skills/verification-before-completion/SKILL.md +1 -76
  232. package/.agent/skills/vue-expert/SKILL.md +1 -76
  233. package/.agent/skills/vulnerability-scanner/SKILL.md +1 -76
  234. package/.agent/skills/web-accessibility-auditor/SKILL.md +1 -76
  235. package/.agent/skills/web-design-guidelines/SKILL.md +1 -76
  236. package/.agent/skills/web-quality-audit/SKILL.md +1 -76
  237. package/.agent/skills/webapp-testing/SKILL.md +1 -76
  238. package/.agent/skills/webgpu-performance/SKILL.md +1 -76
  239. package/.agent/skills/whimsy-injector/SKILL.md +1 -76
  240. package/.agent/skills/workflow-optimizer/SKILL.md +1 -76
  241. package/.agent/skills/zero-trust-passkeys/SKILL.md +1 -76
  242. package/.agent/workflows/generate.md +1 -1
  243. package/.agent/workflows/orchestrate.md +1 -1
  244. package/.agent/workflows/review-ai.md +1 -1
  245. package/.agent/workflows/skill-enhancement-engine.md +6 -10
  246. package/.agent/workflows/swarm.md +1 -1
  247. package/.agent/workflows/tribunal-backend.md +1 -1
  248. package/.agent/workflows/tribunal-cicd.md +1 -1
  249. package/.agent/workflows/tribunal-database.md +1 -1
  250. package/.agent/workflows/tribunal-frontend.md +1 -1
  251. package/.agent/workflows/tribunal-full.md +9 -9
  252. package/.agent/workflows/tribunal-mobile.md +1 -1
  253. package/.agent/workflows/tribunal-speed.md +1 -1
  254. package/.agent/workflows/tribunal-ui.md +1 -1
  255. package/.agents/skills/12-principles-of-animation/SKILL.md +1 -76
  256. package/.agents/skills/60fps-animation/SKILL.md +1 -76
  257. package/.agents/skills/accessible-animation/SKILL.md +1 -76
  258. package/.agents/skills/adapt/SKILL.md +1 -76
  259. package/.agents/skills/advanced-rag-pipelines/SKILL.md +1 -76
  260. package/.agents/skills/agent-organizer/SKILL.md +1 -76
  261. package/.agents/skills/agentic-patterns/SKILL.md +1 -76
  262. package/.agents/skills/agentic-workflows-2026/SKILL.md +1 -76
  263. package/.agents/skills/ai-app-hardening/SKILL.md +1 -76
  264. package/.agents/skills/ai-prompt-injection-defense/SKILL.md +1 -76
  265. package/.agents/skills/animation-on-scroll/SKILL.md +1 -76
  266. package/.agents/skills/animation-systems/SKILL.md +1 -76
  267. package/.agents/skills/antfu-conventions/SKILL.md +0 -75
  268. package/.agents/skills/api-patterns/SKILL.md +1 -76
  269. package/.agents/skills/api-security-auditor/SKILL.md +1 -76
  270. package/.agents/skills/app-builder/SKILL.md +1 -76
  271. package/.agents/skills/appflow-wireframe/SKILL.md +1 -76
  272. package/.agents/skills/apple-design/SKILL.md +1 -76
  273. package/.agents/skills/architecture/SKILL.md +1 -76
  274. package/.agents/skills/audit-and-fix/SKILL.md +41 -77
  275. package/.agents/skills/authentication-best-practices/SKILL.md +1 -76
  276. package/.agents/skills/backend-security-expert/SKILL.md +1 -76
  277. package/.agents/skills/baseline-ui/SKILL.md +1 -76
  278. package/.agents/skills/bash-linux/SKILL.md +1 -76
  279. package/.agents/skills/behavioral-modes/SKILL.md +1 -76
  280. package/.agents/skills/better-colors/SKILL.md +1 -76
  281. package/.agents/skills/better-typography/SKILL.md +1 -76
  282. package/.agents/skills/better-ui/SKILL.md +1 -76
  283. package/.agents/skills/bolder/SKILL.md +1 -76
  284. package/.agents/skills/brainstorming/SKILL.md +1 -76
  285. package/.agents/skills/browser-audit/SKILL.md +1 -76
  286. package/.agents/skills/browser-native-ai/SKILL.md +1 -76
  287. package/.agents/skills/build-primitive/SKILL.md +1 -76
  288. package/.agents/skills/building-native-ui/SKILL.md +1 -76
  289. package/.agents/skills/cicd-pro/SKILL.md +1 -76
  290. package/.agents/skills/clarify/SKILL.md +1 -76
  291. package/.agents/skills/clean-code/SKILL.md +1 -76
  292. package/.agents/skills/cloud-architect/SKILL.md +1 -76
  293. package/.agents/skills/cobejs/SKILL.md +1 -76
  294. package/.agents/skills/code-review-checklist/SKILL.md +1 -76
  295. package/.agents/skills/codebase-design/SKILL.md +1 -76
  296. package/.agents/skills/colorize/SKILL.md +1 -76
  297. package/.agents/skills/compact-landing/SKILL.md +1 -76
  298. package/.agents/skills/company-logos/SKILL.md +1 -76
  299. package/.agents/skills/config-validator/SKILL.md +1 -76
  300. package/.agents/skills/containerization-pro/SKILL.md +1 -76
  301. package/.agents/skills/context-engineering-pro/SKILL.md +1 -76
  302. package/.agents/skills/create-design-md/SKILL.md +1 -76
  303. package/.agents/skills/critique/SKILL.md +1 -76
  304. package/.agents/skills/csharp-developer/SKILL.md +1 -76
  305. package/.agents/skills/data-validation-schemas/SKILL.md +1 -76
  306. package/.agents/skills/database-design/SKILL.md +1 -76
  307. package/.agents/skills/delight/SKILL.md +1 -76
  308. package/.agents/skills/deployment-procedures/SKILL.md +1 -76
  309. package/.agents/skills/design-lab/SKILL.md +1 -76
  310. package/.agents/skills/devops-engineer/SKILL.md +1 -76
  311. package/.agents/skills/devops-incident-responder/SKILL.md +1 -76
  312. package/.agents/skills/diagnosing-bugs/SKILL.md +1 -76
  313. package/.agents/skills/distill/SKILL.md +1 -76
  314. package/.agents/skills/documentation-templates/SKILL.md +1 -76
  315. package/.agents/skills/domain-modeling/SKILL.md +1 -76
  316. package/.agents/skills/duckdb-analytical-sql/SKILL.md +1 -76
  317. package/.agents/skills/edge-ai-mobile/SKILL.md +1 -76
  318. package/.agents/skills/edge-computing/SKILL.md +1 -76
  319. package/.agents/skills/emil-design-eng/SKILL.md +1 -76
  320. package/.agents/skills/error-resilience/SKILL.md +1 -76
  321. package/.agents/skills/expo-router-v4/SKILL.md +1 -76
  322. package/.agents/skills/extract-design-system/SKILL.md +1 -76
  323. package/.agents/skills/fabel-protocol/SKILL.md +1 -76
  324. package/.agents/skills/fixing-accessibility/SKILL.md +1 -76
  325. package/.agents/skills/fixing-metadata/SKILL.md +1 -76
  326. package/.agents/skills/fixing-motion-performance/SKILL.md +1 -76
  327. package/.agents/skills/framer-motion-expert/SKILL.md +1 -76
  328. package/.agents/skills/frontend-design/SKILL.md +1 -76
  329. package/.agents/skills/frontend-security-expert/SKILL.md +1 -76
  330. package/.agents/skills/game-design-expert/SKILL.md +1 -76
  331. package/.agents/skills/game-engineering-expert/SKILL.md +1 -76
  332. package/.agents/skills/generative-ui-expert/SKILL.md +1 -76
  333. package/.agents/skills/geo-fundamentals/SKILL.md +1 -76
  334. package/.agents/skills/git-pro/SKILL.md +1 -76
  335. package/.agents/skills/github-operations/SKILL.md +1 -76
  336. package/.agents/skills/gpt-taste/SKILL.md +1 -76
  337. package/.agents/skills/gsap-core/SKILL.md +1 -76
  338. package/.agents/skills/gsap-frameworks/SKILL.md +1 -76
  339. package/.agents/skills/gsap-performance/SKILL.md +1 -76
  340. package/.agents/skills/gsap-plugins/SKILL.md +1 -76
  341. package/.agents/skills/gsap-react/SKILL.md +1 -76
  342. package/.agents/skills/gsap-scrolltrigger/SKILL.md +1 -76
  343. package/.agents/skills/gsap-timeline/SKILL.md +1 -76
  344. package/.agents/skills/gsap-utils/SKILL.md +1 -76
  345. package/.agents/skills/harden/SKILL.md +1 -76
  346. package/.agents/skills/harness-protocol/SKILL.md +1 -76
  347. package/.agents/skills/i18n-localization/SKILL.md +1 -76
  348. package/.agents/skills/impeccable/SKILL.md +1 -76
  349. package/.agents/skills/improve-codebase-architecture/SKILL.md +1 -76
  350. package/.agents/skills/improve-ui/SKILL.md +1 -76
  351. package/.agents/skills/intelligent-routing/SKILL.md +2 -88
  352. package/.agents/skills/knowledge-graph/SKILL.md +1 -76
  353. package/.agents/skills/landing-page/SKILL.md +1 -76
  354. package/.agents/skills/lint-and-validate/SKILL.md +1 -76
  355. package/.agents/skills/llm-engineering/SKILL.md +1 -76
  356. package/.agents/skills/local-first/SKILL.md +1 -76
  357. package/.agents/skills/local-first-architecture/SKILL.md +1 -76
  358. package/.agents/skills/lottie-animation/SKILL.md +1 -76
  359. package/.agents/skills/marquee-loop/SKILL.md +1 -76
  360. package/.agents/skills/masked-reveal/SKILL.md +1 -76
  361. package/.agents/skills/mcp-builder/SKILL.md +1 -76
  362. package/.agents/skills/micro-interaction/SKILL.md +1 -76
  363. package/.agents/skills/mobile-design/SKILL.md +1 -76
  364. package/.agents/skills/monorepo-management/SKILL.md +1 -76
  365. package/.agents/skills/morphing-icons/SKILL.md +1 -76
  366. package/.agents/skills/motion-engineering/SKILL.md +1 -76
  367. package/.agents/skills/nextjs-react-expert/SKILL.md +1 -76
  368. package/.agents/skills/nodejs-best-practices/SKILL.md +1 -76
  369. package/.agents/skills/observability/SKILL.md +1 -76
  370. package/.agents/skills/opentelemetry-observability/SKILL.md +1 -76
  371. package/.agents/skills/page-transition-animation/SKILL.md +1 -76
  372. package/.agents/skills/parallel-agents/SKILL.md +1 -76
  373. package/.agents/skills/performance-profiling/SKILL.md +1 -76
  374. package/.agents/skills/plan-writing/SKILL.md +1 -76
  375. package/.agents/skills/platform-engineer/SKILL.md +1 -76
  376. package/.agents/skills/platform-engineering-opentofu/SKILL.md +1 -76
  377. package/.agents/skills/playwright-ai-e2e/SKILL.md +1 -76
  378. package/.agents/skills/playwright-best-practices/SKILL.md +1 -76
  379. package/.agents/skills/polish/SKILL.md +1 -76
  380. package/.agents/skills/powershell-windows/SKILL.md +1 -76
  381. package/.agents/skills/pricing-page/SKILL.md +1 -76
  382. package/.agents/skills/product-aware-heuristics/SKILL.md +1 -76
  383. package/.agents/skills/progressive-blur/SKILL.md +1 -76
  384. package/.agents/skills/project-idioms/SKILL.md +1 -76
  385. package/.agents/skills/property-based-testing/SKILL.md +1 -76
  386. package/.agents/skills/python-patterns/SKILL.md +1 -76
  387. package/.agents/skills/python-pro/SKILL.md +1 -76
  388. package/.agents/skills/quieter/SKILL.md +1 -76
  389. package/.agents/skills/react-doctor/SKILL.md +1 -76
  390. package/.agents/skills/react-specialist/SKILL.md +1 -76
  391. package/.agents/skills/readme-builder/SKILL.md +1 -76
  392. package/.agents/skills/realtime-patterns/SKILL.md +1 -76
  393. package/.agents/skills/red-team-tactics/SKILL.md +1 -76
  394. package/.agents/skills/redesign-skill/SKILL.md +1 -76
  395. package/.agents/skills/review-animations/SKILL.md +1 -76
  396. package/.agents/skills/rust-pro/SKILL.md +1 -76
  397. package/.agents/skills/seo-fundamentals/SKILL.md +1 -76
  398. package/.agents/skills/server-management/SKILL.md +1 -76
  399. package/.agents/skills/shadcn-ui-expert/SKILL.md +1 -76
  400. package/.agents/skills/shape/SKILL.md +1 -76
  401. package/.agents/skills/skill-creator/SKILL.md +124 -90
  402. package/.agents/skills/soft-skill/SKILL.md +1 -76
  403. package/.agents/skills/sounds-on-the-web/SKILL.md +1 -76
  404. package/.agents/skills/sql-pro/SKILL.md +1 -76
  405. package/.agents/skills/supabase-postgres-best-practices/SKILL.md +1 -76
  406. package/.agents/skills/svg-animation/SKILL.md +1 -76
  407. package/.agents/skills/swiftui-expert/SKILL.md +1 -76
  408. package/.agents/skills/swiss-design/SKILL.md +1 -76
  409. package/.agents/skills/system-design-pro/SKILL.md +1 -76
  410. package/.agents/skills/systematic-debugging/SKILL.md +1 -76
  411. package/.agents/skills/tailwind-patterns/SKILL.md +1 -76
  412. package/.agents/skills/taste-skill/SKILL.md +1 -76
  413. package/.agents/skills/tdd-workflow/SKILL.md +1 -76
  414. package/.agents/skills/test-result-analyzer/SKILL.md +1 -76
  415. package/.agents/skills/testing-patterns/SKILL.md +1 -76
  416. package/.agents/skills/thermo-nuclear-code-quality-review/SKILL.md +1 -76
  417. package/.agents/skills/thinking-protocol/SKILL.md +1 -78
  418. package/.agents/skills/to-spring-or-not-to-spring/SKILL.md +1 -76
  419. package/.agents/skills/transitions-dev/SKILL.md +1 -76
  420. package/.agents/skills/trend-researcher/SKILL.md +1 -76
  421. package/.agents/skills/typescript-advanced/SKILL.md +1 -76
  422. package/.agents/skills/typeset/SKILL.md +1 -76
  423. package/.agents/skills/ui-reasoning-engine/SKILL.md +1 -76
  424. package/.agents/skills/ui-skill-packs/SKILL.md +1 -76
  425. package/.agents/skills/ui-skills-root/SKILL.md +1 -76
  426. package/.agents/skills/ui-ux-pro-max/SKILL.md +1 -76
  427. package/.agents/skills/ui-ux-researcher/SKILL.md +1 -76
  428. package/.agents/skills/vector-search-pgvector/SKILL.md +1 -76
  429. package/.agents/skills/verification-before-completion/SKILL.md +1 -76
  430. package/.agents/skills/vue-expert/SKILL.md +1 -76
  431. package/.agents/skills/vulnerability-scanner/SKILL.md +1 -76
  432. package/.agents/skills/web-accessibility-auditor/SKILL.md +1 -76
  433. package/.agents/skills/web-design-guidelines/SKILL.md +1 -76
  434. package/.agents/skills/web-quality-audit/SKILL.md +1 -76
  435. package/.agents/skills/webapp-testing/SKILL.md +1 -76
  436. package/.agents/skills/webgpu-performance/SKILL.md +1 -76
  437. package/.agents/skills/whimsy-injector/SKILL.md +1 -76
  438. package/.agents/skills/workflow-optimizer/SKILL.md +1 -76
  439. package/.agents/skills/zero-trust-passkeys/SKILL.md +1 -76
  440. package/README.md +542 -542
  441. package/bin/adapter-install.js +263 -263
  442. package/bin/mcp-server.js +71 -46
  443. package/bin/wrapper.js +10 -1
  444. package/dist/commands/init.js +25 -11
  445. package/dist/tui/banner.js +1 -1
  446. package/gemini-extension.json +1 -1
  447. package/package.json +13 -10
  448. package/plugin.json +1 -1
  449. package/scripts/context_compiler.js +49 -0
  450. package/scripts/skill_enhancement_engine.js +5 -31
  451. package/scripts/telemetry_gc.js +3 -1
  452. package/scripts/validate-payload.js +1 -6
  453. package/skills/12-principles-of-animation/SKILL.md +1 -76
  454. package/skills/60fps-animation/SKILL.md +1 -76
  455. package/skills/accessible-animation/SKILL.md +1 -76
  456. package/skills/adapt/SKILL.md +1 -76
  457. package/skills/advanced-rag-pipelines/SKILL.md +1 -76
  458. package/skills/agent-organizer/SKILL.md +1 -76
  459. package/skills/agentic-patterns/SKILL.md +1 -76
  460. package/skills/agentic-workflows-2026/SKILL.md +1 -76
  461. package/skills/ai-app-hardening/SKILL.md +1 -76
  462. package/skills/ai-prompt-injection-defense/SKILL.md +1 -76
  463. package/skills/animation-on-scroll/SKILL.md +1 -76
  464. package/skills/animation-systems/SKILL.md +1 -76
  465. package/skills/antfu-conventions/SKILL.md +0 -75
  466. package/skills/api-patterns/SKILL.md +1 -76
  467. package/skills/api-security-auditor/SKILL.md +1 -76
  468. package/skills/app-builder/SKILL.md +1 -76
  469. package/skills/appflow-wireframe/SKILL.md +1 -76
  470. package/skills/apple-design/SKILL.md +1 -76
  471. package/skills/architecture/SKILL.md +1 -76
  472. package/skills/audit-and-fix/SKILL.md +41 -77
  473. package/skills/authentication-best-practices/SKILL.md +1 -76
  474. package/skills/backend-security-expert/SKILL.md +1 -76
  475. package/skills/baseline-ui/SKILL.md +1 -76
  476. package/skills/bash-linux/SKILL.md +1 -76
  477. package/skills/behavioral-modes/SKILL.md +1 -76
  478. package/skills/better-colors/SKILL.md +1 -76
  479. package/skills/better-typography/SKILL.md +1 -76
  480. package/skills/better-ui/SKILL.md +1 -76
  481. package/skills/bolder/SKILL.md +1 -76
  482. package/skills/brainstorming/SKILL.md +1 -76
  483. package/skills/browser-audit/SKILL.md +1 -76
  484. package/skills/browser-native-ai/SKILL.md +1 -76
  485. package/skills/build-primitive/SKILL.md +1 -76
  486. package/skills/building-native-ui/SKILL.md +1 -76
  487. package/skills/cicd-pro/SKILL.md +1 -76
  488. package/skills/clarify/SKILL.md +1 -76
  489. package/skills/clean-code/SKILL.md +1 -76
  490. package/skills/cloud-architect/SKILL.md +1 -76
  491. package/skills/cobejs/SKILL.md +1 -76
  492. package/skills/code-review-checklist/SKILL.md +1 -76
  493. package/skills/codebase-design/SKILL.md +1 -76
  494. package/skills/colorize/SKILL.md +1 -76
  495. package/skills/compact-landing/SKILL.md +1 -76
  496. package/skills/company-logos/SKILL.md +1 -76
  497. package/skills/config-validator/SKILL.md +1 -76
  498. package/skills/containerization-pro/SKILL.md +1 -76
  499. package/skills/context-engineering-pro/SKILL.md +1 -76
  500. package/skills/create-design-md/SKILL.md +1 -76
  501. package/skills/critique/SKILL.md +1 -76
  502. package/skills/csharp-developer/SKILL.md +1 -76
  503. package/skills/data-validation-schemas/SKILL.md +1 -76
  504. package/skills/database-design/SKILL.md +1 -76
  505. package/skills/delight/SKILL.md +1 -76
  506. package/skills/deployment-procedures/SKILL.md +1 -76
  507. package/skills/design-lab/SKILL.md +1 -76
  508. package/skills/devops-engineer/SKILL.md +1 -76
  509. package/skills/devops-incident-responder/SKILL.md +1 -76
  510. package/skills/diagnosing-bugs/SKILL.md +1 -76
  511. package/skills/distill/SKILL.md +1 -76
  512. package/skills/documentation-templates/SKILL.md +1 -76
  513. package/skills/domain-modeling/SKILL.md +1 -76
  514. package/skills/duckdb-analytical-sql/SKILL.md +1 -76
  515. package/skills/edge-ai-mobile/SKILL.md +1 -76
  516. package/skills/edge-computing/SKILL.md +1 -76
  517. package/skills/emil-design-eng/SKILL.md +1 -76
  518. package/skills/error-resilience/SKILL.md +1 -76
  519. package/skills/expo-router-v4/SKILL.md +1 -76
  520. package/skills/extract-design-system/SKILL.md +1 -76
  521. package/skills/fabel-protocol/SKILL.md +1 -76
  522. package/skills/fixing-accessibility/SKILL.md +1 -76
  523. package/skills/fixing-metadata/SKILL.md +1 -76
  524. package/skills/fixing-motion-performance/SKILL.md +1 -76
  525. package/skills/framer-motion-expert/SKILL.md +1 -76
  526. package/skills/frontend-design/SKILL.md +1 -76
  527. package/skills/frontend-security-expert/SKILL.md +1 -76
  528. package/skills/game-design-expert/SKILL.md +1 -76
  529. package/skills/game-engineering-expert/SKILL.md +1 -76
  530. package/skills/generative-ui-expert/SKILL.md +1 -76
  531. package/skills/geo-fundamentals/SKILL.md +1 -76
  532. package/skills/git-pro/SKILL.md +1 -76
  533. package/skills/github-operations/SKILL.md +1 -76
  534. package/skills/gpt-taste/SKILL.md +1 -76
  535. package/skills/gsap-core/SKILL.md +1 -76
  536. package/skills/gsap-frameworks/SKILL.md +1 -76
  537. package/skills/gsap-performance/SKILL.md +1 -76
  538. package/skills/gsap-plugins/SKILL.md +1 -76
  539. package/skills/gsap-react/SKILL.md +1 -76
  540. package/skills/gsap-scrolltrigger/SKILL.md +1 -76
  541. package/skills/gsap-timeline/SKILL.md +1 -76
  542. package/skills/gsap-utils/SKILL.md +1 -76
  543. package/skills/harden/SKILL.md +1 -76
  544. package/skills/harness-protocol/SKILL.md +1 -76
  545. package/skills/i18n-localization/SKILL.md +1 -76
  546. package/skills/impeccable/SKILL.md +1 -76
  547. package/skills/improve-codebase-architecture/SKILL.md +1 -76
  548. package/skills/improve-ui/SKILL.md +1 -76
  549. package/skills/intelligent-routing/SKILL.md +2 -88
  550. package/skills/knowledge-graph/SKILL.md +1 -76
  551. package/skills/landing-page/SKILL.md +1 -76
  552. package/skills/lint-and-validate/SKILL.md +1 -76
  553. package/skills/llm-engineering/SKILL.md +1 -76
  554. package/skills/local-first/SKILL.md +1 -76
  555. package/skills/local-first-architecture/SKILL.md +1 -76
  556. package/skills/lottie-animation/SKILL.md +1 -76
  557. package/skills/marquee-loop/SKILL.md +1 -76
  558. package/skills/masked-reveal/SKILL.md +1 -76
  559. package/skills/mcp-builder/SKILL.md +1 -76
  560. package/skills/micro-interaction/SKILL.md +1 -76
  561. package/skills/mobile-design/SKILL.md +1 -76
  562. package/skills/monorepo-management/SKILL.md +1 -76
  563. package/skills/morphing-icons/SKILL.md +1 -76
  564. package/skills/motion-engineering/SKILL.md +1 -76
  565. package/skills/nextjs-react-expert/SKILL.md +1 -76
  566. package/skills/nodejs-best-practices/SKILL.md +1 -76
  567. package/skills/observability/SKILL.md +1 -76
  568. package/skills/opentelemetry-observability/SKILL.md +1 -76
  569. package/skills/page-transition-animation/SKILL.md +1 -76
  570. package/skills/parallel-agents/SKILL.md +1 -76
  571. package/skills/performance-profiling/SKILL.md +1 -76
  572. package/skills/plan-writing/SKILL.md +1 -76
  573. package/skills/platform-engineer/SKILL.md +1 -76
  574. package/skills/platform-engineering-opentofu/SKILL.md +1 -76
  575. package/skills/playwright-ai-e2e/SKILL.md +1 -76
  576. package/skills/playwright-best-practices/SKILL.md +1 -76
  577. package/skills/polish/SKILL.md +1 -76
  578. package/skills/powershell-windows/SKILL.md +1 -76
  579. package/skills/pricing-page/SKILL.md +1 -76
  580. package/skills/product-aware-heuristics/SKILL.md +1 -76
  581. package/skills/progressive-blur/SKILL.md +1 -76
  582. package/skills/project-idioms/SKILL.md +1 -76
  583. package/skills/property-based-testing/SKILL.md +1 -76
  584. package/skills/python-patterns/SKILL.md +1 -76
  585. package/skills/python-pro/SKILL.md +1 -76
  586. package/skills/quieter/SKILL.md +1 -76
  587. package/skills/react-doctor/SKILL.md +1 -76
  588. package/skills/react-specialist/SKILL.md +1 -76
  589. package/skills/readme-builder/SKILL.md +1 -76
  590. package/skills/realtime-patterns/SKILL.md +1 -76
  591. package/skills/red-team-tactics/SKILL.md +1 -76
  592. package/skills/redesign-skill/SKILL.md +1 -76
  593. package/skills/review-animations/SKILL.md +1 -76
  594. package/skills/rust-pro/SKILL.md +1 -76
  595. package/skills/seo-fundamentals/SKILL.md +1 -76
  596. package/skills/server-management/SKILL.md +1 -76
  597. package/skills/shadcn-ui-expert/SKILL.md +1 -76
  598. package/skills/shape/SKILL.md +1 -76
  599. package/skills/skill-creator/SKILL.md +124 -90
  600. package/skills/soft-skill/SKILL.md +1 -76
  601. package/skills/sounds-on-the-web/SKILL.md +1 -76
  602. package/skills/sql-pro/SKILL.md +1 -76
  603. package/skills/supabase-postgres-best-practices/SKILL.md +1 -76
  604. package/skills/svg-animation/SKILL.md +1 -76
  605. package/skills/swiftui-expert/SKILL.md +1 -76
  606. package/skills/swiss-design/SKILL.md +1 -76
  607. package/skills/system-design-pro/SKILL.md +1 -76
  608. package/skills/systematic-debugging/SKILL.md +1 -76
  609. package/skills/tailwind-patterns/SKILL.md +1 -76
  610. package/skills/taste-skill/SKILL.md +1 -76
  611. package/skills/tdd-workflow/SKILL.md +1 -76
  612. package/skills/test-result-analyzer/SKILL.md +1 -76
  613. package/skills/testing-patterns/SKILL.md +1 -76
  614. package/skills/thermo-nuclear-code-quality-review/SKILL.md +1 -76
  615. package/skills/thinking-protocol/SKILL.md +1 -78
  616. package/skills/to-spring-or-not-to-spring/SKILL.md +1 -76
  617. package/skills/transitions-dev/SKILL.md +1 -76
  618. package/skills/trend-researcher/SKILL.md +1 -76
  619. package/skills/typescript-advanced/SKILL.md +1 -76
  620. package/skills/typeset/SKILL.md +1 -76
  621. package/skills/ui-reasoning-engine/SKILL.md +1 -76
  622. package/skills/ui-skill-packs/SKILL.md +1 -76
  623. package/skills/ui-skills-root/SKILL.md +1 -76
  624. package/skills/ui-ux-pro-max/SKILL.md +1 -76
  625. package/skills/ui-ux-researcher/SKILL.md +1 -76
  626. package/skills/vector-search-pgvector/SKILL.md +1 -76
  627. package/skills/verification-before-completion/SKILL.md +1 -76
  628. package/skills/vue-expert/SKILL.md +1 -76
  629. package/skills/vulnerability-scanner/SKILL.md +1 -76
  630. package/skills/web-accessibility-auditor/SKILL.md +1 -76
  631. package/skills/web-design-guidelines/SKILL.md +1 -76
  632. package/skills/web-quality-audit/SKILL.md +1 -76
  633. package/skills/webapp-testing/SKILL.md +1 -76
  634. package/skills/webgpu-performance/SKILL.md +1 -76
  635. package/skills/whimsy-injector/SKILL.md +1 -76
  636. package/skills/workflow-optimizer/SKILL.md +1 -76
  637. package/skills/zero-trust-passkeys/SKILL.md +1 -76
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: web-quality-audit
3
- description: Use when Web quality auditing skill for Lighthouse-style analysis across Performance, Accessibility, Best Practices, and SEO signals.
3
+ description: "Use when Web quality auditing skill for Lighthouse-style analysis across Performance, Accessibility, Best Practices, and SEO signals."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -15,35 +15,6 @@ scripts-binding:
15
15
 
16
16
  # Web Quality Audit β€” Lighthouse & Core Web Vitals
17
17
 
18
- ## Mandatory Pre-Flight Context Inspection
19
-
20
- Before generating, refactoring, or reviewing code in the `web-quality-audit` domain, inspect these 5 critical parameters:
21
-
22
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
23
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
24
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
25
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
26
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
27
-
28
- ## Activation Boundaries
29
-
30
- - **Activate when:** Use when Web quality auditing skill for Lighthouse-style analysis across Performance, Accessibility, Best Practices, and SEO signals.
31
- - **DO NOT activate when:** The task falls outside the `web-quality-audit` domain or is managed by a different dedicated specialist.
32
-
33
- ## πŸ” Multi-Pass Execution Protocol
34
-
35
- Execute all non-trivial tasks through this 7-pass cognitive loop:
36
-
37
- | Pass | Phase | Core Action |
38
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
39
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
40
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
41
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
42
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
43
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
44
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
45
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
46
-
47
18
  ---
48
19
 
49
20
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -74,49 +45,3 @@ Execute all non-trivial tasks through this 7-pass cognitive loop:
74
45
 
75
46
  - Valid HTML5 document structure (`<!DOCTYPE html>`, `<html>` with `lang`, single `<h1>`).
76
47
  - Robots.txt, sitemap.xml, canonical URLs, and structured JSON-LD data.
77
-
78
- ---
79
-
80
- ## 🚨 Edge-Case & Failure Mode Matrix
81
-
82
- | Scenario | Risk | Mitigation Strategy |
83
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
84
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
85
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
86
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
87
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
88
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
89
-
90
- ---
91
-
92
- ## πŸ€– LLM-Specific Traps Table
93
-
94
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
95
- | :------------------------------ | :-------------------------------------------------------------------------------- | :----------------------------------------------------------------------------- |
96
- | **Hardcoded Secret Pattern** | Committing API keys, tokens, or private salts into source code | Load credentials strictly via runtime environment variables and secret stores |
97
- | **Prompt Injection Surface** | Directly concatenating untrusted user input into LLM system prompts | Wrap user content in isolated delimiters and strip injection control sequences |
98
- | **Missing Authorization Check** | Relying only on authentication token presence without checking tenant/object RBAC | Verify user permissions against the specific target record ID before mutation |
99
-
100
- ---
101
-
102
- ## πŸ›οΈ Tribunal Verification & Guardrails
103
-
104
- **Active Reviewers:** `security-auditor` Β· `penetration-tester` Β· `backend-security-expert`
105
- **Slash Command:** `/review` or `/tribunal-full`
106
-
107
- ### βœ… Pre-Flight Self-Audit Checklist
108
-
109
- ```
110
- βœ… Are user inputs sanitized and treated as untrusted at system boundaries?
111
- βœ… Are secrets loaded strictly via environment variables with zero hardcoding?
112
- βœ… Is least-privilege enforcement active on APIs, tokens, and storage buckets?
113
- βœ… Are prompt-injection delimiters and sanitizers wrapped around LLM inputs?
114
- βœ… Did I verify encryption in transit and at rest for sensitive customer data?
115
- ```
116
-
117
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
118
-
119
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
120
-
121
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
122
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: webapp-testing
3
- description: Use when Comprehensive Web Application Testing strategy. Test Pyramid, Vitest/Jest for unit logic, React Testing Library for component integrity, MSW (Mock Service Worker) for API layer simulation, and visual regression. Use when setting up testing environments or defining global test strategies across a web stack.
3
+ description: "Use when Comprehensive Web Application Testing strategy. Test Pyramid, Vitest/Jest for unit logic, React Testing Library for component integrity, MSW (Mock Service Worker) for API layer simulation, and visual regression. Use when setting up testing environments or defining global test strategies across a web stack."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -16,35 +16,6 @@ scripts-binding:
16
16
 
17
17
  # Webapp Testing β€” Full Stack Pipeline Mastery
18
18
 
19
- ## Mandatory Pre-Flight Context Inspection
20
-
21
- Before generating, refactoring, or reviewing code in the `webapp-testing` domain, inspect these 5 critical parameters:
22
-
23
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
24
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
25
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
26
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
27
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
28
-
29
- ## Activation Boundaries
30
-
31
- - **Activate when:** Use when Comprehensive Web Application Testing strategy. Test Pyramid, Vitest/Jest for unit logic, React Testing Library for component integrity, MSW (Mock Service Worker) for API layer simulation, and visual regression. Use when setting up testing environments or defining global test strategies across a web stack.
32
- - **DO NOT activate when:** The task falls outside the `webapp-testing` domain or is managed by a different dedicated specialist.
33
-
34
- ## πŸ” Multi-Pass Execution Protocol
35
-
36
- Execute all non-trivial tasks through this 7-pass cognitive loop:
37
-
38
- | Pass | Phase | Core Action |
39
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
40
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
41
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
42
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
43
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
44
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
45
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
46
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
47
-
48
19
  ---
49
20
 
50
21
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -155,49 +126,3 @@ describe('calculateTax()', () => {
155
126
  });
156
127
  });
157
128
  ```
158
-
159
- ---
160
-
161
- ## 🚨 Edge-Case & Failure Mode Matrix
162
-
163
- | Scenario | Risk | Mitigation Strategy |
164
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
165
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
166
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
167
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
168
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
169
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
170
-
171
- ---
172
-
173
- ## πŸ€– LLM-Specific Traps Table
174
-
175
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
176
- | :--------------------------------- | :----------------------------------------------------------------------- | :----------------------------------------------------------------------- |
177
- | **Testing Implementation Details** | Asserting on private component state or internal helper functions | Assert on observable user behaviors, DOM roles, and network outcomes |
178
- | **Flaky Async Assertion** | Using arbitrary setTimeout delays before asserting on asynchronous state | Use waitFor or findBy queries that poll with timeout bounds |
179
- | **Shared Mutable State** | Reusing database records across concurrent test runners | Isolate test databases per worker or execute in rolled-back transactions |
180
-
181
- ---
182
-
183
- ## πŸ›οΈ Tribunal Verification & Guardrails
184
-
185
- **Active Reviewers:** `test-engineer` Β· `qa-automation-engineer` Β· `logic-reviewer`
186
- **Slash Command:** `/review` or `/tribunal-full`
187
-
188
- ### βœ… Pre-Flight Self-Audit Checklist
189
-
190
- ```
191
- βœ… Do tests follow behavioral GIVEN/WHEN/THEN specifications?
192
- βœ… Are happy path, failure paths, and boundary conditions (0, null, max) covered?
193
- βœ… Are test mocks isolated and reset between successive suites?
194
- βœ… Do E2E locators rely on stable ARIA attributes instead of brittle CSS selectors?
195
- βœ… Did I verify test suite passes without flaky race conditions?
196
- ```
197
-
198
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
199
-
200
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
201
-
202
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
203
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: webgpu-performance
3
- description: Use when High-performance browser graphics and compute mastery. Transitioning from WebGL to WebGPU API, WGSL compute shaders, explicit GPU memory management, and browser-side tensor calculations.
3
+ description: "Use when High-performance browser graphics and compute mastery. Transitioning from WebGL to WebGPU API, WGSL compute shaders, explicit GPU memory management, and browser-side tensor calculations."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -15,35 +15,6 @@ scripts-binding:
15
15
 
16
16
  # WebGPU Performance Mastery
17
17
 
18
- ## Mandatory Pre-Flight Context Inspection
19
-
20
- Before generating, refactoring, or reviewing code in the `webgpu-performance` domain, inspect these 5 critical parameters:
21
-
22
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
23
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
24
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
25
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
26
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
27
-
28
- ## Activation Boundaries
29
-
30
- - **Activate when:** Use when High-performance browser graphics and compute mastery. Transitioning from WebGL to WebGPU API, WGSL compute shaders, explicit GPU memory management, and browser-side tensor calculations.
31
- - **DO NOT activate when:** The task falls outside the `webgpu-performance` domain or is managed by a different dedicated specialist.
32
-
33
- ## πŸ” Multi-Pass Execution Protocol
34
-
35
- Execute all non-trivial tasks through this 7-pass cognitive loop:
36
-
37
- | Pass | Phase | Core Action |
38
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
39
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
40
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
41
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
42
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
43
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
44
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
45
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
46
-
47
18
  ---
48
19
 
49
20
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -115,49 +86,3 @@ Before submitting code, ensure:
115
86
  1. Devices and adapters are properly null-checked.
116
87
  2. WGSL workgroup sizes align with the dispatch sizes dynamically.
117
88
  3. GPUBuffers used for compute have `GPUBufferUsage.STORAGE` flags.
118
-
119
- ---
120
-
121
- ## 🚨 Edge-Case & Failure Mode Matrix
122
-
123
- | Scenario | Risk | Mitigation Strategy |
124
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
125
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
126
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
127
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
128
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
129
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
130
-
131
- ---
132
-
133
- ## πŸ€– LLM-Specific Traps Table
134
-
135
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
136
- | :--------------------------------- | :------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
137
- | **Hallucinated Tool Capabilities** | Assuming an external library or CLI command exists without verification | Run a verification check or verify package.json before referencing tools |
138
- | **Premature Completion Claim** | Declaring a task finished because code was generated without verification | Execute tests, linters, or terminal commands to provide concrete proof |
139
- | **Context Bloat Dumping** | Pasting entire multi-thousand-line files into prompt context | Extract targeted excerpts, symbols, and signatures to preserve tokens |
140
-
141
- ---
142
-
143
- ## πŸ›οΈ Tribunal Verification & Guardrails
144
-
145
- **Active Reviewers:** `orchestrator` Β· `agent-organizer` Β· `logic-reviewer`
146
- **Slash Command:** `/review` or `/tribunal-full`
147
-
148
- ### βœ… Pre-Flight Self-Audit Checklist
149
-
150
- ```
151
- βœ… Did I deconstruct the root objective before proposing architecture?
152
- βœ… Did I identify dependencies, bottlenecks, and parallelizable sub-tasks?
153
- βœ… Did I avoid over-engineering and select the simplest effective pattern?
154
- βœ… Did I verify assumptions with concrete file reads instead of speculation?
155
- βœ… Did I establish measurable verification criteria before completion?
156
- ```
157
-
158
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
159
-
160
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
161
-
162
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
163
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: whimsy-injector
3
- description: Use when Micro-delight generator for frontend interfaces. Suggests and implements subtle animations, playful transitions, and interaction polish across any frontend stack.
3
+ description: "Use when Micro-delight generator for frontend interfaces. Suggests and implements subtle animations, playful transitions, and interaction polish across any frontend stack."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -16,35 +16,6 @@ scripts-binding:
16
16
 
17
17
  # Whimsy Injector Skill β€” Micro-Delight Generator
18
18
 
19
- ## Mandatory Pre-Flight Context Inspection
20
-
21
- Before generating, refactoring, or reviewing code in the `whimsy-injector` domain, inspect these 5 critical parameters:
22
-
23
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
24
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
25
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
26
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
27
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
28
-
29
- ## Activation Boundaries
30
-
31
- - **Activate when:** Use when Micro-delight generator for frontend interfaces. Suggests and implements subtle animations, playful transitions, and interaction polish across any frontend stack.
32
- - **DO NOT activate when:** The task falls outside the `whimsy-injector` domain or is managed by a different dedicated specialist.
33
-
34
- ## πŸ” Multi-Pass Execution Protocol
35
-
36
- Execute all non-trivial tasks through this 7-pass cognitive loop:
37
-
38
- | Pass | Phase | Core Action |
39
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
40
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
41
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
42
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
43
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
44
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
45
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
46
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
47
-
48
19
  ---
49
20
 
50
21
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -332,49 +303,3 @@ Every file with animations MUST include:
332
303
  - **Mark experimental APIs** with `// VERIFY: [API] β€” check browser support for your target`.
333
304
  - **Never suggest animations that cause layout shift** β€” enforce `transform` and `opacity` only.
334
305
  - **Verify `will-change` usage** β€” only apply to actively animating elements, remove after animation completes.
335
-
336
- ---
337
-
338
- ## 🚨 Edge-Case & Failure Mode Matrix
339
-
340
- | Scenario | Risk | Mitigation Strategy |
341
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
342
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
343
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
344
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
345
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
346
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
347
-
348
- ---
349
-
350
- ## πŸ€– LLM-Specific Traps Table
351
-
352
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
353
- | :------------------------------ | :----------------------------------------------------------------- | :---------------------------------------------------------------------------- |
354
- | **Uncontrolled Re-render Loop** | Mutating state inside render bodies or omitting hook dependencies | Wrap effects with explicit deps and isolate reactive derivations in useMemo |
355
- | **Accessibility Neglect** | Interactive <div> without role="button", tabIndex, or onKeyDown | Use semantic <button> or provide ARIA role, keyboard handlers, and focus ring |
356
- | **Layout Shift Flash** | Images/dynamic content without aspect-ratio or explicit dimensions | Enforce aspect-ratio or skeleton placeholders to guarantee zero CLS |
357
-
358
- ---
359
-
360
- ## πŸ›οΈ Tribunal Verification & Guardrails
361
-
362
- **Active Reviewers:** `frontend-reviewer` Β· `type-safety` Β· `ui-ux-auditor` Β· `complexity-reviewer`
363
- **Slash Command:** `/review` or `/tribunal-full`
364
-
365
- ### βœ… Pre-Flight Self-Audit Checklist
366
-
367
- ```
368
- βœ… Are all component props strictly typed with zero implicit "any"?
369
- βœ… Are responsive breakpoints, fluid typography, and optical balance verified?
370
- βœ… Is accessibility (ARIA labels, keyboard focus, contrast) validated?
371
- βœ… Are re-renders minimized and state lifecycles cleanly separated?
372
- βœ… Did I verify all imported UI components and icon sets actually exist?
373
- ```
374
-
375
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
376
-
377
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
378
-
379
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
380
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: workflow-optimizer
3
- description: Use when Analyzes agent tool-calling patterns and task execution efficiency to suggest process improvements.
3
+ description: "Use when Analyzes agent tool-calling patterns and task execution efficiency to suggest process improvements."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -16,35 +16,6 @@ scripts-binding:
16
16
 
17
17
  # Workflow Optimizer Skill
18
18
 
19
- ## Mandatory Pre-Flight Context Inspection
20
-
21
- Before generating, refactoring, or reviewing code in the `workflow-optimizer` domain, inspect these 5 critical parameters:
22
-
23
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
24
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
25
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
26
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
27
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
28
-
29
- ## Activation Boundaries
30
-
31
- - **Activate when:** Use when Analyzes agent tool-calling patterns and task execution efficiency to suggest process improvements.
32
- - **DO NOT activate when:** The task falls outside the `workflow-optimizer` domain or is managed by a different dedicated specialist.
33
-
34
- ## πŸ” Multi-Pass Execution Protocol
35
-
36
- Execute all non-trivial tasks through this 7-pass cognitive loop:
37
-
38
- | Pass | Phase | Core Action |
39
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
40
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
41
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
42
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
43
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
44
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
45
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
46
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
47
-
48
19
  ---
49
20
 
50
21
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -215,49 +186,3 @@ Before analyzing, check for these common quick wins:
215
186
  - **Recommendations must reference real tools** β€” only suggest tools available in the current environment.
216
187
  - **Never fabricate efficiency scores** β€” always calculate from actual vs optimal counts.
217
188
  - **Acknowledge uncertainty**: "Cannot determine if calls 3-5 had data dependency β€” may be correctly sequential."
218
-
219
- ---
220
-
221
- ## 🚨 Edge-Case & Failure Mode Matrix
222
-
223
- | Scenario | Risk | Mitigation Strategy |
224
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
225
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
226
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
227
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
228
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
229
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
230
-
231
- ---
232
-
233
- ## πŸ€– LLM-Specific Traps Table
234
-
235
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
236
- | :--------------------------------- | :------------------------------------------------------------------------ | :----------------------------------------------------------------------- |
237
- | **Hallucinated Tool Capabilities** | Assuming an external library or CLI command exists without verification | Run a verification check or verify package.json before referencing tools |
238
- | **Premature Completion Claim** | Declaring a task finished because code was generated without verification | Execute tests, linters, or terminal commands to provide concrete proof |
239
- | **Context Bloat Dumping** | Pasting entire multi-thousand-line files into prompt context | Extract targeted excerpts, symbols, and signatures to preserve tokens |
240
-
241
- ---
242
-
243
- ## πŸ›οΈ Tribunal Verification & Guardrails
244
-
245
- **Active Reviewers:** `orchestrator` Β· `agent-organizer` Β· `logic-reviewer`
246
- **Slash Command:** `/review` or `/tribunal-full`
247
-
248
- ### βœ… Pre-Flight Self-Audit Checklist
249
-
250
- ```
251
- βœ… Did I deconstruct the root objective before proposing architecture?
252
- βœ… Did I identify dependencies, bottlenecks, and parallelizable sub-tasks?
253
- βœ… Did I avoid over-engineering and select the simplest effective pattern?
254
- βœ… Did I verify assumptions with concrete file reads instead of speculation?
255
- βœ… Did I establish measurable verification criteria before completion?
256
- ```
257
-
258
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
259
-
260
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
261
-
262
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
263
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: zero-trust-passkeys
3
- description: Use when Modern passwordless authentication using WebAuthn, FIDO2 biometric passkeys, SimpleWebAuthn v13+, Conditional UI (Passkey Autofill), and Zero-Trust security.
3
+ description: "Use when Modern passwordless authentication using WebAuthn, FIDO2 biometric passkeys, SimpleWebAuthn v13+, Conditional UI (Passkey Autofill), and Zero-Trust security."
4
4
  version: 5.0.0
5
5
  last-updated: 2026-09-13
6
6
  skills:
@@ -16,35 +16,6 @@ scripts-binding:
16
16
 
17
17
  # Zero-Trust Passkeys & WebAuthn (SimpleWebAuthn v13+)
18
18
 
19
- ## Mandatory Pre-Flight Context Inspection
20
-
21
- Before generating, refactoring, or reviewing code in the `zero-trust-passkeys` domain, inspect these 5 critical parameters:
22
-
23
- 1. **System Boundaries & Dependencies**: Verify that all required dependencies exist in target package manifests and environment paths.
24
- 2. **Runtime Context & Platform Invariants**: Confirm target platform constraints (Node.js, Browser, Mobile OS, Edge runtime) before applying APIs.
25
- 3. **Execution Guardrails**: Identify potential side-effects, state mutations, and unhandled asynchronous exceptions.
26
- 4. **Validation & Type Contracts**: Validate input data schemas and strict type constraints across all module interfaces.
27
- 5. **Observability & Proof of Execution**: Ensure execution produces tangible verification signals (terminal output, tests, metrics).
28
-
29
- ## Activation Boundaries
30
-
31
- - **Activate when:** Use when Modern passwordless authentication using WebAuthn, FIDO2 biometric passkeys, SimpleWebAuthn v13+, Conditional UI (Passkey Autofill), and Zero-Trust security.
32
- - **DO NOT activate when:** The task falls outside the `zero-trust-passkeys` domain or is managed by a different dedicated specialist.
33
-
34
- ## πŸ” Multi-Pass Execution Protocol
35
-
36
- Execute all non-trivial tasks through this 7-pass cognitive loop:
37
-
38
- | Pass | Phase | Core Action |
39
- | :--------- | :--------------- | :------------------------------------------------------------------------------------------- |
40
- | **Pass 1** | **Understand** | Deconstruct the user's explicit objective, implicit requirements, and platform constraints. |
41
- | **Pass 2** | **Plan** | Decompose the task into smallest logical steps; map dependencies and required tool calls. |
42
- | **Pass 3** | **Execute** | Implement the solution with production-grade craft, zero placeholders, and strict typing. |
43
- | **Pass 4** | **Verify** | Run linters, unit tests, or compiler checks to validate structural correctness. |
44
- | **Pass 5** | **Attack** | Perform an adversarial review searching for edge-case failures, race conditions, and traps. |
45
- | **Pass 6** | **Improve** | Eliminate discovered friction, optimize performance, and harden error boundaries. |
46
- | **Pass 7** | **Quality Gate** | Enforce Verification-Before-Completion (VBC) with concrete terminal proof before finalizing. |
47
-
48
19
  ---
49
20
 
50
21
  ## πŸ› οΈ Technical Architecture & Reference Recipes
@@ -109,49 +80,3 @@ export async function verifyPasskeyAuth(
109
80
  return verification.verified;
110
81
  }
111
82
  ```
112
-
113
- ---
114
-
115
- ## 🚨 Edge-Case & Failure Mode Matrix
116
-
117
- | Scenario | Risk | Mitigation Strategy |
118
- | :------------------------------------- | :--------------------------------------------------- | :------------------------------------------------------------------------------ |
119
- | **Empty or Null Inputs** | Unhandled exception or unexpected rendering collapse | Enforce fallback guards, optional chaining, and explicit empty state handlers |
120
- | **Network Timeout / Latency** | Hanging operations or duplicate side-effects | Implement bounded abort controllers, exponential backoff, and idempotency keys |
121
- | **Concurrency / Race Conditions** | Stale state overwrite or inconsistent data mutations | Use atomic transactions, mutex locking, or cancel-on-resubmit controls |
122
- | **Invalid Schema / Malformed Payload** | Downstream runtime errors or security injection | Validate boundary payloads with Zod/Pydantic schemas prior to execution |
123
- | **Resource / Memory Saturation** | OOM errors, frame drops, or memory leaks | Clean up listeners, cancel active timers, and enforce pagination/virtualization |
124
-
125
- ---
126
-
127
- ## πŸ€– LLM-Specific Traps Table
128
-
129
- | Anti-Pattern | What AI Commonly Does Wrong | What Is Actually Correct |
130
- | :------------------------------ | :-------------------------------------------------------------------------------- | :----------------------------------------------------------------------------- |
131
- | **Hardcoded Secret Pattern** | Committing API keys, tokens, or private salts into source code | Load credentials strictly via runtime environment variables and secret stores |
132
- | **Prompt Injection Surface** | Directly concatenating untrusted user input into LLM system prompts | Wrap user content in isolated delimiters and strip injection control sequences |
133
- | **Missing Authorization Check** | Relying only on authentication token presence without checking tenant/object RBAC | Verify user permissions against the specific target record ID before mutation |
134
-
135
- ---
136
-
137
- ## πŸ›οΈ Tribunal Verification & Guardrails
138
-
139
- **Active Reviewers:** `security-auditor` Β· `penetration-tester` Β· `backend-security-expert`
140
- **Slash Command:** `/review` or `/tribunal-full`
141
-
142
- ### βœ… Pre-Flight Self-Audit Checklist
143
-
144
- ```
145
- βœ… Are user inputs sanitized and treated as untrusted at system boundaries?
146
- βœ… Are secrets loaded strictly via environment variables with zero hardcoding?
147
- βœ… Is least-privilege enforcement active on APIs, tokens, and storage buckets?
148
- βœ… Are prompt-injection delimiters and sanitizers wrapped around LLM inputs?
149
- βœ… Did I verify encryption in transit and at rest for sensitive customer data?
150
- ```
151
-
152
- ### πŸ›‘ Verification-Before-Completion (VBC) Protocol
153
-
154
- **CRITICAL:** You must follow a strict "evidence-based closeout" state machine.
155
-
156
- - ❌ **Forbidden:** Declaring a task complete because the output "looks correct."
157
- - βœ… **Required:** You are explicitly forbidden from finalizing any task without providing **concrete evidence** (terminal output, passing test suites, compiler success, or equivalent operational proof) that your output works as intended.
@@ -140,7 +140,7 @@ complexity-reviewer→ Enforces the Dependency Ladder to prevent over-engineerin
140
140
  | `aria`, `wcag`, `a11y`, `accessibility` | `accessibility-reviewer` + `ui-ux-auditor` |
141
141
  | `import`, `package`, `npm`, `require` | `dependency-reviewer` |
142
142
 
143
- > For maximum safety on critical code: use `/tribunal-full` for all 21 reviewers simultaneously.
143
+ > For maximum safety on critical code: use `/tribunal-full` for all 28 reviewers simultaneously.
144
144
 
145
145
  ---
146
146
 
@@ -28,7 +28,7 @@ Before dispatching multi-agent orchestrations or parallel sub-task workers, you
28
28
 
29
29
  4. Required Skills β†’ Before executing, load and follow procedural rules from:
30
30
  - `agent-organizer` (.agent/skills/agent-organizer/SKILL.md): Multi-agent coordination and task decomposition
31
- - `parallel-agents` (.agent/skills/parallel-agents/SKILL.md): Parallel agent dispatch patterns and fan-in synthesis
31
+ - `parallel-agents` (the parallel-agents skill): Parallel agent dispatch patterns and fan-in synthesis
32
32
  - `agentic-patterns` (.agent/skills/agentic-patterns/SKILL.md): Agentic design patterns for multi-agent systems
33
33
 
34
34
  ---
@@ -24,7 +24,7 @@ Before auditing LLM integrations, prompt templates, or AI API calls, you MUST in
24
24
 
25
25
  1. Target AI Code & SDK Manifests (`package.json`) β†’ Verify official AI SDK versions (Vercel AI SDK `ai`, `@langchain/core`, `openai`, `@google/genai`)
26
26
  2. Prompt Injection Boundary Check β†’ Confirm user inputs are strictly passed via message roles or delimited blocks; ban string concatenation into system prompts
27
- 3. 3-Reviewer AI Integration Gate β†’ Run ai-code-reviewer, logic-reviewer, and security-auditor before approving AI code diffs
27
+ 3. 28-Reviewer AI Integration Gate β†’ Run ai-code-reviewer, logic-reviewer, and security-auditor before approving AI code diffs
28
28
 
29
29
  4. Required Skills β†’ Before executing, load and follow procedural rules from:
30
30
  - `llm-engineering` (.agent/skills/llm-engineering/SKILL.md): LLM integration patterns, prompt engineering, and cost optimization
@@ -7,10 +7,6 @@ required-skills:
7
7
  - skill-creator
8
8
  - llm-engineering
9
9
  - clean-code
10
- scripts-binding:
11
- - scripts/skill_enhancement_engine.js
12
- - scripts/validate-payload.js
13
- - scripts/audit_skill_sdo.js
14
10
  ---
15
11
 
16
12
  # /skill-enhancement-engine β€” State-of-the-Art Skill Architecture
@@ -55,20 +51,20 @@ Every enhanced skill incorporates the 18-part architectural framework:
55
51
 
56
52
  ```bash
57
53
  # Preview changes across all skills
58
- node scripts/skill_enhancement_engine.js --all --dry-run
54
+ node runners/skill_enhancement_engine.js --all --dry-run
59
55
 
60
56
  # Enhance a single skill
61
- node scripts/skill_enhancement_engine.js --skill <skill-name> --fix
57
+ node runners/skill_enhancement_engine.js --skill <skill-name> --fix
62
58
 
63
59
  # Enhance all skills within a domain cluster (motion, frontend, backend, security, devops, database, testing, mobile)
64
- node scripts/skill_enhancement_engine.js --domain motion --fix
60
+ node runners/skill_enhancement_engine.js --domain motion --fix
65
61
 
66
62
  # Enhance all 185 skills and mirror changes to workspace root
67
- node scripts/skill_enhancement_engine.js --all --fix --sync-to-root
63
+ node runners/skill_enhancement_engine.js --all --fix --sync-to-root
68
64
 
69
65
  # Validate payload and SDO triggers
70
- node scripts/validate-payload.js
71
- node scripts/audit_skill_sdo.js
66
+ node runners/validate-payload.js
67
+ node runners/audit_skill_sdo.js
72
68
  ```
73
69
 
74
70
  ---