tribunal-kit 8.0.0 → 9.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (774) hide show
  1. package/.agent/ARCHITECTURE.md +2 -2
  2. package/.agent/agents/backend-specialist.md +1 -1
  3. package/.agent/agents/code-archaeologist.md +1 -1
  4. package/.agent/agents/database-architect.md +1 -1
  5. package/.agent/agents/debugger.md +1 -1
  6. package/.agent/agents/devops-engineer.md +1 -1
  7. package/.agent/agents/documentation-writer.md +1 -1
  8. package/.agent/agents/explorer-agent.md +1 -1
  9. package/.agent/agents/game-developer.md +1 -1
  10. package/.agent/agents/minimalist-reviewer.md +1 -1
  11. package/.agent/agents/mobile-developer.md +1 -1
  12. package/.agent/agents/orchestrator.md +1 -1
  13. package/.agent/agents/penetration-tester.md +1 -1
  14. package/.agent/agents/performance-optimizer.md +1 -1
  15. package/.agent/agents/product-manager.md +1 -1
  16. package/.agent/agents/product-owner.md +1 -1
  17. package/.agent/agents/project-planner.md +1 -1
  18. package/.agent/agents/qa-automation-engineer.md +1 -1
  19. package/.agent/agents/seo-specialist.md +1 -1
  20. package/.agent/agents/test-engineer.md +1 -1
  21. package/.agent/config/plugin.json +4 -4
  22. package/.agent/config/slash-commands.json +13 -1
  23. package/.agent/config/system-prompt.md +75 -8
  24. package/.agent/routing_index.json +1546 -268
  25. package/.agent/scripts/browser_audit.js +94 -0
  26. package/.agent/scripts/context_compiler.js +9 -0
  27. package/.agent/scripts/prompt_compiler.js +105 -13
  28. package/.agent/skill_topic_map.json +2 -1
  29. package/.agent/skills/12-principles-of-animation/SKILL.md +62 -21
  30. package/.agent/skills/60fps-animation/SKILL.md +90 -20
  31. package/.agent/skills/accessible-animation/SKILL.md +207 -40
  32. package/.agent/skills/adapt/SKILL.md +62 -21
  33. package/.agent/skills/advanced-rag-pipelines/SKILL.md +87 -46
  34. package/.agent/skills/agent-organizer/SKILL.md +60 -81
  35. package/.agent/skills/agentic-patterns/SKILL.md +60 -79
  36. package/.agent/skills/agentic-workflows-2026/SKILL.md +92 -15
  37. package/.agent/skills/ai-app-hardening/SKILL.md +81 -15
  38. package/.agent/skills/ai-prompt-injection-defense/SKILL.md +75 -85
  39. package/.agent/skills/animation-on-scroll/SKILL.md +186 -47
  40. package/.agent/skills/animation-systems/SKILL.md +229 -35
  41. package/.agent/skills/antfu-conventions/SKILL.md +62 -23
  42. package/.agent/skills/api-patterns/SKILL.md +59 -79
  43. package/.agent/skills/api-security-auditor/SKILL.md +59 -81
  44. package/.agent/skills/app-builder/SKILL.md +59 -79
  45. package/.agent/skills/appflow-wireframe/SKILL.md +68 -83
  46. package/.agent/skills/apple-design/SKILL.md +65 -19
  47. package/.agent/skills/architecture/SKILL.md +59 -79
  48. package/.agent/skills/audit-and-fix/SKILL.md +62 -21
  49. package/.agent/skills/authentication-best-practices/SKILL.md +59 -81
  50. package/.agent/skills/backend-security-expert/SKILL.md +79 -82
  51. package/.agent/skills/baseline-ui/SKILL.md +65 -19
  52. package/.agent/skills/bash-linux/SKILL.md +59 -81
  53. package/.agent/skills/behavioral-modes/SKILL.md +60 -79
  54. package/.agent/skills/better-colors/SKILL.md +65 -19
  55. package/.agent/skills/better-typography/SKILL.md +70 -31
  56. package/.agent/skills/better-ui/SKILL.md +93 -18
  57. package/.agent/skills/bolder/SKILL.md +62 -21
  58. package/.agent/skills/brainstorming/SKILL.md +60 -78
  59. package/.agent/skills/browser-audit/SKILL.md +170 -0
  60. package/.agent/skills/browser-native-ai/SKILL.md +60 -41
  61. package/.agent/skills/build-primitive/SKILL.md +62 -21
  62. package/.agent/skills/building-native-ui/SKILL.md +59 -81
  63. package/.agent/skills/cicd-pro/SKILL.md +64 -31
  64. package/.agent/skills/clarify/SKILL.md +62 -21
  65. package/.agent/skills/clean-code/SKILL.md +68 -83
  66. package/.agent/skills/cloud-architect/SKILL.md +64 -31
  67. package/.agent/skills/cobejs/SKILL.md +62 -20
  68. package/.agent/skills/code-review-checklist/SKILL.md +59 -81
  69. package/.agent/skills/codebase-design/SKILL.md +74 -23
  70. package/.agent/skills/colorize/SKILL.md +62 -21
  71. package/.agent/skills/compact-landing/SKILL.md +62 -21
  72. package/.agent/skills/company-logos/SKILL.md +62 -21
  73. package/.agent/skills/config-validator/SKILL.md +59 -81
  74. package/.agent/skills/containerization-pro/SKILL.md +64 -31
  75. package/.agent/skills/context-engineering-pro/SKILL.md +81 -15
  76. package/.agent/skills/create-design-md/SKILL.md +65 -19
  77. package/.agent/skills/critique/SKILL.md +67 -19
  78. package/.agent/skills/csharp-developer/SKILL.md +59 -81
  79. package/.agent/skills/data-validation-schemas/SKILL.md +59 -81
  80. package/.agent/skills/database-design/SKILL.md +74 -84
  81. package/.agent/skills/delight/SKILL.md +62 -21
  82. package/.agent/skills/deployment-procedures/SKILL.md +59 -81
  83. package/.agent/skills/design-lab/SKILL.md +63 -21
  84. package/.agent/skills/devops-engineer/SKILL.md +59 -81
  85. package/.agent/skills/devops-incident-responder/SKILL.md +59 -81
  86. package/.agent/skills/diagnosing-bugs/SKILL.md +63 -27
  87. package/.agent/skills/distill/SKILL.md +62 -21
  88. package/.agent/skills/documentation-templates/SKILL.md +59 -81
  89. package/.agent/skills/domain-modeling/SKILL.md +62 -23
  90. package/.agent/skills/duckdb-analytical-sql/SKILL.md +80 -14
  91. package/.agent/skills/edge-ai-mobile/SKILL.md +80 -14
  92. package/.agent/skills/edge-computing/SKILL.md +59 -81
  93. package/.agent/skills/emil-design-eng/SKILL.md +64 -27
  94. package/.agent/skills/error-resilience/SKILL.md +78 -85
  95. package/.agent/skills/expo-router-v4/SKILL.md +79 -14
  96. package/.agent/skills/extract-design-system/SKILL.md +59 -81
  97. package/.agent/skills/fabel-protocol/SKILL.md +72 -15
  98. package/.agent/skills/fixing-accessibility/SKILL.md +65 -19
  99. package/.agent/skills/fixing-metadata/SKILL.md +62 -21
  100. package/.agent/skills/fixing-motion-performance/SKILL.md +65 -19
  101. package/.agent/skills/framer-motion-expert/SKILL.md +67 -77
  102. package/.agent/skills/frontend-design/SKILL.md +73 -15
  103. package/.agent/skills/frontend-security-expert/SKILL.md +59 -79
  104. package/.agent/skills/game-design-expert/SKILL.md +59 -81
  105. package/.agent/skills/game-engineering-expert/SKILL.md +59 -81
  106. package/.agent/skills/generative-ui-expert/SKILL.md +60 -41
  107. package/.agent/skills/geo-fundamentals/SKILL.md +59 -81
  108. package/.agent/skills/git-pro/SKILL.md +62 -33
  109. package/.agent/skills/github-operations/SKILL.md +59 -81
  110. package/.agent/skills/gpt-taste/SKILL.md +62 -21
  111. package/.agent/skills/gsap-core/SKILL.md +59 -89
  112. package/.agent/skills/gsap-frameworks/SKILL.md +59 -89
  113. package/.agent/skills/gsap-performance/SKILL.md +59 -87
  114. package/.agent/skills/gsap-plugins/SKILL.md +59 -87
  115. package/.agent/skills/gsap-react/SKILL.md +60 -32
  116. package/.agent/skills/gsap-scrolltrigger/SKILL.md +59 -89
  117. package/.agent/skills/gsap-timeline/SKILL.md +59 -87
  118. package/.agent/skills/gsap-utils/SKILL.md +59 -87
  119. package/.agent/skills/harden/SKILL.md +62 -21
  120. package/.agent/skills/harness-protocol/SKILL.md +60 -33
  121. package/.agent/skills/i18n-localization/SKILL.md +59 -81
  122. package/.agent/skills/impeccable/SKILL.md +62 -23
  123. package/.agent/skills/improve-codebase-architecture/SKILL.md +62 -22
  124. package/.agent/skills/improve-ui/SKILL.md +65 -19
  125. package/.agent/skills/intelligent-routing/SKILL.md +59 -33
  126. package/.agent/skills/knowledge-graph/SKILL.md +60 -33
  127. package/.agent/skills/landing-page/SKILL.md +62 -21
  128. package/.agent/skills/lint-and-validate/SKILL.md +59 -81
  129. package/.agent/skills/llm-engineering/SKILL.md +59 -81
  130. package/.agent/skills/local-first/SKILL.md +59 -81
  131. package/.agent/skills/local-first-architecture/SKILL.md +77 -20
  132. package/.agent/skills/lottie-animation/SKILL.md +62 -20
  133. package/.agent/skills/marquee-loop/SKILL.md +62 -21
  134. package/.agent/skills/masked-reveal/SKILL.md +245 -50
  135. package/.agent/skills/mcp-builder/SKILL.md +59 -81
  136. package/.agent/skills/micro-interaction/SKILL.md +254 -57
  137. package/.agent/skills/mobile-design/SKILL.md +59 -79
  138. package/.agent/skills/monorepo-management/SKILL.md +59 -81
  139. package/.agent/skills/morphing-icons/SKILL.md +365 -46
  140. package/.agent/skills/motion-engineering/SKILL.md +66 -21
  141. package/.agent/skills/nextjs-react-expert/SKILL.md +82 -84
  142. package/.agent/skills/nodejs-best-practices/SKILL.md +81 -80
  143. package/.agent/skills/observability/SKILL.md +59 -81
  144. package/.agent/skills/opentelemetry-observability/SKILL.md +80 -14
  145. package/.agent/skills/page-transition-animation/SKILL.md +62 -21
  146. package/.agent/skills/parallel-agents/SKILL.md +60 -81
  147. package/.agent/skills/performance-profiling/SKILL.md +60 -81
  148. package/.agent/skills/plan-writing/SKILL.md +83 -88
  149. package/.agent/skills/platform-engineer/SKILL.md +59 -81
  150. package/.agent/skills/platform-engineering-opentofu/SKILL.md +80 -15
  151. package/.agent/skills/playwright-ai-e2e/SKILL.md +81 -15
  152. package/.agent/skills/playwright-best-practices/SKILL.md +60 -81
  153. package/.agent/skills/polish/SKILL.md +62 -21
  154. package/.agent/skills/powershell-windows/SKILL.md +59 -81
  155. package/.agent/skills/pricing-page/SKILL.md +62 -21
  156. package/.agent/skills/product-aware-heuristics/SKILL.md +73 -16
  157. package/.agent/skills/progressive-blur/SKILL.md +62 -21
  158. package/.agent/skills/project-idioms/SKILL.md +58 -84
  159. package/.agent/skills/property-based-testing/SKILL.md +81 -15
  160. package/.agent/skills/python-patterns/SKILL.md +59 -81
  161. package/.agent/skills/python-pro/SKILL.md +81 -83
  162. package/.agent/skills/quieter/SKILL.md +62 -21
  163. package/.agent/skills/react-doctor/SKILL.md +62 -21
  164. package/.agent/skills/react-specialist/SKILL.md +73 -82
  165. package/.agent/skills/readme-builder/SKILL.md +59 -81
  166. package/.agent/skills/realtime-patterns/SKILL.md +59 -81
  167. package/.agent/skills/red-team-tactics/SKILL.md +59 -81
  168. package/.agent/skills/redesign-skill/SKILL.md +62 -21
  169. package/.agent/skills/review-animations/SKILL.md +64 -30
  170. package/.agent/skills/rust-pro/SKILL.md +77 -78
  171. package/.agent/skills/seo-fundamentals/SKILL.md +59 -81
  172. package/.agent/skills/server-management/SKILL.md +59 -81
  173. package/.agent/skills/shadcn-ui-expert/SKILL.md +59 -81
  174. package/.agent/skills/shape/SKILL.md +63 -21
  175. package/.agent/skills/skill-creator/SKILL.md +80 -88
  176. package/.agent/skills/soft-skill/SKILL.md +62 -21
  177. package/.agent/skills/sounds-on-the-web/SKILL.md +62 -21
  178. package/.agent/skills/sql-pro/SKILL.md +93 -80
  179. package/.agent/skills/supabase-postgres-best-practices/SKILL.md +59 -81
  180. package/.agent/skills/svg-animation/SKILL.md +368 -46
  181. package/.agent/skills/swiftui-expert/SKILL.md +59 -81
  182. package/.agent/skills/swiss-design/SKILL.md +62 -21
  183. package/.agent/skills/system-design-pro/SKILL.md +64 -29
  184. package/.agent/skills/systematic-debugging/SKILL.md +70 -82
  185. package/.agent/skills/systematic-debugging/condition-based-waiting.md +115 -0
  186. package/.agent/skills/systematic-debugging/defense-in-depth.md +122 -0
  187. package/.agent/skills/systematic-debugging/root-cause-tracing.md +169 -0
  188. package/.agent/skills/tailwind-patterns/SKILL.md +59 -81
  189. package/.agent/skills/taste-skill/SKILL.md +62 -21
  190. package/.agent/skills/tdd-workflow/SKILL.md +107 -26
  191. package/.agent/skills/test-result-analyzer/SKILL.md +59 -82
  192. package/.agent/skills/testing-patterns/SKILL.md +60 -81
  193. package/.agent/skills/thermo-nuclear-code-quality-review/SKILL.md +62 -23
  194. package/.agent/skills/thinking-protocol/SKILL.md +73 -18
  195. package/.agent/skills/to-spring-or-not-to-spring/SKILL.md +62 -20
  196. package/.agent/skills/transitions-dev/SKILL.md +62 -20
  197. package/.agent/skills/trend-researcher/SKILL.md +58 -82
  198. package/.agent/skills/typescript-advanced/SKILL.md +69 -85
  199. package/.agent/skills/typeset/SKILL.md +62 -21
  200. package/.agent/skills/ui-reasoning-engine/SKILL.md +73 -16
  201. package/.agent/skills/ui-skill-packs/SKILL.md +69 -19
  202. package/.agent/skills/ui-skills-root/SKILL.md +65 -19
  203. package/.agent/skills/ui-ux-pro-max/SKILL.md +81 -15
  204. package/.agent/skills/ui-ux-researcher/SKILL.md +58 -82
  205. package/.agent/skills/vector-search-pgvector/SKILL.md +80 -14
  206. package/.agent/skills/verification-before-completion/SKILL.md +178 -0
  207. package/.agent/skills/vue-expert/SKILL.md +59 -77
  208. package/.agent/skills/vulnerability-scanner/SKILL.md +59 -79
  209. package/.agent/skills/web-accessibility-auditor/SKILL.md +59 -81
  210. package/.agent/skills/web-design-guidelines/SKILL.md +73 -15
  211. package/.agent/skills/web-quality-audit/SKILL.md +62 -21
  212. package/.agent/skills/webapp-testing/SKILL.md +60 -81
  213. package/.agent/skills/webgpu-performance/SKILL.md +60 -41
  214. package/.agent/skills/whimsy-injector/SKILL.md +59 -81
  215. package/.agent/skills/workflow-optimizer/SKILL.md +59 -80
  216. package/.agent/skills/zero-trust-passkeys/SKILL.md +80 -14
  217. package/.agent/templates/DESIGN.md +680 -160
  218. package/.agent/templates/sdd/implementer-prompt.md +62 -0
  219. package/.agent/templates/sdd/re-review-prompt.md +36 -0
  220. package/.agent/templates/sdd/task-reviewer-prompt.md +78 -0
  221. package/.agent/workflows/acf.md +4 -0
  222. package/.agent/workflows/api-tester.md +5 -0
  223. package/.agent/workflows/audit-live.md +52 -0
  224. package/.agent/workflows/audit.md +5 -0
  225. package/.agent/workflows/brainstorm.md +17 -1
  226. package/.agent/workflows/changelog.md +5 -0
  227. package/.agent/workflows/compare-web.md +35 -0
  228. package/.agent/workflows/context.md +100 -0
  229. package/.agent/workflows/contract.md +19 -0
  230. package/.agent/workflows/create.md +6 -1
  231. package/.agent/workflows/debug.md +5 -0
  232. package/.agent/workflows/deploy.md +6 -1
  233. package/.agent/workflows/enhance.md +6 -1
  234. package/.agent/workflows/fix-ci.md +5 -0
  235. package/.agent/workflows/fix.md +5 -0
  236. package/.agent/workflows/generate.md +5 -0
  237. package/.agent/workflows/marathon.md +6 -1
  238. package/.agent/workflows/migrate.md +5 -0
  239. package/.agent/workflows/minimal.md +4 -0
  240. package/.agent/workflows/orchestrate.md +6 -1
  241. package/.agent/workflows/performance-benchmarker.md +6 -1
  242. package/.agent/workflows/pipeline.md +5 -0
  243. package/.agent/workflows/plan.md +7 -2
  244. package/.agent/workflows/preview.md +6 -1
  245. package/.agent/workflows/refactor.md +6 -0
  246. package/.agent/workflows/review-ai.md +5 -0
  247. package/.agent/workflows/review.md +5 -0
  248. package/.agent/workflows/sdd.md +122 -0
  249. package/.agent/workflows/session.md +5 -0
  250. package/.agent/workflows/skill-enhancement-engine.md +88 -0
  251. package/.agent/workflows/status.md +4 -0
  252. package/.agent/workflows/super-prompt.md +103 -19
  253. package/.agent/workflows/swarm.md +6 -1
  254. package/.agent/workflows/test.md +6 -1
  255. package/.agent/workflows/tribunal-backend.md +5 -0
  256. package/.agent/workflows/tribunal-cicd.md +5 -0
  257. package/.agent/workflows/tribunal-database.md +5 -0
  258. package/.agent/workflows/tribunal-full.md +8 -0
  259. package/.agent/workflows/tribunal-mobile.md +5 -0
  260. package/.agent/workflows/tribunal-performance.md +5 -0
  261. package/.agent/workflows/tribunal-speed.md +5 -0
  262. package/.agent/workflows/tribunal-ui.md +7 -0
  263. package/.agents/plugins/marketplace.json +20 -0
  264. package/.agents/skills/12-principles-of-animation/SKILL.md +126 -0
  265. package/.agents/skills/60fps-animation/SKILL.md +164 -0
  266. package/.agents/skills/accessible-animation/SKILL.md +266 -0
  267. package/.agents/skills/adapt/SKILL.md +131 -0
  268. package/.agents/skills/advanced-rag-pipelines/SKILL.md +169 -0
  269. package/.agents/skills/agent-organizer/SKILL.md +192 -0
  270. package/.agents/skills/agentic-patterns/SKILL.md +356 -0
  271. package/.agents/skills/agentic-workflows-2026/SKILL.md +157 -0
  272. package/.agents/skills/ai-app-hardening/SKILL.md +125 -0
  273. package/.agents/skills/ai-prompt-injection-defense/SKILL.md +237 -0
  274. package/.agents/skills/animation-on-scroll/SKILL.md +267 -0
  275. package/.agents/skills/animation-systems/SKILL.md +273 -0
  276. package/.agents/skills/antfu-conventions/SKILL.md +129 -0
  277. package/.agents/skills/api-patterns/SKILL.md +293 -0
  278. package/.agents/skills/api-patterns/scripts/api_validator.py +211 -0
  279. package/.agents/skills/api-security-auditor/SKILL.md +230 -0
  280. package/.agents/skills/app-builder/SKILL.md +610 -0
  281. package/.agents/skills/app-builder/templates/SKILL.md +108 -0
  282. package/.agents/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  283. package/.agents/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  284. package/.agents/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  285. package/.agents/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  286. package/.agents/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  287. package/.agents/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  288. package/.agents/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  289. package/.agents/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +126 -0
  290. package/.agents/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +127 -0
  291. package/.agents/skills/app-builder/templates/nextjs-static/TEMPLATE.md +172 -0
  292. package/.agents/skills/app-builder/templates/nuxt-app/TEMPLATE.md +139 -0
  293. package/.agents/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  294. package/.agents/skills/app-builder/templates/react-native-app/TEMPLATE.md +122 -0
  295. package/.agents/skills/appflow-wireframe/SKILL.md +173 -0
  296. package/.agents/skills/apple-design/SKILL.md +164 -0
  297. package/.agents/skills/architecture/SKILL.md +263 -0
  298. package/.agents/skills/audit-and-fix/SKILL.md +136 -0
  299. package/.agents/skills/authentication-best-practices/SKILL.md +232 -0
  300. package/.agents/skills/backend-security-expert/SKILL.md +148 -0
  301. package/.agents/skills/baseline-ui/SKILL.md +130 -0
  302. package/.agents/skills/bash-linux/SKILL.md +214 -0
  303. package/.agents/skills/behavioral-modes/SKILL.md +275 -0
  304. package/.agents/skills/better-colors/SKILL.md +191 -0
  305. package/.agents/skills/better-typography/SKILL.md +164 -0
  306. package/.agents/skills/better-ui/SKILL.md +193 -0
  307. package/.agents/skills/bolder/SKILL.md +124 -0
  308. package/.agents/skills/brainstorming/SKILL.md +534 -0
  309. package/.agents/skills/browser-audit/SKILL.md +170 -0
  310. package/.agents/skills/browser-native-ai/SKILL.md +147 -0
  311. package/.agents/skills/build-primitive/SKILL.md +125 -0
  312. package/.agents/skills/building-native-ui/SKILL.md +237 -0
  313. package/.agents/skills/cicd-pro/SKILL.md +487 -0
  314. package/.agents/skills/clarify/SKILL.md +130 -0
  315. package/.agents/skills/clean-code/SKILL.md +442 -0
  316. package/.agents/skills/cloud-architect/SKILL.md +484 -0
  317. package/.agents/skills/cobejs/SKILL.md +145 -0
  318. package/.agents/skills/code-review-checklist/SKILL.md +238 -0
  319. package/.agents/skills/codebase-design/SKILL.md +151 -0
  320. package/.agents/skills/colorize/SKILL.md +132 -0
  321. package/.agents/skills/compact-landing/SKILL.md +125 -0
  322. package/.agents/skills/company-logos/SKILL.md +129 -0
  323. package/.agents/skills/config-validator/SKILL.md +200 -0
  324. package/.agents/skills/containerization-pro/SKILL.md +497 -0
  325. package/.agents/skills/context-engineering-pro/SKILL.md +136 -0
  326. package/.agents/skills/create-design-md/SKILL.md +167 -0
  327. package/.agents/skills/critique/SKILL.md +154 -0
  328. package/.agents/skills/csharp-developer/SKILL.md +553 -0
  329. package/.agents/skills/data-validation-schemas/SKILL.md +372 -0
  330. package/.agents/skills/database-design/SKILL.md +294 -0
  331. package/.agents/skills/database-design/scripts/schema_validator.py +172 -0
  332. package/.agents/skills/delight/SKILL.md +121 -0
  333. package/.agents/skills/deployment-procedures/SKILL.md +207 -0
  334. package/.agents/skills/design-lab/SKILL.md +117 -0
  335. package/.agents/skills/devops-engineer/SKILL.md +380 -0
  336. package/.agents/skills/devops-incident-responder/SKILL.md +178 -0
  337. package/.agents/skills/diagnosing-bugs/SKILL.md +247 -0
  338. package/.agents/skills/distill/SKILL.md +120 -0
  339. package/.agents/skills/documentation-templates/SKILL.md +326 -0
  340. package/.agents/skills/domain-modeling/SKILL.md +136 -0
  341. package/.agents/skills/duckdb-analytical-sql/SKILL.md +125 -0
  342. package/.agents/skills/edge-ai-mobile/SKILL.md +116 -0
  343. package/.agents/skills/edge-computing/SKILL.md +218 -0
  344. package/.agents/skills/emil-design-eng/SKILL.md +209 -0
  345. package/.agents/skills/error-resilience/SKILL.md +478 -0
  346. package/.agents/skills/expo-router-v4/SKILL.md +146 -0
  347. package/.agents/skills/extract-design-system/SKILL.md +195 -0
  348. package/.agents/skills/fabel-protocol/SKILL.md +352 -0
  349. package/.agents/skills/fixing-accessibility/SKILL.md +162 -0
  350. package/.agents/skills/fixing-metadata/SKILL.md +158 -0
  351. package/.agents/skills/fixing-motion-performance/SKILL.md +153 -0
  352. package/.agents/skills/framer-motion-expert/SKILL.md +312 -0
  353. package/.agents/skills/frontend-design/SKILL.md +178 -0
  354. package/.agents/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  355. package/.agents/skills/frontend-design/scripts/ux_audit.py +722 -0
  356. package/.agents/skills/frontend-security-expert/SKILL.md +131 -0
  357. package/.agents/skills/game-design-expert/SKILL.md +167 -0
  358. package/.agents/skills/game-engineering-expert/SKILL.md +183 -0
  359. package/.agents/skills/generative-ui-expert/SKILL.md +175 -0
  360. package/.agents/skills/geo-fundamentals/SKILL.md +183 -0
  361. package/.agents/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  362. package/.agents/skills/git-pro/SKILL.md +476 -0
  363. package/.agents/skills/github-operations/SKILL.md +370 -0
  364. package/.agents/skills/gpt-taste/SKILL.md +125 -0
  365. package/.agents/skills/gsap-core/SKILL.md +352 -0
  366. package/.agents/skills/gsap-frameworks/SKILL.md +243 -0
  367. package/.agents/skills/gsap-performance/SKILL.md +169 -0
  368. package/.agents/skills/gsap-plugins/SKILL.md +516 -0
  369. package/.agents/skills/gsap-react/SKILL.md +288 -0
  370. package/.agents/skills/gsap-scrolltrigger/SKILL.md +387 -0
  371. package/.agents/skills/gsap-timeline/SKILL.md +197 -0
  372. package/.agents/skills/gsap-utils/SKILL.md +374 -0
  373. package/.agents/skills/harden/SKILL.md +130 -0
  374. package/.agents/skills/harness-protocol/SKILL.md +115 -0
  375. package/.agents/skills/i18n-localization/SKILL.md +209 -0
  376. package/.agents/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  377. package/.agents/skills/impeccable/SKILL.md +127 -0
  378. package/.agents/skills/improve-codebase-architecture/SKILL.md +123 -0
  379. package/.agents/skills/improve-ui/SKILL.md +145 -0
  380. package/.agents/skills/intelligent-routing/SKILL.md +283 -0
  381. package/.agents/skills/knowledge-graph/SKILL.md +146 -0
  382. package/.agents/skills/landing-page/SKILL.md +140 -0
  383. package/.agents/skills/lint-and-validate/SKILL.md +299 -0
  384. package/.agents/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  385. package/.agents/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  386. package/.agents/skills/llm-engineering/SKILL.md +435 -0
  387. package/.agents/skills/local-first/SKILL.md +213 -0
  388. package/.agents/skills/local-first-architecture/SKILL.md +137 -0
  389. package/.agents/skills/lottie-animation/SKILL.md +137 -0
  390. package/.agents/skills/marquee-loop/SKILL.md +147 -0
  391. package/.agents/skills/masked-reveal/SKILL.md +305 -0
  392. package/.agents/skills/mcp-builder/SKILL.md +180 -0
  393. package/.agents/skills/micro-interaction/SKILL.md +321 -0
  394. package/.agents/skills/mobile-design/SKILL.md +320 -0
  395. package/.agents/skills/mobile-design/scripts/mobile_audit.py +670 -0
  396. package/.agents/skills/monorepo-management/SKILL.md +370 -0
  397. package/.agents/skills/morphing-icons/SKILL.md +423 -0
  398. package/.agents/skills/motion-engineering/SKILL.md +272 -0
  399. package/.agents/skills/nextjs-react-expert/SKILL.md +293 -0
  400. package/.agents/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  401. package/.agents/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  402. package/.agents/skills/nodejs-best-practices/SKILL.md +617 -0
  403. package/.agents/skills/observability/SKILL.md +378 -0
  404. package/.agents/skills/opentelemetry-observability/SKILL.md +125 -0
  405. package/.agents/skills/page-transition-animation/SKILL.md +161 -0
  406. package/.agents/skills/parallel-agents/SKILL.md +185 -0
  407. package/.agents/skills/performance-profiling/SKILL.md +305 -0
  408. package/.agents/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  409. package/.agents/skills/plan-writing/SKILL.md +202 -0
  410. package/.agents/skills/platform-engineer/SKILL.md +183 -0
  411. package/.agents/skills/platform-engineering-opentofu/SKILL.md +133 -0
  412. package/.agents/skills/playwright-ai-e2e/SKILL.md +126 -0
  413. package/.agents/skills/playwright-best-practices/SKILL.md +224 -0
  414. package/.agents/skills/polish/SKILL.md +114 -0
  415. package/.agents/skills/powershell-windows/SKILL.md +197 -0
  416. package/.agents/skills/pricing-page/SKILL.md +123 -0
  417. package/.agents/skills/product-aware-heuristics/SKILL.md +465 -0
  418. package/.agents/skills/progressive-blur/SKILL.md +155 -0
  419. package/.agents/skills/project-idioms/SKILL.md +166 -0
  420. package/.agents/skills/property-based-testing/SKILL.md +124 -0
  421. package/.agents/skills/python-patterns/SKILL.md +295 -0
  422. package/.agents/skills/python-pro/SKILL.md +380 -0
  423. package/.agents/skills/quieter/SKILL.md +124 -0
  424. package/.agents/skills/react-doctor/SKILL.md +126 -0
  425. package/.agents/skills/react-specialist/SKILL.md +355 -0
  426. package/.agents/skills/readme-builder/SKILL.md +345 -0
  427. package/.agents/skills/realtime-patterns/SKILL.md +358 -0
  428. package/.agents/skills/red-team-tactics/SKILL.md +266 -0
  429. package/.agents/skills/redesign-skill/SKILL.md +121 -0
  430. package/.agents/skills/review-animations/SKILL.md +120 -0
  431. package/.agents/skills/review-animations/STANDARDS.md +87 -0
  432. package/.agents/skills/rust-pro/SKILL.md +727 -0
  433. package/.agents/skills/seo-fundamentals/SKILL.md +214 -0
  434. package/.agents/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  435. package/.agents/skills/server-management/SKILL.md +253 -0
  436. package/.agents/skills/shadcn-ui-expert/SKILL.md +271 -0
  437. package/.agents/skills/shape/SKILL.md +131 -0
  438. package/.agents/skills/skill-creator/SKILL.md +136 -0
  439. package/.agents/skills/soft-skill/SKILL.md +128 -0
  440. package/.agents/skills/sounds-on-the-web/SKILL.md +151 -0
  441. package/.agents/skills/sql-pro/SKILL.md +699 -0
  442. package/.agents/skills/supabase-postgres-best-practices/SKILL.md +132 -0
  443. package/.agents/skills/svg-animation/SKILL.md +431 -0
  444. package/.agents/skills/swiftui-expert/SKILL.md +239 -0
  445. package/.agents/skills/swiss-design/SKILL.md +119 -0
  446. package/.agents/skills/system-design-pro/SKILL.md +393 -0
  447. package/.agents/skills/systematic-debugging/SKILL.md +198 -0
  448. package/.agents/skills/systematic-debugging/condition-based-waiting.md +115 -0
  449. package/.agents/skills/systematic-debugging/defense-in-depth.md +122 -0
  450. package/.agents/skills/systematic-debugging/root-cause-tracing.md +169 -0
  451. package/.agents/skills/tailwind-patterns/SKILL.md +658 -0
  452. package/.agents/skills/taste-skill/SKILL.md +127 -0
  453. package/.agents/skills/tdd-workflow/SKILL.md +179 -0
  454. package/.agents/skills/test-result-analyzer/SKILL.md +345 -0
  455. package/.agents/skills/testing-patterns/SKILL.md +609 -0
  456. package/.agents/skills/testing-patterns/scripts/test_runner.py +219 -0
  457. package/.agents/skills/thermo-nuclear-code-quality-review/SKILL.md +137 -0
  458. package/.agents/skills/thinking-protocol/SKILL.md +97 -0
  459. package/.agents/skills/to-spring-or-not-to-spring/SKILL.md +118 -0
  460. package/.agents/skills/transitions-dev/SKILL.md +165 -0
  461. package/.agents/skills/trend-researcher/SKILL.md +273 -0
  462. package/.agents/skills/typescript-advanced/SKILL.md +381 -0
  463. package/.agents/skills/typeset/SKILL.md +135 -0
  464. package/.agents/skills/ui-reasoning-engine/SKILL.md +230 -0
  465. package/.agents/skills/ui-skill-packs/SKILL.md +132 -0
  466. package/.agents/skills/ui-skills-root/SKILL.md +144 -0
  467. package/.agents/skills/ui-ux-pro-max/SKILL.md +185 -0
  468. package/.agents/skills/ui-ux-researcher/SKILL.md +274 -0
  469. package/.agents/skills/vector-search-pgvector/SKILL.md +144 -0
  470. package/.agents/skills/verification-before-completion/SKILL.md +178 -0
  471. package/.agents/skills/vue-expert/SKILL.md +334 -0
  472. package/.agents/skills/vulnerability-scanner/SKILL.md +453 -0
  473. package/.agents/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  474. package/.agents/skills/web-accessibility-auditor/SKILL.md +254 -0
  475. package/.agents/skills/web-design-guidelines/SKILL.md +124 -0
  476. package/.agents/skills/web-quality-audit/SKILL.md +122 -0
  477. package/.agents/skills/webapp-testing/SKILL.md +203 -0
  478. package/.agents/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  479. package/.agents/skills/webgpu-performance/SKILL.md +163 -0
  480. package/.agents/skills/whimsy-injector/SKILL.md +380 -0
  481. package/.agents/skills/workflow-optimizer/SKILL.md +263 -0
  482. package/.agents/skills/zero-trust-passkeys/SKILL.md +156 -0
  483. package/.claude-plugin/marketplace.json +14 -0
  484. package/.claude-plugin/plugin.json +26 -0
  485. package/.codex-plugin/plugin.json +45 -0
  486. package/.cursor-plugin/plugin.json +26 -0
  487. package/.devin-plugin/plugin.json +14 -0
  488. package/.hermes-plugin/__init__.py +102 -0
  489. package/.hermes-plugin/plugin.yaml +6 -0
  490. package/.kimi-plugin/plugin.json +38 -0
  491. package/.opencode/INSTALL.md +41 -0
  492. package/.opencode/plugins/tribunal.js +101 -0
  493. package/.opencode/rules.md +258 -0
  494. package/.pi/extensions/tribunal.ts +133 -0
  495. package/AGENTS.md +91 -0
  496. package/CLAUDE.md +442 -0
  497. package/CONTRIBUTING.md +1 -1
  498. package/README.md +273 -251
  499. package/bin/adapter-install.js +40 -16
  500. package/bin/mcp-server.js +426 -0
  501. package/bin/proxy-server.js +18 -9
  502. package/bin/spawn-agent.js +9 -3
  503. package/bin/wrapper.js +20 -4
  504. package/dist/browser/audit.js +229 -0
  505. package/dist/browser/case_bridge.js +189 -0
  506. package/dist/browser/cdp.js +513 -0
  507. package/dist/browser/compare.js +110 -0
  508. package/dist/browser/discovery.js +140 -0
  509. package/dist/browser/idpi.js +142 -0
  510. package/dist/browser/index.js +89 -0
  511. package/dist/browser/launcher.js +154 -0
  512. package/dist/browser/sentinel.js +202 -0
  513. package/dist/browser/synapse.js +251 -0
  514. package/dist/browser/trimmer.js +210 -0
  515. package/dist/cli.js +377 -355
  516. package/dist/commands/audit-web.js +112 -0
  517. package/dist/commands/browse.js +56 -0
  518. package/dist/commands/compare-web.js +61 -0
  519. package/dist/commands/deconstruct.js +58 -0
  520. package/dist/commands/heal.js +99 -0
  521. package/dist/commands/init.js +10 -1
  522. package/dist/commands/sdd.js +229 -0
  523. package/dist/commands/uninstall.js +12 -0
  524. package/dist/esm/index.mjs +142 -142
  525. package/dist/index.d.ts +349 -343
  526. package/gemini-extension.json +6 -0
  527. package/hooks/hooks-cursor.json +10 -0
  528. package/hooks/hooks.json +10 -0
  529. package/hooks/session-start.js +77 -0
  530. package/marketplace.json +14 -0
  531. package/package.json +176 -146
  532. package/plugin.json +26 -0
  533. package/scripts/audit_skill_sdo.js +87 -0
  534. package/scripts/clean-pycache.js +42 -0
  535. package/scripts/context_compiler.js +944 -0
  536. package/scripts/modernize_skills.js +254 -0
  537. package/scripts/package-cores.js +113 -0
  538. package/scripts/skill_enhancement_engine.js +473 -0
  539. package/scripts/sync-skills.js +61 -0
  540. package/skills/12-principles-of-animation/SKILL.md +126 -0
  541. package/skills/60fps-animation/SKILL.md +164 -0
  542. package/skills/accessible-animation/SKILL.md +266 -0
  543. package/skills/adapt/SKILL.md +131 -0
  544. package/skills/advanced-rag-pipelines/SKILL.md +169 -0
  545. package/skills/agent-organizer/SKILL.md +192 -0
  546. package/skills/agentic-patterns/SKILL.md +356 -0
  547. package/skills/agentic-workflows-2026/SKILL.md +157 -0
  548. package/skills/ai-app-hardening/SKILL.md +125 -0
  549. package/skills/ai-prompt-injection-defense/SKILL.md +237 -0
  550. package/skills/animation-on-scroll/SKILL.md +267 -0
  551. package/skills/animation-systems/SKILL.md +273 -0
  552. package/skills/antfu-conventions/SKILL.md +129 -0
  553. package/skills/api-patterns/SKILL.md +293 -0
  554. package/skills/api-patterns/scripts/api_validator.py +211 -0
  555. package/skills/api-security-auditor/SKILL.md +230 -0
  556. package/skills/app-builder/SKILL.md +610 -0
  557. package/skills/app-builder/templates/SKILL.md +108 -0
  558. package/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  559. package/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  560. package/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  561. package/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  562. package/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  563. package/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  564. package/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  565. package/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +126 -0
  566. package/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +127 -0
  567. package/skills/app-builder/templates/nextjs-static/TEMPLATE.md +172 -0
  568. package/skills/app-builder/templates/nuxt-app/TEMPLATE.md +139 -0
  569. package/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  570. package/skills/app-builder/templates/react-native-app/TEMPLATE.md +122 -0
  571. package/skills/appflow-wireframe/SKILL.md +173 -0
  572. package/skills/apple-design/SKILL.md +164 -0
  573. package/skills/architecture/SKILL.md +263 -0
  574. package/skills/audit-and-fix/SKILL.md +136 -0
  575. package/skills/authentication-best-practices/SKILL.md +232 -0
  576. package/skills/backend-security-expert/SKILL.md +148 -0
  577. package/skills/baseline-ui/SKILL.md +130 -0
  578. package/skills/bash-linux/SKILL.md +214 -0
  579. package/skills/behavioral-modes/SKILL.md +275 -0
  580. package/skills/better-colors/SKILL.md +191 -0
  581. package/skills/better-typography/SKILL.md +164 -0
  582. package/skills/better-ui/SKILL.md +193 -0
  583. package/skills/bolder/SKILL.md +124 -0
  584. package/skills/brainstorming/SKILL.md +534 -0
  585. package/skills/browser-audit/SKILL.md +170 -0
  586. package/skills/browser-native-ai/SKILL.md +147 -0
  587. package/skills/build-primitive/SKILL.md +125 -0
  588. package/skills/building-native-ui/SKILL.md +237 -0
  589. package/skills/cicd-pro/SKILL.md +487 -0
  590. package/skills/clarify/SKILL.md +130 -0
  591. package/skills/clean-code/SKILL.md +442 -0
  592. package/skills/cloud-architect/SKILL.md +484 -0
  593. package/skills/cobejs/SKILL.md +145 -0
  594. package/skills/code-review-checklist/SKILL.md +238 -0
  595. package/skills/codebase-design/SKILL.md +151 -0
  596. package/skills/colorize/SKILL.md +132 -0
  597. package/skills/compact-landing/SKILL.md +125 -0
  598. package/skills/company-logos/SKILL.md +129 -0
  599. package/skills/config-validator/SKILL.md +200 -0
  600. package/skills/containerization-pro/SKILL.md +497 -0
  601. package/skills/context-engineering-pro/SKILL.md +136 -0
  602. package/skills/create-design-md/SKILL.md +167 -0
  603. package/skills/critique/SKILL.md +154 -0
  604. package/skills/csharp-developer/SKILL.md +553 -0
  605. package/skills/data-validation-schemas/SKILL.md +372 -0
  606. package/skills/database-design/SKILL.md +294 -0
  607. package/skills/database-design/scripts/schema_validator.py +172 -0
  608. package/skills/delight/SKILL.md +121 -0
  609. package/skills/deployment-procedures/SKILL.md +207 -0
  610. package/skills/design-lab/SKILL.md +117 -0
  611. package/skills/devops-engineer/SKILL.md +380 -0
  612. package/skills/devops-incident-responder/SKILL.md +178 -0
  613. package/skills/diagnosing-bugs/SKILL.md +247 -0
  614. package/skills/distill/SKILL.md +120 -0
  615. package/skills/documentation-templates/SKILL.md +326 -0
  616. package/skills/domain-modeling/SKILL.md +136 -0
  617. package/skills/duckdb-analytical-sql/SKILL.md +125 -0
  618. package/skills/edge-ai-mobile/SKILL.md +116 -0
  619. package/skills/edge-computing/SKILL.md +218 -0
  620. package/skills/emil-design-eng/SKILL.md +209 -0
  621. package/skills/error-resilience/SKILL.md +478 -0
  622. package/skills/expo-router-v4/SKILL.md +146 -0
  623. package/skills/extract-design-system/SKILL.md +195 -0
  624. package/skills/fabel-protocol/SKILL.md +352 -0
  625. package/skills/fixing-accessibility/SKILL.md +162 -0
  626. package/skills/fixing-metadata/SKILL.md +158 -0
  627. package/skills/fixing-motion-performance/SKILL.md +153 -0
  628. package/skills/framer-motion-expert/SKILL.md +312 -0
  629. package/skills/frontend-design/SKILL.md +178 -0
  630. package/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  631. package/skills/frontend-design/scripts/ux_audit.py +722 -0
  632. package/skills/frontend-security-expert/SKILL.md +131 -0
  633. package/skills/game-design-expert/SKILL.md +167 -0
  634. package/skills/game-engineering-expert/SKILL.md +183 -0
  635. package/skills/generative-ui-expert/SKILL.md +175 -0
  636. package/skills/geo-fundamentals/SKILL.md +183 -0
  637. package/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  638. package/skills/git-pro/SKILL.md +476 -0
  639. package/skills/github-operations/SKILL.md +370 -0
  640. package/skills/gpt-taste/SKILL.md +125 -0
  641. package/skills/gsap-core/SKILL.md +352 -0
  642. package/skills/gsap-frameworks/SKILL.md +243 -0
  643. package/skills/gsap-performance/SKILL.md +169 -0
  644. package/skills/gsap-plugins/SKILL.md +516 -0
  645. package/skills/gsap-react/SKILL.md +288 -0
  646. package/skills/gsap-scrolltrigger/SKILL.md +387 -0
  647. package/skills/gsap-timeline/SKILL.md +197 -0
  648. package/skills/gsap-utils/SKILL.md +374 -0
  649. package/skills/harden/SKILL.md +130 -0
  650. package/skills/harness-protocol/SKILL.md +115 -0
  651. package/skills/i18n-localization/SKILL.md +209 -0
  652. package/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  653. package/skills/impeccable/SKILL.md +127 -0
  654. package/skills/improve-codebase-architecture/SKILL.md +123 -0
  655. package/skills/improve-ui/SKILL.md +145 -0
  656. package/skills/intelligent-routing/SKILL.md +283 -0
  657. package/skills/knowledge-graph/SKILL.md +146 -0
  658. package/skills/landing-page/SKILL.md +140 -0
  659. package/skills/lint-and-validate/SKILL.md +299 -0
  660. package/skills/lint-and-validate/scripts/lint_runner.py +184 -0
  661. package/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  662. package/skills/llm-engineering/SKILL.md +435 -0
  663. package/skills/local-first/SKILL.md +213 -0
  664. package/skills/local-first-architecture/SKILL.md +137 -0
  665. package/skills/lottie-animation/SKILL.md +137 -0
  666. package/skills/marquee-loop/SKILL.md +147 -0
  667. package/skills/masked-reveal/SKILL.md +305 -0
  668. package/skills/mcp-builder/SKILL.md +180 -0
  669. package/skills/micro-interaction/SKILL.md +321 -0
  670. package/skills/mobile-design/SKILL.md +320 -0
  671. package/skills/mobile-design/scripts/mobile_audit.py +670 -0
  672. package/skills/monorepo-management/SKILL.md +370 -0
  673. package/skills/morphing-icons/SKILL.md +423 -0
  674. package/skills/motion-engineering/SKILL.md +272 -0
  675. package/skills/nextjs-react-expert/SKILL.md +293 -0
  676. package/skills/nextjs-react-expert/scripts/convert_rules.py +222 -0
  677. package/skills/nextjs-react-expert/scripts/react_performance_checker.py +252 -0
  678. package/skills/nodejs-best-practices/SKILL.md +617 -0
  679. package/skills/observability/SKILL.md +378 -0
  680. package/skills/opentelemetry-observability/SKILL.md +125 -0
  681. package/skills/page-transition-animation/SKILL.md +161 -0
  682. package/skills/parallel-agents/SKILL.md +185 -0
  683. package/skills/performance-profiling/SKILL.md +305 -0
  684. package/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  685. package/skills/plan-writing/SKILL.md +202 -0
  686. package/skills/platform-engineer/SKILL.md +183 -0
  687. package/skills/platform-engineering-opentofu/SKILL.md +133 -0
  688. package/skills/playwright-ai-e2e/SKILL.md +126 -0
  689. package/skills/playwright-best-practices/SKILL.md +224 -0
  690. package/skills/polish/SKILL.md +114 -0
  691. package/skills/powershell-windows/SKILL.md +197 -0
  692. package/skills/pricing-page/SKILL.md +123 -0
  693. package/skills/product-aware-heuristics/SKILL.md +465 -0
  694. package/skills/progressive-blur/SKILL.md +155 -0
  695. package/skills/project-idioms/SKILL.md +166 -0
  696. package/skills/property-based-testing/SKILL.md +124 -0
  697. package/skills/python-patterns/SKILL.md +295 -0
  698. package/skills/python-pro/SKILL.md +380 -0
  699. package/skills/quieter/SKILL.md +124 -0
  700. package/skills/react-doctor/SKILL.md +126 -0
  701. package/skills/react-specialist/SKILL.md +355 -0
  702. package/skills/readme-builder/SKILL.md +345 -0
  703. package/skills/realtime-patterns/SKILL.md +358 -0
  704. package/skills/red-team-tactics/SKILL.md +266 -0
  705. package/skills/redesign-skill/SKILL.md +121 -0
  706. package/skills/review-animations/SKILL.md +120 -0
  707. package/skills/review-animations/STANDARDS.md +87 -0
  708. package/skills/rust-pro/SKILL.md +727 -0
  709. package/skills/seo-fundamentals/SKILL.md +214 -0
  710. package/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  711. package/skills/server-management/SKILL.md +253 -0
  712. package/skills/shadcn-ui-expert/SKILL.md +271 -0
  713. package/skills/shape/SKILL.md +131 -0
  714. package/skills/skill-creator/SKILL.md +136 -0
  715. package/skills/soft-skill/SKILL.md +128 -0
  716. package/skills/sounds-on-the-web/SKILL.md +151 -0
  717. package/skills/sql-pro/SKILL.md +699 -0
  718. package/skills/supabase-postgres-best-practices/SKILL.md +132 -0
  719. package/skills/svg-animation/SKILL.md +431 -0
  720. package/skills/swiftui-expert/SKILL.md +239 -0
  721. package/skills/swiss-design/SKILL.md +119 -0
  722. package/skills/system-design-pro/SKILL.md +393 -0
  723. package/skills/systematic-debugging/SKILL.md +198 -0
  724. package/skills/systematic-debugging/condition-based-waiting.md +115 -0
  725. package/skills/systematic-debugging/defense-in-depth.md +122 -0
  726. package/skills/systematic-debugging/root-cause-tracing.md +169 -0
  727. package/skills/tailwind-patterns/SKILL.md +658 -0
  728. package/skills/taste-skill/SKILL.md +127 -0
  729. package/skills/tdd-workflow/SKILL.md +179 -0
  730. package/skills/test-result-analyzer/SKILL.md +345 -0
  731. package/skills/testing-patterns/SKILL.md +609 -0
  732. package/skills/testing-patterns/scripts/test_runner.py +219 -0
  733. package/skills/thermo-nuclear-code-quality-review/SKILL.md +137 -0
  734. package/skills/thinking-protocol/SKILL.md +97 -0
  735. package/skills/to-spring-or-not-to-spring/SKILL.md +118 -0
  736. package/skills/transitions-dev/SKILL.md +165 -0
  737. package/skills/trend-researcher/SKILL.md +273 -0
  738. package/skills/typescript-advanced/SKILL.md +381 -0
  739. package/skills/typeset/SKILL.md +135 -0
  740. package/skills/ui-reasoning-engine/SKILL.md +230 -0
  741. package/skills/ui-skill-packs/SKILL.md +132 -0
  742. package/skills/ui-skills-root/SKILL.md +144 -0
  743. package/skills/ui-ux-pro-max/SKILL.md +185 -0
  744. package/skills/ui-ux-researcher/SKILL.md +274 -0
  745. package/skills/vector-search-pgvector/SKILL.md +144 -0
  746. package/skills/verification-before-completion/SKILL.md +178 -0
  747. package/skills/vue-expert/SKILL.md +334 -0
  748. package/skills/vulnerability-scanner/SKILL.md +453 -0
  749. package/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  750. package/skills/web-accessibility-auditor/SKILL.md +254 -0
  751. package/skills/web-design-guidelines/SKILL.md +124 -0
  752. package/skills/web-quality-audit/SKILL.md +122 -0
  753. package/skills/webapp-testing/SKILL.md +203 -0
  754. package/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  755. package/skills/webgpu-performance/SKILL.md +163 -0
  756. package/skills/whimsy-injector/SKILL.md +380 -0
  757. package/skills/workflow-optimizer/SKILL.md +263 -0
  758. package/skills/zero-trust-passkeys/SKILL.md +156 -0
  759. package/.agent/skills/api-patterns/scripts/__pycache__/api_validator.cpython-311.pyc +0 -0
  760. package/.agent/skills/database-design/scripts/__pycache__/schema_validator.cpython-311.pyc +0 -0
  761. package/.agent/skills/frontend-design/scripts/__pycache__/accessibility_checker.cpython-311.pyc +0 -0
  762. package/.agent/skills/frontend-design/scripts/__pycache__/ux_audit.cpython-311.pyc +0 -0
  763. package/.agent/skills/geo-fundamentals/scripts/__pycache__/geo_checker.cpython-311.pyc +0 -0
  764. package/.agent/skills/i18n-localization/scripts/__pycache__/i18n_checker.cpython-311.pyc +0 -0
  765. package/.agent/skills/lint-and-validate/scripts/__pycache__/lint_runner.cpython-311.pyc +0 -0
  766. package/.agent/skills/lint-and-validate/scripts/__pycache__/type_coverage.cpython-311.pyc +0 -0
  767. package/.agent/skills/mobile-design/scripts/__pycache__/mobile_audit.cpython-311.pyc +0 -0
  768. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/convert_rules.cpython-311.pyc +0 -0
  769. package/.agent/skills/nextjs-react-expert/scripts/__pycache__/react_performance_checker.cpython-311.pyc +0 -0
  770. package/.agent/skills/performance-profiling/scripts/__pycache__/lighthouse_audit.cpython-311.pyc +0 -0
  771. package/.agent/skills/seo-fundamentals/scripts/__pycache__/seo_checker.cpython-311.pyc +0 -0
  772. package/.agent/skills/testing-patterns/scripts/__pycache__/test_runner.cpython-311.pyc +0 -0
  773. package/.agent/skills/vulnerability-scanner/scripts/__pycache__/security_scan.cpython-311.pyc +0 -0
  774. package/.agent/skills/webapp-testing/scripts/__pycache__/playwright_runner.cpython-311.pyc +0 -0
@@ -10,292 +10,812 @@
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, no decoration.
14
- - **Brutalist:** Raw, exposed 1px borders, monospace display fonts, high contrast, sharp corners (`radius: 2px`).
15
- - **Editorial:** Magazine-inspired layout, large display headings, generous margins, serif headings, single-column reading paths.
16
- - **Neo-Glassmorphism:** Tinted overlays, high backdrop blur (`blur(20px)`), luminous hairlines, floating modules.
17
- - **Soft Minimal:** Warm tinted grays (`oklch`), rounded shapes (`radius: 12px`), deep shadows, spacious margins.
18
- - **Dark Luxury:** Near-black base (`#0A0A0F`), gold/amber accent lines, thin fonts, subtle animations.
19
- - **Neon Cyberpunk:** Dark base surfaces, highly saturated vivid accents (neon cyan/green), glow effects, sharp geometry.
20
- - **Retro Analog:** Warm grain overlay, rounded typography, muted color palettes, physical paper-like textures.
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
+
22
+ ### Activation Guide
23
+ To activate your chosen identity:
24
+ 1. Replace `[Enter Chosen Direction Here]` above with your chosen theme name (e.g. `Swiss Precision`).
25
+ 2. Copy the corresponding tokens into your application's root stylesheet (`:root` or `:root[data-theme="..."]`).
26
+ 3. Ensure all components consume `var(--...)` tokens rather than hardcoded hex codes.
21
27
 
22
28
  ---
23
29
 
24
30
  ## 2. Visual Identities CSS Tokens Definition
25
31
 
26
32
  ### 1. Swiss Precision
33
+ *Clean, rational, objective modernist design inspired by Josef Müller-Brockmann and the International Typographic Style.*
27
34
 
28
35
  ```css
29
36
  :root {
30
- --font-display: 'General Sans', sans-serif;
31
- --font-body: 'Satoshi', sans-serif;
32
- --font-mono: 'JetBrains Mono', monospace;
37
+ /* 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;
33
41
 
34
42
  /* Surfaces */
35
- --bg-base: oklch(0.98 0.002 240);
36
- --bg-surface: oklch(1 0 0);
37
- --bg-surface-raised: oklch(0.95 0.003 240);
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);
48
+
49
+ /* 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);
38
54
 
39
55
  /* Accents */
40
- --color-primary: oklch(0.2 0.01 240); /* Minimal black/slate */
41
- --color-primary-hover: oklch(0.4 0.01 240);
42
-
43
- /* Spacing Grid */
44
- --space-xs: 4px;
45
- --space-sm: 8px;
46
- --space-md: 16px;
47
- --space-lg: 24px;
48
- --space-xl: 32px;
49
-
50
- /* Radii */
56
+ --color-primary: oklch(0.20 0.01 240); /* Deep Graphite */
57
+ --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 */
60
+
61
+ /* 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);
66
+
67
+ /* Spacing Grid (Strict 8px system) */
68
+ --space-2xs: 2px;
69
+ --space-xs: 4px;
70
+ --space-sm: 8px;
71
+ --space-md: 16px;
72
+ --space-lg: 24px;
73
+ --space-xl: 32px;
74
+ --space-2xl: 48px;
75
+ --space-3xl: 64px;
76
+
77
+ /* Radii (Strict zero radius) */
78
+ --radius-xs: 0px;
51
79
  --radius-sm: 0px;
52
80
  --radius-md: 0px;
53
81
  --radius-lg: 0px;
82
+ --radius-full: 0px;
83
+
84
+ /* Borders & Dividers */
85
+ --border-subtle: 1px solid oklch(0.88 0.003 240);
86
+ --border-strong: 1px solid oklch(0.18 0.01 240);
87
+ --border-focus: 2px solid oklch(0.20 0.01 240);
54
88
 
55
89
  /* Elevation */
56
90
  --shadow-sm: none;
57
91
  --shadow-md: none;
58
- --border-subtle: oklch(90% 0.002 240);
92
+ --shadow-lg: 0 8px 0 oklch(0.18 0.01 240 / 0.15);
59
93
  }
60
94
  ```
61
95
 
96
+ ---
97
+
62
98
  ### 2. Brutalist
99
+ *Uncompromising raw aesthetics, exposed structural outlines, monospace dominance, and hard cast shadows.*
63
100
 
64
101
  ```css
65
102
  :root {
66
- --font-display: 'JetBrains Mono', monospace;
67
- --font-body: 'General Sans', sans-serif;
68
- --font-mono: 'JetBrains Mono', monospace;
103
+ /* 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;
69
107
 
70
- --bg-base: oklch(1 0 0);
71
- --bg-surface: oklch(1 0 0);
72
- --bg-surface-raised: oklch(0.95 0.005 240);
73
-
74
- --color-primary: oklch(0.6 0.28 140); /* Acid Green */
75
- --color-primary-hover: oklch(0.5 0.28 140);
108
+ /* 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);
114
+
115
+ /* 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);
76
120
 
77
- --space-xs: 4px;
78
- --space-sm: 8px;
79
- --space-md: 16px;
80
- --space-lg: 24px;
81
- --space-xl: 32px;
121
+ /* 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
+
127
+ /* 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
+
133
+ /* Spacing */
134
+ --space-2xs: 2px;
135
+ --space-xs: 4px;
136
+ --space-sm: 8px;
137
+ --space-md: 16px;
138
+ --space-lg: 24px;
139
+ --space-xl: 32px;
140
+ --space-2xl: 48px;
141
+ --space-3xl: 64px;
82
142
 
143
+ /* Radii */
144
+ --radius-xs: 1px;
83
145
  --radius-sm: 2px;
84
146
  --radius-md: 2px;
85
- --radius-lg: 2px;
86
-
87
- --shadow-sm: 2px 2px 0px oklch(10% 0.01 240); /* Hard drop shadows */
88
- --shadow-md: 4px 4px 0px oklch(10% 0.01 240);
89
- --border-subtle: 2px solid oklch(10% 0.01 240);
147
+ --radius-lg: 3px;
148
+ --radius-full: 9999px;
149
+
150
+ /* 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);
154
+
155
+ /* 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);
90
159
  }
91
160
  ```
92
161
 
162
+ ---
163
+
93
164
  ### 3. Editorial
165
+ *Sophisticated literary elegance, high editorial serif headings, warm creamy paper textures, and generous margins.*
94
166
 
95
167
  ```css
96
168
  :root {
97
- --font-display: 'Playfair Display', serif;
98
- --font-body: 'Source Sans 3', sans-serif;
99
- --font-mono: 'Courier New', monospace;
100
-
101
- --bg-base: oklch(0.97 0.005 60); /* Warm alabaster tint */
102
- --bg-surface: oklch(0.99 0.002 60);
103
- --bg-surface-raised: oklch(0.94 0.008 60);
169
+ /* 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;
104
173
 
105
- --color-primary: oklch(0.35 0.12 25); /* Deep terracotta red */
106
- --color-primary-hover: oklch(0.25 0.12 25);
174
+ /* 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
+
181
+ /* 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);
107
186
 
108
- --space-xs: 6px;
109
- --space-sm: 12px;
110
- --space-md: 24px;
111
- --space-lg: 36px;
112
- --space-xl: 48px;
187
+ /* Accents */
188
+ --color-primary: oklch(0.38 0.13 30); /* Terracotta Sienna */
189
+ --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 */
192
+
193
+ /* 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);
198
+
199
+ /* Spacing (Generous editorial flow) */
200
+ --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-2xl: 72px;
207
+ --space-3xl: 96px;
113
208
 
209
+ /* Radii */
210
+ --radius-xs: 2px;
114
211
  --radius-sm: 4px;
115
212
  --radius-md: 8px;
116
213
  --radius-lg: 16px;
214
+ --radius-full: 9999px;
215
+
216
+ /* Borders & Dividers */
217
+ --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);
117
220
 
118
- --shadow-sm: 0 2px 8px oklch(20% 0.01 60 / 0.05);
119
- --shadow-md: 0 8px 24px oklch(20% 0.01 60 / 0.08);
120
- --border-subtle: oklch(88% 0.01 60);
221
+ /* 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);
121
225
  }
122
226
  ```
123
227
 
228
+ ---
229
+
124
230
  ### 4. Neo-Glassmorphism
231
+ *Deep luminous indigo backdrops, progressive frosted glass layers, neon cyan accents, and 1px luminous hairlines.*
125
232
 
126
233
  ```css
127
234
  :root {
128
- --font-display: 'Clash Display', sans-serif;
129
- --font-body: 'Satoshi', sans-serif;
130
- --font-mono: 'JetBrains Mono', monospace;
235
+ /* Typography */
236
+ --font-display: "Clash Display", "Plus Jakarta Sans", sans-serif;
237
+ --font-body: "Satoshi", "Inter", sans-serif;
238
+ --font-mono: "JetBrains Mono", monospace;
131
239
 
132
- --bg-base: oklch(0.12 0.01 220); /* Deep indigo gradient base */
133
- --bg-surface: oklch(100% 0 0 / 0.15); /* Translucent glass */
134
- --bg-surface-raised: oklch(100% 0 0 / 0.25);
135
-
136
- --color-primary: oklch(0.7 0.22 200); /* Electric cyan */
137
- --color-primary-hover: oklch(0.6 0.22 200);
240
+ /* 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);
246
+
247
+ /* 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);
138
252
 
139
- --space-xs: 4px;
140
- --space-sm: 8px;
141
- --space-md: 16px;
142
- --space-lg: 24px;
143
- --space-xl: 32px;
253
+ /* 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 */
258
+
259
+ /* 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);
264
+
265
+ /* Spacing */
266
+ --space-2xs: 2px;
267
+ --space-xs: 4px;
268
+ --space-sm: 8px;
269
+ --space-md: 16px;
270
+ --space-lg: 24px;
271
+ --space-xl: 32px;
272
+ --space-2xl: 48px;
273
+ --space-3xl: 64px;
144
274
 
145
- --radius-sm: 4px;
275
+ /* Radii */
276
+ --radius-xs: 4px;
277
+ --radius-sm: 8px;
146
278
  --radius-md: 16px;
147
279
  --radius-lg: 28px;
148
-
149
- --shadow-sm: 0 4px 12px oklch(0% 0 0 / 0.15);
150
- --shadow-md: 0 12px 32px oklch(0% 0 0 / 0.25);
151
- --border-subtle: 1px solid oklch(100% 0 0 / 0.18); /* Glass hairline glow */
280
+ --radius-full: 9999px;
281
+
282
+ /* Borders & Glass Filters */
283
+ --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);
287
+
288
+ /* Elevation (Soft luminous colored glows) */
289
+ --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);
152
292
  }
153
293
  ```
154
294
 
295
+ ---
296
+
155
297
  ### 5. Soft Minimal
298
+ *Understated Nordic restraint, warm organic off-whites, gentle rounded corners, whisper-quiet shadows, and peaceful spacing.*
156
299
 
157
300
  ```css
158
301
  :root {
159
- --font-display: 'Geist Sans', sans-serif;
160
- --font-body: 'Geist Sans', sans-serif;
161
- --font-mono: 'Geist Mono', monospace;
302
+ /* 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;
162
306
 
163
- --bg-base: oklch(0.98 0.003 80); /* Warm off-white */
164
- --bg-surface: oklch(1 0 0);
165
- --bg-surface-raised: oklch(0.96 0.005 80);
166
-
167
- --color-primary: oklch(0.4 0.06 200); /* Muted graphite slate */
168
- --color-primary-hover: oklch(0.3 0.06 200);
307
+ /* 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);
313
+
314
+ /* 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);
169
319
 
170
- --space-xs: 4px;
171
- --space-sm: 8px;
172
- --space-md: 16px;
173
- --space-lg: 24px;
174
- --space-xl: 32px;
320
+ /* Accents */
321
+ --color-primary: oklch(0.36 0.05 240); /* Warm Graphite */
322
+ --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 */
325
+
326
+ /* 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);
331
+
332
+ /* Spacing */
333
+ --space-2xs: 2px;
334
+ --space-xs: 4px;
335
+ --space-sm: 8px;
336
+ --space-md: 16px;
337
+ --space-lg: 24px;
338
+ --space-xl: 32px;
339
+ --space-2xl: 48px;
340
+ --space-3xl: 64px;
175
341
 
342
+ /* Radii */
343
+ --radius-xs: 4px;
176
344
  --radius-sm: 6px;
177
345
  --radius-md: 12px;
178
346
  --radius-lg: 20px;
347
+ --radius-full: 9999px;
179
348
 
180
- --shadow-sm: 0 2px 4px oklch(0% 0 0 / 0.02);
181
- --shadow-md: 0 8px 24px oklch(0% 0 0 / 0.04);
182
- --border-subtle: oklch(93% 0.003 80);
349
+ /* Borders & Dividers */
350
+ --border-subtle: 1px solid oklch(0.92 0.004 80);
351
+ --border-strong: 1px solid oklch(0.78 0.01 80);
352
+ --border-focus: 2px solid oklch(0.36 0.05 240);
353
+
354
+ /* 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);
183
358
  }
184
359
  ```
185
360
 
361
+ ---
362
+
186
363
  ### 6. Dark Luxury
364
+ *Private-banking exclusivity, deep OLED black canvas, gold/champagne hairline accents, and razor-sharp typographic precision.*
187
365
 
188
366
  ```css
189
367
  :root {
190
- --font-display: 'Cabinet Grotesk', sans-serif;
191
- --font-body: 'Satoshi', sans-serif;
192
- --font-mono: 'JetBrains Mono', monospace;
368
+ /* Typography */
369
+ --font-display: "Cabinet Grotesk", "Cormorant Garamond", serif;
370
+ --font-body: "Satoshi", "Outfit", -apple-system, sans-serif;
371
+ --font-mono: "JetBrains Mono", monospace;
193
372
 
194
- --bg-base: oklch(0.08 0.005 250); /* OLED-friendly black */
195
- --bg-surface: oklch(0.12 0.008 250);
196
- --bg-surface-raised: oklch(0.16 0.01 250);
373
+ /* 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);
379
+
380
+ /* 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);
197
385
 
198
- --color-primary: oklch(0.78 0.12 85); /* Gold/Amber */
386
+ /* Accents */
387
+ --color-primary: oklch(0.78 0.12 85); /* Muted Imperial Gold */
199
388
  --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 */
391
+
392
+ /* 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);
397
+
398
+ /* Spacing */
399
+ --space-2xs: 2px;
400
+ --space-xs: 4px;
401
+ --space-sm: 8px;
402
+ --space-md: 16px;
403
+ --space-lg: 24px;
404
+ --space-xl: 32px;
405
+ --space-2xl: 48px;
406
+ --space-3xl: 64px;
200
407
 
201
- --space-xs: 4px;
202
- --space-sm: 8px;
203
- --space-md: 16px;
204
- --space-lg: 24px;
205
- --space-xl: 32px;
206
-
207
- --radius-sm: 2px;
408
+ /* Radii */
409
+ --radius-xs: 2px;
410
+ --radius-sm: 4px;
208
411
  --radius-md: 6px;
209
412
  --radius-lg: 12px;
413
+ --radius-full: 9999px;
414
+
415
+ /* Borders & Hairlines */
416
+ --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);
210
419
 
211
- --shadow-sm: 0 1px 2px oklch(0% 0 0 / 0.3);
212
- --shadow-md: 0 4px 16px oklch(0% 0 0 / 0.5);
213
- --border-subtle: oklch(22% 0.01 250 / 0.5); /* Thin hairline borders */
420
+ /* 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);
214
424
  }
215
425
  ```
216
426
 
427
+ ---
428
+
217
429
  ### 7. Neon Cyberpunk
430
+ *High-velocity terminal engineering, deep space navy, vivid radiant lasers, chromatic contrast, and angular geometry.*
218
431
 
219
432
  ```css
220
433
  :root {
221
- --font-display: 'Space Grotesk', sans-serif;
222
- --font-body: 'General Sans', sans-serif;
223
- --font-mono: 'JetBrains Mono', monospace;
434
+ /* 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;
224
438
 
225
- --bg-base: oklch(0.05 0.01 280); /* Deep space navy */
226
- --bg-surface: oklch(0.08 0.015 280);
227
- --bg-surface-raised: oklch(0.12 0.02 280);
439
+ /* 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);
445
+
446
+ /* 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);
228
451
 
229
- --color-primary: oklch(0.75 0.28 160); /* Neon green glow */
452
+ /* Accents */
453
+ --color-primary: oklch(0.75 0.28 160); /* Acid Neon Emerald */
230
454
  --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 */
457
+
458
+ /* 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);
463
+
464
+ /* Spacing */
465
+ --space-2xs: 2px;
466
+ --space-xs: 4px;
467
+ --space-sm: 8px;
468
+ --space-md: 16px;
469
+ --space-lg: 24px;
470
+ --space-xl: 32px;
471
+ --space-2xl: 48px;
472
+ --space-3xl: 64px;
231
473
 
232
- --space-xs: 4px;
233
- --space-sm: 8px;
234
- --space-md: 16px;
235
- --space-lg: 24px;
236
- --space-xl: 32px;
237
-
238
- --radius-sm: 0px;
474
+ /* Radii */
475
+ --radius-xs: 0px;
476
+ --radius-sm: 2px;
239
477
  --radius-md: 4px;
240
478
  --radius-lg: 8px;
479
+ --radius-full: 9999px;
480
+
481
+ /* Borders & Glows */
482
+ --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);
241
485
 
242
- --shadow-sm: 0 0 8px oklch(0.75 0.28 160 / 0.2);
243
- --shadow-md: 0 0 16px oklch(0.75 0.28 160 / 0.4);
244
- --border-subtle: oklch(20% 0.03 280);
486
+ /* Elevation (Neon radiance glows) */
487
+ --shadow-sm: 0 0 10px oklch(0.75 0.28 160 / 0.20);
488
+ --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);
245
490
  }
246
491
  ```
247
492
 
493
+ ---
494
+
248
495
  ### 8. Retro Analog
496
+ *Warm archival grain, vintage print craftsmanship, typewriter monospace elements, and physical print textures.*
249
497
 
250
498
  ```css
251
499
  :root {
252
- --font-display: 'Clash Display', sans-serif;
253
- --font-body: 'Switzer', sans-serif;
254
- --font-mono: 'Courier New', monospace;
500
+ /* 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;
255
504
 
256
- --bg-base: oklch(0.94 0.015 70); /* Warm paper beige */
257
- --bg-surface: oklch(0.96 0.015 70);
258
- --bg-surface-raised: oklch(0.91 0.02 70);
259
-
260
- --color-primary: oklch(0.5 0.18 45); /* Muted rust brown */
261
- --color-primary-hover: oklch(0.4 0.18 45);
505
+ /* 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);
511
+
512
+ /* 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);
262
517
 
263
- --space-xs: 5px;
264
- --space-sm: 10px;
265
- --space-md: 20px;
266
- --space-lg: 30px;
267
- --space-xl: 40px;
518
+ /* 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 */
523
+
524
+ /* 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);
529
+
530
+ /* Spacing */
531
+ --space-2xs: 3px;
532
+ --space-xs: 5px;
533
+ --space-sm: 10px;
534
+ --space-md: 20px;
535
+ --space-lg: 30px;
536
+ --space-xl: 40px;
537
+ --space-2xl: 60px;
538
+ --space-3xl: 80px;
268
539
 
540
+ /* Radii */
541
+ --radius-xs: 2px;
269
542
  --radius-sm: 4px;
270
543
  --radius-md: 8px;
271
544
  --radius-lg: 16px;
545
+ --radius-full: 9999px;
546
+
547
+ /* Borders & Dividers */
548
+ --border-subtle: 1px solid oklch(0.84 0.02 72);
549
+ --border-strong: 2px solid oklch(0.22 0.025 50);
550
+ --border-focus: 2px solid oklch(0.50 0.18 45);
551
+
552
+ /* 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);
556
+ }
557
+ ```
558
+
559
+ ---
560
+
561
+ ## 3. Typographical Architecture & Fluid Scale
272
562
 
273
- --shadow-sm: 1px 1px 2px oklch(20% 0.02 70 / 0.08);
274
- --shadow-md: 3px 3px 6px oklch(20% 0.02 70 / 0.12);
275
- --border-subtle: oklch(85% 0.02 70);
563
+ Every interface must use mathematical fluid scaling via CSS `clamp()` to scale seamlessly across viewports without breakpoint jumps.
564
+
565
+ ### Fluid Typography Scale
566
+ ```css
567
+ :root {
568
+ /* Display / Hero */
569
+ --text-display: clamp(2.5rem, 1.8rem + 3.5vw, 4.5rem); /* 40px -> 72px */
570
+ --line-display: 1.05;
571
+ --tracking-display: -0.03em;
572
+
573
+ /* Heading 1 */
574
+ --text-h1: clamp(2rem, 1.5rem + 2.5vw, 3.25rem); /* 32px -> 52px */
575
+ --line-h1: 1.15;
576
+ --tracking-h1: -0.025em;
577
+
578
+ /* Heading 2 */
579
+ --text-h2: clamp(1.5rem, 1.2rem + 1.5vw, 2.25rem); /* 24px -> 36px */
580
+ --line-h2: 1.25;
581
+ --tracking-h2: -0.02em;
582
+
583
+ /* Heading 3 */
584
+ --text-h3: clamp(1.25rem, 1.1rem + 0.75vw, 1.625rem); /* 20px -> 26px */
585
+ --line-h3: 1.35;
586
+ --tracking-h3: -0.015em;
587
+
588
+ /* Body Typography */
589
+ --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 */
591
+ --text-body-sm: clamp(0.8125rem, 0.8rem + 0.1vw, 0.875rem); /* 13px -> 14px */
592
+ --text-caption: 0.75rem; /* 12px */
593
+
594
+ --line-body: 1.6;
595
+ --tracking-body: 0em;
596
+ --tracking-caps: 0.06em;
276
597
  }
277
598
  ```
278
599
 
600
+ ### Typographic Invariants
601
+ 1. **Headline Balancing:** Always add `text-wrap: balance` on all `h1`, `h2`, `h3` tags to eliminate orphan words.
602
+ 2. **Body Text Wrapping:** Add `text-wrap: pretty` on long-form paragraphs to prevent dangling end lines.
603
+ 3. **Reading Line Length:** Never exceed `65ch` on prose container widths (`max-width: 65ch`).
604
+ 4. **Tabular Numerics:** All numbers, financial metrics, counters, and table data MUST use `font-variant-numeric: tabular-nums` to prevent horizontal jitter during updates.
605
+ 5. **Tracking Cadence:** Tighter tracking on larger headings (`-0.025em`), neutral on body (`0em`), and expanded tracking on uppercase labels (`0.06em`).
606
+
279
607
  ---
280
608
 
281
- ## 3. Typographical Scaling (Fluid Type)
609
+ ## 4. Spatial Discipline, Container Queries & Concentric Geometry
610
+
611
+ ### The 8-Point Spatial Grid
612
+ 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):
613
+ - `4px` (xs): Tight component internals, icon-to-text spacing.
614
+ - `8px` (sm): Standard intra-component padding, button gaps.
615
+ - `16px` (md): Card padding, list item separation.
616
+ - `24px` (lg): Section grid gaps, modal content padding.
617
+ - `32px` (xl): Page column gutters, card container separation.
618
+ - `48px` (2xl): Section breaks on mobile.
619
+ - `64px`–`96px` (3xl): Major landing section boundaries on desktop.
620
+
621
+ ### Concentric Nested Radius Law
622
+ To avoid visual tension caused by non-concentric curves, the outer radius MUST equal the inner radius plus the inner padding:
623
+
624
+ $$\mathbf{R_{\text{outer}} = R_{\text{inner}} + P_{\text{padding}}}$$
625
+
626
+ ```css
627
+ /* Concentric Example: Card with an internal Button/Image */
628
+ .parent-card {
629
+ padding: 16px; /* P_padding = 16px */
630
+ border-radius: 24px; /* R_outer = 8px + 16px = 24px */
631
+ }
632
+
633
+ .child-element {
634
+ border-radius: 8px; /* R_inner = 8px */
635
+ }
636
+ ```
637
+
638
+ ### Container Queries Architecture
639
+ For modular components that adapt to their container rather than the screen viewport:
640
+ ```css
641
+ .card-container {
642
+ container-type: inline-size;
643
+ container-name: card;
644
+ }
282
645
 
283
- - Headings must use `clamp()` to scale fluidly with the screen width.
284
- - Always include `text-wrap: balance` to prevent typographical orphans.
285
- - Body text line length must be clamped to `65ch` max width.
646
+ @container card (min-width: 480px) {
647
+ .card-layout {
648
+ display: grid;
649
+ grid-template-columns: 120px 1fr;
650
+ gap: var(--space-md);
651
+ }
652
+ }
653
+ ```
286
654
 
287
655
  ---
288
656
 
289
- ## 4. Spacing Rules & Nested Radii
657
+ ## 5. Interaction Physics, Motion & Micro-Interactions
658
+
659
+ Every interactive element MUST possess intentional, physical micro-interactions across all five fundamental interaction states.
660
+
661
+ ### 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;` |
669
+
670
+ ### Motion Tokens & Physics Curves
671
+ ```css
672
+ :root {
673
+ /* 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 */
678
+
679
+ /* 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 */
683
+ }
684
+ ```
290
685
 
291
- - Maintain the 8px grid alignment.
292
- - Nested Radius Formula: `outer_radius = inner_radius + padding_inner`.
686
+ ### Motion Invariants
687
+ 1. **Never Animate Layout Properties:** Only animate compositor-friendly properties (`transform`, `opacity`, `filter`). Never animate `width`, `height`, `margin`, or `top` directly.
688
+ 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
+ 3. **Respect Reduced Motion:**
690
+ ```css
691
+ @media (prefers-reduced-motion: reduce) {
692
+ *, *::before, *::after {
693
+ animation-duration: 0.01ms !important;
694
+ animation-iteration-count: 1 !important;
695
+ transition-duration: 0.01ms !important;
696
+ scroll-behavior: auto !important;
697
+ }
698
+ }
699
+ ```
293
700
 
294
701
  ---
295
702
 
296
- ## 5. Interaction States & Transitions
703
+ ## 6. Elevation, Depth & Layering Architecture
297
704
 
298
- All buttons and active controls must define styled properties for:
705
+ Surfaces must layer cleanly along the Z-axis using dual-shadow illumination (diffuse ambient bounce + sharp contact shadow):
706
+
707
+ ```css
708
+ :root {
709
+ /* Level 0: Canvas Base (flat) */
710
+ /* 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);
714
+
715
+ /* 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);
719
+
720
+ /* 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);
724
+
725
+ /* 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);
729
+ }
730
+ ```
731
+
732
+ ### Progressive Backdrop Blur
733
+ For modern floating headers, modals, and sticky action bars:
734
+ ```css
735
+ .frosted-overlay {
736
+ background-color: var(--bg-surface-overlay);
737
+ backdrop-filter: blur(16px) saturate(160%);
738
+ -webkit-backdrop-filter: blur(16px) saturate(160%);
739
+ border-bottom: var(--border-subtle);
740
+ }
741
+ ```
742
+
743
+ ---
744
+
745
+ ## 7. Core Component Primitives Contract
746
+
747
+ All generated UI components must adhere to the following architectural contracts:
748
+
749
+ ### 1. Button Primitive
750
+ - **Variants:** `primary`, `secondary`, `outline`, `ghost`, `destructive`.
751
+ - **Sizes:** `sm` (32px h, 12px px), `md` (40px h, 16px px), `lg` (48px h, 20px px).
752
+ - **Invariants:** Must have `display: inline-flex`, `align-items: center`, `justify-content: center`, `gap: var(--space-xs)`.
753
+ - **States:** Active state must use `transform: scale(0.97)` with `--duration-instant`.
754
+
755
+ ### 2. Form Control Primitive (Inputs & Selects)
756
+ - **Minimum Target Size:** Minimum height `40px` (desktop), `44px` (touch devices).
757
+ - **Resting:** `border: var(--border-subtle); background: var(--bg-surface);`.
758
+ - **Focus:** `border-color: var(--color-primary); box-shadow: 0 0 0 3px var(--color-primary-subtle); outline: none;`.
759
+ - **Error:** `border-color: var(--status-error); box-shadow: 0 0 0 3px oklch(0.55 0.20 25 / 0.15);`.
760
+
761
+ ### 3. Modal / Dialog Primitive
762
+ - **Scrim Backdrop:** `background-color: oklch(0 0 0 / 0.50); backdrop-filter: blur(8px);`.
763
+ - **Placement:** Centered with spring scale entrance (`scale(0.95) -> scale(1.00)`).
764
+ - **Accessibility:** Must trap keyboard focus (`Tab` navigation constrained inside dialog), `Escape` to close, return focus to trigger on exit.
765
+
766
+ ---
767
+
768
+ ## 8. Anti-AI Clichés & Tribunal Aesthetic Invariants
769
+
770
+ AI models routinely generate bland, template-like interfaces unless strictly constrained. All coding agents MUST comply with the following Anti-Slop Table:
771
+
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. |
781
+
782
+ ---
783
+
784
+ ## 9. Accessibility & APCA Contrast Invariants
785
+
786
+ Tribunal Kit enforces strict compliance with WCAG 2.2 AA and modern APCA (Accessible Perceptual Contrast Algorithm) standards:
787
+
788
+ 1. **APCA Contrast Thresholds:**
789
+ - Primary Body Copy: Minimum $L^c \ge 60$ (preferred $L^c \ge 75$).
790
+ - Large Headings ($\ge 24\text{px}$): Minimum $L^c \ge 45$.
791
+ - Interactive Control Borders & Icons: Minimum $L^c \ge 45$.
792
+ 2. **Focus Visibility:**
793
+ - Every interactive control must have an unmistakable `:focus-visible` state.
794
+ - Never use `outline: none` without providing an equivalent high-contrast focus indicator.
795
+ 3. **Touch Targets:**
796
+ - Minimum bounding box of $44\text{px} \times 44\text{px}$ on touch viewports (`@media (pointer: coarse)`).
797
+ - Minimum bounding box of $36\text{px} \times 36\text{px}$ on desktop viewports.
798
+ 4. **Non-Color Dependency:**
799
+ - Never convey error, warning, or status strictly through color alone. Always pair status badges with an icon and text label.
800
+
801
+ ---
802
+
803
+ ## 10. Multi-Platform Synchronization (Web, Tailwind, Tokens JSON)
804
+
805
+ ### Using Tokens in Tailwind CSS v4
806
+ ```css
807
+ @theme {
808
+ --color-primary: var(--color-primary);
809
+ --color-primary-hover: var(--color-primary-hover);
810
+ --color-bg-base: var(--bg-base);
811
+ --color-bg-surface: var(--bg-surface);
812
+ --font-display: var(--font-display);
813
+ --font-body: var(--font-body);
814
+ --radius-sm: var(--radius-sm);
815
+ --radius-md: var(--radius-md);
816
+ --radius-lg: var(--radius-lg);
817
+ }
818
+ ```
299
819
 
300
- - `hover`, `focus-visible`, `active`/`pressed`, and `disabled` states.
301
- - Use spring easing curves: `cubic-bezier(0.34, 1.56, 0.64, 1)`.
820
+ ### Synchronization with `design-tokens.json`
821
+ 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.