shmakk 1.1.0 → 1.2.0

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 (450) hide show
  1. package/README.md +16 -1
  2. package/package.json +6 -3
  3. package/scripts/import-skills.js +536 -0
  4. package/scripts/install-skills.js +64 -0
  5. package/skills/ai-elements.md +482 -0
  6. package/skills/architecture.md +151 -0
  7. package/skills/backend-adapter-aws-lambda.md +204 -0
  8. package/skills/backend-adapter-express.md +177 -0
  9. package/skills/backend-adapter-fastify.md +222 -0
  10. package/skills/backend-adapter-fetch.md +200 -0
  11. package/skills/backend-api-docs.md +22 -0
  12. package/skills/backend-aspire.md +232 -0
  13. package/skills/backend-aspnet-core.md +62 -0
  14. package/skills/backend-build-chatgpt-app.md +321 -0
  15. package/skills/backend-build-mcp-app.md +393 -0
  16. package/skills/backend-build-mcp-server.md +222 -0
  17. package/skills/backend-build-mcpb.md +200 -0
  18. package/skills/backend-building-ai-agent-on-cloudflare.md +401 -0
  19. package/skills/backend-caching.md +206 -0
  20. package/skills/backend-chatgpt-app-submission.md +157 -0
  21. package/skills/backend-chatgpt-apps.md +321 -0
  22. package/skills/backend-client-setup.md +318 -0
  23. package/skills/backend-containerize-aspnet-framework.md +455 -0
  24. package/skills/backend-create-spring-boot-java-project.md +164 -0
  25. package/skills/backend-create-spring-boot-kotlin-project.md +148 -0
  26. package/skills/backend-csharp-async.md +50 -0
  27. package/skills/backend-csharp-docs.md +63 -0
  28. package/skills/backend-csharp-mcp-server-generator.md +60 -0
  29. package/skills/backend-dotenv.md +201 -0
  30. package/skills/backend-dotenvx.md +119 -0
  31. package/skills/backend-env-vars.md +259 -0
  32. package/skills/backend-error-handling.md +254 -0
  33. package/skills/backend-fastapi.md +437 -0
  34. package/skills/backend-go-mcp-server-generator.md +335 -0
  35. package/skills/backend-java-mcp-server-generator.md +757 -0
  36. package/skills/backend-kotlin-mcp-server-generator.md +450 -0
  37. package/skills/backend-middlewares.md +243 -0
  38. package/skills/backend-multi-stage-dockerfile.md +47 -0
  39. package/skills/backend-nestjs.md +192 -0
  40. package/skills/backend-next-forge.md +375 -0
  41. package/skills/backend-nextjs.md +746 -0
  42. package/skills/backend-openapi-to-application-code.md +113 -0
  43. package/skills/backend-php-mcp-server-generator.md +523 -0
  44. package/skills/backend-python-mcp-server-generator.md +106 -0
  45. package/skills/backend-routing-middleware.md +251 -0
  46. package/skills/backend-ruby-mcp-server-generator.md +661 -0
  47. package/skills/backend-rust-mcp-server-generator.md +578 -0
  48. package/skills/backend-semantic-kernel.md +57 -0
  49. package/skills/backend-server-setup.md +379 -0
  50. package/skills/backend-server-side-calls.md +250 -0
  51. package/skills/backend-subscriptions.md +407 -0
  52. package/skills/backend-swift-mcp-server-generator.md +670 -0
  53. package/skills/backend-trpc-router.md +152 -0
  54. package/skills/backend-typescript-mcp-server-generator.md +91 -0
  55. package/skills/backend-validators.md +229 -0
  56. package/skills/backend.md +76 -0
  57. package/skills/backup.md +165 -0
  58. package/skills/budget.md +140 -0
  59. package/skills/business-gtm-0-to-1-launch.md +322 -0
  60. package/skills/business-gtm-operating-cadence.md +421 -0
  61. package/skills/business-gtm-positioning-strategy.md +439 -0
  62. package/skills/business-gtm-product-led-growth.md +340 -0
  63. package/skills/calendar.md +95 -0
  64. package/skills/code-review.md +130 -0
  65. package/skills/compliance.md +168 -0
  66. package/skills/contracts.md +130 -0
  67. package/skills/daily-job-run.md +46 -0
  68. package/skills/daily-webdesign.md +187 -0
  69. package/skills/database-bigquery-pipeline-audit.md +130 -0
  70. package/skills/database-cosmosdb-datamodeling.md +1046 -0
  71. package/skills/database-durable-objects.md +187 -0
  72. package/skills/database-ef-core.md +76 -0
  73. package/skills/database-fabric-lakehouse.md +107 -0
  74. package/skills/database-neon-postgres-egress-optimizer.md +213 -0
  75. package/skills/database-neon-postgres.md +218 -0
  76. package/skills/database-postgresql-code-review.md +213 -0
  77. package/skills/database-postgresql-optimization.md +405 -0
  78. package/skills/database-sql-code-review.md +302 -0
  79. package/skills/database-sql-optimization.md +297 -0
  80. package/skills/dependency-audit.md +165 -0
  81. package/skills/design-kami-landing.md +234 -0
  82. package/skills/design.md +221 -0
  83. package/skills/dev-acquire-codebase-knowledge.md +175 -0
  84. package/skills/dev-add-educational-comments.md +129 -0
  85. package/skills/dev-add-model-descriptions.md +74 -0
  86. package/skills/dev-adr-review.md +56 -0
  87. package/skills/dev-boost-prompt.md +26 -0
  88. package/skills/dev-build-run-debug.md +130 -0
  89. package/skills/dev-chunk.md +49 -0
  90. package/skills/dev-claude-md-improver.md +180 -0
  91. package/skills/dev-code-exemplars-blueprint-generator.md +127 -0
  92. package/skills/dev-code-tour.md +434 -0
  93. package/skills/dev-comment-code-generate-a-tutorial.md +27 -0
  94. package/skills/dev-commit.md +81 -0
  95. package/skills/dev-context-map.md +53 -0
  96. package/skills/dev-conventional-commit.md +73 -0
  97. package/skills/dev-create-architectural-decision-record.md +98 -0
  98. package/skills/dev-create-draft-pr.md +17 -0
  99. package/skills/dev-create-pr.md +17 -0
  100. package/skills/dev-create-readme.md +22 -0
  101. package/skills/dev-csharp-mstest.md +479 -0
  102. package/skills/dev-csharp-nunit.md +72 -0
  103. package/skills/dev-csharp-tunit.md +101 -0
  104. package/skills/dev-csharp-xunit.md +69 -0
  105. package/skills/dev-debug-failing-test.md +90 -0
  106. package/skills/dev-diff-analyze.md +32 -0
  107. package/skills/dev-diffs.md +24 -0
  108. package/skills/dev-dotnet-best-practices.md +86 -0
  109. package/skills/dev-dotnet-design-pattern-review.md +43 -0
  110. package/skills/dev-dotnet-timezone.md +110 -0
  111. package/skills/dev-dotnet-upgrade.md +117 -0
  112. package/skills/dev-doublecheck.md +278 -0
  113. package/skills/dev-explain-error.md +15 -0
  114. package/skills/dev-finding-discovery.md +164 -0
  115. package/skills/dev-fix-finding.md +111 -0
  116. package/skills/dev-full-file-edit.md +25 -0
  117. package/skills/dev-git-commit.md +125 -0
  118. package/skills/dev-git-flow-branch-creator.md +293 -0
  119. package/skills/dev-git-workflow.md +46 -0
  120. package/skills/dev-github-automation.md +64 -0
  121. package/skills/dev-github-code-review.md +1140 -0
  122. package/skills/dev-github-issues.md +202 -0
  123. package/skills/dev-gpt-5-4-prompting.md +55 -0
  124. package/skills/dev-investigation-mode.md +277 -0
  125. package/skills/dev-java-add-graalvm-native-image-support.md +450 -0
  126. package/skills/dev-java-docs.md +24 -0
  127. package/skills/dev-java-refactoring-extract-method.md +105 -0
  128. package/skills/dev-java-refactoring-remove-parameter.md +85 -0
  129. package/skills/dev-merge.md +73 -0
  130. package/skills/dev-migrate-create.md +36 -0
  131. package/skills/dev-migrate-validate.md +36 -0
  132. package/skills/dev-my-issues.md +9 -0
  133. package/skills/dev-my-pull-requests.md +15 -0
  134. package/skills/dev-planning-oracle-to-postgres-migration-integration-testing.md +45 -0
  135. package/skills/dev-playwright-generate-test.md +18 -0
  136. package/skills/dev-playwright.md +148 -0
  137. package/skills/dev-prompt-builder.md +142 -0
  138. package/skills/dev-pytest-coverage.md +29 -0
  139. package/skills/dev-python-manager-discovery.md +330 -0
  140. package/skills/dev-python-pypi-package-builder.md +445 -0
  141. package/skills/dev-readme-blueprint-generator.md +79 -0
  142. package/skills/dev-refactor-method-complexity-reduce.md +99 -0
  143. package/skills/dev-refactor-plan.md +66 -0
  144. package/skills/dev-refactor.md +646 -0
  145. package/skills/dev-review-and-refactor.md +16 -0
  146. package/skills/dev-reviewing-oracle-to-postgres-migration.md +68 -0
  147. package/skills/dev-ruff-recursive-fix.md +201 -0
  148. package/skills/dev-run-e2e-tests.md +126 -0
  149. package/skills/dev-run-pre-commit-checks.md +133 -0
  150. package/skills/dev-run-smoke-tests.md +127 -0
  151. package/skills/dev-scaffolding-oracle-to-postgres-migration-test-project.md +55 -0
  152. package/skills/dev-spring-boot-testing.md +190 -0
  153. package/skills/dev-sync-upstream.md +32 -0
  154. package/skills/dev-sync.md +74 -0
  155. package/skills/dev-tdd-workflow.md +23 -0
  156. package/skills/dev-terraform-azurerm-set-diff-analyzer.md +49 -0
  157. package/skills/dev-test-driven-development.md +372 -0
  158. package/skills/dev-test-gaps.md +18 -0
  159. package/skills/dev-test-triage.md +55 -0
  160. package/skills/dev-typer.md +267 -0
  161. package/skills/dev-typescript-setup.md +25 -0
  162. package/skills/dev-unified-diff-edit.md +16 -0
  163. package/skills/dev-unit-test-vue-pinia.md +198 -0
  164. package/skills/dev-using-git-worktrees.md +216 -0
  165. package/skills/dev-validation.md +99 -0
  166. package/skills/dev-verification.md +168 -0
  167. package/skills/dev-webapp-testing.md +134 -0
  168. package/skills/dev-write-coding-standards-from-file.md +317 -0
  169. package/skills/dev-write-tests.md +16 -0
  170. package/skills/devops-appinsights-instrumentation.md +49 -0
  171. package/skills/devops-az-cost-optimize.md +306 -0
  172. package/skills/devops-chronicle.md +154 -0
  173. package/skills/devops-deployments-cicd.md +331 -0
  174. package/skills/devops-devops-rollout-plan.md +118 -0
  175. package/skills/devops-geistdocs.md +276 -0
  176. package/skills/devops-observability.md +774 -0
  177. package/skills/devops-observe-metrics.md +35 -0
  178. package/skills/devops-observe-trace.md +30 -0
  179. package/skills/devops-phoenix-cli.md +163 -0
  180. package/skills/devops-phoenix-tracing.md +140 -0
  181. package/skills/devops-publish-to-pages.md +108 -0
  182. package/skills/devops-telemetry.md +87 -0
  183. package/skills/devops-update-avm-modules-in-bicep.md +61 -0
  184. package/skills/devops.md +81 -0
  185. package/skills/diagrams-canvas.md +204 -0
  186. package/skills/diagrams-draw-io-diagram-generator.md +463 -0
  187. package/skills/diagrams-excalidraw-diagram-generator.md +614 -0
  188. package/skills/diagrams-graphify.md +1277 -0
  189. package/skills/docs-bear-notes.md +108 -0
  190. package/skills/docs-create-llms.md +211 -0
  191. package/skills/docs-doc-gen.md +20 -0
  192. package/skills/docs-documentation-writer.md +46 -0
  193. package/skills/docs-llm-config.md +33 -0
  194. package/skills/docs-mkdocs-translations.md +109 -0
  195. package/skills/docs-obsidian-vault-maintainer.md +14 -0
  196. package/skills/docs-obsidian.md +82 -0
  197. package/skills/docs-prose.md +324 -0
  198. package/skills/docs-update-llms.md +217 -0
  199. package/skills/docs-update-markdown-file-index.md +77 -0
  200. package/skills/docs-wiki-maintainer.md +20 -0
  201. package/skills/documents.md +120 -0
  202. package/skills/email.md +113 -0
  203. package/skills/expenses.md +140 -0
  204. package/skills/file-ops.md +149 -0
  205. package/skills/files-convert-plaintext-to-md.md +363 -0
  206. package/skills/files-doc.md +81 -0
  207. package/skills/files-docx.md +594 -0
  208. package/skills/files-markdown-to-html.md +917 -0
  209. package/skills/files-nano-pdf.md +39 -0
  210. package/skills/files-pdf.md +315 -0
  211. package/skills/files-pdftk-server.md +163 -0
  212. package/skills/files-pptx-html-fidelity-audit.md +255 -0
  213. package/skills/files-pptx.md +231 -0
  214. package/skills/files-xlsx.md +301 -0
  215. package/skills/find-jobs.md +78 -0
  216. package/skills/format-conversion.md +157 -0
  217. package/skills/frontend-ai-elements.md +483 -0
  218. package/skills/frontend-ai-gateway.md +563 -0
  219. package/skills/frontend-ai-generation-persistence.md +242 -0
  220. package/skills/frontend-ai-sdk.md +799 -0
  221. package/skills/frontend-ai-visibility.md +127 -0
  222. package/skills/frontend-angular-developer.md +130 -0
  223. package/skills/frontend-aspnet-minimal-api-openapi.md +42 -0
  224. package/skills/frontend-bencium-innovative-ux-designer.md +719 -0
  225. package/skills/frontend-chat-sdk.md +666 -0
  226. package/skills/frontend-chrome-devtools.md +98 -0
  227. package/skills/frontend-frontend-app-builder.md +186 -0
  228. package/skills/frontend-frontend-design.md +43 -0
  229. package/skills/frontend-frontend-testing-debugging.md +143 -0
  230. package/skills/frontend-gsap-framer-scroll-animation.md +152 -0
  231. package/skills/frontend-internal-linking.md +109 -0
  232. package/skills/frontend-json-render.md +335 -0
  233. package/skills/frontend-keyword-clustering.md +118 -0
  234. package/skills/frontend-next-intl-add-language.md +20 -0
  235. package/skills/frontend-on-page-seo.md +112 -0
  236. package/skills/frontend-premium-frontend-ui.md +114 -0
  237. package/skills/frontend-react-best-practices.md +143 -0
  238. package/skills/frontend-schema-markup.md +160 -0
  239. package/skills/frontend-seo-audit.md +110 -0
  240. package/skills/frontend-swr.md +215 -0
  241. package/skills/frontend-technical-seo.md +162 -0
  242. package/skills/frontend-use-dom.md +418 -0
  243. package/skills/frontend-web-coder.md +564 -0
  244. package/skills/frontend-web-design-reviewer.md +369 -0
  245. package/skills/frontend-web-perf.md +202 -0
  246. package/skills/frontend.md +125 -0
  247. package/skills/general-adapter-standalone.md +199 -0
  248. package/skills/general-auth.md +356 -0
  249. package/skills/general-containerize-aspnetcore.md +393 -0
  250. package/skills/general-create-technical-spike.md +231 -0
  251. package/skills/general-cron-jobs.md +72 -0
  252. package/skills/general-ddd-aggregate.md +52 -0
  253. package/skills/general-ddd-context.md +46 -0
  254. package/skills/general-ddd-validate.md +51 -0
  255. package/skills/general-dependency-check.md +26 -0
  256. package/skills/general-email-marketing.md +86 -0
  257. package/skills/general-healthcheck.md +246 -0
  258. package/skills/general-import-infrastructure-as-code.md +368 -0
  259. package/skills/general-init.md +49 -0
  260. package/skills/general-java-junit.md +64 -0
  261. package/skills/general-java-springboot.md +66 -0
  262. package/skills/general-javascript-typescript-jest.md +45 -0
  263. package/skills/general-kotlin-springboot.md +71 -0
  264. package/skills/general-make-repo-contribution.md +91 -0
  265. package/skills/general-market-research.md +78 -0
  266. package/skills/general-marketplace.md +468 -0
  267. package/skills/general-model-recommendation.md +673 -0
  268. package/skills/general-payments.md +352 -0
  269. package/skills/general-quality-playbook.md +480 -0
  270. package/skills/general-run-integration-tests.md +113 -0
  271. package/skills/general-superjson.md +274 -0
  272. package/skills/general-swiftpm-macos.md +51 -0
  273. package/skills/general-threat-model.md +61 -0
  274. package/skills/invoices.md +167 -0
  275. package/skills/licenses.md +159 -0
  276. package/skills/logs.md +156 -0
  277. package/skills/marketing.md +139 -0
  278. package/skills/media-image-manipulation-image-magick.md +253 -0
  279. package/skills/media-imagegen.md +357 -0
  280. package/skills/media-openai-whisper-api.md +63 -0
  281. package/skills/media-openai-whisper.md +39 -0
  282. package/skills/media-peekaboo.md +191 -0
  283. package/skills/media-screenshot.md +268 -0
  284. package/skills/media-speech.md +145 -0
  285. package/skills/media-transcribe.md +82 -0
  286. package/skills/media-video-frames.md +47 -0
  287. package/skills/mobile-android-emulator-qa.md +81 -0
  288. package/skills/mobile-android-performance.md +280 -0
  289. package/skills/mobile-building-mcp-server-on-cloudflare.md +267 -0
  290. package/skills/mobile-building-native-ui.md +322 -0
  291. package/skills/mobile-expo-api-routes.md +369 -0
  292. package/skills/mobile-expo-cicd-workflows.md +92 -0
  293. package/skills/mobile-expo-deployment.md +191 -0
  294. package/skills/mobile-expo-dev-client.md +165 -0
  295. package/skills/mobile-expo-module.md +177 -0
  296. package/skills/mobile-expo-tailwind-setup.md +481 -0
  297. package/skills/mobile-expo-ui-jetpack-compose.md +41 -0
  298. package/skills/mobile-expo-ui-swift-ui.md +40 -0
  299. package/skills/mobile-ios-app-intents.md +78 -0
  300. package/skills/mobile-ios-debugger-agent.md +52 -0
  301. package/skills/mobile-ios-ettrace-performance.md +198 -0
  302. package/skills/mobile-ios-memgraph-leaks.md +77 -0
  303. package/skills/mobile-native-data-fetching.md +508 -0
  304. package/skills/mobile-packaging-notarization.md +48 -0
  305. package/skills/mobile-react-native-architecture.md +672 -0
  306. package/skills/mobile-react-native-mobile-design.md +438 -0
  307. package/skills/mobile-signing-entitlements.md +59 -0
  308. package/skills/mobile-swiftui-liquid-glass.md +91 -0
  309. package/skills/mobile-swiftui-patterns.md +210 -0
  310. package/skills/mobile-swiftui-performance-audit.md +108 -0
  311. package/skills/mobile-swiftui-ui-patterns.md +97 -0
  312. package/skills/mobile-swiftui-view-refactor.md +204 -0
  313. package/skills/mobile-upgrading-expo.md +134 -0
  314. package/skills/mobile.md +183 -0
  315. package/skills/notes.md +106 -0
  316. package/skills/planning-adr-create.md +62 -0
  317. package/skills/planning-adr-index.md +67 -0
  318. package/skills/planning-architecture-blueprint-generator.md +323 -0
  319. package/skills/planning-brainstorming.md +165 -0
  320. package/skills/planning-breakdown-epic-arch.md +67 -0
  321. package/skills/planning-breakdown-epic-pm.md +59 -0
  322. package/skills/planning-breakdown-feature-implementation.md +129 -0
  323. package/skills/planning-breakdown-feature-prd.md +62 -0
  324. package/skills/planning-breakdown-plan.md +510 -0
  325. package/skills/planning-breakdown-test.md +366 -0
  326. package/skills/planning-cloud-design-patterns.md +63 -0
  327. package/skills/planning-content-brief.md +128 -0
  328. package/skills/planning-content-strategy.md +138 -0
  329. package/skills/planning-content-translation.md +143 -0
  330. package/skills/planning-create-github-action-workflow-specification.md +277 -0
  331. package/skills/planning-create-github-issues-feature-from-implementation-plan.md +29 -0
  332. package/skills/planning-create-github-issues-for-unmet-specification-requirements.md +36 -0
  333. package/skills/planning-create-github-pull-request-from-specification.md +25 -0
  334. package/skills/planning-create-implementation-plan.md +158 -0
  335. package/skills/planning-create-specification.md +128 -0
  336. package/skills/planning-first-ask.md +31 -0
  337. package/skills/planning-folder-structure-blueprint-generator.md +406 -0
  338. package/skills/planning-gen-specs-as-issues.md +166 -0
  339. package/skills/planning-generate-snapshot.md +144 -0
  340. package/skills/planning-generate-status-report.md +336 -0
  341. package/skills/planning-metric-pack-designer.md +27 -0
  342. package/skills/planning-pm-spec.md +53 -0
  343. package/skills/planning-prd.md +144 -0
  344. package/skills/planning-project-assessment.md +182 -0
  345. package/skills/planning-project-setup-info-local.md +128 -0
  346. package/skills/planning-project-workflow-analysis-blueprint-generator.md +294 -0
  347. package/skills/planning-service-oriented-architecture.md +248 -0
  348. package/skills/planning-spec-to-backlog.md +544 -0
  349. package/skills/planning-technology-stack-blueprint-generator.md +243 -0
  350. package/skills/planning-update-implementation-plan.md +158 -0
  351. package/skills/planning-update-specification.md +128 -0
  352. package/skills/planning-what-context-needed.md +40 -0
  353. package/skills/planning-writing-plans.md +153 -0
  354. package/skills/prepare-application.md +81 -0
  355. package/skills/productivity-apple-notes.md +78 -0
  356. package/skills/productivity-apple-reminders.md +119 -0
  357. package/skills/productivity-capture-tasks-from-meeting-notes.md +680 -0
  358. package/skills/productivity-daily-prep.md +156 -0
  359. package/skills/productivity-email-drafter.md +101 -0
  360. package/skills/productivity-hr-onboarding.md +53 -0
  361. package/skills/productivity-things-mac.md +87 -0
  362. package/skills/productivity-update.md +169 -0
  363. package/skills/reminders.md +109 -0
  364. package/skills/research-dossier-collect.md +71 -0
  365. package/skills/research-kg-extract.md +37 -0
  366. package/skills/research-openai-docs.md +89 -0
  367. package/skills/research-research-add-items.md +31 -0
  368. package/skills/research-research-report.md +94 -0
  369. package/skills/research-research-synthesize.md +63 -0
  370. package/skills/research-summarize.md +88 -0
  371. package/skills/research-transformers-js.md +635 -0
  372. package/skills/research.md +119 -0
  373. package/skills/security-ai-prompt-engineering-safety-review.md +231 -0
  374. package/skills/security-attack-path-analysis.md +182 -0
  375. package/skills/security-gdpr-compliant.md +284 -0
  376. package/skills/security-mcp-security-audit.md +279 -0
  377. package/skills/security-pii-detect.md +31 -0
  378. package/skills/security-secret-scanning.md +243 -0
  379. package/skills/security-security-best-practices.md +87 -0
  380. package/skills/security-security-ownership-map.md +207 -0
  381. package/skills/security-security-review.md +169 -0
  382. package/skills/security-security-scan.md +138 -0
  383. package/skills/security-security-threat-model.md +82 -0
  384. package/skills/security-threat-model-analyst.md +76 -0
  385. package/skills/sysmon.md +181 -0
  386. package/skills/system-arch-linux-triage.md +32 -0
  387. package/skills/system-centos-linux-triage.md +32 -0
  388. package/skills/system-debian-linux-triage.md +32 -0
  389. package/skills/system-fedora-linux-triage.md +32 -0
  390. package/skills/system-geofeed-tuner.md +865 -0
  391. package/skills/system-iot-anomalies.md +15 -0
  392. package/skills/system-iot-firmware.md +16 -0
  393. package/skills/system-iot-fleet.md +14 -0
  394. package/skills/system-iot-register.md +19 -0
  395. package/skills/system-iot-witness-verify.md +15 -0
  396. package/skills/system-tmux.md +171 -0
  397. package/skills/system-window-management.md +228 -0
  398. package/skills/task-management.md +90 -0
  399. package/skills/tasks.md +102 -0
  400. package/skills/test-coverage.md +188 -0
  401. package/skills/ux-ui.md +128 -0
  402. package/skills/web.md +186 -0
  403. package/skills/workflow-act-on-feedback.md +15 -0
  404. package/skills/workflow-automate-this.md +245 -0
  405. package/skills/workflow-autoresearch.md +276 -0
  406. package/skills/workflow-coding-agent.md +317 -0
  407. package/skills/workflow-deep-research.md +44 -0
  408. package/skills/workflow-dispatching-parallel-agents.md +183 -0
  409. package/skills/workflow-eval-driven-dev.md +148 -0
  410. package/skills/workflow-executing-plans.md +71 -0
  411. package/skills/workflow-mentoring-juniors.md +311 -0
  412. package/skills/workflow-receiving-code-review.md +214 -0
  413. package/skills/workflow-repo-story-time.md +155 -0
  414. package/skills/workflow-requesting-code-review.md +104 -0
  415. package/skills/workflow-session-report.md +43 -0
  416. package/skills/workflow-structured-autonomy-generate.md +126 -0
  417. package/skills/workflow-subagent-driven-development.md +280 -0
  418. package/skills/writing.md +106 -0
  419. package/src/agent.js +0 -0
  420. package/src/browser.js +297 -0
  421. package/src/cli.js +25 -4
  422. package/src/code-reviewer.js +119 -0
  423. package/src/completions.js +1 -1
  424. package/src/control.js +222 -30
  425. package/src/coordinator.js +303 -0
  426. package/src/correction.js +29 -8
  427. package/src/edit-tracker.js +21 -0
  428. package/src/edit-viewer.js +414 -0
  429. package/src/endpoints.js +64 -15
  430. package/src/index.js +45 -11
  431. package/src/llm.js +86 -2
  432. package/src/mcp-client.js +416 -0
  433. package/src/memory.js +182 -0
  434. package/src/planner.js +216 -0
  435. package/src/rules.js +90 -0
  436. package/src/self-commands.js +757 -0
  437. package/src/services/voice.js +10 -7
  438. package/src/session-search.js +427 -0
  439. package/src/session.js +487 -99
  440. package/src/shmakk-server.js +91 -0
  441. package/src/skills.js +410 -3
  442. package/src/subagent.js +4 -1
  443. package/src/system-prompt.js +13 -5
  444. package/src/task-file.js +114 -0
  445. package/src/taskClassifier.js +246 -0
  446. package/src/team.js +752 -0
  447. package/src/tools.js +142 -21
  448. package/src/web.js +35 -5
  449. package/src/workflows.js +261 -0
  450. package/src/workspace-index.js +25 -6
@@ -0,0 +1,719 @@
1
+ ---
2
+ name: bencium-innovative-ux-designer
3
+ description: Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
4
+ metadata:
5
+ version: 2.0.0
6
+ category: frontend
7
+ ---
8
+
9
+ # Innovative UX Designer
10
+
11
+ Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible.
12
+
13
+ This skill emphasizes **bold creative commitment**, breaking away from generic patterns, and building interfaces that are visually striking and memorable while remaining functional and accessible.
14
+
15
+ ## Core Philosophy
16
+
17
+ **CRITICAL: Design Thinking Protocol**
18
+
19
+ Before coding, **ASK to understand context**, then **COMMIT BOLDLY** to a distinctive direction:
20
+
21
+ ### Questions to Ask First
22
+ 1. **Purpose**: What problem does this interface solve? Who uses it?
23
+ 2. **Tone**: What aesthetic extreme fits? (see Tone Options below)
24
+ 3. **Constraints**: Technical requirements (framework, performance, accessibility)?
25
+ 4. **Differentiation**: What makes this UNFORGETTABLE? What's the one thing someone will remember?
26
+
27
+ ### Tone Options (Pick an Extreme)
28
+ Choose a clear aesthetic direction and execute with precision:
29
+ - **Brutally minimal** - stripped to essence, bold typography, vast whitespace
30
+ - **Maximalist chaos** - layered, dense, visually rich, controlled disorder
31
+ - **Retro-futuristic** - vintage meets sci-fi, nostalgic tech aesthetics
32
+ - **Organic/natural** - soft edges, earthy colors, nature-inspired textures
33
+ - **Luxury/refined** - elegant spacing, premium typography, subtle details
34
+ - **Playful/toy-like** - bright colors, rounded shapes, delightful interactions
35
+ - **Editorial/magazine** - strong typography hierarchy, asymmetric layouts
36
+ - **Brutalist/raw** - exposed structure, harsh contrasts, intentionally rough
37
+ - **Art deco/geometric** - bold patterns, metallic accents, symmetric elegance
38
+ - **Soft/pastel** - gentle gradients, muted tones, calming atmosphere
39
+ - **Industrial/utilitarian** - functional, no-nonsense, mechanical precision
40
+
41
+ ### After Getting Context
42
+ - **Commit fully** to the chosen direction - no half measures
43
+ - Present 2-3 alternative approaches with trade-offs
44
+ - Then implement with precision: production-grade, visually striking, memorable
45
+
46
+ ## Foundational Design Principles
47
+
48
+ ### Stand Out From Generic Patterns
49
+
50
+ **NEVER Use These AI-Generated Aesthetics:**
51
+ - **Fonts**: Inter, Roboto, Arial, system fonts as primary choice, Space Grotesk (overused by AI)
52
+ - **Colors**: Generic SaaS blue (#3B82F6), purple gradients on white backgrounds
53
+ - **Patterns**: Cookie-cutter layouts, predictable component arrangements
54
+ - **Effects**: Glass morphism, Apple design mimicry, liquid/blob backgrounds
55
+ - **Overall**: Anything that looks "Claude-generated" or machine-made
56
+
57
+ **Instead, Create Atmosphere:**
58
+ - Suggest photography, patterns, textures over flat solid colors
59
+ - Apply gradient meshes, noise textures, geometric patterns
60
+ - Use layered transparencies, dramatic shadows, decorative borders
61
+ - Consider custom cursors, grain overlays, contextual effects
62
+ - Think beyond typical patterns - you can step off the written path
63
+
64
+ **Draw Inspiration From:**
65
+ - Modern landing pages (Perplexity, Comet Browser, Dia Browser)
66
+ - Framer templates and their innovative approaches
67
+ - Leading brand design studios
68
+ - Historical design movements (Bauhaus, Otl Aicher, Braun) - but as inspiration, not imitation
69
+ - Beautiful background animations (CSS, SVG) - slow, looping, subtle
70
+
71
+ **Visual Interest Strategies:**
72
+ - Unique color pairs that aren't typical
73
+ - Animation effects that feel fresh
74
+ - Background patterns that add depth without distraction
75
+ - Typography combinations that create contrast
76
+ - Visual assets that tell a story
77
+
78
+ ### Core Design Philosophy
79
+
80
+ 1. **Simplicity Through Reduction**
81
+ - Identify the essential purpose and eliminate distractions
82
+ - Begin with complexity, then deliberately remove until reaching the simplest effective solution
83
+ - Every element must justify its existence
84
+
85
+ 2. **Material Honesty**
86
+ - Digital materials have unique properties - embrace them
87
+ - Buttons communicate affordance through color, spacing, typography, AND shadows when intentional
88
+ - Cards can use borders, background differentiation, OR dramatic shadows for depth
89
+ - Animations follow real-world physics principles adapted to digital responsiveness
90
+
91
+ **Examples:**
92
+ - Clickable: Use distinct colors, hover state changes, cursor feedback, subtle lift effects
93
+ - Containers: Use borders, background shifts, generous padding, OR shadow depth
94
+ - Hierarchy: Use scale, weight, spacing, AND elevation when it serves the aesthetic
95
+
96
+ 3. **Functional Layering**
97
+ - Create hierarchy through typography scale, color contrast, and spatial relationships
98
+ - Layer information conceptually (primary → secondary → tertiary)
99
+ - Use shadows and gradients INTENTIONALLY when they serve the aesthetic direction
100
+ - Embrace functional depth: modals over content, dropdowns over UI
101
+ - Avoid: glass morphism, Apple mimicry (but shadows/gradients are tools, not enemies)
102
+
103
+ 4. **Obsessive Detail**
104
+ - Consider every pixel, interaction, and transition
105
+ - Excellence emerges from hundreds of small, intentional decisions
106
+ - Balance: Details should serve simplicity, not complexity
107
+ - When detail conflicts with clarity, clarity wins
108
+
109
+ 5. **Coherent Design Language**
110
+ - Every element should visually communicate its function
111
+ - Elements should feel part of a unified system
112
+ - Nothing should feel arbitrary
113
+
114
+ 6. **Invisibility of Technology**
115
+ - The best technology disappears
116
+ - Users should focus on content and goals, not on understanding the interface
117
+
118
+ ### What This Means in Practice
119
+
120
+ **Color Usage:**
121
+ - Base palette: 4-5 neutral shades (backgrounds, borders, text)
122
+ - Accent palette: 1-3 bold colors (CTAs, status, emphasis)
123
+ - Neutrals are slightly desaturated, warm or cool based on brand intent
124
+ - Accents are saturated enough to create clear contrast
125
+
126
+ **Typography:**
127
+ - Headlines: Emotional, attention-grabbing, UNEXPECTED (personality over pure legibility)
128
+ - Body/UI: Functional, highly legible (clarity over expression)
129
+ - 2-3 typefaces maximum, but make them CHARACTERFUL and distinctive
130
+ - Clear mathematical scale (e.g., 1.25x between sizes)
131
+ - NEVER default to Inter, Roboto, or Space Grotesk - find unique fonts
132
+
133
+ **Animation:**
134
+ - Purposeful: Guides attention, establishes relationships, provides feedback
135
+ - Subtle: Felt rather than seen (100-300ms for most interactions)
136
+ - Physics-informed: Natural easing, appropriate mass/momentum
137
+
138
+ **Spacing:**
139
+ - Generous negative space creates clarity and breathing room
140
+ - Mathematical relationships (e.g., 4px base, 8/16/24/32/48px scale)
141
+ - Consistent application creates visual rhythm
142
+
143
+ ### Design Decision Checklist
144
+
145
+ Before presenting any design, verify:
146
+
147
+ 1. **Purpose**: Does every element serve a clear function?
148
+ 2. **Hierarchy**: Is visual importance aligned with content importance?
149
+ 3. **Consistency**: Do similar elements look and behave similarly?
150
+ 4. **Accessibility**: Does it meet WCAG AA standards? (contrast, touch targets, keyboard nav)
151
+ 5. **Responsiveness**: Does it work on mobile, tablet, desktop?
152
+ 6. **Uniqueness**: Does this break from generic SaaS patterns?
153
+ 7. **Approval**: Have I asked before implementing colors, fonts, sizes, layouts?
154
+
155
+ **Design System Framework:**
156
+
157
+ For understanding what's fixed (universal rules), project-specific (brand personality), and adaptable (context-dependent) in your design system, think of a design system.
158
+
159
+ ## Visual Design Standards
160
+
161
+ ### Color & Contrast
162
+
163
+ **Color System Architecture:**
164
+
165
+ Every interface needs two color roles:
166
+
167
+ 1. **Base/Neutral Palette (4-5 colors):**
168
+ - Backgrounds (lightest)
169
+ - Surface colors (cards, inputs)
170
+ - Borders and dividers
171
+ - Text (darkest)
172
+ - Use slightly desaturated, warm or cool greys based on brand
173
+
174
+ 2. **Accent Palette (1-3 colors):**
175
+ - Primary action (CTA buttons)
176
+ - Status indicators (success, warning, error, info)
177
+ - Focus/hover states
178
+ - Use saturated colors for clear contrast against neutrals
179
+
180
+ **Palette Structure Example:**
181
+ ```
182
+ Neutrals: slate-50, slate-100, slate-300, slate-700, slate-900
183
+ Accents: teal-500 (primary), amber-500 (warning), red-500 (error)
184
+ ```
185
+
186
+ **Color Application Rules:**
187
+
188
+ - **Backgrounds**: Lightest neutral (slate-50 or white)
189
+ - **Text**: Darkest neutral for primary text (slate-900), mid-tone for secondary (slate-600)
190
+ - **Buttons (primary)**: Accent color with white text
191
+ - **Buttons (secondary)**: Neutral with border and dark text
192
+ - **Status indicators**: Specific accent (green=success, red=error, amber=warning, blue=info)
193
+ - **Interactive states**:
194
+ - Hover: Darken by 10-15% or shift hue slightly
195
+ - Focus: Use ring/outline in accent color
196
+ - Disabled: Reduce opacity to 40-50% and remove hover effects
197
+
198
+ **Color Relationships:**
199
+
200
+ Choose warm or cool intentionally based on brand:
201
+ - **Warm greys** (beige/brown undertones): Organic, approachable, trustworthy
202
+ - **Cool greys** (blue undertones): Modern, tech-forward, professional
203
+
204
+ Accent colors should have clear contrast with both:
205
+ - Light backgrounds (for buttons on white)
206
+ - Dark text (if used as backgrounds for white text)
207
+
208
+ **Intentional Color Usage:**
209
+ - Every color must serve a purpose (hierarchy, function, status, or action)
210
+ - Avoid decorative colors that don't communicate meaning
211
+ - Maintain consistency: same color = same meaning throughout
212
+
213
+ **Accessibility:**
214
+ - Ensure sufficient contrast for color-blind users
215
+ - Follow WCAG 2.1 AA: minimum 4.5:1 for normal text, 3:1 for large text
216
+ - Don't rely on color alone to convey information (add icons or labels)
217
+
218
+ **Unique Color Strategy:**
219
+
220
+ To stand out from generic patterns:
221
+ - NEVER use default SaaS blue (#3B82F6) or purple gradients on white
222
+ - Use unexpected neutrals: warm greys, soft off-whites, deep charcoals, rich blacks
223
+ - Pair neutrals with distinctive accents: terracotta + charcoal, sage + navy, coral + slate
224
+ - Dominant colors with SHARP accents outperform timid, evenly-distributed palettes
225
+ - Test combinations against "does this look AI-generated?" filter
226
+ - Vary between light and dark themes - no design should look the same
227
+
228
+ **Create Atmosphere with Color:**
229
+ - Gradient meshes for depth and visual interest
230
+ - Noise textures and grain overlays for tactile feel
231
+ - Layered transparencies for dimension
232
+ - Dramatic shadows for emphasis and drama
233
+
234
+ ### Typography Excellence
235
+
236
+ **Typography Philosophy:**
237
+
238
+ Typography is a primary design element that conveys personality and hierarchy.
239
+
240
+ **Functional vs Emotional Typography:**
241
+ - **Headlines/Display**: Prioritize emotion, personality, attention (legibility secondary)
242
+ - **Body Text**: Prioritize legibility, reading comfort, accessibility
243
+ - **UI/Labels**: Prioritize clarity, scannability, consistency
244
+
245
+ **Font Selection:**
246
+ - Use 2-3 typefaces maximum, but make them UNEXPECTED and characterful
247
+ - Limit to 3 weights per typeface (e.g., Regular 400, Medium 500, Bold 700)
248
+ - Prefer variable fonts for fine-tuned control and performance
249
+
250
+ **NEVER Use These Fonts as Primary:**
251
+ - Inter (overused by AI and generic SaaS)
252
+ - Roboto (too generic)
253
+ - Arial/Helvetica (default fallback vibes)
254
+ - Space Grotesk (AI generation favorite)
255
+ - System fonts as primary choice (only as fallback)
256
+
257
+ **Font Version Usage:**
258
+ - **Display version**: Headlines and hero text only - BE BOLD
259
+ - **Text version**: Paragraphs and long-form content - legibility matters
260
+ - **Caption/Micro**: Small UI labels (1-2 lines, non-critical info)
261
+
262
+ **Find Distinctive Fonts:**
263
+ - Google Fonts for web - but dig deeper than page 1
264
+ - Type foundries for unique options
265
+ - Choose fonts that serve your CHOSEN AESTHETIC DIRECTION
266
+ - Pair distinctive display font with refined body font
267
+
268
+ **Typographic Scale:**
269
+
270
+ Use mathematical relationships for size hierarchy:
271
+ - **Ratio**: Major third (1.25x) for moderate contrast, Perfect fourth (1.333x) for dramatic
272
+ - **Base size**: 16px (1rem) for body text
273
+ - **Example scale (1.25x)**:
274
+ ```
275
+ xs: 0.64rem (10px)
276
+ sm: 0.8rem (13px)
277
+ base: 1rem (16px)
278
+ lg: 1.25rem (20px)
279
+ xl: 1.563rem (25px)
280
+ 2xl: 1.953rem (31px)
281
+ 3xl: 2.441rem (39px)
282
+ 4xl: 3.052rem (49px)
283
+ 5xl: 3.815rem (61px)
284
+ ```
285
+
286
+ **Typographic Hierarchy:**
287
+ - Create clear visual distinction between levels
288
+ - Headlines, subheadings, body, captions should each have distinct size/weight
289
+ - Use combination of size, weight, and color for hierarchy
290
+
291
+ **Spacing & Readability:**
292
+ - **Line height**: 1.5x font size for body text (e.g., 16px text = 24px line-height)
293
+ - **Line length**: 45-75 characters optimal for readability (60-70 ideal)
294
+ - **Paragraph spacing**: 1-1.5em between paragraphs
295
+ - **Letter spacing (tracking)**:
296
+ - Larger text (headlines): Slightly tighter (-0.02em to -0.05em)
297
+ - Normal text (body): Default (0)
298
+ - Small text (captions): Slightly looser (+0.01em to +0.03em)
299
+ - General rule: As size increases, reduce tracking; as size decreases, increase tracking
300
+
301
+ **Font Pairing Logic:**
302
+
303
+ When using multiple typefaces, create contrast through:
304
+ - **Category contrast**: Serif + Sans-serif (classic, clear distinction)
305
+ - **Weight contrast**: Light + Bold (dynamic, energetic)
306
+ - **Personality contrast**: Geometric + Humanist (modern + warm)
307
+
308
+ Examples:
309
+ - Serif headlines + Sans body (editorial, trustworthy)
310
+ - Display headlines + System body (distinctive + efficient)
311
+ - Bold sans headlines + Light sans body (modern, clean)
312
+
313
+ **UI Typography:**
314
+
315
+ Specific guidance for interface elements:
316
+ - **Button text**: Semi-Bold (600), 14-16px, consistent casing (all-caps OR title case)
317
+ - **Form labels**: Regular (400), 14px, positioned above input
318
+ - **Form input text**: Regular (400), 16px minimum (prevents iOS zoom on focus)
319
+ - **Placeholder text**: Light (300) or desaturated color, same size as input
320
+ - **Error messages**: Regular (400), 12-14px, color-coded (red-ish)
321
+
322
+ **Responsive Typography:**
323
+
324
+ Scale type sizes across breakpoints:
325
+ ```tsx
326
+ // Example with Tailwind
327
+ <h1 className="text-3xl md:text-4xl lg:text-5xl">
328
+ Responsive Headline
329
+ </h1>
330
+
331
+ // Or with CSS clamp (fluid)
332
+ h1 {
333
+ font-size: clamp(2rem, 5vw, 4rem);
334
+ }
335
+ ```
336
+
337
+ Reduce sizes on mobile (20-30% smaller than desktop)
338
+ Reduce hierarchy levels on small screens (fewer distinct sizes)
339
+
340
+ ### Layout & Spatial Design
341
+
342
+ **Compositional Balance:**
343
+ - Every screen should feel balanced
344
+ - Pay attention to visual weight and negative space
345
+ - Use generous negative space to focus attention
346
+ - Add sufficient margins and paddings for professional, spacious look
347
+
348
+ **Grid Discipline:**
349
+ - Maintain consistent underlying grid system
350
+ - Create sense of order while allowing meaningful exceptions
351
+ - Use grid/flex wrappers with `gap` for spacing
352
+ - Prioritize wrappers over direct margins/padding on children
353
+
354
+ **Spatial Relationships:**
355
+ - Group related elements through proximity, alignment, and shared attributes
356
+ - Use size, color, and spacing to highlight important elements
357
+ - Guide user focus through visual hierarchy
358
+
359
+ **Attention Guidance:**
360
+ - Design interfaces that guide user attention effectively
361
+ - Avoid cluttered interfaces where elements compete
362
+ - Create clear paths through the content
363
+
364
+ ## Interaction Design
365
+
366
+
367
+ **Motion Specification:**
368
+
369
+ For detailed motion specs, see MOTION-SPEC.md (easing curves, duration tables, state-specific animations, implementation patterns).
370
+
371
+ ### User Experience Patterns
372
+
373
+ **Core UX Principles:**
374
+
375
+ 1. **Direct Manipulation**
376
+ - Users interact directly with content, not through abstract controls
377
+ - Examples:
378
+ - Drag & drop to reorder items (not up/down buttons)
379
+ - Inline editing (click to edit, not separate form)
380
+ - Sliders for ranges (not numeric input with +/-)
381
+ - Pinch/zoom gestures on mobile (not +/- buttons)
382
+
383
+ 2. **Immediate Feedback**
384
+ - Every interaction provides instantaneous visual feedback (within 100ms)
385
+ - Types of feedback:
386
+ - **Visual**: Button pressed state, hover effects, color changes
387
+ - **Haptic**: Vibration on mobile (submit, error, success)
388
+ - **Audio**: Subtle sounds for critical actions (optional, user-controlled)
389
+ - **Loading**: Skeleton screens, spinners for >300ms operations
390
+ - **Success**: Checkmarks, green highlights, toast notifications
391
+ - **Error**: Red highlights, inline error messages, shake animations
392
+
393
+ 3. **Consistent Behavior**
394
+ - Similar-looking elements behave similarly
395
+ - Examples:
396
+ - **Visual consistency**: All primary buttons have same colors, sizes, hover states
397
+ - **Behavioral consistency**: All modals close via X button, ESC key, and outside click
398
+ - **Interaction consistency**: All drag targets have same hover state and drop feedback
399
+ - **Pattern consistency**: All forms validate on blur and submit
400
+
401
+ 4. **Forgiveness**
402
+ - Make errors difficult, but recovery easy
403
+ - **Prevention strategies**:
404
+ - Disable invalid actions (grey out unavailable buttons)
405
+ - Validate inputs inline (before submission)
406
+ - Confirm destructive actions (delete, overwrite)
407
+ - Auto-save in background (drafts, progress)
408
+ - **Recovery strategies**:
409
+ - Undo/redo for all state changes
410
+ - Soft deletes (trash/archive before permanent delete)
411
+ - Clear error messages with actionable fixes
412
+ - Preserve user input on errors (don't clear forms)
413
+
414
+ 5. **Progressive Disclosure**
415
+ - Reveal details as needed rather than overwhelming users
416
+ - Levels of disclosure:
417
+ - **Summary**: Show essential info by default (card title, price, rating)
418
+ - **Details**: Expand to show more info (description, specs, reviews)
419
+ - **Advanced**: Hide complex options behind "Advanced settings" toggle
420
+ - Examples:
421
+ - Accordion: Start collapsed, expand on click
422
+ - Search filters: Show 3-5 common filters, hide rest behind "More filters"
423
+ - Settings: Basic settings visible, advanced behind "Show advanced"
424
+
425
+ **Modern UX Patterns:**
426
+
427
+ 1. **Conversational Interfaces**
428
+
429
+ Prioritize natural language interaction where appropriate:
430
+
431
+ **Four types:**
432
+ - **Pure chat**: Full conversation (AI assistants, support bots)
433
+ - **Command palette**: Text-based shortcuts (Cmd+K, search everywhere)
434
+ - **Smart search**: Natural language queries (search "meetings next week" vs filtering)
435
+ - **Form alternatives**: Conversational data collection ("What's your name?" vs form fields)
436
+
437
+ **When to use:**
438
+ - Complex searches with multiple variables
439
+ - Task guidance (wizards, onboarding)
440
+ - Contextual help
441
+ - Quick actions (command palette)
442
+
443
+ **When NOT to use:**
444
+ - Simple forms (just use inputs)
445
+ - Precise control interfaces (design tools, dashboards)
446
+ - High-frequency repetitive tasks
447
+
448
+ 2. **Adaptive Layouts**
449
+
450
+ Respond to user context automatically:
451
+ - **Time-based**: Dark mode at night, light during day
452
+ - **Device-based**: Simplified UI on mobile, full features on desktop
453
+ - **Connection-based**: Reduce images/video on slow connections
454
+ - **Usage-based**: Prioritize frequent actions, hide rarely-used features
455
+
456
+ Examples:
457
+ - Auto dark/light mode based on time or system preference
458
+ - Simplified mobile navigation (hamburger menu) vs full desktop nav
459
+ - Collapsed sidebar on small screens, expanded on large
460
+
461
+ 3. **Bold Visual Expression**
462
+
463
+ Aesthetic flexibility based on chosen direction:
464
+ - Shadows ALLOWED and encouraged when intentional (dramatic shadows, soft elevation)
465
+ - Gradients ALLOWED for depth, accents, backgrounds, and atmosphere
466
+ - NO glass morphism effects (this is the one banned technique)
467
+ - NO Apple design mimicry (find your own voice)
468
+ - Focus on typography, color, spacing, AND visual effects to create hierarchy
469
+ - Create atmosphere: gradient meshes, noise textures, grain overlays, dramatic lighting
470
+
471
+ **Navigation:**
472
+ - Clear structure with intuitive navigation menus
473
+ - Implement breadcrumbs for deep hierarchies (more than 2 levels)
474
+ - Use standard UI patterns to reduce learning curve (hamburger menu, tab bars)
475
+ - Ensure predictable behavior (back button works, links look clickable)
476
+ - Maintain navigation context (highlight current page, preserve scroll position)
477
+
478
+ ## Styling Implementation
479
+
480
+ ### Component Library & Tools
481
+
482
+ **Component Library:**
483
+ - Strongly prefer shadcn components (v4, pre-installed in `@/components/ui`)
484
+ - Import individually: `import { Button } from "@/components/ui/button";`
485
+ - Use over plain HTML elements (`<Button>` over `<button>`)
486
+ - Avoid creating custom components with names that clash with shadcn
487
+
488
+ **Styling Engine:**
489
+ - Use Tailwind utility classes exclusively
490
+ - Adhere to theme variables in `index.css` via CSS custom properties
491
+ - Map variables in `@theme` (see `tailwind.config.js`)
492
+ - Use inline styles or CSS modules only when absolutely necessary
493
+
494
+ **Icons:**
495
+ - Use `@phosphor-icons/react` for buttons and inputs
496
+ - Example: `import { Plus } from "@phosphor-icons/react"; <Plus />`
497
+ - Use color for plain icon buttons
498
+ - Don't override default `size` or `weight` unless requested
499
+
500
+ **Notifications:**
501
+ - Use `sonner` for toasts
502
+ - Example: `import { toast } from 'sonner'`
503
+
504
+ **Loading States:**
505
+ - Always add loading states, spinners, placeholder animations
506
+ - Use skeletons until content renders
507
+
508
+ ### Layout Implementation
509
+
510
+ **Spacing Strategy:**
511
+ - Use grid/flex wrappers with `gap` for spacing
512
+ - Prioritize wrappers over direct margins/padding on children
513
+ - Nest wrappers as needed for complex layouts
514
+
515
+ **Conditional Styling:**
516
+ - Use ternary operators or clsx/classnames utilities
517
+ - Example: `className={clsx('base-class', { 'active-class': isActive })}`
518
+
519
+ ### Responsive Design
520
+
521
+ **Fluid Layouts:**
522
+ - Use relative units (%, em, rem) instead of fixed pixels
523
+ - Implement CSS Grid and Flexbox for flexible layouts
524
+ - Design mobile-first, then scale up
525
+
526
+ **Media Queries:**
527
+ - Use breakpoints based on content needs, not specific devices
528
+ - Test across range of devices and orientations
529
+
530
+ **Touch Targets:**
531
+ - Minimum 44x44 pixels for interactive elements
532
+ - Provide adequate spacing between touch targets
533
+ - Consider hover states for desktop, focus states for touch/keyboard
534
+
535
+ **Performance:**
536
+ - Optimize assets for mobile networks
537
+ - Use CSS animations over JavaScript
538
+ - Implement lazy loading for images and videos
539
+
540
+ ## Accessibility Standards
541
+
542
+ **Core Requirements:**
543
+ - Follow WCAG 2.1 AA guidelines
544
+ - Ensure keyboard navigability for all interactive elements
545
+ - Minimum touch target size: 44×44px
546
+ - Use semantic HTML for screen reader compatibility
547
+ - Provide alternative text for images and non-text content
548
+
549
+ **Implementation Details:**
550
+ - Use descriptive variable and function names
551
+ - Event functions: prefix with "handle" (handleClick, handleKeyDown)
552
+ - Add accessibility attributes:
553
+ - `tabindex="0"` for custom interactive elements
554
+ - `aria-label` for buttons without text
555
+ - `role` attributes when semantic HTML isn't sufficient
556
+ - Ensure logical tab order
557
+ - Provide visible focus states
558
+
559
+ ## Design Process & Testing
560
+
561
+ ### Design Workflow
562
+
563
+ 1. **Understand Context:**
564
+ - What problem are we solving?
565
+ - Who are the users and when will they use this?
566
+ - What are the success criteria?
567
+
568
+ 2. **Explore Options:**
569
+ - Present 2-3 alternative approaches
570
+ - Explain trade-offs of each option
571
+ - Ask which direction resonates
572
+
573
+ 3. **Implement Iteratively:**
574
+ - Start with structure and hierarchy
575
+ - Add visual polish progressively
576
+ - Test at each stage
577
+
578
+ 4. **Validate:**
579
+ - Use playwright MCP to test visual changes
580
+ - Check across different screen sizes
581
+ - Verify accessibility
582
+
583
+ ### Testing Checklist
584
+
585
+ **Visual Testing:**
586
+ - Use playwright MCP when available for automated testing
587
+ - Check responsive behavior at common breakpoints
588
+ - Verify touch targets on mobile
589
+ - Test with different content lengths (short, long, edge cases)
590
+
591
+ **Accessibility Testing:**
592
+ - Test keyboard navigation
593
+ - Verify screen reader compatibility
594
+ - Check color contrast ratios
595
+ - Ensure focus states are visible
596
+
597
+ **Cross-Device Testing:**
598
+ - Test on actual devices, not just emulators
599
+ - Check different browsers (Chrome, Firefox, Safari)
600
+ - Verify touch interactions on mobile
601
+ - Test landscape and portrait orientations
602
+
603
+ ## Examples
604
+
605
+ ### Example 1: Designing a Button
606
+
607
+ **Initial Question to Ask:**
608
+ ```
609
+ Before I implement this button, I have a few design questions:
610
+ 1. What's the primary action you want to emphasize?
611
+ 2. Do you have brand colors in mind, or should I suggest options?
612
+ 3. What emotion should this button convey? (urgent, calm, playful, professional)
613
+ ```
614
+
615
+ **After Getting Approval, Implementation:**
616
+ ```tsx
617
+ import { Button } from "@/components/ui/button";
618
+ import { ArrowRight } from "@phosphor-icons/react";
619
+
620
+ <Button
621
+ className="bg-slate-800 hover:bg-slate-700 text-white px-6 py-3 rounded-lg transition-colors duration-200"
622
+ >
623
+ Get Started
624
+ <ArrowRight className="ml-2" />
625
+ </Button>
626
+ ```
627
+
628
+ ### Example 2: Typography Hierarchy
629
+
630
+ **Question First:**
631
+ ```
632
+ For this content hierarchy, I'm thinking:
633
+ - Headline: Large, bold, attention-grabbing
634
+ - Subheading: Medium, regular weight
635
+ - Body: Smaller, optimized for reading
636
+
637
+ Should we go bold and contemporary, or subtle and refined?
638
+ ```
639
+
640
+ **Implementation After Approval:**
641
+ ```tsx
642
+ <div className="space-y-4">
643
+ <h1 className="text-5xl font-bold tracking-tight text-slate-900">
644
+ Headline Here
645
+ </h1>
646
+ <h2 className="text-2xl text-slate-600">
647
+ Supporting subheading
648
+ </h2>
649
+ <p className="text-base leading-relaxed text-slate-700">
650
+ Body text optimized for readability with proper line height.
651
+ </p>
652
+ </div>
653
+ ```
654
+
655
+ ### Example 3: Unique Color Palette Suggestion
656
+
657
+ **Presenting Options:**
658
+ ```
659
+ I'd like to suggest three color directions that break from typical SaaS patterns:
660
+
661
+ 1. **Warm Earth Tones**
662
+ - Base: Warm grey (#E8E2DC)
663
+ - Accent: Terracotta (#C86E4B)
664
+ - For: Organic, trustworthy feel
665
+
666
+ 2. **Cool Midnight**
667
+ - Base: Deep navy (#1A2332)
668
+ - Accent: Cyan (#4ECDC4)
669
+ - For: Modern, tech-forward feel
670
+
671
+ 3. **Soft Pastels**
672
+ - Base: Soft pink (#FFE5E5)
673
+ - Accent: Sage green (#9DB5A4)
674
+ - For: Calm, approachable feel
675
+
676
+ Which direction feels right for your brand?
677
+ ```
678
+
679
+ ## Common Patterns to Avoid
680
+
681
+ ❌ **NEVER:**
682
+ - Use Inter, Roboto, Arial, Space Grotesk as primary fonts
683
+ - Use generic SaaS blue (#3B82F6) or purple gradients on white
684
+ - Copy Apple's design language or use glass morphism
685
+ - Create cookie-cutter layouts that look AI-generated
686
+ - Skip asking about context before designing
687
+ - Converge on common choices across generations (vary everything!)
688
+ - Use animations that delay user actions
689
+ - Create cluttered interfaces where elements compete
690
+
691
+ ✅ **ALWAYS:**
692
+ - Ask about purpose, tone, constraints, differentiation FIRST
693
+ - Then commit BOLDLY to a distinctive aesthetic direction
694
+ - Use unexpected, characterful typography choices
695
+ - Create atmosphere: shadows, gradients, textures, grain (when intentional)
696
+ - Dominant colors with sharp accents (not timid, evenly-distributed palettes)
697
+ - Provide immediate feedback for interactions
698
+ - Test with real devices
699
+ - Validate accessibility (it enables creativity, not limits it)
700
+ - Remember: Claude is capable of extraordinary creative work - don't hold back!
701
+
702
+ ## Version History
703
+
704
+ - v2.0.0 (2025-11-22): Creative liberation update - bold aesthetics, shadows/gradients allowed, Design Thinking protocol
705
+ - v1.0.0 (2025-10-18): Initial release with comprehensive UI/UX design guidance
706
+
707
+ ## References
708
+
709
+ For additional context, see:
710
+ - **Anthropic Frontend Aesthetics Cookbook**: https://github.com/anthropics/claude-cookbooks/blob/main/coding/prompting_for_frontend_aesthetics.ipynb
711
+ - WCAG 2.1 Guidelines: https://www.w3.org/WAI/WCAG21/quickref/
712
+ - Google Fonts: https://fonts.google.com/
713
+ - Tailwind CSS Docs: https://tailwindcss.com/docs
714
+ - Shadcn UI Components: https://ui.shadcn.com/
715
+
716
+ **Progressive Disclosure Files:**
717
+ - ACCESSIBILITY.md - Accessibility essentials (WCAG AA baseline)
718
+ - MOTION-SPEC.md - Animation timing and easing
719
+ - RESPONSIVE-DESIGN.md - Mobile-first breakpoints and patterns