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
@@ -10,17 +10,19 @@
10
10
 
11
11
  Choose **ONE** direction from the list below to define the brand visual system. Do not mix directions:
12
12
 
13
- * **Swiss Precision:** Clean, grid-locked alignment, sans-serif typography, clinical whitespace, neutral OKLCH slates, zero border radii.
14
- * **Brutalist:** Raw, exposed 2px borders, monospace display fonts, high-contrast acid accents, hard 4px offset drop shadows, sharp corners.
15
- * **Editorial:** Magazine-inspired layout, large display serif headings, warm alabaster surfaces, deep terracotta accents, generous margins.
16
- * **Neo-Glassmorphism:** Deep indigo dark base, translucent glass surfaces, high backdrop blur (`blur(20px)`), luminous hairlines, electric cyan accents.
17
- * **Soft Minimal:** Warm tinted grays, graphite slate accents, rounded friendly shapes (`radius: 12px`), whisper-soft diffused shadows.
18
- * **Dark Luxury:** OLED near-black base (`#08080C`), gold/amber accent lines, ultra-fine hairlines, understated typography, subtle animations.
19
- * **Neon Cyberpunk:** Deep space navy base, highly saturated neon green/cyan glow effects, sharp geometry, technical monospace accents.
20
- * **Retro Analog:** Warm grain parchment overlay, muted rust and olive tones, rounded typography, tactile paper-like borders.
13
+ - **Swiss Precision:** Clean, grid-locked alignment, sans-serif typography, clinical whitespace, neutral OKLCH slates, zero border radii.
14
+ - **Brutalist:** Raw, exposed 2px borders, monospace display fonts, high-contrast acid accents, hard 4px offset drop shadows, sharp corners.
15
+ - **Editorial:** Magazine-inspired layout, large display serif headings, warm alabaster surfaces, deep terracotta accents, generous margins.
16
+ - **Neo-Glassmorphism:** Deep indigo dark base, translucent glass surfaces, high backdrop blur (`blur(20px)`), luminous hairlines, electric cyan accents.
17
+ - **Soft Minimal:** Warm tinted grays, graphite slate accents, rounded friendly shapes (`radius: 12px`), whisper-soft diffused shadows.
18
+ - **Dark Luxury:** OLED near-black base (`#08080C`), gold/amber accent lines, ultra-fine hairlines, understated typography, subtle animations.
19
+ - **Neon Cyberpunk:** Deep space navy base, highly saturated neon green/cyan glow effects, sharp geometry, technical monospace accents.
20
+ - **Retro Analog:** Warm grain parchment overlay, muted rust and olive tones, rounded typography, tactile paper-like borders.
21
21
 
22
22
  ### Activation Guide
23
+
23
24
  To activate your chosen identity:
25
+
24
26
  1. Replace `[Enter Chosen Direction Here]` above with your chosen theme name (e.g. `Swiss Precision`).
25
27
  2. Copy the corresponding tokens into your application's root stylesheet (`:root` or `:root[data-theme="..."]`).
26
28
  3. Ensure all components consume `var(--...)` tokens rather than hardcoded hex codes.
@@ -30,47 +32,48 @@ To activate your chosen identity:
30
32
  ## 2. Visual Identities CSS Tokens Definition
31
33
 
32
34
  ### 1. Swiss Precision
33
- *Clean, rational, objective modernist design inspired by Josef Müller-Brockmann and the International Typographic Style.*
35
+
36
+ _Clean, rational, objective modernist design inspired by Josef Müller-Brockmann and the International Typographic Style._
34
37
 
35
38
  ```css
36
39
  :root {
37
40
  /* Typography */
38
- --font-display: "General Sans", "Helvetica Neue", Arial, sans-serif;
39
- --font-body: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
40
- --font-mono: "JetBrains Mono", "SF Mono", Consolas, monospace;
41
+ --font-display: 'General Sans', 'Helvetica Neue', Arial, sans-serif;
42
+ --font-body: 'Satoshi', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
43
+ --font-mono: 'JetBrains Mono', 'SF Mono', Consolas, monospace;
41
44
 
42
45
  /* Surfaces */
43
- --bg-base: oklch(0.98 0.002 240);
44
- --bg-surface: oklch(1.00 0 0);
45
- --bg-surface-raised: oklch(0.95 0.003 240);
46
- --bg-surface-overlay: oklch(1.00 0 0 / 0.95);
47
- --bg-surface-sunken: oklch(0.92 0.004 240);
46
+ --bg-base: oklch(0.98 0.002 240);
47
+ --bg-surface: oklch(1 0 0);
48
+ --bg-surface-raised: oklch(0.95 0.003 240);
49
+ --bg-surface-overlay: oklch(1 0 0 / 0.95);
50
+ --bg-surface-sunken: oklch(0.92 0.004 240);
48
51
 
49
52
  /* Foreground & Text */
50
- --text-primary: oklch(0.18 0.01 240);
51
- --text-secondary: oklch(0.42 0.01 240);
52
- --text-muted: oklch(0.60 0.008 240);
53
- --text-inverse: oklch(0.98 0 0);
53
+ --text-primary: oklch(0.18 0.01 240);
54
+ --text-secondary: oklch(0.42 0.01 240);
55
+ --text-muted: oklch(0.6 0.008 240);
56
+ --text-inverse: oklch(0.98 0 0);
54
57
 
55
58
  /* Accents */
56
- --color-primary: oklch(0.20 0.01 240); /* Deep Graphite */
59
+ --color-primary: oklch(0.2 0.01 240); /* Deep Graphite */
57
60
  --color-primary-hover: oklch(0.35 0.01 240);
58
- --color-primary-subtle:oklch(0.94 0.004 240);
59
- --color-accent: oklch(0.55 0.22 25); /* International Klein Blue or Swiss Red */
61
+ --color-primary-subtle: oklch(0.94 0.004 240);
62
+ --color-accent: oklch(0.55 0.22 25); /* International Klein Blue or Swiss Red */
60
63
 
61
64
  /* Functional Status */
62
- --status-success: oklch(0.55 0.16 145);
63
- --status-warning: oklch(0.68 0.16 75);
64
- --status-error: oklch(0.52 0.22 25);
65
- --status-info: oklch(0.52 0.18 245);
65
+ --status-success: oklch(0.55 0.16 145);
66
+ --status-warning: oklch(0.68 0.16 75);
67
+ --status-error: oklch(0.52 0.22 25);
68
+ --status-info: oklch(0.52 0.18 245);
66
69
 
67
70
  /* Spacing Grid (Strict 8px system) */
68
71
  --space-2xs: 2px;
69
- --space-xs: 4px;
70
- --space-sm: 8px;
71
- --space-md: 16px;
72
- --space-lg: 24px;
73
- --space-xl: 32px;
72
+ --space-xs: 4px;
73
+ --space-sm: 8px;
74
+ --space-md: 16px;
75
+ --space-lg: 24px;
76
+ --space-xl: 32px;
74
77
  --space-2xl: 48px;
75
78
  --space-3xl: 64px;
76
79
 
@@ -84,7 +87,7 @@ To activate your chosen identity:
84
87
  /* Borders & Dividers */
85
88
  --border-subtle: 1px solid oklch(0.88 0.003 240);
86
89
  --border-strong: 1px solid oklch(0.18 0.01 240);
87
- --border-focus: 2px solid oklch(0.20 0.01 240);
90
+ --border-focus: 2px solid oklch(0.2 0.01 240);
88
91
 
89
92
  /* Elevation */
90
93
  --shadow-sm: none;
@@ -96,47 +99,48 @@ To activate your chosen identity:
96
99
  ---
97
100
 
98
101
  ### 2. Brutalist
99
- *Uncompromising raw aesthetics, exposed structural outlines, monospace dominance, and hard cast shadows.*
102
+
103
+ _Uncompromising raw aesthetics, exposed structural outlines, monospace dominance, and hard cast shadows._
100
104
 
101
105
  ```css
102
106
  :root {
103
107
  /* Typography */
104
- --font-display: "Space Grotesk", "Impact", sans-serif;
105
- --font-body: "General Sans", -apple-system, sans-serif;
106
- --font-mono: "Space Mono", "JetBrains Mono", monospace;
108
+ --font-display: 'Space Grotesk', 'Impact', sans-serif;
109
+ --font-body: 'General Sans', -apple-system, sans-serif;
110
+ --font-mono: 'Space Mono', 'JetBrains Mono', monospace;
107
111
 
108
112
  /* Surfaces */
109
- --bg-base: oklch(1.00 0 0);
110
- --bg-surface: oklch(1.00 0 0);
111
- --bg-surface-raised: oklch(0.96 0.005 140);
112
- --bg-surface-overlay: oklch(1.00 0 0);
113
- --bg-surface-sunken: oklch(0.92 0.01 140);
113
+ --bg-base: oklch(1 0 0);
114
+ --bg-surface: oklch(1 0 0);
115
+ --bg-surface-raised: oklch(0.96 0.005 140);
116
+ --bg-surface-overlay: oklch(1 0 0);
117
+ --bg-surface-sunken: oklch(0.92 0.01 140);
114
118
 
115
119
  /* Foreground & Text */
116
- --text-primary: oklch(0.10 0.01 240);
117
- --text-secondary: oklch(0.35 0.01 240);
118
- --text-muted: oklch(0.55 0.01 240);
119
- --text-inverse: oklch(1.00 0 0);
120
+ --text-primary: oklch(0.1 0.01 240);
121
+ --text-secondary: oklch(0.35 0.01 240);
122
+ --text-muted: oklch(0.55 0.01 240);
123
+ --text-inverse: oklch(1 0 0);
120
124
 
121
125
  /* Accents */
122
- --color-primary: oklch(0.60 0.28 140); /* Acid Lime */
123
- --color-primary-hover: oklch(0.50 0.28 140);
124
- --color-primary-subtle:oklch(0.93 0.10 140);
125
- --color-accent: oklch(0.65 0.25 350); /* Cyber Pink */
126
+ --color-primary: oklch(0.6 0.28 140); /* Acid Lime */
127
+ --color-primary-hover: oklch(0.5 0.28 140);
128
+ --color-primary-subtle: oklch(0.93 0.1 140);
129
+ --color-accent: oklch(0.65 0.25 350); /* Cyber Pink */
126
130
 
127
131
  /* Functional Status */
128
- --status-success: oklch(0.60 0.28 140);
129
- --status-warning: oklch(0.75 0.20 85);
130
- --status-error: oklch(0.55 0.25 25);
131
- --status-info: oklch(0.55 0.20 230);
132
+ --status-success: oklch(0.6 0.28 140);
133
+ --status-warning: oklch(0.75 0.2 85);
134
+ --status-error: oklch(0.55 0.25 25);
135
+ --status-info: oklch(0.55 0.2 230);
132
136
 
133
137
  /* Spacing */
134
138
  --space-2xs: 2px;
135
- --space-xs: 4px;
136
- --space-sm: 8px;
137
- --space-md: 16px;
138
- --space-lg: 24px;
139
- --space-xl: 32px;
139
+ --space-xs: 4px;
140
+ --space-sm: 8px;
141
+ --space-md: 16px;
142
+ --space-lg: 24px;
143
+ --space-xl: 32px;
140
144
  --space-2xl: 48px;
141
145
  --space-3xl: 64px;
142
146
 
@@ -148,61 +152,62 @@ To activate your chosen identity:
148
152
  --radius-full: 9999px;
149
153
 
150
154
  /* Borders & Dividers (Heavy outlines) */
151
- --border-subtle: 2px solid oklch(0.10 0.01 240);
152
- --border-strong: 3px solid oklch(0.10 0.01 240);
153
- --border-focus: 3px solid oklch(0.60 0.28 140);
155
+ --border-subtle: 2px solid oklch(0.1 0.01 240);
156
+ --border-strong: 3px solid oklch(0.1 0.01 240);
157
+ --border-focus: 3px solid oklch(0.6 0.28 140);
154
158
 
155
159
  /* Elevation (Hard drop-shadows with zero blur) */
156
- --shadow-sm: 2px 2px 0px oklch(0.10 0.01 240);
157
- --shadow-md: 4px 4px 0px oklch(0.10 0.01 240);
158
- --shadow-lg: 8px 8px 0px oklch(0.10 0.01 240);
160
+ --shadow-sm: 2px 2px 0px oklch(0.1 0.01 240);
161
+ --shadow-md: 4px 4px 0px oklch(0.1 0.01 240);
162
+ --shadow-lg: 8px 8px 0px oklch(0.1 0.01 240);
159
163
  }
160
164
  ```
161
165
 
162
166
  ---
163
167
 
164
168
  ### 3. Editorial
165
- *Sophisticated literary elegance, high editorial serif headings, warm creamy paper textures, and generous margins.*
169
+
170
+ _Sophisticated literary elegance, high editorial serif headings, warm creamy paper textures, and generous margins._
166
171
 
167
172
  ```css
168
173
  :root {
169
174
  /* Typography */
170
- --font-display: "Playfair Display", "Newsreader", Georgia, serif;
171
- --font-body: "Source Sans 3", "Satoshi", sans-serif;
172
- --font-mono: "Courier Prime", "Courier New", monospace;
175
+ --font-display: 'Playfair Display', 'Newsreader', Georgia, serif;
176
+ --font-body: 'Source Sans 3', 'Satoshi', sans-serif;
177
+ --font-mono: 'Courier Prime', 'Courier New', monospace;
173
178
 
174
179
  /* Surfaces */
175
- --bg-base: oklch(0.97 0.006 65); /* Warm Alabaster */
176
- --bg-surface: oklch(0.99 0.003 65);
177
- --bg-surface-raised: oklch(0.94 0.009 65);
178
- --bg-surface-overlay: oklch(0.99 0.003 65 / 0.95);
179
- --bg-surface-sunken: oklch(0.91 0.012 65);
180
+ --bg-base: oklch(0.97 0.006 65); /* Warm Alabaster */
181
+ --bg-surface: oklch(0.99 0.003 65);
182
+ --bg-surface-raised: oklch(0.94 0.009 65);
183
+ --bg-surface-overlay: oklch(0.99 0.003 65 / 0.95);
184
+ --bg-surface-sunken: oklch(0.91 0.012 65);
180
185
 
181
186
  /* Foreground & Text */
182
- --text-primary: oklch(0.20 0.02 55); /* Deep Espresso Charcoal */
183
- --text-secondary: oklch(0.42 0.02 55);
184
- --text-muted: oklch(0.62 0.015 65);
185
- --text-inverse: oklch(0.98 0.005 65);
187
+ --text-primary: oklch(0.2 0.02 55); /* Deep Espresso Charcoal */
188
+ --text-secondary: oklch(0.42 0.02 55);
189
+ --text-muted: oklch(0.62 0.015 65);
190
+ --text-inverse: oklch(0.98 0.005 65);
186
191
 
187
192
  /* Accents */
188
- --color-primary: oklch(0.38 0.13 30); /* Terracotta Sienna */
193
+ --color-primary: oklch(0.38 0.13 30); /* Terracotta Sienna */
189
194
  --color-primary-hover: oklch(0.28 0.13 30);
190
- --color-primary-subtle:oklch(0.93 0.03 30);
191
- --color-accent: oklch(0.45 0.10 85); /* Antique Olive Amber */
195
+ --color-primary-subtle: oklch(0.93 0.03 30);
196
+ --color-accent: oklch(0.45 0.1 85); /* Antique Olive Amber */
192
197
 
193
198
  /* Functional Status */
194
- --status-success: oklch(0.50 0.12 140);
195
- --status-warning: oklch(0.65 0.14 75);
196
- --status-error: oklch(0.48 0.18 28);
197
- --status-info: oklch(0.48 0.12 230);
199
+ --status-success: oklch(0.5 0.12 140);
200
+ --status-warning: oklch(0.65 0.14 75);
201
+ --status-error: oklch(0.48 0.18 28);
202
+ --status-info: oklch(0.48 0.12 230);
198
203
 
199
204
  /* Spacing (Generous editorial flow) */
200
205
  --space-2xs: 3px;
201
- --space-xs: 6px;
202
- --space-sm: 12px;
203
- --space-md: 24px;
204
- --space-lg: 36px;
205
- --space-xl: 48px;
206
+ --space-xs: 6px;
207
+ --space-sm: 12px;
208
+ --space-md: 24px;
209
+ --space-lg: 36px;
210
+ --space-xl: 48px;
206
211
  --space-2xl: 72px;
207
212
  --space-3xl: 96px;
208
213
 
@@ -215,60 +220,61 @@ To activate your chosen identity:
215
220
 
216
221
  /* Borders & Dividers */
217
222
  --border-subtle: 1px solid oklch(0.88 0.01 65);
218
- --border-strong: 1px solid oklch(0.20 0.02 55);
219
- --border-focus: 2px solid oklch(0.38 0.13 30);
223
+ --border-strong: 1px solid oklch(0.2 0.02 55);
224
+ --border-focus: 2px solid oklch(0.38 0.13 30);
220
225
 
221
226
  /* Elevation (Soft paper elevation) */
222
- --shadow-sm: 0 2px 8px oklch(0.20 0.02 55 / 0.05);
223
- --shadow-md: 0 8px 24px oklch(0.20 0.02 55 / 0.08);
224
- --shadow-lg: 0 16px 48px oklch(0.20 0.02 55 / 0.12);
227
+ --shadow-sm: 0 2px 8px oklch(0.2 0.02 55 / 0.05);
228
+ --shadow-md: 0 8px 24px oklch(0.2 0.02 55 / 0.08);
229
+ --shadow-lg: 0 16px 48px oklch(0.2 0.02 55 / 0.12);
225
230
  }
226
231
  ```
227
232
 
228
233
  ---
229
234
 
230
235
  ### 4. Neo-Glassmorphism
231
- *Deep luminous indigo backdrops, progressive frosted glass layers, neon cyan accents, and 1px luminous hairlines.*
236
+
237
+ _Deep luminous indigo backdrops, progressive frosted glass layers, neon cyan accents, and 1px luminous hairlines._
232
238
 
233
239
  ```css
234
240
  :root {
235
241
  /* Typography */
236
- --font-display: "Clash Display", "Plus Jakarta Sans", sans-serif;
237
- --font-body: "Satoshi", "Inter", sans-serif;
238
- --font-mono: "JetBrains Mono", monospace;
242
+ --font-display: 'Clash Display', 'Plus Jakarta Sans', sans-serif;
243
+ --font-body: 'Satoshi', 'Inter', sans-serif;
244
+ --font-mono: 'JetBrains Mono', monospace;
239
245
 
240
246
  /* Surfaces */
241
- --bg-base: oklch(0.12 0.018 250); /* Midnight Obsidian */
242
- --bg-surface: oklch(1.00 0 0 / 0.08); /* Translucent Glass */
243
- --bg-surface-raised: oklch(1.00 0 0 / 0.14);
244
- --bg-surface-overlay: oklch(0.14 0.02 250 / 0.85);
245
- --bg-surface-sunken: oklch(0.08 0.01 250 / 0.50);
247
+ --bg-base: oklch(0.12 0.018 250); /* Midnight Obsidian */
248
+ --bg-surface: oklch(1 0 0 / 0.08); /* Translucent Glass */
249
+ --bg-surface-raised: oklch(1 0 0 / 0.14);
250
+ --bg-surface-overlay: oklch(0.14 0.02 250 / 0.85);
251
+ --bg-surface-sunken: oklch(0.08 0.01 250 / 0.5);
246
252
 
247
253
  /* Foreground & Text */
248
- --text-primary: oklch(0.98 0.005 240);
249
- --text-secondary: oklch(0.78 0.015 240);
250
- --text-muted: oklch(0.55 0.02 240);
251
- --text-inverse: oklch(0.12 0.02 250);
254
+ --text-primary: oklch(0.98 0.005 240);
255
+ --text-secondary: oklch(0.78 0.015 240);
256
+ --text-muted: oklch(0.55 0.02 240);
257
+ --text-inverse: oklch(0.12 0.02 250);
252
258
 
253
259
  /* Accents */
254
- --color-primary: oklch(0.72 0.20 205); /* Luminescent Electric Cyan */
255
- --color-primary-hover: oklch(0.62 0.20 205);
256
- --color-primary-subtle:oklch(0.72 0.20 205 / 0.15);
257
- --color-accent: oklch(0.75 0.18 310); /* Luminescent Orchid */
260
+ --color-primary: oklch(0.72 0.2 205); /* Luminescent Electric Cyan */
261
+ --color-primary-hover: oklch(0.62 0.2 205);
262
+ --color-primary-subtle: oklch(0.72 0.2 205 / 0.15);
263
+ --color-accent: oklch(0.75 0.18 310); /* Luminescent Orchid */
258
264
 
259
265
  /* Functional Status */
260
- --status-success: oklch(0.72 0.20 150);
261
- --status-warning: oklch(0.78 0.18 80);
262
- --status-error: oklch(0.65 0.22 25);
263
- --status-info: oklch(0.72 0.20 220);
266
+ --status-success: oklch(0.72 0.2 150);
267
+ --status-warning: oklch(0.78 0.18 80);
268
+ --status-error: oklch(0.65 0.22 25);
269
+ --status-info: oklch(0.72 0.2 220);
264
270
 
265
271
  /* Spacing */
266
272
  --space-2xs: 2px;
267
- --space-xs: 4px;
268
- --space-sm: 8px;
269
- --space-md: 16px;
270
- --space-lg: 24px;
271
- --space-xl: 32px;
273
+ --space-xs: 4px;
274
+ --space-sm: 8px;
275
+ --space-md: 16px;
276
+ --space-lg: 24px;
277
+ --space-xl: 32px;
272
278
  --space-2xl: 48px;
273
279
  --space-3xl: 64px;
274
280
 
@@ -281,61 +287,62 @@ To activate your chosen identity:
281
287
 
282
288
  /* Borders & Glass Filters */
283
289
  --backdrop-blur: blur(20px) saturate(180%);
284
- --border-subtle: 1px solid oklch(1.00 0 0 / 0.12);
285
- --border-strong: 1px solid oklch(1.00 0 0 / 0.24);
286
- --border-focus: 2px solid oklch(0.72 0.20 205);
290
+ --border-subtle: 1px solid oklch(1 0 0 / 0.12);
291
+ --border-strong: 1px solid oklch(1 0 0 / 0.24);
292
+ --border-focus: 2px solid oklch(0.72 0.2 205);
287
293
 
288
294
  /* Elevation (Soft luminous colored glows) */
289
295
  --shadow-sm: 0 4px 16px oklch(0% 0 0 / 0.25);
290
- --shadow-md: 0 12px 32px oklch(0% 0 0 / 0.40);
291
- --shadow-lg: 0 20px 60px oklch(0% 0 0 / 0.55), 0 0 30px oklch(0.72 0.20 205 / 0.15);
296
+ --shadow-md: 0 12px 32px oklch(0% 0 0 / 0.4);
297
+ --shadow-lg: 0 20px 60px oklch(0% 0 0 / 0.55), 0 0 30px oklch(0.72 0.2 205 / 0.15);
292
298
  }
293
299
  ```
294
300
 
295
301
  ---
296
302
 
297
303
  ### 5. Soft Minimal
298
- *Understated Nordic restraint, warm organic off-whites, gentle rounded corners, whisper-quiet shadows, and peaceful spacing.*
304
+
305
+ _Understated Nordic restraint, warm organic off-whites, gentle rounded corners, whisper-quiet shadows, and peaceful spacing._
299
306
 
300
307
  ```css
301
308
  :root {
302
309
  /* Typography */
303
- --font-display: "Geist Sans", "Inter", -apple-system, sans-serif;
304
- --font-body: "Geist Sans", "Inter", -apple-system, sans-serif;
305
- --font-mono: "Geist Mono", "SF Mono", monospace;
310
+ --font-display: 'Geist Sans', 'Inter', -apple-system, sans-serif;
311
+ --font-body: 'Geist Sans', 'Inter', -apple-system, sans-serif;
312
+ --font-mono: 'Geist Mono', 'SF Mono', monospace;
306
313
 
307
314
  /* Surfaces */
308
- --bg-base: oklch(0.98 0.003 80); /* Warm Parchment Slate */
309
- --bg-surface: oklch(1.00 0 0);
310
- --bg-surface-raised: oklch(0.96 0.005 80);
311
- --bg-surface-overlay: oklch(1.00 0 0 / 0.96);
312
- --bg-surface-sunken: oklch(0.93 0.006 80);
315
+ --bg-base: oklch(0.98 0.003 80); /* Warm Parchment Slate */
316
+ --bg-surface: oklch(1 0 0);
317
+ --bg-surface-raised: oklch(0.96 0.005 80);
318
+ --bg-surface-overlay: oklch(1 0 0 / 0.96);
319
+ --bg-surface-sunken: oklch(0.93 0.006 80);
313
320
 
314
321
  /* Foreground & Text */
315
- --text-primary: oklch(0.24 0.015 240);
316
- --text-secondary: oklch(0.48 0.015 240);
317
- --text-muted: oklch(0.66 0.01 240);
318
- --text-inverse: oklch(0.98 0 0);
322
+ --text-primary: oklch(0.24 0.015 240);
323
+ --text-secondary: oklch(0.48 0.015 240);
324
+ --text-muted: oklch(0.66 0.01 240);
325
+ --text-inverse: oklch(0.98 0 0);
319
326
 
320
327
  /* Accents */
321
- --color-primary: oklch(0.36 0.05 240); /* Warm Graphite */
328
+ --color-primary: oklch(0.36 0.05 240); /* Warm Graphite */
322
329
  --color-primary-hover: oklch(0.26 0.05 240);
323
- --color-primary-subtle:oklch(0.94 0.01 240);
324
- --color-accent: oklch(0.58 0.12 180); /* Sage Teal */
330
+ --color-primary-subtle: oklch(0.94 0.01 240);
331
+ --color-accent: oklch(0.58 0.12 180); /* Sage Teal */
325
332
 
326
333
  /* Functional Status */
327
- --status-success: oklch(0.58 0.12 145);
328
- --status-warning: oklch(0.72 0.13 80);
329
- --status-error: oklch(0.56 0.18 25);
330
- --status-info: oklch(0.55 0.14 240);
334
+ --status-success: oklch(0.58 0.12 145);
335
+ --status-warning: oklch(0.72 0.13 80);
336
+ --status-error: oklch(0.56 0.18 25);
337
+ --status-info: oklch(0.55 0.14 240);
331
338
 
332
339
  /* Spacing */
333
340
  --space-2xs: 2px;
334
- --space-xs: 4px;
335
- --space-sm: 8px;
336
- --space-md: 16px;
337
- --space-lg: 24px;
338
- --space-xl: 32px;
341
+ --space-xs: 4px;
342
+ --space-sm: 8px;
343
+ --space-md: 16px;
344
+ --space-lg: 24px;
345
+ --space-xl: 32px;
339
346
  --space-2xl: 48px;
340
347
  --space-3xl: 64px;
341
348
 
@@ -349,59 +356,60 @@ To activate your chosen identity:
349
356
  /* Borders & Dividers */
350
357
  --border-subtle: 1px solid oklch(0.92 0.004 80);
351
358
  --border-strong: 1px solid oklch(0.78 0.01 80);
352
- --border-focus: 2px solid oklch(0.36 0.05 240);
359
+ --border-focus: 2px solid oklch(0.36 0.05 240);
353
360
 
354
361
  /* Elevation (Ultra-diffused feather shadows) */
355
- --shadow-sm: 0 1px 3px oklch(0.20 0.01 240 / 0.03), 0 1px 2px oklch(0.20 0.01 240 / 0.02);
356
- --shadow-md: 0 4px 16px oklch(0.20 0.01 240 / 0.05), 0 2px 6px oklch(0.20 0.01 240 / 0.03);
357
- --shadow-lg: 0 12px 36px oklch(0.20 0.01 240 / 0.08), 0 4px 12px oklch(0.20 0.01 240 / 0.04);
362
+ --shadow-sm: 0 1px 3px oklch(0.2 0.01 240 / 0.03), 0 1px 2px oklch(0.2 0.01 240 / 0.02);
363
+ --shadow-md: 0 4px 16px oklch(0.2 0.01 240 / 0.05), 0 2px 6px oklch(0.2 0.01 240 / 0.03);
364
+ --shadow-lg: 0 12px 36px oklch(0.2 0.01 240 / 0.08), 0 4px 12px oklch(0.2 0.01 240 / 0.04);
358
365
  }
359
366
  ```
360
367
 
361
368
  ---
362
369
 
363
370
  ### 6. Dark Luxury
364
- *Private-banking exclusivity, deep OLED black canvas, gold/champagne hairline accents, and razor-sharp typographic precision.*
371
+
372
+ _Private-banking exclusivity, deep OLED black canvas, gold/champagne hairline accents, and razor-sharp typographic precision._
365
373
 
366
374
  ```css
367
375
  :root {
368
376
  /* Typography */
369
- --font-display: "Cabinet Grotesk", "Cormorant Garamond", serif;
370
- --font-body: "Satoshi", "Outfit", -apple-system, sans-serif;
371
- --font-mono: "JetBrains Mono", monospace;
377
+ --font-display: 'Cabinet Grotesk', 'Cormorant Garamond', serif;
378
+ --font-body: 'Satoshi', 'Outfit', -apple-system, sans-serif;
379
+ --font-mono: 'JetBrains Mono', monospace;
372
380
 
373
381
  /* Surfaces */
374
- --bg-base: oklch(0.08 0.005 250); /* OLED Jet Black */
375
- --bg-surface: oklch(0.12 0.008 250);
376
- --bg-surface-raised: oklch(0.16 0.010 250);
377
- --bg-surface-overlay: oklch(0.12 0.008 250 / 0.92);
378
- --bg-surface-sunken: oklch(0.05 0.003 250);
382
+ --bg-base: oklch(0.08 0.005 250); /* OLED Jet Black */
383
+ --bg-surface: oklch(0.12 0.008 250);
384
+ --bg-surface-raised: oklch(0.16 0.01 250);
385
+ --bg-surface-overlay: oklch(0.12 0.008 250 / 0.92);
386
+ --bg-surface-sunken: oklch(0.05 0.003 250);
379
387
 
380
388
  /* Foreground & Text */
381
- --text-primary: oklch(0.95 0.005 85);
382
- --text-secondary: oklch(0.74 0.015 85);
383
- --text-muted: oklch(0.48 0.015 85);
384
- --text-inverse: oklch(0.08 0.005 250);
389
+ --text-primary: oklch(0.95 0.005 85);
390
+ --text-secondary: oklch(0.74 0.015 85);
391
+ --text-muted: oklch(0.48 0.015 85);
392
+ --text-inverse: oklch(0.08 0.005 250);
385
393
 
386
394
  /* Accents */
387
- --color-primary: oklch(0.78 0.12 85); /* Muted Imperial Gold */
395
+ --color-primary: oklch(0.78 0.12 85); /* Muted Imperial Gold */
388
396
  --color-primary-hover: oklch(0.68 0.12 85);
389
- --color-primary-subtle:oklch(0.78 0.12 85 / 0.12);
390
- --color-accent: oklch(0.85 0.08 90); /* Champagne Pearl */
397
+ --color-primary-subtle: oklch(0.78 0.12 85 / 0.12);
398
+ --color-accent: oklch(0.85 0.08 90); /* Champagne Pearl */
391
399
 
392
400
  /* Functional Status */
393
- --status-success: oklch(0.65 0.14 145);
394
- --status-warning: oklch(0.78 0.12 85);
395
- --status-error: oklch(0.58 0.20 25);
396
- --status-info: oklch(0.62 0.12 240);
401
+ --status-success: oklch(0.65 0.14 145);
402
+ --status-warning: oklch(0.78 0.12 85);
403
+ --status-error: oklch(0.58 0.2 25);
404
+ --status-info: oklch(0.62 0.12 240);
397
405
 
398
406
  /* Spacing */
399
407
  --space-2xs: 2px;
400
- --space-xs: 4px;
401
- --space-sm: 8px;
402
- --space-md: 16px;
403
- --space-lg: 24px;
404
- --space-xl: 32px;
408
+ --space-xs: 4px;
409
+ --space-sm: 8px;
410
+ --space-md: 16px;
411
+ --space-lg: 24px;
412
+ --space-xl: 32px;
405
413
  --space-2xl: 48px;
406
414
  --space-3xl: 64px;
407
415
 
@@ -414,60 +422,61 @@ To activate your chosen identity:
414
422
 
415
423
  /* Borders & Hairlines */
416
424
  --border-subtle: 1px solid oklch(0.24 0.01 250);
417
- --border-strong: 1px solid oklch(0.78 0.12 85 / 0.40);
418
- --border-focus: 2px solid oklch(0.78 0.12 85);
425
+ --border-strong: 1px solid oklch(0.78 0.12 85 / 0.4);
426
+ --border-focus: 2px solid oklch(0.78 0.12 85);
419
427
 
420
428
  /* Elevation */
421
- --shadow-sm: 0 2px 6px oklch(0 0 0 / 0.40);
422
- --shadow-md: 0 8px 24px oklch(0 0 0 / 0.60);
423
- --shadow-lg: 0 16px 48px oklch(0 0 0 / 0.80), 0 0 1px oklch(0.78 0.12 85 / 0.25);
429
+ --shadow-sm: 0 2px 6px oklch(0 0 0 / 0.4);
430
+ --shadow-md: 0 8px 24px oklch(0 0 0 / 0.6);
431
+ --shadow-lg: 0 16px 48px oklch(0 0 0 / 0.8), 0 0 1px oklch(0.78 0.12 85 / 0.25);
424
432
  }
425
433
  ```
426
434
 
427
435
  ---
428
436
 
429
437
  ### 7. Neon Cyberpunk
430
- *High-velocity terminal engineering, deep space navy, vivid radiant lasers, chromatic contrast, and angular geometry.*
438
+
439
+ _High-velocity terminal engineering, deep space navy, vivid radiant lasers, chromatic contrast, and angular geometry._
431
440
 
432
441
  ```css
433
442
  :root {
434
443
  /* Typography */
435
- --font-display: "Space Grotesk", "Syne", sans-serif;
436
- --font-body: "General Sans", "Inter", sans-serif;
437
- --font-mono: "JetBrains Mono", "Fira Code", monospace;
444
+ --font-display: 'Space Grotesk', 'Syne', sans-serif;
445
+ --font-body: 'General Sans', 'Inter', sans-serif;
446
+ --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
438
447
 
439
448
  /* Surfaces */
440
- --bg-base: oklch(0.05 0.012 280); /* Void Navy */
441
- --bg-surface: oklch(0.09 0.018 280);
442
- --bg-surface-raised: oklch(0.14 0.024 280);
443
- --bg-surface-overlay: oklch(0.09 0.018 280 / 0.92);
444
- --bg-surface-sunken: oklch(0.03 0.008 280);
449
+ --bg-base: oklch(0.05 0.012 280); /* Void Navy */
450
+ --bg-surface: oklch(0.09 0.018 280);
451
+ --bg-surface-raised: oklch(0.14 0.024 280);
452
+ --bg-surface-overlay: oklch(0.09 0.018 280 / 0.92);
453
+ --bg-surface-sunken: oklch(0.03 0.008 280);
445
454
 
446
455
  /* Foreground & Text */
447
- --text-primary: oklch(0.98 0.01 200);
448
- --text-secondary: oklch(0.76 0.03 200);
449
- --text-muted: oklch(0.50 0.04 280);
450
- --text-inverse: oklch(0.05 0.012 280);
456
+ --text-primary: oklch(0.98 0.01 200);
457
+ --text-secondary: oklch(0.76 0.03 200);
458
+ --text-muted: oklch(0.5 0.04 280);
459
+ --text-inverse: oklch(0.05 0.012 280);
451
460
 
452
461
  /* Accents */
453
- --color-primary: oklch(0.75 0.28 160); /* Acid Neon Emerald */
462
+ --color-primary: oklch(0.75 0.28 160); /* Acid Neon Emerald */
454
463
  --color-primary-hover: oklch(0.85 0.28 160);
455
- --color-primary-subtle:oklch(0.75 0.28 160 / 0.15);
456
- --color-accent: oklch(0.72 0.26 330); /* Plasma Magenta */
464
+ --color-primary-subtle: oklch(0.75 0.28 160 / 0.15);
465
+ --color-accent: oklch(0.72 0.26 330); /* Plasma Magenta */
457
466
 
458
467
  /* Functional Status */
459
- --status-success: oklch(0.75 0.28 160);
460
- --status-warning: oklch(0.82 0.22 95);
461
- --status-error: oklch(0.68 0.28 25);
462
- --status-info: oklch(0.72 0.24 230);
468
+ --status-success: oklch(0.75 0.28 160);
469
+ --status-warning: oklch(0.82 0.22 95);
470
+ --status-error: oklch(0.68 0.28 25);
471
+ --status-info: oklch(0.72 0.24 230);
463
472
 
464
473
  /* Spacing */
465
474
  --space-2xs: 2px;
466
- --space-xs: 4px;
467
- --space-sm: 8px;
468
- --space-md: 16px;
469
- --space-lg: 24px;
470
- --space-xl: 32px;
475
+ --space-xs: 4px;
476
+ --space-sm: 8px;
477
+ --space-md: 16px;
478
+ --space-lg: 24px;
479
+ --space-xl: 32px;
471
480
  --space-2xl: 48px;
472
481
  --space-3xl: 64px;
473
482
 
@@ -480,60 +489,61 @@ To activate your chosen identity:
480
489
 
481
490
  /* Borders & Glows */
482
491
  --border-subtle: 1px solid oklch(0.22 0.04 280);
483
- --border-strong: 1px solid oklch(0.75 0.28 160 / 0.50);
484
- --border-focus: 2px solid oklch(0.75 0.28 160);
492
+ --border-strong: 1px solid oklch(0.75 0.28 160 / 0.5);
493
+ --border-focus: 2px solid oklch(0.75 0.28 160);
485
494
 
486
495
  /* Elevation (Neon radiance glows) */
487
- --shadow-sm: 0 0 10px oklch(0.75 0.28 160 / 0.20);
496
+ --shadow-sm: 0 0 10px oklch(0.75 0.28 160 / 0.2);
488
497
  --shadow-md: 0 0 20px oklch(0.75 0.28 160 / 0.35);
489
- --shadow-lg: 0 0 35px oklch(0.75 0.28 160 / 0.50), 0 0 70px oklch(0.72 0.26 330 / 0.25);
498
+ --shadow-lg: 0 0 35px oklch(0.75 0.28 160 / 0.5), 0 0 70px oklch(0.72 0.26 330 / 0.25);
490
499
  }
491
500
  ```
492
501
 
493
502
  ---
494
503
 
495
504
  ### 8. Retro Analog
496
- *Warm archival grain, vintage print craftsmanship, typewriter monospace elements, and physical print textures.*
505
+
506
+ _Warm archival grain, vintage print craftsmanship, typewriter monospace elements, and physical print textures._
497
507
 
498
508
  ```css
499
509
  :root {
500
510
  /* Typography */
501
- --font-display: "Clash Display", "Cooper Black", serif;
502
- --font-body: "Switzer", "Courier Prime", monospace, sans-serif;
503
- --font-mono: "Courier Prime", "Courier New", monospace;
511
+ --font-display: 'Clash Display', 'Cooper Black', serif;
512
+ --font-body: 'Switzer', 'Courier Prime', monospace, sans-serif;
513
+ --font-mono: 'Courier Prime', 'Courier New', monospace;
504
514
 
505
515
  /* Surfaces */
506
- --bg-base: oklch(0.93 0.018 72); /* Archival Newsprint */
507
- --bg-surface: oklch(0.96 0.015 72);
508
- --bg-surface-raised: oklch(0.90 0.022 72);
509
- --bg-surface-overlay: oklch(0.96 0.015 72 / 0.95);
510
- --bg-surface-sunken: oklch(0.87 0.025 72);
516
+ --bg-base: oklch(0.93 0.018 72); /* Archival Newsprint */
517
+ --bg-surface: oklch(0.96 0.015 72);
518
+ --bg-surface-raised: oklch(0.9 0.022 72);
519
+ --bg-surface-overlay: oklch(0.96 0.015 72 / 0.95);
520
+ --bg-surface-sunken: oklch(0.87 0.025 72);
511
521
 
512
522
  /* Foreground & Text */
513
- --text-primary: oklch(0.22 0.025 50); /* Deep Raw Umber */
514
- --text-secondary: oklch(0.42 0.025 50);
515
- --text-muted: oklch(0.60 0.020 60);
516
- --text-inverse: oklch(0.96 0.015 72);
523
+ --text-primary: oklch(0.22 0.025 50); /* Deep Raw Umber */
524
+ --text-secondary: oklch(0.42 0.025 50);
525
+ --text-muted: oklch(0.6 0.02 60);
526
+ --text-inverse: oklch(0.96 0.015 72);
517
527
 
518
528
  /* Accents */
519
- --color-primary: oklch(0.50 0.18 45); /* Burnished Rust Amber */
520
- --color-primary-hover: oklch(0.40 0.18 45);
521
- --color-primary-subtle:oklch(0.90 0.04 45);
522
- --color-accent: oklch(0.48 0.12 120); /* Vintage Forest Olive */
529
+ --color-primary: oklch(0.5 0.18 45); /* Burnished Rust Amber */
530
+ --color-primary-hover: oklch(0.4 0.18 45);
531
+ --color-primary-subtle: oklch(0.9 0.04 45);
532
+ --color-accent: oklch(0.48 0.12 120); /* Vintage Forest Olive */
523
533
 
524
534
  /* Functional Status */
525
- --status-success: oklch(0.48 0.12 135);
526
- --status-warning: oklch(0.66 0.15 75);
527
- --status-error: oklch(0.46 0.18 30);
528
- --status-info: oklch(0.48 0.10 220);
535
+ --status-success: oklch(0.48 0.12 135);
536
+ --status-warning: oklch(0.66 0.15 75);
537
+ --status-error: oklch(0.46 0.18 30);
538
+ --status-info: oklch(0.48 0.1 220);
529
539
 
530
540
  /* Spacing */
531
541
  --space-2xs: 3px;
532
- --space-xs: 5px;
533
- --space-sm: 10px;
534
- --space-md: 20px;
535
- --space-lg: 30px;
536
- --space-xl: 40px;
542
+ --space-xs: 5px;
543
+ --space-sm: 10px;
544
+ --space-md: 20px;
545
+ --space-lg: 30px;
546
+ --space-xl: 40px;
537
547
  --space-2xl: 60px;
538
548
  --space-3xl: 80px;
539
549
 
@@ -547,12 +557,12 @@ To activate your chosen identity:
547
557
  /* Borders & Dividers */
548
558
  --border-subtle: 1px solid oklch(0.84 0.02 72);
549
559
  --border-strong: 2px solid oklch(0.22 0.025 50);
550
- --border-focus: 2px solid oklch(0.50 0.18 45);
560
+ --border-focus: 2px solid oklch(0.5 0.18 45);
551
561
 
552
562
  /* Elevation (Tactile offset print shadows) */
553
- --shadow-sm: 1px 1px 0px oklch(0.22 0.025 50 / 0.30);
554
- --shadow-md: 3px 3px 0px oklch(0.22 0.025 50 / 0.40);
555
- --shadow-lg: 6px 6px 0px oklch(0.22 0.025 50 / 0.50);
563
+ --shadow-sm: 1px 1px 0px oklch(0.22 0.025 50 / 0.3);
564
+ --shadow-md: 3px 3px 0px oklch(0.22 0.025 50 / 0.4);
565
+ --shadow-lg: 6px 6px 0px oklch(0.22 0.025 50 / 0.5);
556
566
  }
557
567
  ```
558
568
 
@@ -563,33 +573,34 @@ To activate your chosen identity:
563
573
  Every interface must use mathematical fluid scaling via CSS `clamp()` to scale seamlessly across viewports without breakpoint jumps.
564
574
 
565
575
  ### Fluid Typography Scale
576
+
566
577
  ```css
567
578
  :root {
568
579
  /* Display / Hero */
569
- --text-display: clamp(2.5rem, 1.8rem + 3.5vw, 4.5rem); /* 40px -> 72px */
580
+ --text-display: clamp(2.5rem, 1.8rem + 3.5vw, 4.5rem); /* 40px -> 72px */
570
581
  --line-display: 1.05;
571
582
  --tracking-display: -0.03em;
572
583
 
573
584
  /* Heading 1 */
574
- --text-h1: clamp(2rem, 1.5rem + 2.5vw, 3.25rem); /* 32px -> 52px */
585
+ --text-h1: clamp(2rem, 1.5rem + 2.5vw, 3.25rem); /* 32px -> 52px */
575
586
  --line-h1: 1.15;
576
587
  --tracking-h1: -0.025em;
577
588
 
578
589
  /* Heading 2 */
579
- --text-h2: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem); /* 24px -> 36px */
590
+ --text-h2: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem); /* 24px -> 36px */
580
591
  --line-h2: 1.25;
581
592
  --tracking-h2: -0.02em;
582
593
 
583
594
  /* Heading 3 */
584
- --text-h3: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem); /* 20px -> 26px */
595
+ --text-h3: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem); /* 20px -> 26px */
585
596
  --line-h3: 1.35;
586
597
  --tracking-h3: -0.015em;
587
598
 
588
599
  /* Body Typography */
589
600
  --text-body-lg: clamp(1.125rem, 1.05rem + 0.35vw, 1.25rem); /* 18px -> 20px */
590
- --text-body: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem); /* 15px -> 16px */
601
+ --text-body: clamp(0.9375rem, 0.9rem + 0.2vw, 1rem); /* 15px -> 16px */
591
602
  --text-body-sm: clamp(0.8125rem, 0.8rem + 0.1vw, 0.875rem); /* 13px -> 14px */
592
- --text-caption: 0.75rem; /* 12px */
603
+ --text-caption: 0.75rem; /* 12px */
593
604
 
594
605
  --line-body: 1.6;
595
606
  --tracking-body: 0em;
@@ -598,6 +609,7 @@ Every interface must use mathematical fluid scaling via CSS `clamp()` to scale s
598
609
  ```
599
610
 
600
611
  ### Typographic Invariants
612
+
601
613
  1. **Headline Balancing:** Always add `text-wrap: balance` on all `h1`, `h2`, `h3` tags to eliminate orphan words.
602
614
  2. **Body Text Wrapping:** Add `text-wrap: pretty` on long-form paragraphs to prevent dangling end lines.
603
615
  3. **Reading Line Length:** Never exceed `65ch` on prose container widths (`max-width: 65ch`).
@@ -609,7 +621,9 @@ Every interface must use mathematical fluid scaling via CSS `clamp()` to scale s
609
621
  ## 4. Spatial Discipline, Container Queries & Concentric Geometry
610
622
 
611
623
  ### The 8-Point Spatial Grid
624
+
612
625
  All margins, paddings, and layout gaps MUST adhere to multiples of the 8px spatial grid, with 4px half-steps permitted only for dense micro-controls (e.g., chips, tags, inputs):
626
+
613
627
  - `4px` (xs): Tight component internals, icon-to-text spacing.
614
628
  - `8px` (sm): Standard intra-component padding, button gaps.
615
629
  - `16px` (md): Card padding, list item separation.
@@ -619,6 +633,7 @@ All margins, paddings, and layout gaps MUST adhere to multiples of the 8px spati
619
633
  - `64px`–`96px` (3xl): Major landing section boundaries on desktop.
620
634
 
621
635
  ### Concentric Nested Radius Law
636
+
622
637
  To avoid visual tension caused by non-concentric curves, the outer radius MUST equal the inner radius plus the inner padding:
623
638
 
624
639
  $$\mathbf{R_{\text{outer}} = R_{\text{inner}} + P_{\text{padding}}}$$
@@ -626,17 +641,19 @@ $$\mathbf{R_{\text{outer}} = R_{\text{inner}} + P_{\text{padding}}}$$
626
641
  ```css
627
642
  /* Concentric Example: Card with an internal Button/Image */
628
643
  .parent-card {
629
- padding: 16px; /* P_padding = 16px */
630
- border-radius: 24px; /* R_outer = 8px + 16px = 24px */
644
+ padding: 16px; /* P_padding = 16px */
645
+ border-radius: 24px; /* R_outer = 8px + 16px = 24px */
631
646
  }
632
647
 
633
648
  .child-element {
634
- border-radius: 8px; /* R_inner = 8px */
649
+ border-radius: 8px; /* R_inner = 8px */
635
650
  }
636
651
  ```
637
652
 
638
653
  ### Container Queries Architecture
654
+
639
655
  For modular components that adapt to their container rather than the screen viewport:
656
+
640
657
  ```css
641
658
  .card-container {
642
659
  container-type: inline-size;
@@ -659,37 +676,43 @@ For modular components that adapt to their container rather than the screen view
659
676
  Every interactive element MUST possess intentional, physical micro-interactions across all five fundamental interaction states.
660
677
 
661
678
  ### The 5 Interaction States Matrix
662
- | State | Visual Behavior | CSS Implementation |
663
- | :--- | :--- | :--- |
664
- | **Default** | Baseline resting surface and border | `background-color: var(--bg-surface); border: var(--border-subtle);` |
665
- | **Hover** | Subtle elevation, background brightness shift (+4% L) | `background-color: var(--color-primary-hover); cursor: pointer;` |
666
- | **Focus-Visible** | High-contrast double ring outline with 2px offset | `outline: var(--border-focus); outline-offset: 2px;` |
667
- | **Active / Pressed** | Tactile physical compression (`scale(0.97)`) | `transform: scale(0.97); transition-duration: var(--duration-instant);` |
668
- | **Disabled** | 50% opacity, desaturated, cursor blocked | `opacity: 0.5; cursor: not-allowed; pointer-events: none;` |
679
+
680
+ | State | Visual Behavior | CSS Implementation |
681
+ | :------------------- | :---------------------------------------------------- | :---------------------------------------------------------------------- |
682
+ | **Default** | Baseline resting surface and border | `background-color: var(--bg-surface); border: var(--border-subtle);` |
683
+ | **Hover** | Subtle elevation, background brightness shift (+4% L) | `background-color: var(--color-primary-hover); cursor: pointer;` |
684
+ | **Focus-Visible** | High-contrast double ring outline with 2px offset | `outline: var(--border-focus); outline-offset: 2px;` |
685
+ | **Active / Pressed** | Tactile physical compression (`scale(0.97)`) | `transform: scale(0.97); transition-duration: var(--duration-instant);` |
686
+ | **Disabled** | 50% opacity, desaturated, cursor blocked | `opacity: 0.5; cursor: not-allowed; pointer-events: none;` |
669
687
 
670
688
  ### Motion Tokens & Physics Curves
689
+
671
690
  ```css
672
691
  :root {
673
692
  /* Durations */
674
- --duration-instant: 100ms; /* Active press, switches */
675
- --duration-fast: 150ms; /* Hover states, tooltips */
676
- --duration-base: 250ms; /* Dropdowns, dialogs, card expands */
677
- --duration-slow: 400ms; /* Page transitions, drawer slides */
693
+ --duration-instant: 100ms; /* Active press, switches */
694
+ --duration-fast: 150ms; /* Hover states, tooltips */
695
+ --duration-base: 250ms; /* Dropdowns, dialogs, card expands */
696
+ --duration-slow: 400ms; /* Page transitions, drawer slides */
678
697
 
679
698
  /* Easing Curves */
680
- --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Tactile bounce */
681
- --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); /* Snappy deceleration */
682
- --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1); /* Natural material curve */
699
+ --ease-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275); /* Tactile bounce */
700
+ --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1); /* Snappy deceleration */
701
+ --ease-smooth: cubic-bezier(0.4, 0, 0.2, 1); /* Natural material curve */
683
702
  }
684
703
  ```
685
704
 
686
705
  ### Motion Invariants
706
+
687
707
  1. **Never Animate Layout Properties:** Only animate compositor-friendly properties (`transform`, `opacity`, `filter`). Never animate `width`, `height`, `margin`, or `top` directly.
688
708
  2. **Ban `transition: all`:** Always specify exact properties being transitioned (e.g. `transition: transform var(--duration-fast) var(--ease-spring), opacity var(--duration-fast) ease`).
689
709
  3. **Respect Reduced Motion:**
710
+
690
711
  ```css
691
712
  @media (prefers-reduced-motion: reduce) {
692
- *, *::before, *::after {
713
+ *,
714
+ *::before,
715
+ *::after {
693
716
  animation-duration: 0.01ms !important;
694
717
  animation-iteration-count: 1 !important;
695
718
  transition-duration: 0.01ms !important;
@@ -708,29 +731,23 @@ Surfaces must layer cleanly along the Z-axis using dual-shadow illumination (dif
708
731
  :root {
709
732
  /* Level 0: Canvas Base (flat) */
710
733
  /* Level 1: Cards & Panels */
711
- --shadow-sm:
712
- 0 1px 2px oklch(0 0 0 / 0.06),
713
- 0 2px 4px oklch(0 0 0 / 0.04);
734
+ --shadow-sm: 0 1px 2px oklch(0 0 0 / 0.06), 0 2px 4px oklch(0 0 0 / 0.04);
714
735
 
715
736
  /* Level 2: Menus & Popovers */
716
- --shadow-md:
717
- 0 4px 6px -1px oklch(0 0 0 / 0.08),
718
- 0 10px 20px -3px oklch(0 0 0 / 0.06);
737
+ --shadow-md: 0 4px 6px -1px oklch(0 0 0 / 0.08), 0 10px 20px -3px oklch(0 0 0 / 0.06);
719
738
 
720
739
  /* Level 3: Modals & Drawers */
721
- --shadow-lg:
722
- 0 10px 15px -3px oklch(0 0 0 / 0.10),
723
- 0 24px 48px -6px oklch(0 0 0 / 0.12);
740
+ --shadow-lg: 0 10px 15px -3px oklch(0 0 0 / 0.1), 0 24px 48px -6px oklch(0 0 0 / 0.12);
724
741
 
725
742
  /* Level 4: Floating Toasts & Critical Alerts */
726
- --shadow-xl:
727
- 0 20px 25px -5px oklch(0 0 0 / 0.14),
728
- 0 36px 64px -10px oklch(0 0 0 / 0.16);
743
+ --shadow-xl: 0 20px 25px -5px oklch(0 0 0 / 0.14), 0 36px 64px -10px oklch(0 0 0 / 0.16);
729
744
  }
730
745
  ```
731
746
 
732
747
  ### Progressive Backdrop Blur
748
+
733
749
  For modern floating headers, modals, and sticky action bars:
750
+
734
751
  ```css
735
752
  .frosted-overlay {
736
753
  background-color: var(--bg-surface-overlay);
@@ -747,18 +764,21 @@ For modern floating headers, modals, and sticky action bars:
747
764
  All generated UI components must adhere to the following architectural contracts:
748
765
 
749
766
  ### 1. Button Primitive
767
+
750
768
  - **Variants:** `primary`, `secondary`, `outline`, `ghost`, `destructive`.
751
769
  - **Sizes:** `sm` (32px h, 12px px), `md` (40px h, 16px px), `lg` (48px h, 20px px).
752
770
  - **Invariants:** Must have `display: inline-flex`, `align-items: center`, `justify-content: center`, `gap: var(--space-xs)`.
753
771
  - **States:** Active state must use `transform: scale(0.97)` with `--duration-instant`.
754
772
 
755
773
  ### 2. Form Control Primitive (Inputs & Selects)
774
+
756
775
  - **Minimum Target Size:** Minimum height `40px` (desktop), `44px` (touch devices).
757
776
  - **Resting:** `border: var(--border-subtle); background: var(--bg-surface);`.
758
777
  - **Focus:** `border-color: var(--color-primary); box-shadow: 0 0 0 3px var(--color-primary-subtle); outline: none;`.
759
778
  - **Error:** `border-color: var(--status-error); box-shadow: 0 0 0 3px oklch(0.55 0.20 25 / 0.15);`.
760
779
 
761
780
  ### 3. Modal / Dialog Primitive
781
+
762
782
  - **Scrim Backdrop:** `background-color: oklch(0 0 0 / 0.50); backdrop-filter: blur(8px);`.
763
783
  - **Placement:** Centered with spring scale entrance (`scale(0.95) -> scale(1.00)`).
764
784
  - **Accessibility:** Must trap keyboard focus (`Tab` navigation constrained inside dialog), `Escape` to close, return focus to trigger on exit.
@@ -769,15 +789,15 @@ All generated UI components must adhere to the following architectural contracts
769
789
 
770
790
  AI models routinely generate bland, template-like interfaces unless strictly constrained. All coding agents MUST comply with the following Anti-Slop Table:
771
791
 
772
- | Anti-Pattern (AI Slop) | Tribunal Standard | Reason / Rationale |
773
- | :--- | :--- | :--- |
774
- | **Generic Purple/Violet Gradients** (`#8B5CF6`) | Use curated brand palette or monochrome slate + high-chroma single accent | Violet gradients are the universal AI cliché stamp. |
775
- | **Stock Split Hero (Text Left / Image Right)** | Asymmetric editorial typography, interactive terminal, or canvas preview | Overused boilerplate looks like a generic 2020 SaaS template. |
776
- | **Unreadable Low-Contrast Gray Text** | Minimum contrast APCA Lc ≥ 60 or WCAG 4.5:1 on all surfaces | Faint gray text harms readability and fails accessibility. |
777
- | **Overuse of Heavy Mesh Gradients** | Crisp solid surfaces, grain texture, or subtle targeted radial spotlight glows | Mesh gradients look noisy, generic, and degrade GPU battery life. |
778
- | **Universal `transition: all 0.3s`** | Declare explicit animated properties with spring or exponential easing curves | Animating `all` causes layout jank and performance degradation. |
779
- | **Nested Rounded Corners Without Math** | Concentric radius formula: $R_{outer} = R_{inner} + P_{padding}$ | Non-concentric nested radii create jarring visual warping. |
780
- | **Empty States with Dead Ends** | Empty states must provide contextual guidance + a primary Call to Action | Prevents confusing drop-offs for first-time users. |
792
+ | Anti-Pattern (AI Slop) | Tribunal Standard | Reason / Rationale |
793
+ | :---------------------------------------------- | :----------------------------------------------------------------------------- | :---------------------------------------------------------------- |
794
+ | **Generic Purple/Violet Gradients** (`#8B5CF6`) | Use curated brand palette or monochrome slate + high-chroma single accent | Violet gradients are the universal AI cliché stamp. |
795
+ | **Stock Split Hero (Text Left / Image Right)** | Asymmetric editorial typography, interactive terminal, or canvas preview | Overused boilerplate looks like a generic 2020 SaaS template. |
796
+ | **Unreadable Low-Contrast Gray Text** | Minimum contrast APCA Lc ≥ 60 or WCAG 4.5:1 on all surfaces | Faint gray text harms readability and fails accessibility. |
797
+ | **Overuse of Heavy Mesh Gradients** | Crisp solid surfaces, grain texture, or subtle targeted radial spotlight glows | Mesh gradients look noisy, generic, and degrade GPU battery life. |
798
+ | **Universal `transition: all 0.3s`** | Declare explicit animated properties with spring or exponential easing curves | Animating `all` causes layout jank and performance degradation. |
799
+ | **Nested Rounded Corners Without Math** | Concentric radius formula: $R_{outer} = R_{inner} + P_{padding}$ | Non-concentric nested radii create jarring visual warping. |
800
+ | **Empty States with Dead Ends** | Empty states must provide contextual guidance + a primary Call to Action | Prevents confusing drop-offs for first-time users. |
781
801
 
782
802
  ---
783
803
 
@@ -803,6 +823,7 @@ Tribunal Kit enforces strict compliance with WCAG 2.2 AA and modern APCA (Access
803
823
  ## 10. Multi-Platform Synchronization (Web, Tailwind, Tokens JSON)
804
824
 
805
825
  ### Using Tokens in Tailwind CSS v4
826
+
806
827
  ```css
807
828
  @theme {
808
829
  --color-primary: var(--color-primary);
@@ -818,4 +839,5 @@ Tribunal Kit enforces strict compliance with WCAG 2.2 AA and modern APCA (Access
818
839
  ```
819
840
 
820
841
  ### Synchronization with `design-tokens.json`
842
+
821
843
  All tokens in `DESIGN.md` have 1:1 representations in `design-tokens.json` following the W3C Design Tokens Community Group standard. Agents generating new components must verify that token variable names match both files.