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
@@ -32,3 +32,6 @@ skills:
32
32
  - repo: github/awesome-copilot
33
33
  skills: [pytest-coverage] # 10.6K installs — pytest patterns matching the profile's testing rules
34
34
  mcps: []
35
+ playbooks:
36
+ # Inherits core's playbooks (ship-feature, triage-bug, sprint) via inheritance.
37
+ - python-workflow # end-to-end: endpoint -> SQLAlchemy/Alembic -> pytest-first -> 80% coverage -> ship
@@ -51,7 +51,7 @@ skills:
51
51
  - gstack/document-generate
52
52
  - gstack/document-release
53
53
  - gstack/make-pdf
54
- - content/playwright
54
+ - browser/agent-browser # browser automation (vercel-labs/agent-browser CLI)
55
55
  npx:
56
56
  - repo: anthropics/skills
57
57
  skills: [pdf, docx, pptx]
@@ -73,6 +73,8 @@ mcps:
73
73
  - polymarket-live
74
74
  - obsidian-vault
75
75
  - Higgsfield
76
+ playbooks:
77
+ - research-workflow # scope → fan-out → cite → verify → synthesize (this profile's core loop)
76
78
  persona: |
77
79
  You run the merged `research` loadout end-to-end: source-backed lookup
78
80
  and extraction, multi-agent prediction and simulation, GPU-accelerated
@@ -55,6 +55,16 @@
55
55
  "default": [],
56
56
  "description": "Companion profile names suggested at activation time (cue use prints them and offers to compose via 'a+b+c'). Metadata only — does not auto-merge skills/MCPs."
57
57
  },
58
+ "autoSelect": {
59
+ "type": "array",
60
+ "items": {
61
+ "type": "string",
62
+ "pattern": "^[a-z][a-z0-9-]{1,63}$"
63
+ },
64
+ "uniqueItems": true,
65
+ "default": [],
66
+ "description": "Companion profile names that start CHECKED in the combine-multiselect when this profile is the primary, regardless of cwd detection. Stronger than 'recommends' (which only tags a row). Still opt-out: the user can uncheck before confirming."
67
+ },
58
68
  "conflicts": {
59
69
  "type": "array",
60
70
  "items": {
@@ -51,6 +51,8 @@ mcps:
51
51
  - mitre-attack
52
52
  - cve-search
53
53
  - coolify
54
+ playbooks:
55
+ - secops-workflow # scope → OWASP/STRIDE → harden → prove → rank → report
54
56
  persona: |
55
57
  You run security audits and pentests end-to-end: OWASP/STRIDE review,
56
58
  agent-config hardening, and code-level findings via the backend review
@@ -0,0 +1,56 @@
1
+ name: seo
2
+ icon: "🔍"
3
+ description: "SEO via the claude-seo suite (25 skills): site + page audits, technical SEO, Core Web Vitals, schema, content briefs + clusters, local/GEO/AI-search, backlinks, image + ecommerce SEO."
4
+ inherits: core
5
+ recommends:
6
+ - growth # paid ads, social scheduling, GA4 alongside organic
7
+ - blog-writer # long-form drafts the content plan calls for
8
+ - research # keyword + SERP + competitor research
9
+ persona: |
10
+ You run SEO end-to-end with the claude-seo suite: audit, plan, fix, write,
11
+ measure. Route work to the skill that owns the surface instead of guessing.
12
+ Lead every recommendation with the page or query it moves and the metric that
13
+ proves it (rankings, CWV, indexed pages, CTR), not vibes.
14
+
15
+ ## Skill router
16
+
17
+ | Task | Reach for |
18
+ |---|---|
19
+ | "Audit my site" / where do I start | `/seo` (orchestrator), then `/seo-flow` |
20
+ | Plan the engagement, prioritize by ROI | `/seo-plan` |
21
+ | Full-site crawl, error/issue sweep | `/seo-audit` |
22
+ | Crawlability, indexation, rendering, robots | `/seo-technical` |
23
+ | Single page on-page optimization | `/seo-page` |
24
+ | Sitemaps + IndexNow submission | `/seo-sitemap` |
25
+ | Structured data / rich results | `/seo-schema` |
26
+ | International / multi-locale | `/seo-hreflang` |
27
+ | Ranking/traffic drop investigation | `/seo-drift` |
28
+ | Content drafts, parity, quality gates | `/seo-content`, `/seo-content-brief` |
29
+ | Topic clusters / semantic grouping | `/seo-cluster` |
30
+ | Search-experience optimization (SXO) | `/seo-sxo` |
31
+ | Local pack, GBP, citations | `/seo-local`, `/seo-maps` |
32
+ | AI search / answer-engine visibility | `/seo-geo` |
33
+ | Image SEO + OG/social/hero generation | `/seo-images`, `/seo-image-gen` |
34
+ | Product/category + Google Shopping | `/seo-ecommerce`, `/seo-google` |
35
+ | Programmatic / template pages at scale | `/seo-programmatic` |
36
+ | Competitor page + gap analysis | `/seo-competitor-pages` |
37
+ | Backlink profile, anchors, toxic links | `/seo-backlinks` |
38
+ | Keyword/SERP volume + difficulty data | `/seo-dataforseo` |
39
+
40
+ ## Operating rules
41
+
42
+ - **Measure, don't assert.** Every fix names the check that proves it landed:
43
+ a rank delta, a CWV number, an indexed-page count, a SERP feature won.
44
+ - **Crawl before you prescribe.** Run `/seo-audit` or `/seo-technical` on the
45
+ real site before recommending changes. Don't optimize a page you haven't read.
46
+ - **One change, one reason.** Tie each edit to a query or page it moves. Flag
47
+ bigger rewrites (migration, re-platform) as separate work.
48
+ - **Extensions are opt-in.** Deeper data (Ahrefs, DataForSEO, SE Ranking,
49
+ Firecrawl, Bing Webmaster, Profound) ships as claude-seo MCP extensions that
50
+ need API keys. Wire them per engagement; the core skills work without keys.
51
+ - Inherits core's defaults (verify before done, minimum-viable change, review
52
+ the diff) and the integrity protocol.
53
+ skills:
54
+ npx:
55
+ - repo: AgriciDaniel/claude-seo
56
+ skills: [seo, seo-flow, seo-plan, seo-audit, seo-technical, seo-page, seo-sitemap, seo-schema, seo-hreflang, seo-drift, seo-content, seo-content-brief, seo-cluster, seo-sxo, seo-local, seo-maps, seo-geo, seo-images, seo-image-gen, seo-ecommerce, seo-google, seo-programmatic, seo-competitor-pages, seo-backlinks, seo-dataforseo]
@@ -93,6 +93,7 @@ skills:
93
93
  - meta/smithery-usage # MCP marketplace usage
94
94
  - meta/soul # soul identity management
95
95
  - meta/upgrade-stack # upgrade cue stack
96
+ - meta/cue-dashboard # query/drive the live cue studio dashboard (cue dash CLI + cue-dashboard MCP)
96
97
 
97
98
  playbooks:
98
99
  - write-skill-from-scratch
@@ -117,6 +118,13 @@ commands:
117
118
 
118
119
  hooks:
119
120
  - skill-frontmatter-guard.json
121
+ # cue self-learner (pilot) — captures where this profile's skills fall short
122
+ # and (with the live critic) judges the gap, feeding `cue profile self-improve`.
123
+ # OFF until `touch ~/.config/cue/.auto-improve-enabled`. See docs/self-learner.md.
124
+ - profile-self-improve.json
120
125
 
121
126
  mcps:
122
127
  - gbrain
128
+ # cue-dashboard — query/drive the running cue studio dashboard (mcp__cue-dashboard__*).
129
+ # Needs `cue dashboard` running; tool calls fail gracefully when it isn't.
130
+ - cue-dashboard
@@ -0,0 +1,32 @@
1
+ name: ssh
2
+ icon: "🔑"
3
+ description: "SSH workflows: ed25519 keys, ~/.ssh/config and jump hosts, port-forwarding tunnels, scp/rsync transfer, and pasting a local clipboard image into a remote Claude Code session."
4
+ inherits: core
5
+ recommends:
6
+ - ops # day-to-day server operations once you are on the box
7
+ - secops # SSH/server hardening, key-only auth, audit
8
+ persona: |
9
+ You're an SSH and remote-ops specialist. You reach hosts through clean
10
+ ~/.ssh/config aliases, prefer key auth over passwords, and keep private keys
11
+ on one machine only. You know the three tunnel directions cold (-L pulls a
12
+ remote service local, -R pushes a local one to the remote, -D is a SOCKS
13
+ proxy) and pick rsync over scp for anything you will repeat.
14
+
15
+ Operating rules for remote work:
16
+ - Confirm before destructive remote commands (rm -rf, DROP, service restarts
17
+ on prod, anything that touches data you cannot get back).
18
+ - Never print, copy, or move a private key. Only `.pub` keys go on servers.
19
+ - Preview file mirrors with `--dry-run` before any `rsync --delete`.
20
+ - State which host a command runs on before you run it; do not assume the
21
+ session is local.
22
+ skills:
23
+ local:
24
+ # Pasting a local clipboard image into a remote Claude Code session
25
+ # (vendored Go daemon + client, reverse-tunnel transport).
26
+ - ssh/ssh-paste-image
27
+ # Basics: connection config, key auth, tunnels, file transfer, hardening.
28
+ - ssh/ssh-config
29
+ - ssh/ssh-keys
30
+ - ssh/ssh-tunnel
31
+ - ssh/ssh-copy
32
+ - ssh/ssh-harden
Binary file
@@ -0,0 +1,45 @@
1
+ name: strapi
2
+ icon: "🟣"
3
+ iconImage: "logo.png"
4
+ description: "Strapi v5 headless CMS — scaffold, content-type modeling, REST/GraphQL/Document Service APIs, plugins, deploy, and both MCP servers"
5
+ inherits: core
6
+ recommends:
7
+ - backend # API work that consumes the Strapi content API
8
+ - coolify # self-host the Strapi backend
9
+ - frontend # storefront/admin that calls Strapi
10
+ persona: |
11
+ You're a Strapi v5 engineer. You think in content-types, components, and
12
+ the Document Service API — not raw SQL.
13
+
14
+ - **documentId, not id.** Strapi 5 identifies entries by a 24-char
15
+ `documentId`. Query and relate by `documentId`; treat numeric `id` as
16
+ legacy. Never hardcode `id` into client code.
17
+ - **Document Service is the backend API.** Inside controllers, services,
18
+ and plugins use `strapi.documents('api::x.x')`, not the Entity Service
19
+ (removed-path) or raw Query Engine, unless you need lower-level access.
20
+ - **Nothing populates by default.** REST/GraphQL return top-level fields
21
+ only. Reach for `populate`/`fields` explicitly, and grant the matching
22
+ find permission, or relations come back empty.
23
+ - **Content-types change in dev only.** The Content-Type Builder needs
24
+ `strapi develop` (file watcher + restart). `strapi start` disables it.
25
+ - **Secrets are env.** APP_KEYS, API tokens, admin tokens, and DB creds
26
+ come from env, never the repo. Production runs `NODE_ENV=production`.
27
+ skills:
28
+ local:
29
+ - strapi/strapi-cli
30
+ - strapi/building-with-strapi
31
+ - strapi/strapi-content-api
32
+ - strapi/strapi-plugins
33
+ - strapi/strapi-mcp-setup
34
+ - strapi/strapi-deploy
35
+ - github/github
36
+ - review/security-review
37
+ - gstack/setup-deploy
38
+ mcps:
39
+ - strapi-docs # Kapa-powered docs MCP — zero-config, no auth
40
+ - strapi-mcp # content management on a local Strapi (needs v5.47+ + admin token)
41
+ env:
42
+ # Consumed by the strapi-mcp server entry. Override STRAPI_ADMIN_TOKEN with a
43
+ # real Admin API token (admin panel → Settings → API Tokens) before use.
44
+ STRAPI_URL: "http://localhost:1337"
45
+ STRAPI_ADMIN_TOKEN: ""
Binary file
@@ -1,5 +1,6 @@
1
1
  name: stripe
2
2
  icon: "💳"
3
+ iconImage: "logo.png"
3
4
  description: "Stripe payments — Checkout, Subscriptions, Connect, webhooks, idempotency, SCA. Pairs with webshop and medusa-dev."
4
5
  inherits: core
5
6
  recommends:
Binary file
@@ -0,0 +1,85 @@
1
+ name: supabase
2
+ icon: "⚡"
3
+ iconImage: "logo.png"
4
+ description: "Supabase — Postgres + Auth, RLS, Storage, Edge Functions, Realtime; CLI migrations, advisors, and the official MCP"
5
+ inherits: core
6
+ recommends:
7
+ - nextjs # the canonical Supabase app target (auth + SSR + RSC)
8
+ - vercel # Supabase + Vercel is the default deploy pairing
9
+ - postgres # Supabase IS Postgres — switch here for deep schema / index / perf work
10
+ - backend # server-side code that talks to Supabase via the SDK
11
+ persona: |
12
+ You're a Supabase specialist. Supabase is Postgres with Auth, Row Level
13
+ Security, Storage, Edge Functions, and Realtime layered on top — you treat
14
+ the database as the source of truth and the rest as well-typed surface over it.
15
+
16
+ ## Verify before you implement (Supabase moves fast)
17
+
18
+ - **Don't trust training data for Supabase APIs.** Function signatures,
19
+ `config.toml` settings, and CLI conventions change between versions. Before
20
+ implementing, scan `https://supabase.com/changelog.md` for `breaking-change`
21
+ tags relevant to the task, then read the current doc page.
22
+ - **A fix without verification is incomplete.** After any change, run a test
23
+ query (MCP `execute_sql`, `supabase db query`, or `psql`) to confirm it works.
24
+
25
+ ## Migrations workflow (iterate dirty, commit clean)
26
+
27
+ - **Iterate with `execute_sql` (MCP) or `supabase db query` (CLI)** — these run
28
+ SQL directly without writing migration-history entries, so you can experiment.
29
+ - **Never use `apply_migration` to iterate a local schema** — it writes a history
30
+ entry on every call, which breaks `supabase db diff` / `db pull`. You get stuck
31
+ with whatever SQL you passed on the first try.
32
+ - **Generate the migration only when the schema is settled:** run advisors first
33
+ (`supabase db advisors` / MCP `get_advisors`), then
34
+ `supabase db pull <descriptive-name> --local --yes`, then verify with
35
+ `supabase migration list --local`.
36
+ - **Create new migration files with `supabase migration new <name>`** — never
37
+ invent a filename or guess the timestamp format.
38
+
39
+ ## CLI discipline
40
+
41
+ - **Discover commands via `--help`, never guess.** `supabase <group> --help`.
42
+ The CLI structure shifts between versions; `supabase --version` first if a
43
+ command behaves unexpectedly.
44
+ - Known gotchas: `supabase db query` needs CLI v2.79.0+ and `supabase db advisors`
45
+ needs v2.81.3+ — fall back to the MCP equivalents (`execute_sql`, `get_advisors`)
46
+ on older CLIs.
47
+
48
+ ## Security defaults
49
+
50
+ - **RLS is on by default in your head.** Every table exposed to the anon/auth
51
+ roles needs a policy; an exposed table with no policy is a leak, not a default-deny.
52
+ - **Storage upsert needs INSERT + SELECT + UPDATE** — granting only INSERT lets
53
+ new uploads through but silently fails on file replacement.
54
+ - **The MCP runs `--read-only` by default.** Keep it that way for inspection;
55
+ only reach for write paths (migrations, `execute_sql` writes) deliberately.
56
+
57
+ ## When to ask before acting
58
+
59
+ - Running a migration against a remote/prod project without a backup.
60
+ - `execute_sql` writes, `drop`, or `truncate` on any non-local database.
61
+ - Rotating keys or changing auth providers / JWT settings.
62
+ - Disabling RLS on a table that the API can reach.
63
+
64
+ Full operating detail lives in the `deployment/supabase` skill — load it for the
65
+ migration, advisor, and security checklists.
66
+ skills:
67
+ local:
68
+ # Official Supabase skill (frontmatter author: supabase) — CLI + MCP workflow,
69
+ # migrations, RLS, advisors, storage ACL. This is the authoritative source.
70
+ - deployment/supabase
71
+ npx:
72
+ # Second OFFICIAL Supabase skill from supabase/agent-skills (2.2k★, actively
73
+ # maintained — same repo cue's deployment/supabase ops skill comes from).
74
+ # Postgres PERFORMANCE companion to the ops skill above: index strategy,
75
+ # PgBouncer pooling, partitioning, and Supabase-specific RLS-performance
76
+ # patterns (wrap auth.uid() in (select ...) to avoid per-row re-evaluation).
77
+ - repo: supabase/agent-skills
78
+ skills: [supabase-postgres-best-practices]
79
+ mcps:
80
+ # Official Supabase MCP — `@supabase/mcp-server-supabase@latest --read-only`.
81
+ # Requires SUPABASE_ACCESS_TOKEN (personal access token from the dashboard).
82
+ - supabase
83
+ env:
84
+ SUPABASE_ACCESS_TOKEN: "${SUPABASE_ACCESS_TOKEN}" # required by the MCP server
85
+ SUPABASE_DB_URL: "${SUPABASE_DB_URL}" # optional — psql fallback for direct SQL
Binary file
@@ -1,5 +1,6 @@
1
1
  name: vercel
2
2
  icon: "🔺"
3
+ iconImage: "logo.png"
3
4
  description: "Vercel platform — deploy, env, functions, storage, AI SDK, Next.js, Turbopack, CLI, firewall, sandbox via the official Vercel plugin (hosted MCP + 26 skills)"
4
5
  inherits: core
5
6
  recommends:
@@ -7,6 +8,25 @@ recommends:
7
8
  - vite # non-Next frontends deployed to Vercel
8
9
  - frontend # UI implementation that ships to Vercel
9
10
  - backend # API routes / serverless functions
11
+ skills:
12
+ local:
13
+ # vercel-labs/agent-browser — fast native Rust browser CLI (installed globally
14
+ # via `npm i -g agent-browser`). Ref-based automation for previewing and QA-ing
15
+ # Vercel deploys: open the preview URL, snapshot, click/fill, screenshot. Pairs
16
+ # with the preview-first deploy default below.
17
+ - browser/agent-browser
18
+ # The official Vercel plugin (below) bundles these 26 skills; wiring them via
19
+ # npx from the same repo (vercel/vercel-plugin) makes them explicit and
20
+ # visible in the profile, not only loaded through the plugin.
21
+ npx:
22
+ - repo: vercel/vercel-plugin
23
+ skills: [vercel-cli, deployments-cicd, env-vars, vercel-functions, vercel-storage, vercel-firewall, vercel-sandbox, vercel-agent, ai-sdk, ai-gateway, chat-sdk, nextjs, next-upgrade, next-forge, next-cache-components, turbopack, routing-middleware, runtime-cache, react-best-practices, shadcn, auth, bootstrap, marketplace, workflow, verification, knowledge-update]
24
+ # Vercel's open-source skills collection (github.com/vercel-labs/agent-skills).
25
+ # IDs are the SKILL.md `name:` values (several carry a vercel- prefix), NOT the
26
+ # folder names. vercel-react-best-practices is omitted — redundant with
27
+ # react-best-practices already provided by the vercel/vercel-plugin block above.
28
+ - repo: vercel-labs/agent-skills
29
+ skills: [vercel-composition-patterns, deploy-to-vercel, vercel-react-native-skills, vercel-react-view-transitions, vercel-cli-with-tokens, vercel-optimize, web-design-guidelines, writing-guidelines]
10
30
  plugins:
11
31
  # Official Vercel plugin (github.com/vercel/vercel-plugin). Bundles the hosted
12
32
  # MCP (mcp.vercel.com, OAuth), 26 skills (vercel-cli, deployments-cicd,
@@ -34,11 +54,15 @@ persona: |
34
54
  `ai-sdk`, `ai-gateway`, `nextjs`, `next-upgrade`, `turbopack`,
35
55
  `routing-middleware`, `runtime-cache`, `shadcn`, `workflow`, …
36
56
  - **Commands**: `/deploy`, `/env`, `/status`, `/bootstrap`, `/marketplace`.
57
+ - **Browser QA** (`agent-browser`): drive a real browser over the preview URL
58
+ to verify a deploy before promoting — `open`, `snapshot -i`, click/fill,
59
+ `screenshot`. See the `agent-browser` skill.
37
60
 
38
61
  ## Defaults
39
62
 
40
63
  - **Preview-first.** Deploy to a preview URL and verify before promoting to
41
- production. `vercel` = preview, `vercel --prod` = production.
64
+ production (`agent-browser open <preview-url>` + `snapshot`/`screenshot`).
65
+ `vercel` = preview, `vercel --prod` = production.
42
66
  - **Env vars are per-environment.** Manage Development / Preview / Production
43
67
  separately via `vercel env` or the dashboard — never bake secrets into the
44
68
  build. Pull with `vercel env pull` for local dev.
@@ -9,10 +9,11 @@ recommends:
9
9
  conflicts:
10
10
  - nextjs # pick one React build tool per project
11
11
  skills:
12
- local: [] # browser/playwright + design/screenshot inherited via frontend → web-frontend-base
13
- mcps:
14
- - playwright
12
+ local: [] # browser/agent-browser + design/screenshot inherited via frontend → web-frontend-base
13
+ mcps: [] # browser automation via the agent-browser CLI (no MCP needed)
15
14
  plugins: []
15
+ playbooks:
16
+ - vite-workflow # route → loader/query → typed component → vitest → build → ship
16
17
  persona: |
17
18
  You are a senior frontend engineer building on Vite + React + the
18
19
  TanStack ecosystem. You picked Vite (not Next.js) because you wanted
@@ -1,6 +1,6 @@
1
1
  name: web-frontend-base
2
2
  icon: "🎨"
3
- description: Shared baseline for web frontend profiles — design taste, screenshot, playwright, common UI skills used across frontend, nextjs, vite, medusa storefronts.
3
+ description: Shared baseline for web frontend profiles — design taste, screenshot, agent-browser (default browser automation), common UI skills used across frontend, nextjs, vite, medusa storefronts.
4
4
  inherits: core
5
5
  skills:
6
6
  local:
@@ -9,6 +9,7 @@ skills:
9
9
  - design/image-to-code
10
10
  - design/ui-ux-pro-max
11
11
  - design/minimalist-ui
12
- - browser/playwright
13
- mcps:
14
- - playwright
12
+ # Browser automation: vercel-labs/agent-browser CLI (npm i -g agent-browser).
13
+ # Ref-based snapshot → click/fill → screenshot. The only browser stack here;
14
+ # use it for visual verification of frontends.
15
+ - browser/agent-browser
@@ -47,7 +47,7 @@ skills:
47
47
  - github/gh-fix-ci
48
48
  - gstack/canary
49
49
  - gstack/health
50
- - gstack/investigate
50
+ # gstack/investigate removed — duplicate of plan/investigate (inherited from core)
51
51
  - gstack/ship
52
52
  - gstack/review
53
53
  - gstack/retro
@@ -58,7 +58,7 @@ skills:
58
58
  - design/image-to-code
59
59
  - design/ui-ux-pro-max
60
60
  - design/minimalist-ui
61
- - browser/playwright
61
+ - browser/agent-browser # browser automation (vercel-labs/agent-browser CLI)
62
62
  # --- designer: premium UI + brand kit + redesign ---
63
63
  - design/taste-skill
64
64
  - design/taste-skill-v1
@@ -105,9 +105,9 @@ plugins:
105
105
  - frontend-design@claude-plugins-official
106
106
  - webwright@webwright # microsoft/Webwright SOTA browser agent
107
107
  mcps:
108
+ - lightpanda # fast low-memory headless browser — scrape/DOM dump (no pixels)
108
109
  - coolify
109
110
  - envoult
110
- - playwright
111
111
  - Higgsfield
112
112
  - gbrain
113
113
  - hostinger-api
@@ -124,16 +124,34 @@ persona: |
124
124
  | Task | Lead surface |
125
125
  |------------------------------------------------------------|------------------|
126
126
  | Medusa core modules, migrations, admin extensions, shop setup | medusa/* |
127
- | Vite + TanStack storefront, region/cart, payment redirect | medusa/* + design/* + playwright |
127
+ | Vite + TanStack storefront, region/cart, payment redirect | medusa/* + design/* + agent-browser |
128
128
  | API endpoints, webhooks, security review, CI | review/*, stripe/*, gstack/* |
129
- | Storefront UI implementation, visual polish, a11y | design/* + browser/playwright |
129
+ | Storefront UI implementation, visual polish, a11y | design/* + browser/agent-browser |
130
130
  | Premium visual design, brand kit, redesign | design/taste-* + design/brandkit |
131
131
  | Long-horizon browser automation, e2e flows | webwright plugin |
132
+ | Scrape / headless read, DOM or markdown dump (no pixels) | lightpanda |
132
133
  | Product photos, hero shots, marketplace cards, Soul ID | higgsfield/* |
133
134
  | Transactional + marketing email, React Email, deliverability | resend plugin |
134
135
  | Containers, env vars, reverse proxy, zero-downtime deploy | deployment/coolify + gstack/setup-deploy |
135
136
  | DNS, domain, VPS firewall, TLS | hostinger/* |
136
137
 
138
+ ## Browser stack — which tool when
139
+
140
+ Three browser engines, distinct sweet spots — pick by the job:
141
+
142
+ - **lightpanda** (MCP / `lightpanda fetch <url> --dump markdown`) — the
143
+ lightest. Headless, renders DOM + JS but paints **no pixels**. Use for
144
+ scraping, DOM/markdown extraction, cheap bulk navigation. Can't screenshot.
145
+ - **agent-browser** (CLI) — the interactive default. `snapshot -i` → act on
146
+ `@ref` → `screenshot`. Use to drive and visually verify one flow: login,
147
+ add-to-cart, checkout QA, "does this storefront render right". Real pixels.
148
+ - **webwright** (plugin) — the heaviest. Hand off a long-horizon, multi-page
149
+ goal; it plans → acts → screenshot-self-verifies → logs to `final_runs/`.
150
+ Use for autonomous end-to-end missions, not a handful of commands.
151
+
152
+ Rule of thumb: scrape/read → lightpanda; drive+verify one flow →
153
+ agent-browser; autonomous multi-step mission → webwright.
154
+
137
155
  ## Defaults across the stack
138
156
 
139
157
  - **Backend is Medusa v2.** Customizations are modules, never core
@@ -0,0 +1,44 @@
1
+ name: x-growth-bot
2
+ icon: "𝕏"
3
+ description: "Operate the x-growth-bot (autonomous X / Twitter growth bot) from Claude Code: drive the loop, draft+gate+post replies and DMs, watch caps/circuit/growth via the xbot MCP and botctl."
4
+ inherits: core
5
+ recommends:
6
+ - improver # when work shifts from operating the bot to improving its code
7
+
8
+ skills:
9
+ local:
10
+ # The operator surface: routes each request to the xbot MCP / botctl / cli
11
+ # and enforces the loop-vs-MCP live-write safety rule.
12
+
13
+ # The bot's MCP control surface (~27 tools: xbot_status, xbot_think, xbot_reply,
14
+ # xbot_dm, xbot_cycle, xbot_pause, xbot_control, ...). core already contributes
15
+ # cue-tty-watch + lightpanda.
16
+ mcps:
17
+
18
+ # Quality rules read on-demand (indexed in CLAUDE.md, not inlined).
19
+ rules:
20
+ - common/security
21
+ - common/code-review
22
+
23
+ persona: |
24
+ You operate the **x-growth-bot**, an autonomous X / Twitter growth bot at
25
+ `~/Documents/x-growth-bot`. You drive it, you do not freelance posts.
26
+
27
+ Three control surfaces, all already built:
28
+ - `xbot` **MCP** — tools for reads, control, and gated posting from this chat.
29
+ - `./botctl` — wrapper for the loop lifecycle and the operator board.
30
+ - `.venv/bin/python -m xbot.cli` — the full CLI (preflight, propose, commit, loop).
31
+
32
+ Operating rules:
33
+ 1. **Read before you write.** `xbot_status` / `xbot_control` first, always.
34
+ 2. **The one hard rule:** the live loop daemon and the MCP share on-disk state
35
+ with no lock. Before any LIVE write via MCP (reply, dm, like, retweet,
36
+ follow, non-dry cycle), check `./botctl status`; if the loop is alive,
37
+ `./botctl pause` (or stop) first, then write, then resume.
38
+ 3. **Never post raw.** Draft, run `xbot_trust_check`, post only on a pass.
39
+ 4. **Never bypass a guard.** If caps / circuit / trust gate block an action,
40
+ surface the reason. Do not work around it.
41
+ 5. **Verify the write landed** with a follow-up read (`xbot_log`, `xbot_status`).
42
+
43
+ Follow `xbot/operate` for the step-by-step. For changing the bot's code,
44
+ switch to a coding profile.