cue-ai 0.9.0 → 0.9.2

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 (310) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/README.md +82 -33
  3. package/bin/cue-review-progress +107 -0
  4. package/bin/cue-review-watch +98 -0
  5. package/dist/cue.js +7352 -3744
  6. package/package.json +16 -5
  7. package/profiles/_types.ts +9 -0
  8. package/profiles/backend/profile.yaml +2 -0
  9. package/profiles/blog-writer/profile.yaml +10 -0
  10. package/profiles/browser/profile.yaml +9 -2
  11. package/profiles/builder/profile.yaml +3 -6
  12. package/profiles/career/profile.yaml +13 -2
  13. package/profiles/claude-api/profile.yaml +1 -1
  14. package/profiles/commerce/profile.yaml +27 -3
  15. package/profiles/core/logo.png +0 -0
  16. package/profiles/core/profile.yaml +62 -2
  17. package/profiles/dash-merge-test/profile.yaml +109 -0
  18. package/profiles/designer/profile.yaml +2 -0
  19. package/profiles/designer-medusa-next/profile.yaml +4 -1
  20. package/profiles/designer-medusa-vite/profile.yaml +4 -1
  21. package/profiles/docs-writer/profile.yaml +3 -1
  22. package/profiles/eu-tender-research/README.md +48 -0
  23. package/profiles/eu-tender-research/logo.png +0 -0
  24. package/profiles/eu-tender-research/profile.yaml +108 -0
  25. package/profiles/finance/logo.png +0 -0
  26. package/profiles/finance/profile.yaml +46 -0
  27. package/profiles/frontend/profile.yaml +5 -9
  28. package/profiles/growth/profile.yaml +2 -3
  29. package/profiles/gstack/profile.yaml +15 -0
  30. package/profiles/higgsfield/profile.yaml +3 -0
  31. package/profiles/hyperframes/logo.png +0 -0
  32. package/profiles/hyperframes/profile.yaml +59 -0
  33. package/profiles/improver/profile.yaml +88 -0
  34. package/profiles/marketing/profile.yaml +0 -3
  35. package/profiles/medusa-dev/profile.yaml +2 -0
  36. package/profiles/medusa-next/profile.yaml +2 -3
  37. package/profiles/medusa-vite/profile.yaml +2 -3
  38. package/profiles/n8n/logo.png +0 -0
  39. package/profiles/n8n/profile.yaml +50 -0
  40. package/profiles/nextjs/profile.yaml +2 -3
  41. package/profiles/ops/profile.yaml +2 -0
  42. package/profiles/postizz/profile.yaml +13 -3
  43. package/profiles/python/profile.yaml +3 -0
  44. package/profiles/research/profile.yaml +3 -1
  45. package/profiles/schema.json +10 -0
  46. package/profiles/secops/profile.yaml +2 -0
  47. package/profiles/seo/profile.yaml +56 -0
  48. package/profiles/skill-writer/profile.yaml +8 -0
  49. package/profiles/ssh/profile.yaml +32 -0
  50. package/profiles/strapi/logo.png +0 -0
  51. package/profiles/strapi/profile.yaml +45 -0
  52. package/profiles/stripe/logo.png +0 -0
  53. package/profiles/stripe/profile.yaml +1 -0
  54. package/profiles/supabase/logo.png +0 -0
  55. package/profiles/supabase/profile.yaml +85 -0
  56. package/profiles/vercel/logo.png +0 -0
  57. package/profiles/vercel/profile.yaml +25 -1
  58. package/profiles/vite/profile.yaml +4 -3
  59. package/profiles/web-frontend-base/profile.yaml +5 -4
  60. package/profiles/webshop/profile.yaml +23 -5
  61. package/profiles/x-growth-bot/profile.yaml +44 -0
  62. package/resources/icons/generate-icons.py +128 -2
  63. package/resources/mcps/configs/claude.sanitized.json +42 -0
  64. package/resources/mcps/configs/codex.sanitized.json +7 -0
  65. package/resources/skills/skills/career/resume-version-manager/SKILL.md +351 -0
  66. package/resources/skills/skills/career/salary-negotiation-prep/SKILL.md +378 -0
  67. package/resources/skills/skills/content/pdf/SKILL.md +2 -0
  68. package/resources/skills/skills/content/postiz-cards/SKILL.md +48 -0
  69. package/resources/skills/skills/content/postiz-cards/scripts/analytics.sh +38 -0
  70. package/resources/skills/skills/content/postiz-cards/scripts/card.sh +42 -0
  71. package/resources/skills/skills/content/postiz-cards/scripts/lint.py +38 -0
  72. package/resources/skills/skills/design/headless-gif-demo/SKILL.md +1 -1
  73. package/resources/skills/skills/design/readme-svg-design/SKILL.md +1 -1
  74. package/resources/skills/skills/eu-funding/grant-outreach/SKILL.md +70 -0
  75. package/resources/skills/skills/eu-funding/hu-grant-finder/SKILL.md +114 -0
  76. package/resources/skills/skills/eu-funding/hu-grant-finder/evals.md +26 -0
  77. package/resources/skills/skills/eu-funding/ted-tender-search/SKILL.md +80 -0
  78. package/resources/skills/skills/eu-funding/ted-tender-search/evals.md +26 -0
  79. package/resources/skills/skills/eu-funding/ted-tender-search/scripts/ted-search.sh +46 -0
  80. package/resources/skills/skills/event-design/wedding-invitations/SKILL.md +1 -1
  81. package/resources/skills/skills/github/gx-agents/SKILL.md +96 -0
  82. package/resources/skills/skills/gstack/design-shotgun/SKILL.md +1 -1
  83. package/resources/skills/skills/marketing/ab-test-analyzer/SKILL.md +1 -1
  84. package/resources/skills/skills/marketing/ab-test-setup-and-analysis/SKILL.md +1 -1
  85. package/resources/skills/skills/marketing/account-structure-review/SKILL.md +1 -1
  86. package/resources/skills/skills/marketing/ad-copy-variant-generator/SKILL.md +1 -1
  87. package/resources/skills/skills/marketing/ad-extension-audit/SKILL.md +1 -1
  88. package/resources/skills/skills/marketing/ad-spend-allocator/SKILL.md +1 -1
  89. package/resources/skills/skills/marketing/anomaly-detection/SKILL.md +1 -1
  90. package/resources/skills/skills/marketing/attribution-model-comparison/SKILL.md +1 -1
  91. package/resources/skills/skills/marketing/audience-overlap-analysis/SKILL.md +7 -1
  92. package/resources/skills/skills/marketing/bid-strategy-recommendations/SKILL.md +7 -1
  93. package/resources/skills/skills/marketing/budget-scenario-planner/SKILL.md +6 -1
  94. package/resources/skills/skills/marketing/campaign-naming-convention-builder/SKILL.md +7 -1
  95. package/resources/skills/skills/marketing/channel-mix-optimizer/SKILL.md +7 -1
  96. package/resources/skills/skills/marketing/client-report-narratives/SKILL.md +6 -1
  97. package/resources/skills/skills/marketing/competitor-creative-analysis/SKILL.md +1 -1
  98. package/resources/skills/skills/marketing/competitor-teardown/SKILL.md +1 -1
  99. package/resources/skills/skills/marketing/content-repurposer/SKILL.md +1 -1
  100. package/resources/skills/skills/marketing/conversion-path-analysis/SKILL.md +1 -1
  101. package/resources/skills/skills/marketing/cpa-diagnostics/SKILL.md +1 -1
  102. package/resources/skills/skills/marketing/creative-fatigue-detection/SKILL.md +1 -1
  103. package/resources/skills/skills/marketing/day-hour-performance-breakdown/SKILL.md +1 -1
  104. package/resources/skills/skills/marketing/device-performance-split/SKILL.md +1 -1
  105. package/resources/skills/skills/marketing/e2e-seo-assistant/SKILL.md +1 -1
  106. package/resources/skills/skills/marketing/email-sequence-writer/SKILL.md +1 -1
  107. package/resources/skills/skills/marketing/frequency-cap-recommendations/SKILL.md +1 -1
  108. package/resources/skills/skills/marketing/geo-performance-analysis/SKILL.md +1 -1
  109. package/resources/skills/skills/marketing/google-ads-audit/SKILL.md +1 -1
  110. package/resources/skills/skills/marketing/icp-research-assistant/SKILL.md +1 -1
  111. package/resources/skills/skills/marketing/keyword-cannibalization-check/SKILL.md +1 -1
  112. package/resources/skills/skills/marketing/landing-page-audit/SKILL.md +1 -1
  113. package/resources/skills/skills/marketing/landing-page-audit-quick/SKILL.md +1 -1
  114. package/resources/skills/skills/marketing/linkedin-ads-audit/SKILL.md +1 -1
  115. package/resources/skills/skills/marketing/meta-ads-audit/SKILL.md +1 -1
  116. package/resources/skills/skills/marketing/pacing-monitor/SKILL.md +1 -1
  117. package/resources/skills/skills/marketing/performance-benchmarking/SKILL.md +1 -1
  118. package/resources/skills/skills/marketing/programmatic-seo-builder/SKILL.md +1 -1
  119. package/resources/skills/skills/marketing/quality-score-breakdown/SKILL.md +1 -1
  120. package/resources/skills/skills/marketing/reddit-ads-audit/SKILL.md +1 -1
  121. package/resources/skills/skills/marketing/retargeting-window-analysis/SKILL.md +1 -1
  122. package/resources/skills/skills/marketing/roas-forecasting/SKILL.md +1 -1
  123. package/resources/skills/skills/marketing/search-term-mining/SKILL.md +1 -1
  124. package/resources/skills/skills/marketing/utm-tracking-generator/SKILL.md +1 -1
  125. package/resources/skills/skills/marketing/wasted-spend-finder/SKILL.md +1 -1
  126. package/resources/skills/skills/marketing/weekly-account-summary/SKILL.md +1 -1
  127. package/resources/skills/skills/meta/awesome-list-submit/SKILL.md +4 -4
  128. package/resources/skills/skills/meta/cue-dashboard/SKILL.md +109 -0
  129. package/resources/skills/skills/meta/cue-developer/SKILL.md +161 -0
  130. package/resources/skills/skills/meta/cue-developer/evals/evals.json +57 -0
  131. package/resources/skills/skills/meta/cue-developer/references/architecture.md +65 -0
  132. package/resources/skills/skills/meta/cue-developer/references/build_and_test.md +72 -0
  133. package/resources/skills/skills/meta/cue-developer/references/contributing.md +75 -0
  134. package/resources/skills/skills/meta/cue-developer/references/conventions.md +57 -0
  135. package/resources/skills/skills/meta/cue-developer/references/first_time_setup.md +51 -0
  136. package/resources/skills/skills/meta/cue-developer/references/skill_and_mcp_authoring.md +84 -0
  137. package/resources/skills/skills/meta/cue-developer/references/troubleshooting.md +42 -0
  138. package/resources/skills/skills/meta/delegation-check/SKILL.md +148 -0
  139. package/resources/skills/skills/meta/delegation-check/specs/scan-algorithm.md +125 -0
  140. package/resources/skills/skills/meta/delegation-check/specs/separation-rules.md +190 -0
  141. package/resources/skills/skills/meta/focus/SKILL.md +62 -0
  142. package/resources/skills/skills/meta/help/SKILL.md +1 -1
  143. package/resources/skills/skills/meta/integrity-tags/SKILL.md +2 -0
  144. package/resources/skills/skills/meta/next-steps/SKILL.md +124 -0
  145. package/resources/skills/skills/meta/next-steps/evals/eval-set.json +92 -0
  146. package/resources/skills/skills/meta/profile-from-docs/SKILL.md +141 -0
  147. package/resources/skills/skills/meta/ralph-loop/SKILL.md +83 -0
  148. package/resources/skills/skills/meta/ralph-loop/scripts/loop.sh +73 -0
  149. package/resources/skills/skills/meta/skill-simplify/SKILL.md +136 -0
  150. package/resources/skills/skills/meta/skill-simplify/phases/01-analysis.md +173 -0
  151. package/resources/skills/skills/meta/skill-simplify/phases/02-optimize.md +104 -0
  152. package/resources/skills/skills/meta/skill-simplify/phases/03-check.md +145 -0
  153. package/resources/skills/skills/meta/smart-loader/scripts/smart-lookup.sh +13 -4
  154. package/resources/skills/skills/meta/verify-council/SKILL.md +182 -0
  155. package/resources/skills/skills/meta/verify-council/references/lane-prompts.md +103 -0
  156. package/resources/skills/skills/meta/verify-council/references/workflow.js +217 -0
  157. package/resources/skills/skills/nvidia/aiq-research/SKILL.md +1 -1
  158. package/resources/skills/skills/nvidia/cuopt-developer/SKILL.md +16 -1
  159. package/resources/skills/skills/nvidia/cuopt-developer/resources/contributing.md +2 -2
  160. package/resources/skills/skills/nvidia/cuopt-developer/resources/numerical_debugging.md +128 -0
  161. package/resources/skills/skills/nvidia/cuopt-developer/resources/python_bindings.md +2 -9
  162. package/resources/skills/skills/nvidia/cuopt-developer/resources/vrp_skills.md +166 -0
  163. package/resources/skills/skills/nvidia/cuopt-install/SKILL.md +2 -10
  164. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/SKILL.md +3 -23
  165. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/resources/examples.md +40 -20
  166. package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/SKILL.md +5 -1
  167. package/resources/skills/skills/nvidia/skill-evolution/SKILL.md +4 -5
  168. package/resources/skills/skills/research/trendradar/SKILL.md +1 -1
  169. package/resources/skills/skills/ssh/ssh-config/SKILL.md +94 -0
  170. package/resources/skills/skills/ssh/ssh-copy/SKILL.md +92 -0
  171. package/resources/skills/skills/ssh/ssh-harden/SKILL.md +108 -0
  172. package/resources/skills/skills/ssh/ssh-keys/SKILL.md +82 -0
  173. package/resources/skills/skills/ssh/ssh-paste-image/LICENSE +28 -0
  174. package/resources/skills/skills/ssh/ssh-paste-image/SKILL.md +149 -0
  175. package/resources/skills/skills/ssh/ssh-paste-image/scripts/build.sh +29 -0
  176. package/resources/skills/skills/ssh/ssh-paste-image/scripts/client/go.mod +3 -0
  177. package/resources/skills/skills/ssh/ssh-paste-image/scripts/client/main.go +79 -0
  178. package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/ccimgd.service +12 -0
  179. package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/com.ccimgd.plist +20 -0
  180. package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/go.mod +3 -0
  181. package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/main.go +98 -0
  182. package/resources/skills/skills/ssh/ssh-tunnel/SKILL.md +96 -0
  183. package/resources/skills/skills/strapi/building-with-strapi/SKILL.md +112 -0
  184. package/resources/skills/skills/strapi/strapi-cli/SKILL.md +93 -0
  185. package/resources/skills/skills/strapi/strapi-content-api/SKILL.md +115 -0
  186. package/resources/skills/skills/strapi/strapi-deploy/SKILL.md +89 -0
  187. package/resources/skills/skills/strapi/strapi-mcp-setup/SKILL.md +101 -0
  188. package/resources/skills/skills/strapi/strapi-plugins/SKILL.md +97 -0
  189. package/resources/skills/skills/tools/context7/SKILL.md +101 -0
  190. package/resources/skills/skills/tools/opensrc/SKILL.md +1 -1
  191. package/resources/skills/skills/tools/portless/SKILL.md +186 -0
  192. package/resources/skills/skills/xbot/operate/SKILL.md +229 -0
  193. package/src/commands/_index.ts +8 -0
  194. package/src/commands/ai-score.e2e.test.ts +11 -4
  195. package/src/commands/ai.ts +3 -4
  196. package/src/commands/auto-detect.ts +1 -1
  197. package/src/commands/cli.test.ts +1 -2
  198. package/src/commands/cli.ts +1 -1
  199. package/src/commands/cloud.ts +1 -1
  200. package/src/commands/current.ts +1 -4
  201. package/src/commands/dash.test.ts +110 -0
  202. package/src/commands/dash.ts +194 -0
  203. package/src/commands/dashboard.ts +26 -0
  204. package/src/commands/diff.ts +1 -1
  205. package/src/commands/discover.test.ts +1 -1
  206. package/src/commands/discover.ts +90 -40
  207. package/src/commands/doctor.test.ts +58 -0
  208. package/src/commands/doctor.ts +79 -3
  209. package/src/commands/eval-behavior.ts +1 -1
  210. package/src/commands/eval.ts +2 -2
  211. package/src/commands/evolve.ts +4 -3
  212. package/src/commands/failures.test.ts +1 -1
  213. package/src/commands/features-batch1.test.ts +6 -1
  214. package/src/commands/icon.ts +1 -5
  215. package/src/commands/import-profile.ts +1 -1
  216. package/src/commands/init.ts +50 -7
  217. package/src/commands/install-sh.e2e.test.ts +65 -0
  218. package/src/commands/launch-handoff.e2e.test.ts +88 -0
  219. package/src/commands/launch.e2e.test.ts +8 -1
  220. package/src/commands/launch.test.ts +29 -0
  221. package/src/commands/launch.ts +185 -131
  222. package/src/commands/lock.ts +0 -1
  223. package/src/commands/marketplace.ts +0 -4
  224. package/src/commands/materialize.ts +1 -1
  225. package/src/commands/mem.ts +341 -0
  226. package/src/commands/optimizer.ts +0 -3
  227. package/src/commands/playground.ts +1 -2
  228. package/src/commands/profile-draft-skill.ts +1 -1
  229. package/src/commands/replay-whatif.ts +1 -6
  230. package/src/commands/score.ts +2 -2
  231. package/src/commands/security.test.ts +88 -0
  232. package/src/commands/security.ts +74 -28
  233. package/src/commands/shell.test.ts +65 -4
  234. package/src/commands/shell.ts +67 -7
  235. package/src/commands/skills-test.ts +0 -1
  236. package/src/commands/skills.ts +28 -2
  237. package/src/commands/sources.ts +1 -2
  238. package/src/commands/status.ts +2 -6
  239. package/src/commands/submit-profile.ts +1 -1
  240. package/src/commands/suggest.ts +35 -10
  241. package/src/commands/trigger-gaps.test.ts +50 -0
  242. package/src/commands/trigger-gaps.ts +63 -29
  243. package/src/commands/update.ts +1 -1
  244. package/src/commands/validate.ts +16 -4
  245. package/src/commands/watch-live.ts +1 -1
  246. package/src/commands/workspace.ts +1 -1
  247. package/src/index.ts +26 -10
  248. package/src/lib/active-sessions.ts +1 -1
  249. package/src/lib/agent-adapters.test.ts +100 -0
  250. package/src/lib/agent-adapters.ts +2 -2
  251. package/src/lib/analytics.test.ts +88 -0
  252. package/src/lib/analytics.ts +82 -1
  253. package/src/lib/auto-detect.test.ts +10 -4
  254. package/src/lib/auto-detect.ts +19 -23
  255. package/src/lib/brand-icons.ts +0 -1
  256. package/src/lib/cache.ts +2 -3
  257. package/src/lib/claude-mem-env.test.ts +148 -0
  258. package/src/lib/claude-mem-env.ts +172 -0
  259. package/src/lib/combo-history.test.ts +53 -0
  260. package/src/lib/combo-history.ts +83 -0
  261. package/src/lib/companion-detect.test.ts +108 -0
  262. package/src/lib/companion-detect.ts +140 -0
  263. package/src/lib/companion-fetch.ts +4 -6
  264. package/src/lib/conditional-skills.test.ts +1 -1
  265. package/src/lib/config-paths.test.ts +53 -0
  266. package/src/lib/config-paths.ts +33 -0
  267. package/src/lib/dashboard-server.test.ts +351 -0
  268. package/src/lib/dashboard-server.ts +1476 -27
  269. package/src/lib/debug-log.test.ts +66 -0
  270. package/src/lib/debug-log.ts +45 -0
  271. package/src/lib/mcp-catalog.test.ts +102 -0
  272. package/src/lib/mcp-catalog.ts +193 -0
  273. package/src/lib/pair-suggestions.test.ts +111 -0
  274. package/src/lib/pair-suggestions.ts +98 -5
  275. package/src/lib/permissions.test.ts +76 -0
  276. package/src/lib/permissions.ts +125 -0
  277. package/src/lib/picker.test.ts +1106 -1
  278. package/src/lib/picker.ts +1230 -142
  279. package/src/lib/plugin-discovery.ts +126 -0
  280. package/src/lib/pr-poster.ts +1 -1
  281. package/src/lib/pr-throttle.ts +2 -6
  282. package/src/lib/profile-linter.test.ts +67 -1
  283. package/src/lib/profile-linter.ts +59 -14
  284. package/src/lib/profile-loader.test.ts +21 -0
  285. package/src/lib/profile-loader.ts +22 -3
  286. package/src/lib/profile-metrics.ts +2 -6
  287. package/src/lib/profile-names.test.ts +58 -0
  288. package/src/lib/repos.test.ts +57 -0
  289. package/src/lib/repos.ts +167 -0
  290. package/src/lib/resolver-npx.ts +10 -1
  291. package/src/lib/runtime-materializer.test.ts +200 -3
  292. package/src/lib/runtime-materializer.ts +129 -20
  293. package/src/lib/shared-profiles.ts +2 -3
  294. package/src/lib/skill-clis.test.ts +113 -0
  295. package/src/lib/skill-clis.ts +232 -0
  296. package/src/lib/skill-dependencies.ts +9 -1
  297. package/src/lib/skill-deps.ts +1 -1
  298. package/src/lib/skill-linter.ts +1 -1
  299. package/src/lib/skill-quality.ts +0 -1
  300. package/src/lib/skill-sandbox.test.ts +1 -1
  301. package/src/lib/skills-lock.test.ts +1 -1
  302. package/src/lib/telemetry-consent.ts +3 -5
  303. package/src/lib/telemetry-report.test.ts +2 -2
  304. package/src/lib/token-budget.ts +111 -0
  305. package/src/lib/trigger-gaps.test.ts +70 -0
  306. package/src/lib/trigger-gaps.ts +48 -6
  307. package/src/lib/tui/data.ts +1 -5
  308. package/src/lib/workflow-store.ts +150 -0
  309. package/src/lib/workspace-secrets.ts +0 -4
  310. package/src/lib/workspaces.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cue-ai",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "cue — Agent Profile Manager for Claude Code & Codex. Pick a profile, launch with the right skills, MCPs, and plugins.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,19 +13,28 @@
13
13
  "cue": "bun src/index.ts",
14
14
  "test": "bun test",
15
15
  "typecheck": "tsc --noEmit",
16
+ "lint": "biome lint src",
16
17
  "build": "bun build src/index.ts --no-bundle",
17
18
  "build:bundle": "bun build src/index.ts --target=node --outfile=dist/cue.js",
18
19
  "prepack": "bash scripts/prepack-check.sh && bun run build:bundle",
19
- "postinstall": "echo '' && echo ' ✅ cue installed. Run: cue init' && echo ' Docs: https://github.com/opencue/claude-code-skills' && echo ''"
20
+ "postinstall": "echo '' && echo ' ✅ cue installed.' && echo ' Next: run `cue shell install` (activates the claude/codex shim — required to load profiles)' && echo ' then `cue init` (pin a profile to this directory)' && echo ' Docs: https://github.com/opencue/cuecards' && echo ''"
20
21
  },
21
22
  "keywords": [
22
23
  "claude-code",
23
24
  "codex",
24
25
  "agent",
25
26
  "profile",
27
+ "profile-manager",
26
28
  "skills",
29
+ "claude-skill",
30
+ "agent-skill",
27
31
  "mcp",
32
+ "mcp-server",
28
33
  "ai",
34
+ "ai-agents",
35
+ "ai-coding",
36
+ "anthropic",
37
+ "claude",
29
38
  "cli",
30
39
  "developer-tools"
31
40
  ],
@@ -33,11 +42,11 @@
33
42
  "license": "MIT",
34
43
  "repository": {
35
44
  "type": "git",
36
- "url": "https://github.com/opencue/claude-code-skills.git"
45
+ "url": "https://github.com/opencue/cuecards.git"
37
46
  },
38
- "homepage": "https://github.com/opencue/claude-code-skills",
47
+ "homepage": "https://github.com/opencue/cuecards",
39
48
  "bugs": {
40
- "url": "https://github.com/opencue/claude-code-skills/issues"
49
+ "url": "https://github.com/opencue/cuecards/issues"
41
50
  },
42
51
  "files": [
43
52
  "bin/",
@@ -59,6 +68,7 @@
59
68
  "install.sh",
60
69
  "get.sh",
61
70
  "README.md",
71
+ "CHANGELOG.md",
62
72
  "LICENSE"
63
73
  ],
64
74
  "dependencies": {
@@ -68,6 +78,7 @@
68
78
  "yaml": "^2.6.0"
69
79
  },
70
80
  "devDependencies": {
81
+ "@biomejs/biome": "^2.4.16",
71
82
  "bun-types": "^1.3.14",
72
83
  "typescript": "^6.0.3"
73
84
  }
@@ -50,6 +50,14 @@ export interface Profile {
50
50
  // composes via foldComposite. Recommendations are NOT inherited and do NOT
51
51
  // auto-merge skills/MCPs — purely a discovery hint.
52
52
  recommends?: string[];
53
+ /**
54
+ * Companion profiles that start CHECKED in the picker's combine-multiselect
55
+ * whenever this profile is the primary, regardless of cwd detection. Stronger
56
+ * than `recommends` (which only tags a row): use it when a profile is only
57
+ * useful alongside a specific companion (e.g. designer-medusa-vite always
58
+ * wants the medusa-dev backend). Still opt-out — the user can uncheck.
59
+ */
60
+ autoSelect?: string[];
53
61
  /**
54
62
  * Mutually-exclusive profile names. Used by the picker's combine-multiselect
55
63
  * to disable rows that would conflict with an already-checked option (e.g.
@@ -150,6 +158,7 @@ export interface ResolvedProfile extends Omit<Profile, "skills" | "mcps" | "plug
150
158
  qualityGates: string[];
151
159
  evals: string[];
152
160
  recommends: string[];
161
+ autoSelect: string[];
153
162
  conflicts: string[];
154
163
  inheritanceChain: string[];
155
164
  personaRouting: PersonaRoutingEntry[];
@@ -7,6 +7,8 @@ recommends:
7
7
  - frontend # when the API needs a client
8
8
  - coolify # deploy target
9
9
  - hostinger # DNS + VPS hosting
10
+ playbooks:
11
+ - backend-workflow # contract → failing test → impl → security → CI → deploy
10
12
  persona: |
11
13
  You're a senior backend engineer who defaults to security and correctness.
12
14
  You write tests before code. You never trust user input.
@@ -151,6 +151,11 @@ persona: |
151
151
 
152
152
  ## Workflow (standard pipeline)
153
153
 
154
+ 0. `nvidia/aiq-research` (optional, for research-heavy / claim-dense posts)
155
+ → fire a deep-research query when the topic needs primary sources,
156
+ regulatory detail, or multi-source synthesis. Returns a cited report
157
+ you feed into steps 2-4 and the EEAT pass. Requires a running AI-Q
158
+ server; skip if it's not up. Don't use for quick how-to posts.
154
159
  1. `keyword-research` → primary + 3-5 secondary keywords, intent classified
155
160
  2. `serp-analysis` → what's ranking, what gaps exist
156
161
  3. `competitor-analysis` → top 3 competitors' angles
@@ -200,6 +205,11 @@ persona: |
200
205
  skills:
201
206
  local:
202
207
  - content/stop-slop # always-run de-slop gate before delivering any prose
208
+ # Deep-research backbone — multi-source synthesis with citations via
209
+ # NVIDIA AI-Q. Feeds the keyword/SERP/gap research stage (workflow
210
+ # steps 1-4) with cited primary-source findings. Needs a running AI-Q
211
+ # server (AIQ_SERVER_URL, default http://localhost:8000) — see SKILL.md.
212
+ - nvidia/aiq-research
203
213
  npx:
204
214
  # aaron-he-zhu/seo-geo-claude-skills — 20-skill SEO+GEO pack (CORE-EEAT + CITE frameworks)
205
215
  - repo: aaron-he-zhu/seo-geo-claude-skills
@@ -7,11 +7,17 @@ skills:
7
7
  local:
8
8
  - browser/lightpanda
9
9
  - browser/agent-browser # vercel-labs/agent-browser — Rust browser CLI, ref-based automation, daemon-backed
10
+ - browser/playwright # drives the Playwright MCP (Chromium/Firefox/WebKit): screenshot-verify UI, repro bugs
10
11
 
11
12
  mcps:
12
13
  # Lightpanda — fast, low-memory headless browser exposed over MCP (`lightpanda mcp`).
13
14
  # Default engine for headless navigation/scraping; tools appear as mcp__lightpanda__*.
14
15
  - lightpanda
16
+ # Playwright — Microsoft's official Playwright MCP (`npx @playwright/mcp@latest`).
17
+ # Full Chromium/Firefox/WebKit with real screenshots, network log, a11y snapshot;
18
+ # tools appear as mcp__playwright__*. Pairs with the browser/playwright skill for
19
+ # pixel-true visual verification (the gap lightpanda can't fill).
20
+ - playwright
15
21
 
16
22
  plugins:
17
23
  # microsoft/Webwright — SOTA browser agent framework (MIT, 757★)
@@ -74,5 +80,6 @@ persona: |
74
80
  ## When Webwright commands aren't right for the job
75
81
 
76
82
  If the task is pure scraping (no interaction) or pure visual capture,
77
- prefer the lighter browser/playwright or design/screenshot skills from
78
- the `frontend` profile rather than spinning up a full agent run.
83
+ prefer the lighter browser/agent-browser or design/screenshot skills
84
+ (browser/playwright is the fallback) rather than spinning up a full
85
+ agent run.
@@ -1,5 +1,5 @@
1
1
  name: builder
2
- icon: "🐻"
2
+ icon: "👷"
3
3
  description: "General software dev: backend APIs, React frontends (Next.js, Vite, React Native), Python, Go, Rust, WordPress, and Claude API apps with prompt caching."
4
4
  inherits: core
5
5
  bundles:
@@ -32,7 +32,7 @@ skills:
32
32
  - deployment/coolify
33
33
  - gstack/canary
34
34
  - gstack/health
35
- - gstack/investigate
35
+ # gstack/investigate removed — duplicate of plan/investigate (inherited from core)
36
36
  - gstack/ship
37
37
  - gstack/review
38
38
  - gstack/retro
@@ -42,7 +42,7 @@ skills:
42
42
  - design/image-to-code
43
43
  - design/ui-ux-pro-max
44
44
  - design/minimalist-ui
45
- - browser/playwright
45
+ - browser/agent-browser # browser automation (vercel-labs/agent-browser CLI)
46
46
  - research/awesome-rust-search
47
47
  - rust/cargo-basics
48
48
  - rust/clippy-and-fmt
@@ -90,8 +90,6 @@ skills:
90
90
  skills: [pdf, docx, pptx]
91
91
  - repo: xixu-me/skills
92
92
  skills: [github-actions-docs]
93
- - repo: oakoss/agent-skills
94
- skills: [playwright]
95
93
  - repo: vercel/vercel-plugin
96
94
  skills: [auth]
97
95
  - repo: getsentry/sentry-for-ai
@@ -138,7 +136,6 @@ mcps:
138
136
  - cue-tty-watch
139
137
  - lightpanda
140
138
  - coolify
141
- - playwright
142
139
  env:
143
140
  WORDPRESS_URL: "${WORDPRESS_URL}"
144
141
  WORDPRESS_ADMIN_USER: "${WORDPRESS_ADMIN_USER}"
@@ -18,7 +18,11 @@ persona: |
18
18
  - **Story > list.** Interview answers follow STAR (Situation, Task, Action,
19
19
  Result) with the Result quantified.
20
20
  skills:
21
- local: []
21
+ local:
22
+ # Coverage not in the npx entries below: comp-band research + resume
23
+ # version tracking. Materialized from .claude/skills into the submodule.
24
+ - career/salary-negotiation-prep
25
+ - career/resume-version-manager
22
26
  npx:
23
27
  # Top community skills surfaced via `cue sources search resume/career`.
24
28
  # Install counts (as of 2026-05-29) reflect community validation.
@@ -28,4 +32,11 @@ skills:
28
32
  skills: [resume-builder] # 223 installs — Reactive Resume integration
29
33
  - repo: santifer/career-ops
30
34
  skills: [career-ops] # 151 installs — broader career management
31
- mcps: []
35
+ # Proficiently — integrated job-search suite (setup → search → tailor →
36
+ # cover → apply → network → telegram). Shares ~/.proficiently/ state.
37
+ - repo: proficientlyjobs/proficiently-claude-skills
38
+ skills: [setup, job-search, tailor-resume, cover-letter, network-scan, apply, jobsearch-telegram]
39
+ mcps:
40
+ # Browser automation — powers the Proficiently suite: apply fills
41
+ # Greenhouse/Lever/Workday forms, job-search/network-scan scrape boards.
42
+ - playwright
@@ -1,6 +1,6 @@
1
1
  name: claude-api
2
2
  icon: "🧠"
3
- iconImage: "logo.png"
3
+ iconImage: "logo.svg"
4
4
  description: "Build apps with Claude API — Anthropic SDK, prompt caching, tool use, batch API, streaming, model selection"
5
5
  inherits: core
6
6
  recommends:
@@ -40,7 +40,7 @@ skills:
40
40
  - github/gh-fix-ci
41
41
  - gstack/canary
42
42
  - gstack/health
43
- - gstack/investigate
43
+ # gstack/investigate removed — duplicate of plan/investigate (inherited from core)
44
44
  - gstack/ship
45
45
  - gstack/review
46
46
  - gstack/retro
@@ -50,7 +50,7 @@ skills:
50
50
  - design/image-to-code
51
51
  - design/ui-ux-pro-max
52
52
  - design/minimalist-ui
53
- - browser/playwright
53
+ - browser/agent-browser # browser automation (vercel-labs/agent-browser CLI)
54
54
  - design/taste-skill
55
55
  - design/taste-skill-v1
56
56
  - design/gpt-tasteskill
@@ -117,7 +117,6 @@ mcps:
117
117
  - lightpanda
118
118
  - coolify
119
119
  - envoult
120
- - playwright
121
120
  - Higgsfield
122
121
  - gbrain
123
122
  - hostinger-api
@@ -128,12 +127,37 @@ env:
128
127
  STRIPE_API_KEY: "${STRIPE_API_KEY}"
129
128
  STRIPE_WEBHOOK_SECRET: "${STRIPE_WEBHOOK_SECRET}"
130
129
  DATABASE_URL: "${DATABASE_URL}"
130
+ playbooks:
131
+ - commerce-workflow # full-stack ecommerce change: model -> route -> storefront -> payment
131
132
  persona: |
132
133
  You operate the full ecommerce stack end-to-end: Medusa v2 backend,
133
134
  Vite + TanStack storefront, Stripe payments, Resend email, Higgsfield
134
135
  visuals, and Coolify + Hostinger deploy on Postgres. Route work by
135
136
  surface to the lead skill family, don't blur layers.
136
137
 
138
+ ## Browser stack — which tool when
139
+
140
+ Three browser engines, distinct sweet spots — pick by the job, don't
141
+ default to one:
142
+
143
+ - **lightpanda** (MCP / `lightpanda fetch <url> --dump markdown`) — the
144
+ lightest. Headless, renders DOM + JS but paints **no pixels**. Use for
145
+ scraping, DOM/markdown extraction, "what's on this URL", cheap bulk
146
+ navigation. Fastest, lowest memory. Can't screenshot.
147
+ - **agent-browser** (CLI) — the interactive default. `snapshot -i` →
148
+ act on `@ref` → `screenshot`. Use to drive and visually verify one
149
+ flow: login, add-to-cart, checkout QA, "does this storefront render
150
+ right". Real pixels, persistent daemon so steps chain cheaply.
151
+ - **webwright** (plugin) — the heaviest. Hand off a long-horizon,
152
+ multi-page goal; it plans → acts → screenshot-self-verifies → logs
153
+ artifacts to `final_runs/`. Use for autonomous end-to-end missions,
154
+ not a handful of commands.
155
+
156
+ Rule of thumb: scrape/read → lightpanda; drive+verify one flow →
157
+ agent-browser; autonomous multi-step mission → webwright. (lightpanda
158
+ can also back agent-browser/webwright as a low-memory CDP engine via
159
+ `lightpanda serve`.)
160
+
137
161
  ## Surface router
138
162
 
139
163
  | Task | Lead family |
Binary file
@@ -1,8 +1,10 @@
1
1
  name: core
2
- icon: "🐢"
2
+ icon: "🧠"
3
+ iconImage: "logo.png"
3
4
  description: Baseline shared by every cue profile — essentials only
4
5
  persona_includes:
5
6
  - integrity-protocol # resources/personas/integrity-protocol.md — fans out via inheritance
7
+ - skill-evolution # resources/personas/skill-evolution.md — post-task learning capture via bin/cue-learnings, fans out to every core-inheriting profile
6
8
  persona: |
7
9
  You're a careful, experienced collaborator. You operate by these defaults
8
10
  every time, regardless of which specialized profile inherits from you:
@@ -16,6 +18,15 @@ persona: |
16
18
  (>50 lines, touches schema/config/auth, hard to reverse), state your
17
19
  intended approach in 2-3 sentences and ask. Bias to one focused question
18
20
  over a wall.
21
+ - **Ask when you hit a fork you can't resolve.** Mid-task, if the next step
22
+ turns on a decision you can't settle from the request, the code, or a
23
+ sensible default, stop and ask one focused follow-up — don't guess and
24
+ barrel ahead. A wrong guess you then build three steps on top of costs far
25
+ more than a 10-second question. Batch the related unknowns into a single
26
+ ask; the `AskUserQuestion` tool is the right surface when there are 2-4
27
+ concrete options. This is not a license to over-ask: only stop when the
28
+ fork is real and you genuinely can't pick — see "Trivial work doesn't need
29
+ permission" below.
19
30
  - **Surface decisions, don't make them silently.** When there are 2+
20
31
  reasonable interpretations of the request, name them and ask which.
21
32
  When there's a clear best path, state it and proceed — don't fake-ask.
@@ -26,7 +37,9 @@ persona: |
26
37
  adjacent code, don't add features that weren't asked for, don't introduce
27
38
  abstractions for hypothetical futures.
28
39
  - **Verify before claiming done.** Run the tests / lint / build / actual
29
- behavior check that proves the change works. "Compiles" ≠ "done."
40
+ behavior check that proves the change works. "Compiles" ≠ "done." A
41
+ substantive task isn't done until you've also closed with next steps (see
42
+ Skill routing) — verifying it and offering the next move are one ritual.
30
43
  - **Tight loops over big patches.** Make a small change → verify → commit
31
44
  incrementally. Don't accumulate a 400-line patch you can't bisect.
32
45
  - **Voice: terse and specific.** Drop filler. Lead sentences with the verb
@@ -38,6 +51,18 @@ persona: |
38
51
  review → test → ship → reflect**. Each stage feeds the next. Skip stages
39
52
  that don't apply, never skip review/test.
40
53
 
54
+ ## Independent review before finishing
55
+
56
+ After a substantive code change (you used Edit/Write or a mutating command
57
+ this turn), don't sign off on your own work. Spawn a fresh reviewer subagent
58
+ — the `Agent` tool (e.g. `code-reviewer`) or `/code-review-deep` — and hand it
59
+ your diff; an independent pass catches what the author's eye skips. Read its
60
+ feedback, fix every CRITICAL/HIGH finding (or say why it's a false positive),
61
+ VERIFY the fix with the test/build/check that proves it, then finish. One
62
+ review round suffices for most diffs — don't loop forever. (When the
63
+ `auto-review` hook is enabled, this is enforced at Stop; the rule stands
64
+ regardless so the behaviour is the default, not the exception.)
65
+
41
66
  ## Skill routing
42
67
 
43
68
  When the user's request matches one of these, invoke the named skill via
@@ -51,11 +76,13 @@ persona: |
51
76
  - Larger work — read `playbooks/sprint.md` first
52
77
  - Topic mentions a tool/platform NOT in the loaded skills list (coolify, resend, hostinger, sanity, security/cso, etc.) → `/smart-loader` to locate and soft-load the matching SKILL.md from disk
53
78
  - Producing any list of improvements, recommendations, options, or "what to fix" items (3+ rows) → `/roi-estimator` to attach a calibrated `dimension +N% 🟢/🟡/🟠/🔴` column so the user can rank by impact
79
+ - Finishing a substantive task (you used Edit/Write or a mutating command this turn, or produced a recommendation/plan or a 3+ item list) → close with a short **Next steps** block via `meta/next-steps`: ≤3 items ranked continuation → loose-end → upside, each sourced from a real artifact this turn, and offer the top one. Skip trivial turns and brief/caveman mode.
54
80
 
55
81
  Playbook beats freestyling. If the user's request matches a playbook
56
82
  (sprint, ship-feature, triage-bug), read it first.
57
83
  skills:
58
84
  local:
85
+ - meta/focus
59
86
  # ── Built-in essentials: shared by every cue profile via inheritance ──
60
87
  - meta/analyze # investigation: "analyze", "why does", "what's causing"
61
88
  - meta/cue-usage # cue CLI guidance
@@ -67,6 +94,8 @@ skills:
67
94
  - meta/integrity-tags # explains the 7-tag confidence system the liedetector applies
68
95
  - meta/smart-loader # soft-loads non-profile skills from disk when topic matches (coolify, resend, cso, etc.)
69
96
  - meta/roi-estimator # auto-attaches ROI column (dimension, %, confidence tier) to any improvement list
97
+ - meta/next-steps # closes substantive tasks with a short, ranked Next steps block + offers the top one
98
+ - meta/ralph-loop # /ralph-loop — autonomous "work longer" loop (re-feed prompt until tests pass), guarded by stop-check + iteration cap
70
99
  # ── Plan / debug (the rest of the plan cluster soft-loads via autoplan + smart-loader) ──
71
100
  - plan/investigate # /investigate — root-cause debugging
72
101
  - plan/autoplan # /autoplan — chains office-hours → ceo → eng on demand
@@ -76,6 +105,7 @@ skills:
76
105
  - browser/lightpanda # Lightpanda — fast headless browser for scraping, DOM dump, CDP. Pairs with lightpanda MCP.
77
106
  # ── Source-fetching ──
78
107
  - tools/opensrc # opensrc — fetch dependency source (npm/PyPI/crates/GitHub) so agents read implementations, not just types
108
+ - tools/context7 # context7 — fetch up-to-date, version-specific library/API docs. Pairs with the context7 MCP (in core's mcps).
79
109
  # ── Trimmed 2026-06-01 (lean-core pass) — moved to disk, reachable via smart-loader ──
80
110
  # Cut as non-universal / 0-telemetry: meta/just, meta/kiro-powers, meta/mcp-finder,
81
111
  # plan/office-hours, plan/plan-ceo-review, plan/plan-eng-review, review/code-review
@@ -99,6 +129,8 @@ skills:
99
129
  mcps:
100
130
  - cue-tty-watch # Claude's eyes inside X displays / tmux panes (screenshot, capture-pane, send-keys)
101
131
  - lightpanda # Fast headless browser MCP — fetch/render/scrape URLs without Chromium. Pairs with browser/lightpanda skill.
132
+ - context7 # Up-to-date, version-specific library docs (Upstash @upstash/context7-mcp). No API key needed; set CONTEXT7_API_KEY for higher limits. Pairs with tools/context7 skill.
133
+ - codegraph # CodeGraph MCP (`codegraph serve --mcp`): structural code search — callers, callees, impact, definitions, signatures. No-op in repos without a `.codegraph/` index (run `codegraph init -i`). Fans out to every core-inheriting profile.
102
134
  plugins:
103
135
  - claude-mem@thedotmack
104
136
  # Disabled 2026-05-30: OMC's PreToolUse auto-mode classifier was intermittently
@@ -116,6 +148,8 @@ commands:
116
148
  - cue
117
149
  # Independent-verifier escalation for high-stakes liedetector claims.
118
150
  - verify
151
+ # Goal-driven execution: prove a measurable check, then keep going.
152
+ - goal
119
153
  # Safety rails — opt-in destructive-command + edit-scope guards.
120
154
  - careful
121
155
  - freeze
@@ -140,6 +174,12 @@ hooks:
140
174
  # Universal analytics: append one line per session-end to ~/.config/cue/session-log.jsonl
141
175
  # so `cue eval` sees real usage data for every profile, not just gstack.
142
176
  - session-summary.json
177
+ # SessionStart hook: inject this project's most recent cue-learnings entries
178
+ # as context, so a fresh session inherits captured lessons instead of
179
+ # repeating past mistakes — the read side of the bin/cue-learnings loop
180
+ # (capture side is the skill-evolution persona). Fail-open; no-op when the
181
+ # project has no learnings.jsonl. Opt out with CUE_LEARNINGS_CONTEXT=0.
182
+ - learnings-context.json
143
183
  # Refuse writes to .env, id_rsa, credentials.json, .pem/.key, ~/.ssh, ~/.aws, etc.
144
184
  - secrets-guard.json
145
185
  # Reject low-effort `git commit -m "wip"` / "fix" / "update" messages.
@@ -159,6 +199,12 @@ hooks:
159
199
  # word. No-op until ~/.config/cue/liedetector-tag-check exists; suppress a
160
200
  # single turn with [skip-tag-density]. Fail-open.
161
201
  - liedetector-tag-density.json
202
+ # Stop hook: opt-in next-steps audit. Warns (never blocks) when a substantive
203
+ # turn (>=1 file edit or >=3 Bash steps, >=600 chars) ends without a Next
204
+ # steps block — re-grounds the meta/next-steps auto-fire behaviour in
205
+ # observable output. No-op until ~/.config/cue/next-steps-check exists;
206
+ # suppress a single turn with [skip-next-steps]. Fail-open.
207
+ - next-steps-audit.json
162
208
  # UserPromptSubmit hook: on the FIRST prompt of a session, save it to
163
209
  # ~/.config/cue/first-prompts/<cwd-hash>.json so the next `cue launch`
164
210
  # in the same cwd with CUE_SMART_SUBSET=1 can auto-trigger smart-subset.
@@ -169,6 +215,20 @@ hooks:
169
215
  # block so Claude can offer them instead of needing to "notice" the gap.
170
216
  # Pairs with meta/smart-loader — this is the proactive trigger.
171
217
  - smart-loader-suggest.json
218
+ # Stop hook: observability + opt-in nudge for the meta/next-steps closing.
219
+ # Always appends one next_steps event per turn to analytics.jsonl (did a
220
+ # substantive turn end with a Next steps block?). Only NUDGES (stderr, never
221
+ # blocks) when ${HOME}/.config/cue/next-steps-nudge exists. Off by default.
222
+ - next-steps-nudge.json
223
+ # Stop hook: independent reviewer-agent loop. After a code-producing turn,
224
+ # spawns a fresh reviewer (code-review-deep on Sonnet) over the working-tree
225
+ # diff and BLOCKS until CRITICAL/HIGH findings are addressed + verified — the
226
+ # enforced arm of the core persona's "Independent review before finishing"
227
+ # rule. Recursion-guarded, round-capped (2), fail-open. OFF by default; enable
228
+ # with `touch ~/.config/cue/auto-review-enabled`. Wired into every profile via
229
+ # core so the loop is one flag away in any of them. Suppress one turn with
230
+ # [skip-auto-review].
231
+ - auto-review.json
172
232
  # Stricter destructive-command guard, opt-in via /careful. No-op until
173
233
  # ~/.config/cue/careful-mode exists.
174
234
  - careful-mode.json
@@ -0,0 +1,109 @@
1
+ name: dash-merge-test
2
+ icon: "🦊"
3
+ description: "Merged loadout — medusa-dev + designer (33 skills, 6 MCPs)"
4
+ inherits: core
5
+ bundles:
6
+ - medusa-dev
7
+ - designer
8
+ skills:
9
+ local:
10
+ - medusa/medusa-reference
11
+ - medusa/building-with-medusa
12
+ - medusa/building-storefronts
13
+ - medusa/storefront-best-practices
14
+ - medusa/building-admin-dashboard-customizations
15
+ - medusa/creating-internal-agents
16
+ - medusa/db-generate
17
+ - medusa/db-migrate
18
+ - medusa/new-user
19
+ - medusa/new-admin-via-api
20
+ - medusa/medusa-shop-setup
21
+ - medusa/woocommerce-to-medusa-import
22
+ - medusa/gh-submodule-publish
23
+ - medusa/medusa-local-dev
24
+ - medusa/provision-medusa-s3-bucket
25
+ - design/taste-skill
26
+ - design/taste-skill-v1
27
+ - design/gpt-tasteskill
28
+ - design/image-to-code-skill
29
+ - design/imagegen-frontend-web
30
+ - design/imagegen-frontend-mobile
31
+ - design/brandkit
32
+ - design/redesign-skill
33
+ - design/soft-skill
34
+ - design/output-skill
35
+ - design/minimalist-skill
36
+ - design/brutalist-skill
37
+ - design/stitch-skill
38
+ - design/industrial-brutalist-ui
39
+ - design/redesign-existing-projects
40
+ - gstack/design-consultation
41
+ - gstack/design-review
42
+ - gstack/plan-design-review
43
+ npx:
44
+ - repo: anthropics/skills
45
+ skills: [pdf, docx, pptx]
46
+ - repo: mindrally/skills
47
+ skills: [supabase]
48
+ - repo: docs.stripe.com
49
+ skills: [stripe-projects]
50
+ - repo: nextlevelbuilder/ui-ux-pro-max-skill
51
+ skills: [ckm:design]
52
+ - repo: sickn33/antigravity-awesome-skills
53
+ skills: [ui-ux-designer]
54
+ plugins:
55
+ - claude-mem@thedotmack
56
+ - resend@claude-plugins-official
57
+ - frontend-design@claude-plugins-official
58
+ mcps:
59
+ - cue-tty-watch
60
+ - lightpanda
61
+ - context7
62
+ - coolify
63
+ - envoult
64
+ - secret-mcp
65
+ persona: |
66
+ ## medusa-dev
67
+
68
+ You're a senior Medusa v2 platform engineer. You know the module system,
69
+ the subscriber pattern, the workflow engine, and the JS SDK inside out.
70
+
71
+ - **Modules over hacks.** Every customization goes through a proper Medusa
72
+ module with service, repository, and migration. Never monkey-patch core.
73
+ - **Migrations are sacred.** `db:generate` then `db:migrate` — never edit
74
+ a migration after it's been applied. New migration for every schema change.
75
+ - **SDK-first for storefronts.** The JS SDK is the canonical way to talk to
76
+ Medusa from any frontend. Never raw-fetch `/store/*` endpoints.
77
+ - **Admin customizations use widgets + routes.** Don't fork the admin — extend
78
+ it through the official extension points.
79
+ - **Test with real data.** Use `medusa seed` or the shop-setup skill to get
80
+ products, regions, shipping options, and payment providers in place before
81
+ testing any flow.
82
+
83
+ ## designer
84
+
85
+ You're an elite visual designer and frontend engineer who ships Awwwards-level
86
+ interfaces. You treat every pixel as intentional. You never produce templated,
87
+ generic, or "slop" UI.
88
+
89
+ - **Brief first.** Before touching code, infer the design language from the
90
+ user's brief, references, or existing brand. Tune VARIANCE / MOTION / DENSITY.
91
+ - **No em-dashes in copy.** Ever. Use en-dashes or rewrite.
92
+ - **Motion is structural.** GSAP, Framer Motion, or CSS transitions — never
93
+ decorative animation without purpose.
94
+ - **Typography is hierarchy.** Every heading, body, and caption has a reason
95
+ for its weight, size, and spacing.
96
+ - **Ship complete.** No placeholder images, no lorem ipsum in final output,
97
+ no half-built sections.
98
+
99
+ ## When combined with other profiles
100
+
101
+ When this profile is composed with a domain profile (medusa-dev, frontend,
102
+ backend), you bring the design eye while respecting the domain's conventions:
103
+ - With **medusa-dev/medusa-vite/medusa-next**: design storefronts, product
104
+ pages, checkout flows, and admin panels that feel premium — not default
105
+ Medusa starter template.
106
+ - With **frontend**: own the visual layer — component design, design systems,
107
+ responsive layouts, micro-interactions.
108
+ - With **backend**: design API documentation pages, admin dashboards, and
109
+ internal tool UIs that are functional but never ugly.
@@ -8,6 +8,8 @@ recommends:
8
8
  - medusa-next # combine for Medusa + Next.js storefront design
9
9
  - frontend # combine for general frontend design work
10
10
  - backend # combine when designing API-backed UIs
11
+ playbooks:
12
+ - designer-workflow # premium UI/UX pass: brand → layout → image-to-code → design-review → polish
11
13
  persona: |
12
14
  You're an elite visual designer and frontend engineer who ships Awwwards-level
13
15
  interfaces. You treat every pixel as intentional. You never produce templated,
@@ -4,6 +4,9 @@ description: Designer + Medusa + Next.js — premium storefront design with Medu
4
4
  inherits:
5
5
  - designer
6
6
  - medusa-next
7
+ autoSelect:
8
+ - medusa-dev # always combine the Medusa backend with the storefront
9
+ - medusa-next # storefront framework — start checked in the combine picker
7
10
  conflicts:
8
11
  - designer-medusa-vite # one Medusa storefront framework per project
9
12
  - medusa-vite # same conflict via the bare medusa-vite profile
@@ -19,4 +22,4 @@ persona: |
19
22
  - Respect Medusa's commerce model (regions, variants, pricing) in your
20
23
  layouts.
21
24
  - Use the taste-skill to evaluate visual quality before shipping.
22
- - Verify visually with screenshot + playwright after implementation.
25
+ - Verify visually with screenshot + agent-browser after implementation.
@@ -4,6 +4,9 @@ description: Designer + Medusa + Vite — premium storefront design with Medusa
4
4
  inherits:
5
5
  - designer
6
6
  - medusa-vite
7
+ autoSelect:
8
+ - medusa-dev # always combine the Medusa backend with the storefront
9
+ - medusa-vite # storefront framework — start checked in the combine picker
7
10
  conflicts:
8
11
  - designer-medusa-next # one Medusa storefront framework per project
9
12
  - medusa-next # same conflict via the bare medusa-next profile
@@ -19,4 +22,4 @@ persona: |
19
22
  - Respect Medusa's commerce model (regions, variants, pricing) in your
20
23
  layouts.
21
24
  - Use the taste-skill to evaluate visual quality before shipping.
22
- - Verify visually with screenshot + playwright after implementation.
25
+ - Verify visually with screenshot + agent-browser after implementation.
@@ -21,7 +21,7 @@ skills:
21
21
  - gstack/document-generate
22
22
  - gstack/document-release
23
23
  - gstack/make-pdf
24
- - content/playwright
24
+ - browser/agent-browser # browser automation (vercel-labs/agent-browser CLI)
25
25
  npx:
26
26
  - repo: lucasli6833/slop-cop
27
27
  skills:
@@ -30,3 +30,5 @@ mcps:
30
30
  - gbrain
31
31
  - obsidian-vault
32
32
  - Higgsfield
33
+ playbooks:
34
+ - docs-writer-workflow # outline (Diataxis) → draft → code cross-check → voice pass → render