cue-ai 0.9.2 → 0.9.4

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 (278) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/README.md +154 -394
  3. package/bin/cue-learnings +30 -4
  4. package/bin/cue-review-progress +0 -0
  5. package/bin/cue-review-watch +0 -0
  6. package/dist/cue.js +4328 -3108
  7. package/package.json +1 -1
  8. package/plugins/cue/commands/cue-switch.md +1 -1
  9. package/plugins/cue/commands/cue.md +1 -1
  10. package/profiles/backend/profile.yaml +4 -0
  11. package/profiles/browser/profile.yaml +4 -0
  12. package/profiles/career/profile.yaml +2 -13
  13. package/profiles/commerce/profile.yaml +0 -2
  14. package/profiles/coolify/profile.yaml +0 -1
  15. package/profiles/core/profile.yaml +78 -11
  16. package/profiles/dash-merge-test/profile.yaml +6 -1
  17. package/profiles/designer/profile.yaml +9 -1
  18. package/profiles/dropshipping/profile.yaml +69 -0
  19. package/profiles/frontend/profile.yaml +4 -0
  20. package/profiles/google-ads/profile.yaml +34 -0
  21. package/profiles/google-analytics/profile.yaml +34 -0
  22. package/profiles/google-drive/profile.yaml +34 -0
  23. package/profiles/gstack/profile.yaml +117 -29
  24. package/profiles/marketing/profile.yaml +0 -1
  25. package/profiles/media/README.md +70 -0
  26. package/profiles/media/profile.yaml +104 -0
  27. package/profiles/nano-banana/profile.yaml +52 -0
  28. package/profiles/ops/profile.yaml +1 -2
  29. package/profiles/secops/profile.yaml +3 -0
  30. package/profiles/skill-writer/profile.yaml +15 -0
  31. package/profiles/video/profile.yaml +3 -0
  32. package/profiles/web-frontend-base/profile.yaml +6 -0
  33. package/profiles/webshop/profile.yaml +0 -1
  34. package/profiles/webshop-google/profile.yaml +1 -0
  35. package/profiles/x-growth-bot/profile.yaml +2 -0
  36. package/resources/icons/generate-icons.py +2 -128
  37. package/resources/mcps/configs/claude.sanitized.json +88 -20
  38. package/resources/mcps/configs/claude_runtime.sanitized.json +40 -1
  39. package/resources/mcps/configs/codex.sanitized.json +29 -0
  40. package/resources/skills/skills/career/job-hunter/LICENSE +21 -0
  41. package/resources/skills/skills/career/job-hunter/README.md +323 -0
  42. package/resources/skills/skills/career/job-hunter/SKILL.md +91 -0
  43. package/resources/skills/skills/career/job-hunter/agents/README.md +96 -0
  44. package/resources/skills/skills/career/job-hunter/agents/apply-assessment-prep.md +195 -0
  45. package/resources/skills/skills/career/job-hunter/agents/apply-ats-scan.md +155 -0
  46. package/resources/skills/skills/career/job-hunter/agents/apply-bias-audit.md +224 -0
  47. package/resources/skills/skills/career/job-hunter/agents/apply-cover-letter.md +69 -0
  48. package/resources/skills/skills/career/job-hunter/agents/apply-decode-jd.md +117 -0
  49. package/resources/skills/skills/career/job-hunter/agents/apply-fit-score.md +183 -0
  50. package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-audit.md +74 -0
  51. package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-scrape.md +255 -0
  52. package/resources/skills/skills/career/job-hunter/agents/apply-portfolio-brief.md +123 -0
  53. package/resources/skills/skills/career/job-hunter/agents/apply-reality-check.md +164 -0
  54. package/resources/skills/skills/career/job-hunter/agents/apply-reference-prep.md +150 -0
  55. package/resources/skills/skills/career/job-hunter/agents/apply-rejection-analysis.md +172 -0
  56. package/resources/skills/skills/career/job-hunter/agents/apply-resume.md +70 -0
  57. package/resources/skills/skills/career/job-hunter/agents/apply-skills-gap-filler.md +109 -0
  58. package/resources/skills/skills/career/job-hunter/agents/career-internal.md +94 -0
  59. package/resources/skills/skills/career/job-hunter/agents/career-linkedin-content.md +173 -0
  60. package/resources/skills/skills/career/job-hunter/agents/career-linkedin-scanner.md +262 -0
  61. package/resources/skills/skills/career/job-hunter/agents/career-network-message.md +108 -0
  62. package/resources/skills/skills/career/job-hunter/agents/career-promote.md +102 -0
  63. package/resources/skills/skills/career/job-hunter/agents/career-review.md +71 -0
  64. package/resources/skills/skills/career/job-hunter/agents/interview-debrief.md +117 -0
  65. package/resources/skills/skills/career/job-hunter/agents/interview-mock.md +171 -0
  66. package/resources/skills/skills/career/job-hunter/agents/interview-panel-decoder.md +152 -0
  67. package/resources/skills/skills/career/job-hunter/agents/interview-prep.md +184 -0
  68. package/resources/skills/skills/career/job-hunter/agents/interview-question-bank.md +133 -0
  69. package/resources/skills/skills/career/job-hunter/agents/interview-research.md +148 -0
  70. package/resources/skills/skills/career/job-hunter/agents/offer-compare.md +117 -0
  71. package/resources/skills/skills/career/job-hunter/agents/offer-counteroffer.md +144 -0
  72. package/resources/skills/skills/career/job-hunter/agents/offer-deadline-manager.md +148 -0
  73. package/resources/skills/skills/career/job-hunter/agents/offer-negotiate.md +126 -0
  74. package/resources/skills/skills/career/job-hunter/agents/offer-schedule.md +99 -0
  75. package/resources/skills/skills/career/job-hunter/agents/offer-thankyou.md +80 -0
  76. package/resources/skills/skills/career/job-hunter/agents/search-company-research.md +146 -0
  77. package/resources/skills/skills/career/job-hunter/agents/search-follow-up.md +129 -0
  78. package/resources/skills/skills/career/job-hunter/agents/search-ghost-job-detector.md +152 -0
  79. package/resources/skills/skills/career/job-hunter/agents/search-inbox-scan.md +193 -0
  80. package/resources/skills/skills/career/job-hunter/agents/search-interview-scorecard.md +164 -0
  81. package/resources/skills/skills/career/job-hunter/agents/search-jobs.md +149 -0
  82. package/resources/skills/skills/career/job-hunter/agents/search-momentum-check.md +194 -0
  83. package/resources/skills/skills/career/job-hunter/agents/search-outreach.md +85 -0
  84. package/resources/skills/skills/career/job-hunter/agents/search-referral-finder.md +124 -0
  85. package/resources/skills/skills/career/job-hunter/agents/search-salary.md +96 -0
  86. package/resources/skills/skills/career/job-hunter/agents/search-send-email.md +109 -0
  87. package/resources/skills/skills/career/job-hunter/agents/search-tracker-update.md +127 -0
  88. package/resources/skills/skills/career/job-hunter/inputs/README.md +26 -0
  89. package/resources/skills/skills/career/job-hunter/inputs/apply-linkedin-url.txt +8 -0
  90. package/resources/skills/skills/career/job-hunter/inputs/interview-context.md +24 -0
  91. package/resources/skills/skills/career/job-hunter/inputs/job-description.md +20 -0
  92. package/resources/skills/skills/career/job-hunter/inputs/job-search-criteria.md +36 -0
  93. package/resources/skills/skills/career/job-hunter/inputs/my-linkedin.md +24 -0
  94. package/resources/skills/skills/career/job-hunter/inputs/my-resume.md +28 -0
  95. package/resources/skills/skills/career/job-hunter/inputs/search-outreach-target.md +24 -0
  96. package/resources/skills/skills/career/job-hunter/rules/README.md +37 -0
  97. package/resources/skills/skills/career/job-hunter/rules/writing-rules.md +81 -0
  98. package/resources/skills/skills/design/banana/SKILL.md +375 -0
  99. package/resources/skills/skills/design/banana/references/cost-tracking.md +47 -0
  100. package/resources/skills/skills/design/banana/references/gemini-models.md +236 -0
  101. package/resources/skills/skills/design/banana/references/mcp-tools.md +145 -0
  102. package/resources/skills/skills/design/banana/references/post-processing.md +192 -0
  103. package/resources/skills/skills/design/banana/references/presets.md +69 -0
  104. package/resources/skills/skills/design/banana/references/prompt-engineering.md +481 -0
  105. package/resources/skills/skills/design/banana/scripts/batch.py +97 -0
  106. package/resources/skills/skills/design/banana/scripts/cost_tracker.py +191 -0
  107. package/resources/skills/skills/design/banana/scripts/edit.py +159 -0
  108. package/resources/skills/skills/design/banana/scripts/generate.py +168 -0
  109. package/resources/skills/skills/design/banana/scripts/presets.py +154 -0
  110. package/resources/skills/skills/design/banana/scripts/setup_mcp.py +151 -0
  111. package/resources/skills/skills/design/banana/scripts/validate_setup.py +133 -0
  112. package/resources/skills/skills/gstack/ship/SKILL.md +13 -0
  113. package/resources/skills/skills/media/3d-logo-animation/SKILL.md +59 -0
  114. package/resources/skills/skills/media/action-figure-generator/SKILL.md +48 -0
  115. package/resources/skills/skills/media/ad-creative/SKILL.md +79 -0
  116. package/resources/skills/skills/media/ai-clipping/SKILL.md +194 -0
  117. package/resources/skills/skills/media/ai-clipping/scripts/run-ai-clipping.sh +200 -0
  118. package/resources/skills/skills/media/ai-fight-scene/SKILL.md +132 -0
  119. package/resources/skills/skills/media/amazon-product-listing/SKILL.md +68 -0
  120. package/resources/skills/skills/media/animal-video-generator/SKILL.md +59 -0
  121. package/resources/skills/skills/media/award-ceremony-video/SKILL.md +87 -0
  122. package/resources/skills/skills/media/blog-header/SKILL.md +61 -0
  123. package/resources/skills/skills/media/brand-kit/SKILL.md +72 -0
  124. package/resources/skills/skills/media/brochures/SKILL.md +65 -0
  125. package/resources/skills/skills/media/cartoon-dance-animation/SKILL.md +62 -0
  126. package/resources/skills/skills/media/character-story-video/SKILL.md +84 -0
  127. package/resources/skills/skills/media/chibi-collage-effect/SKILL.md +63 -0
  128. package/resources/skills/skills/media/cinema-director/SKILL.md +93 -0
  129. package/resources/skills/skills/media/cinema-director/scripts/generate-film.sh +78 -0
  130. package/resources/skills/skills/media/color-analysis-board/SKILL.md +71 -0
  131. package/resources/skills/skills/media/core-edit/SKILL.md +48 -0
  132. package/resources/skills/skills/media/core-edit/edit-image.sh +54 -0
  133. package/resources/skills/skills/media/core-edit/enhance-image.sh +191 -0
  134. package/resources/skills/skills/media/core-edit/lipsync.sh +144 -0
  135. package/resources/skills/skills/media/core-edit/video-effects.sh +193 -0
  136. package/resources/skills/skills/media/core-media/SKILL.md +49 -0
  137. package/resources/skills/skills/media/core-media/create-music.sh +169 -0
  138. package/resources/skills/skills/media/core-media/generate-image.sh +161 -0
  139. package/resources/skills/skills/media/core-media/generate-video.sh +137 -0
  140. package/resources/skills/skills/media/core-media/image-to-video.sh +228 -0
  141. package/resources/skills/skills/media/core-media/schema_data.json +18708 -0
  142. package/resources/skills/skills/media/core-media/upload.sh +41 -0
  143. package/resources/skills/skills/media/core-platform/SKILL.md +41 -0
  144. package/resources/skills/skills/media/core-platform/check-result.sh +37 -0
  145. package/resources/skills/skills/media/core-platform/setup.sh +31 -0
  146. package/resources/skills/skills/media/couple-grid-creator/SKILL.md +47 -0
  147. package/resources/skills/skills/media/design-guide/SKILL.md +73 -0
  148. package/resources/skills/skills/media/drone-style-video/SKILL.md +61 -0
  149. package/resources/skills/skills/media/fashion-try-on/SKILL.md +61 -0
  150. package/resources/skills/skills/media/floor-plan-rendering/SKILL.md +56 -0
  151. package/resources/skills/skills/media/freeze-effect-video/SKILL.md +100 -0
  152. package/resources/skills/skills/media/giant-product-showcase/SKILL.md +61 -0
  153. package/resources/skills/skills/media/instagram-post/SKILL.md +58 -0
  154. package/resources/skills/skills/media/interior-design/SKILL.md +61 -0
  155. package/resources/skills/skills/media/interior-design-visualizer/SKILL.md +57 -0
  156. package/resources/skills/skills/media/jewelry-product-video/SKILL.md +61 -0
  157. package/resources/skills/skills/media/kdenlive/SKILL.md +106 -0
  158. package/resources/skills/skills/media/kdenlive/scripts/assemble.sh +57 -0
  159. package/resources/skills/skills/media/kdenlive/scripts/common.sh +30 -0
  160. package/resources/skills/skills/media/kdenlive/scripts/inspect.sh +19 -0
  161. package/resources/skills/skills/media/kdenlive/scripts/reframe.sh +22 -0
  162. package/resources/skills/skills/media/kdenlive/scripts/render.sh +16 -0
  163. package/resources/skills/skills/media/kdenlive/scripts/title-card.sh +25 -0
  164. package/resources/skills/skills/media/keyboard-art-maker/SKILL.md +44 -0
  165. package/resources/skills/skills/media/logo-branding/SKILL.md +70 -0
  166. package/resources/skills/skills/media/logo-creator/SKILL.md +80 -0
  167. package/resources/skills/skills/media/logo-creator/scripts/create-logo.sh +38 -0
  168. package/resources/skills/skills/media/logo-generator/SKILL.md +56 -0
  169. package/resources/skills/skills/media/multi-angle-reshoot/SKILL.md +70 -0
  170. package/resources/skills/skills/media/multi-angle-shots/SKILL.md +73 -0
  171. package/resources/skills/skills/media/music-video/SKILL.md +61 -0
  172. package/resources/skills/skills/media/nano-banana/SKILL.md +80 -0
  173. package/resources/skills/skills/media/nano-banana/scripts/generate-nano-art.sh +54 -0
  174. package/resources/skills/skills/media/one-shot-video/SKILL.md +56 -0
  175. package/resources/skills/skills/media/photo-pack-generator/SKILL.md +205 -0
  176. package/resources/skills/skills/media/photo-pack-generator/scripts/generate-pack.sh +241 -0
  177. package/resources/skills/skills/media/product-ad-cinematic/SKILL.md +78 -0
  178. package/resources/skills/skills/media/product-campaign/SKILL.md +76 -0
  179. package/resources/skills/skills/media/product-showcase-video/SKILL.md +60 -0
  180. package/resources/skills/skills/media/product-video-ad-maker/SKILL.md +59 -0
  181. package/resources/skills/skills/media/rednote-cover/SKILL.md +57 -0
  182. package/resources/skills/skills/media/seedance-2/SKILL.md +632 -0
  183. package/resources/skills/skills/media/seedance-2/scripts/generate-seedance.sh +701 -0
  184. package/resources/skills/skills/media/selfie-with-celebrities/SKILL.md +64 -0
  185. package/resources/skills/skills/media/social-media-video/SKILL.md +277 -0
  186. package/resources/skills/skills/media/social-media-video/scripts/run-social-video.sh +316 -0
  187. package/resources/skills/skills/media/social-pack/SKILL.md +58 -0
  188. package/resources/skills/skills/media/storyboard/SKILL.md +57 -0
  189. package/resources/skills/skills/media/storyboard-to-cooking-video/SKILL.md +143 -0
  190. package/resources/skills/skills/media/talking-baby-video/SKILL.md +57 -0
  191. package/resources/skills/skills/media/ugc-ads-workflow/SKILL.md +70 -0
  192. package/resources/skills/skills/media/ugc-lifestyle-try-on/SKILL.md +65 -0
  193. package/resources/skills/skills/media/ugc-video-factory/SKILL.md +134 -0
  194. package/resources/skills/skills/media/ui-design/SKILL.md +81 -0
  195. package/resources/skills/skills/media/ui-design/scripts/generate-mockup.sh +49 -0
  196. package/resources/skills/skills/media/url-to-design/SKILL.md +61 -0
  197. package/resources/skills/skills/media/workflow/SKILL.md +197 -0
  198. package/resources/skills/skills/media/workflow/scripts/discover-workflow.sh +18 -0
  199. package/resources/skills/skills/media/workflow/scripts/generate-workflow.sh +33 -0
  200. package/resources/skills/skills/media/workflow/scripts/interactive-run.sh +16 -0
  201. package/resources/skills/skills/media/workflow/scripts/list-workflows.sh +20 -0
  202. package/resources/skills/skills/media/workflow/scripts/run-workflow.sh +34 -0
  203. package/resources/skills/skills/media/youtube-shorts/SKILL.md +173 -0
  204. package/resources/skills/skills/media/youtube-shorts/scripts/run-youtube-shorts.sh +141 -0
  205. package/resources/skills/skills/media/youtube-thumbnail/SKILL.md +66 -0
  206. package/resources/skills/skills/meta/cue-developer/references/architecture.md +2 -2
  207. package/resources/skills/skills/meta/cue-usage/SKILL.md +1 -1
  208. package/resources/skills/skills/meta/profile-fit-monitor/SKILL.md +2 -2
  209. package/resources/skills/skills/meta/profile-optimizer/SKILL.md +1 -1
  210. package/resources/skills/skills/meta/profile-suggest/SKILL.md +7 -7
  211. package/resources/skills/skills/meta/profile-summon/SKILL.md +159 -0
  212. package/resources/skills/skills/meta/profile-summon/evals/evals.json +53 -0
  213. package/resources/skills/skills/meta/save-profile/SKILL.md +1 -1
  214. package/resources/skills/skills/meta/skill-reviewer/SKILL.md +3 -0
  215. package/resources/skills/skills/meta/skill-reviewer/references/tdd-for-skills.md +55 -0
  216. package/resources/skills/skills/research/find-skills/SKILL.md +1 -1
  217. package/resources/skills/skills/review/code-review-deep/SKILL.md +20 -0
  218. package/resources/skills/skills/security/trivy-scan/SKILL.md +139 -0
  219. package/resources/skills/skills/security/trivy-scan/scripts/ensure-trivy.sh +21 -0
  220. package/resources/skills/skills/tools/ccusage/SKILL.md +142 -0
  221. package/src/commands/_index.ts +8 -0
  222. package/src/commands/ai.ts +2 -2
  223. package/src/commands/auto-detect.test.ts +74 -0
  224. package/src/commands/auto-detect.ts +9 -7
  225. package/src/commands/cli.test.ts +20 -4
  226. package/src/commands/cli.ts +36 -20
  227. package/src/commands/create-profile.ts +2 -2
  228. package/src/commands/debug.ts +2 -2
  229. package/src/commands/discover.ts +14 -4
  230. package/src/commands/export-docker.ts +1 -1
  231. package/src/commands/features-batch1.test.ts +1 -1
  232. package/src/commands/gates.ts +1 -1
  233. package/src/commands/import-profile.ts +1 -1
  234. package/src/commands/init.ts +15 -11
  235. package/src/commands/install.test.ts +192 -0
  236. package/src/commands/install.ts +610 -0
  237. package/src/commands/launch-handoff.e2e.test.ts +33 -1
  238. package/src/commands/launch.e2e.test.ts +15 -10
  239. package/src/commands/launch.ts +73 -116
  240. package/src/commands/materialize.ts +2 -2
  241. package/src/commands/prune.ts +1 -1
  242. package/src/commands/security-audit.ts +1 -1
  243. package/src/commands/shell.ts +7 -7
  244. package/src/commands/skill-report.ts +1 -1
  245. package/src/commands/skills.ts +3 -3
  246. package/src/commands/snapshot.ts +2 -2
  247. package/src/commands/summon.test.ts +116 -0
  248. package/src/commands/summon.ts +338 -0
  249. package/src/commands/trigger-gaps.ts +1 -1
  250. package/src/commands/use.ts +47 -3
  251. package/src/commands/watch-live.ts +5 -5
  252. package/src/commands/watch.ts +8 -8
  253. package/src/index.ts +2 -0
  254. package/src/lib/active-sessions.test.ts +3 -3
  255. package/src/lib/active-sessions.ts +4 -4
  256. package/src/lib/auto-detect.test.ts +172 -8
  257. package/src/lib/auto-detect.ts +191 -136
  258. package/src/lib/codex-persona-parity.test.ts +58 -0
  259. package/src/lib/companion-detect.test.ts +43 -1
  260. package/src/lib/companion-detect.ts +35 -0
  261. package/src/lib/credentials-sync.test.ts +121 -1
  262. package/src/lib/credentials-sync.ts +95 -1
  263. package/src/lib/cwd-resolver.test.ts +8 -8
  264. package/src/lib/cwd-resolver.ts +2 -2
  265. package/src/lib/dashboard-merge.test.ts +9 -4
  266. package/src/lib/dashboard-server.ts +1 -1
  267. package/src/lib/picker.test.ts +1 -1
  268. package/src/lib/picker.ts +5 -5
  269. package/src/lib/profile-merge.test.ts +8 -0
  270. package/src/lib/profile-names.test.ts +3 -3
  271. package/src/lib/runtime-install.ts +166 -0
  272. package/src/lib/runtime-materializer.test.ts +137 -0
  273. package/src/lib/runtime-materializer.ts +105 -2
  274. package/src/lib/skill-router.test.ts +38 -0
  275. package/src/lib/skill-router.ts +65 -4
  276. package/profiles/eu-tender-research/README.md +0 -48
  277. package/profiles/eu-tender-research/logo.png +0 -0
  278. package/profiles/eu-tender-research/profile.yaml +0 -108
package/README.md CHANGED
@@ -1,532 +1,292 @@
1
- <!--
2
- Structured data for AI search engines (ChatGPT, Perplexity, Google AI Overviews)
3
- and traditional crawlers. GitHub renders the README as raw HTML on github.com/<repo>
4
- and via GitHub Pages, so the JSON-LD blocks below are picked up by both Google's
5
- rich-results parser and LLM scrapers.
6
- -->
7
- <!--
8
- <script type="application/ld+json">
9
- {
10
- "@context": "https://schema.org",
11
- "@type": "SoftwareApplication",
12
- "name": "cuecards",
13
- "alternateName": ["cue", "cue-ai"],
14
- "applicationCategory": "DeveloperApplication",
15
- "operatingSystem": "Linux, macOS, Windows (WSL2)",
16
- "description": "cuecards is an open-source agent profile manager for Claude Code, OpenAI Codex, Cursor, Cline, Gemini CLI, GitHub Copilot, Windsurf, Roo Code, Sourcegraph Amp, and Aider. One cuecard per directory — skills, MCPs, plugins, persona, playbooks, gates. Cut per-message token cost 10–25×.",
17
- "url": "https://github.com/opencue/cuecards",
18
- "downloadUrl": "https://www.npmjs.com/package/cue-ai",
19
- "codeRepository": "https://github.com/opencue/cuecards",
20
- "license": "https://github.com/opencue/cuecards/blob/main/LICENSE",
21
- "programmingLanguage": "TypeScript",
22
- "runtimePlatform": "Bun",
23
- "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
24
- }
25
- </script>
26
- -->
27
-
28
- <br>
1
+ # cuecards
29
2
 
30
- <p align="center">
31
- <img src="./docs/assets/hero.svg" alt="cuecards — Agent Profile Manager for AI coding agents" width="820">
32
- </p>
33
-
34
- <br>
3
+ **Give your AI coding agent the right context for every project — and nothing else.**
35
4
 
36
- <h1 align="center">cuecards.</h1>
5
+ cue is a profile manager for AI coding agents like [Claude Code](https://github.com/anthropics/claude-code) and [Codex](https://github.com/openai/codex). You pick (or auto-detect) a *cuecard* for each project directory, and when you launch your agent, cue loads only the skills, MCP servers, persona, and quality gates that project actually needs — instead of your entire library.
37
6
 
38
7
  <p align="center">
39
- <strong>The agent profile manager for AI coding agents.</strong>
8
+ <img src="https://raw.githubusercontent.com/opencue/cuecards/main/docs/assets/hero.svg" alt="cuecards Agent Profile Manager for AI coding agents" width="820">
40
9
  </p>
41
10
 
42
- <p align="center">
43
- <sub>Your agent walks into a directory. The cuecard tells it who to be.</sub>
44
- </p>
45
-
46
- <br>
47
-
48
11
  <p align="center">
49
12
  <a href="https://www.npmjs.com/package/cue-ai"><img src="https://img.shields.io/npm/v/cue-ai?style=flat-square&label=npm&color=1d1d1f&labelColor=f5f5f7" alt="npm"></a>&nbsp;
50
13
  <a href="https://www.npmjs.com/package/cue-ai"><img src="https://img.shields.io/npm/dw/cue-ai?style=flat-square&label=downloads&color=1d1d1f&labelColor=f5f5f7" alt="downloads"></a>&nbsp;
51
14
  <a href="https://github.com/opencue/cuecards/stargazers"><img src="https://img.shields.io/github/stars/opencue/cuecards?style=flat-square&label=stars&color=1d1d1f&labelColor=f5f5f7" alt="stars"></a>&nbsp;
52
- <a href="./LICENSE"><img src="https://img.shields.io/github/license/opencue/cuecards?style=flat-square&label=license&color=1d1d1f&labelColor=f5f5f7" alt="MIT"></a>&nbsp;
15
+ <a href="https://github.com/opencue/cuecards/blob/main/LICENSE"><img src="https://img.shields.io/github/license/opencue/cuecards?style=flat-square&label=license&color=1d1d1f&labelColor=f5f5f7" alt="MIT"></a>&nbsp;
53
16
  <img src="https://img.shields.io/badge/telemetry-none-1d1d1f?style=flat-square&labelColor=f5f5f7" alt="zero telemetry">
54
17
  </p>
55
18
 
56
- <br>
57
-
58
- <p align="center">
59
- <code>npm install -g cue-ai</code>
60
- </p>
61
-
62
- <p align="center">
63
- <sub>Requires Node ≥20 and an existing <a href="https://github.com/anthropics/claude-code">Claude Code</a> or <a href="https://github.com/openai/codex">Codex</a> install — cue is a thin shim that exec's your agent, not a replacement.</sub>
64
- <br>
65
- <sub>package <code>cue-ai</code> &nbsp;·&nbsp; command <code>cue</code> &nbsp;·&nbsp; repo <a href="https://github.com/opencue/cuecards"><code>opencue/cuecards</code></a></sub>
66
- </p>
67
-
68
- <br>
69
- <br>
70
-
71
- ---
72
-
73
- ## what is a cuecard.
74
-
75
- A **cuecard** is everything your AI coding agent needs to be useful in one directory — the skills it loads, the MCP servers it connects to, the plugins it boots with, the persona it adopts, the playbooks it follows, the quality gates that block its "done" claim.
76
-
77
- One cuecard per project. Your agent reads the right one the moment you launch.
78
-
79
- | layer | what's on the cuecard |
80
- |---|---|
81
- | **skills** | only the ones this project actually needs |
82
- | **MCPs** | scoped per directory, no global sprawl |
83
- | **plugins** | the Claude Code plugins this project wants — no more |
84
- | **persona** | how the agent thinks, writes, and self-edits |
85
- | **playbooks** | the steps the agent follows for known tasks |
86
- | **gates** | what must pass before the agent says "done" |
87
-
88
- <br>
89
-
90
- ---
91
-
92
- ## quickstart.
93
-
94
19
  ```bash
95
- npm install -g cue-ai # 1. install
96
- cue shell install # 2. activate the claude shim (one-time; --codex adds codex)
97
- cue discover search "code review" # 3. find a skill
98
- cue discover install review/code-review # 4. add it
99
- claude # 5. launch — the cuecard is loaded
20
+ npm install -g cue-ai
100
21
  ```
101
22
 
102
- > Step 2 is what makes `claude` load your cuecard: it installs a `~/.local/bin/claude`
103
- > shim that hands off to `cue launch`. Skip it and `claude` just runs vanilla Claude Code.
104
-
105
- Search. Install. Use. No config files to edit. Works the same with `codex`, `cursor`, `cline`, `gemini`, and five other agents.
106
-
107
- <p align="center">
108
- <img src="./docs/assets/demo.gif" alt="cuecards demo — discover, install, and launch a skill on a cuecard in 30 seconds" width="820" onerror="this.style.display='none'">
109
- </p>
110
-
111
- <p align="center">
112
- <img src="./docs/assets/interactive-tui.svg" alt="cuecards interactive TUI — browse profiles, skills, and skill detail side by side" width="820">
113
- </p>
114
-
115
- <br>
23
+ > Requires Node 20 and an existing [Claude Code](https://github.com/anthropics/claude-code) or [Codex](https://github.com/openai/codex) install. cue is a thin shim that hands off to your real agent not a replacement for it.
24
+ >
25
+ > package `cue-ai` · command `cue` · repo [opencue/cuecards](https://github.com/opencue/cuecards)
116
26
 
117
27
  ---
118
28
 
119
- ## works with.
29
+ ## Why does this exist?
120
30
 
121
- <p align="center">
122
- <a href="https://github.com/anthropics/claude-code"><img src="https://img.shields.io/badge/Claude_Code-cc785c?style=flat-square&logo=anthropic&logoColor=white" alt="Claude Code"></a>&nbsp;
123
- <a href="https://github.com/openai/codex"><img src="https://img.shields.io/badge/Codex-000000?style=flat-square&logo=openai&logoColor=white" alt="Codex"></a>&nbsp;
124
- <a href="https://cursor.sh"><img src="https://img.shields.io/badge/Cursor-000000?style=flat-square&logo=cursor&logoColor=white" alt="Cursor"></a>&nbsp;
125
- <a href="https://github.com/cline/cline"><img src="https://img.shields.io/badge/Cline-5A45FF?style=flat-square" alt="Cline"></a>&nbsp;
126
- <a href="https://github.com/google-gemini/gemini-cli"><img src="https://img.shields.io/badge/Gemini-4285F4?style=flat-square&logo=google&logoColor=white" alt="Gemini"></a>&nbsp;
127
- <a href="https://github.com/features/copilot"><img src="https://img.shields.io/badge/Copilot-000000?style=flat-square&logo=github&logoColor=white" alt="Copilot"></a>&nbsp;
128
- <a href="https://windsurf.com"><img src="https://img.shields.io/badge/Windsurf-06B6D4?style=flat-square" alt="Windsurf"></a>&nbsp;
129
- <a href="https://github.com/RooVetGit/Roo-Code"><img src="https://img.shields.io/badge/Roo-7C3AED?style=flat-square" alt="Roo"></a>&nbsp;
130
- <a href="https://sourcegraph.com/amp"><img src="https://img.shields.io/badge/Amp-FF4500?style=flat-square&logo=sourcegraph&logoColor=white" alt="Amp"></a>&nbsp;
131
- <a href="https://aider.chat"><img src="https://img.shields.io/badge/Aider-14B8A6?style=flat-square" alt="Aider"></a>
132
- </p>
31
+ If you've been using AI coding agents for a while, you've probably collected a pile of skills, MCP servers, and custom instructions. Maybe hundreds. Here's the problem:
133
32
 
134
- <p align="center">
135
- <sub>One cuecard. Ten supported agents.</sub>
136
- </p>
33
+ **your agent re-reads all of them, on every single message** — including the 95% that have nothing to do with the task in front of it.
137
34
 
138
- <br>
35
+ That hurts twice:
139
36
 
140
- ---
141
-
142
- ## by the numbers.
37
+ 1. **You pay for it.** Every always-loaded skill description and MCP schema is input tokens, billed on every turn of every session.
38
+ 2. **Your agent gets dumber.** Picking the right tool out of 330 irrelevant ones is harder than picking it out of 12 relevant ones.
143
39
 
144
- <p align="center">
145
- <strong>up to ~16×</strong>&nbsp;&nbsp;leaner always-on context
146
- <br><br>
147
- <strong>&lt; 5 ms</strong>&nbsp;&nbsp;warm launch overhead
148
- <br><br>
149
- <strong>69</strong>&nbsp;&nbsp;pre-built cuecards · <strong>330+</strong> local skills
150
- <br><br>
151
- <strong>10</strong>&nbsp;&nbsp;AI coding agents supported
152
- <br><br>
153
- <strong>MIT</strong>&nbsp;&nbsp;open source · zero telemetry · no daemon
154
- </p>
40
+ cue fixes this by scoping everything per directory. Your Medusa shop loads the Medusa cuecard. Your Rust CLI loads the Rust cuecard. Nothing else comes along for the ride.
155
41
 
156
- <br>
157
-
158
- ---
159
-
160
- ## the money shot.
161
-
162
- > Loading everything costs you tokens on every single message. cuecards cut your always-on context ~9–16× — and you can reproduce every number below with `cue cost --compare`.
42
+ ### What that saves, in numbers
163
43
 
164
44
  | Loadout | Always-on context | Cost / 100 msgs (Sonnet input) |
165
45
  |---|---|---|
166
- | **Without cuecards** `full` (every skill + MCP) | ~81k tokens | ~$24 😱 |
167
- | **With cuecards** — `backend` profile | ~9k tokens | ~$2.70 |
168
- | **With cuecards** — `caveman-quick` | ~6.8k tokens | ~$2.00 🚀 |
46
+ | Everything loaded (`full` profile) | ~81k tokens | ~$24 |
47
+ | `backend` cuecard | ~9k tokens | ~$2.70 |
48
+ | `caveman-quick` cuecard | ~6.8k tokens | ~$2.00 |
169
49
 
170
- That's **~fewer always-on tokens** on a backend loadout (≈12× on `caveman-quick`, up to ≈16× on the leanest profiles) versus loading everything. Your model also picks the right tool faster because it's not scanning irrelevant descriptions on every message.
50
+ That's **9–16× less always-on context**, compounding on every message. You can reproduce these numbers yourself:
171
51
 
172
52
  ```bash
173
- cue cost # token budget for your active profile
174
- cue cost --compare # full table: every profile ranked vs the `full` baseline
53
+ cue cost # token budget for your active profile
54
+ cue cost --compare # every profile ranked against the `full` baseline
175
55
  ```
176
56
 
177
- <br>
178
-
179
- ---
180
-
181
- ## why cuecards.
182
-
183
- - **Cut always-on context up to ~16×.** Skills, MCPs, and plugins scoped per directory, not globally loaded into every session — reproduce it with `cue cost --compare`.
184
- - **Five-dimensional agents.** Persona + playbooks + quality gates + evals + failure loop. Not just "more tools loaded" — composable expertise.
185
- - **One cuecard, ten agents.** The same `profile.yaml` materializes into Claude Code, Codex, Cursor, Cline, Gemini, Copilot, Windsurf, Roo, Amp, and Aider native formats.
186
-
187
- <details>
188
- <summary><b>Other wins</b></summary>
189
-
190
- <br>
191
-
192
- - **Discover real skills, not awesome-lists.** `cue discover search` queries GitHub Code Search for `filename:SKILL.md`, scores results, maps each repo to a cuecard.
193
- - **Install every CLI the cuecard needs in one command.** `cue cli install --all <cuecard>` auto-detects apt / brew / snap / pipx / npm per OS.
194
- - **Block "done" claims with quality gates.** Stop-hook validators auto-run tests, lint, and build before the agent can declare a task complete.
195
- - **Open safe, meaningful PRs on skill repos.** Built-in 90-day per-repo cooldown, 25-PRs/day cap, and `<!-- cue: ignore -->` opt-out marker.
196
- - **Failure-feedback loop.** `cue failures --propose` reads recent session failures and asks Claude to draft profile improvements.
197
-
198
- </details>
199
-
200
- <br>
201
-
202
57
  ---
203
58
 
204
- ## reading cue's output — the colored tags.
59
+ ## What is a cuecard?
205
60
 
206
- cuecards-managed agents tag every research- or decision-relevant claim with a colored confidence marker so you can scan trust at a glance:
61
+ A cuecard (also called a *profile*) is everything your agent needs to be useful in one project, bundled into a single `profile.yaml`:
207
62
 
208
- | Tier | Tag | Meaning |
209
- |---|---|---|
210
- | 🟢 Green | `[VERIFIED]` / `[KNOWN]` | Trust it (~90–99%) |
211
- | 🟡 Yellow | `[INFERRED]` / `[ASSUMED]` | Verify if stakes matter (~50–85%) |
212
- | 🟠 Orange | `[GUESSED]` / `[STALE]` | Verify before acting (~20–45%) |
213
- | 🔴 Red | `[UNKNOWN]` | Don't trust; agent refused to fabricate |
214
-
215
- Optional decile calibration on yellow/orange: `🟡 [INFERRED ~80%]`, `🟠 [GUESSED ~30%]`. The `~` signals it's a rough self-estimate, not a true probability.
216
-
217
- Full system + when each tag fires: **[`resources/skills/skills/meta/integrity-tags/SKILL.md`](./resources/skills/skills/meta/integrity-tags/SKILL.md)** · Canonical protocol: **[`resources/personas/integrity-protocol.md`](./resources/personas/integrity-protocol.md)** (auto-injected into every profile via `persona_includes`).
63
+ | Layer | What it controls |
64
+ |---|---|
65
+ | **Skills** | Only the ones this project actually needs |
66
+ | **MCP servers** | Scoped per directory no global sprawl |
67
+ | **Plugins** | The Claude Code plugins this project wants, no more |
68
+ | **Persona** | How the agent thinks, writes, and self-edits |
69
+ | **Playbooks** | Step-by-step procedures for known tasks |
70
+ | **Gates** | What must pass before the agent can claim "done" |
218
71
 
219
- <br>
72
+ One cuecard per project. Your agent reads the right one the moment you launch it. That's what makes a cuecard more than a skills list — it's composable expertise, not just "more tools loaded."
220
73
 
221
74
  ---
222
75
 
223
- ## what you'll see during a run — the reviewer.
224
-
225
- cuecards can ship an **independent review gate**. When the agent finishes a
226
- code-producing turn in a cuecard that enables it, cue spawns a *fresh, separate*
227
- reviewer agent over the working-tree diff **before the turn is allowed to finish**.
228
- It runs as a normal step of a Claude Code run — so expect to see a reviewer agent
229
- think for a while (a deep pass can run many minutes and tens of thousands of tokens).
230
- This is by design, and it earns its keep.
76
+ ## Quickstart
231
77
 
232
- A real catch from a live session: the reviewer flagged a **load-bearing unit bug** —
233
- a product's `weight` was treated as kilograms in one place but grams in two others
234
- (`weight >= 1000 ? kg : g`). Left in, the per-kg price renders as `€0.00` and a cart
235
- reads `20000 kg`. The gate held the merge until it was fixed.
78
+ Five commands from zero to a profile-aware agent:
236
79
 
237
- Two things so the behavior isn't surprising:
238
-
239
- - **A red "Stop hook error" is the gate working, not a failure.** Claude Code renders
240
- any *blocking* hook that way. It means the reviewer found a CRITICAL/HIGH issue and is
241
- holding the turn until you address it. It caps at 2 rounds, then releases. Suppress it
242
- for one turn with `[skip-auto-review]` in your message; turn it off entirely with
243
- `rm ~/.config/cue/auto-review-enabled`.
244
- - **You can watch the review live.** A long review otherwise shows only a spinner. Run
245
- `cue-review-watch` in a second pane to see it move file-by-file with findings as they land:
246
-
247
- ```
248
- 16:42:03 📄 setup-plate-variants.ts
249
- 16:42:03 → unit convention
250
- 16:42:09 🔴 CRITICAL weight kg/g ambiguity → per-kg price shows €0.00
251
- 16:45:30 ✅ review complete 1 CRITICAL
80
+ ```bash
81
+ npm install -g cue-ai # 1. install
82
+ cue shell install # 2. activate the claude shim (one-time; add --codex for codex)
83
+ cue discover search "code review" # 3. find a skill you want
84
+ cue discover install review/code-review # 4. add it to your cuecard
85
+ claude # 5. launch your cuecard is loaded
252
86
  ```
253
87
 
254
- Enable the gate with `touch ~/.config/cue/auto-review-enabled`. Full details:
255
- [`docs/review-visibility.md`](./docs/review-visibility.md).
88
+ Step 2 is the magic: it installs a tiny `~/.local/bin/claude` shim that hands off to `cue launch`. From then on, typing `claude` in any directory loads that directory's cuecard first, then starts the real Claude Code. Skip step 2 and `claude` just runs vanilla.
256
89
 
257
- <br>
258
-
259
- ---
260
-
261
- ## the catalog.
262
-
263
- > One repo. 69 pre-built expert agents. Pin one with `cue use <name>` and `claude` launches with that cuecard's skills, MCPs, hooks, and commands materialized.
90
+ To pin a project to a profile:
264
91
 
265
92
  ```bash
266
- cue list # show everything
267
- cue auto-detect # suggest the right one for cwd
268
- cue use medusa-dev # pin to current directory
269
- claude # launches with that cuecard's loadout
93
+ cd ~/projects/my-shop
94
+ cue use medusa-dev # writes .cue.profile in this directory
95
+ claude # launches with the medusa-dev loadout
270
96
  ```
271
97
 
272
- ### Foundation
98
+ Not sure which profile fits? `cue auto-detect` reads your project (package.json, pyproject.toml, Cargo.toml, …) and suggests one.
273
99
 
274
- | Profile | What it's for |
275
- |---|---|
276
- | 🐢 **core** | Baseline shared by every cue profile — essentials only |
277
- | 🦄 **full** | Diagnostic fallback that loads every local skill and MCP |
278
-
279
- ### Backend & Languages
280
-
281
- | Profile | What it's for |
282
- |---|---|
283
- | 🐻 **backend** | APIs, webhooks, security review, CI, packaging, database, deploy |
284
- | 🐹 **go-api** | Go API development — net/http, gin/echo/chi, GORM, testing |
285
- | 🐍 **python** | FastAPI/Django/Flask APIs, SQLAlchemy/Alembic, pytest |
286
- | 🦀 **rust** | All-in-one Rust — async, web, CLI/TUI, embedded, FFI, WASM, perf |
287
-
288
- ### Frontend
100
+ ---
289
101
 
290
- | Profile | What it's for |
291
- |---|---|
292
- | 🦋 **frontend** | Frontend UI implementation, redesign, screenshots, testing |
293
- | ▲ **nextjs** | Next.js full-stack — App Router, Server Components, Vercel |
294
- | ⚡ **vite** | Vite + React + TanStack ecosystem |
295
- | 🎲 **threejs** | Three.js 3D — geometry, materials, shaders, animation |
102
+ ## 69 ready-made cuecards
296
103
 
297
- ### Security · Media · Growth · Verticals
104
+ cue ships with pre-built profiles for common stacks and workflows. A taste:
298
105
 
299
106
  | Profile | What it's for |
300
107
  |---|---|
301
- | 🔒 **cybersecurity** | 754 red/blue team skills + agentshield auditor |
302
- | 🦉 **research** | Source-backed lookup, extraction, browser/market research |
303
- | 🦚 **creative-media** | Image, video, product asset, brand workflows |
304
- | 🎬 **video** | Frame extraction, audio transcription, visual understanding |
305
- | 🐝 **docs-writer** | Documentation, Markdown, PDF, Obsidian, structured writing |
306
- | 🦜 **marketing** | Copywriting, SEO, CRO, growth, channels, X/Twitter automation |
307
- | 💼 **career** | Job hunting, resume, interview prep, salary negotiation |
308
- | 🦊 **medusa-dev** | Medusa v2 backend, storefront, admin, migration |
309
- | 🐺 **fleet-control** | Multi-agent orchestration, Colony coordination, gx safety |
310
- | 🏢 **agency** | A full agency on tap — 63 delegatable subagents (design, sales, product, PM, finance, game dev, XR, paid media, QA) |
108
+ | 🐢 **core** | Minimal baseline shared by every profile |
109
+ | 🐻 **backend** | APIs, webhooks, security review, CI, databases, deploys |
110
+ | 🦋 **frontend** | UI implementation, redesigns, screenshots, browser testing |
111
+ | **nextjs** | Next.js App Router, Server Components, Vercel |
112
+ | 🐍 **python** | FastAPI/Django/Flask, SQLAlchemy, pytest |
113
+ | 🦀 **rust** | Async, web, CLI/TUI, embedded, FFI, WASM |
114
+ | 🦊 **medusa-dev** | Medusa v2 backend, storefront, admin |
115
+ | 🔒 **cybersecurity** | 754 red/blue-team skills + audit tooling |
116
+ | 🦜 **marketing** | Copywriting, SEO, CRO, growth |
117
+ | 🐝 **docs-writer** | Documentation, Markdown, PDF, structured writing |
118
+ | 🏢 **agency** | 63 delegatable subagents — design, sales, product, PM, QA |
311
119
 
312
- <sub>Full machine-readable list (all 69): **[`docs/data/profiles.md`](./docs/data/profiles.md)**. Don't see a fit? Run `cue auto-detect` or `cue ai "describe your stack"` to scaffold a new one.</sub>
120
+ ```bash
121
+ cue list # see all 69
122
+ cue auto-detect # suggest the right one for the current directory
123
+ cue use <name> # pin it
124
+ ```
313
125
 
314
- <br>
126
+ Full machine-readable catalog: [docs/data/profiles.md](https://github.com/opencue/cuecards/blob/main/docs/data/profiles.md). Nothing fits? `cue ai "describe your stack"` scaffolds a new one.
315
127
 
316
128
  ---
317
129
 
318
- ## one cuecard, every agent.
130
+ ## One cuecard, ten agents
131
+
132
+ The same `profile.yaml` materializes into each agent's native config format — write your setup once, use it everywhere:
319
133
 
320
- The same `profile.yaml` materializes into each agent's native format — `.cursorrules`, `.clinerules`, `~/.gemini/skills/*.md`, `.github/copilot-instructions.md`, etc.
134
+ | Agent | Output |
135
+ |---|---|
136
+ | Claude Code / Codex | runtime dirs under `~/.config/cue/runtime/` (via the shim) |
137
+ | Cursor | `.cursorrules` + `.cursor/mcp.json` |
138
+ | Cline | `.clinerules` + `cline_mcp_settings.json` |
139
+ | Gemini CLI | `~/.gemini/skills/*.md` |
140
+ | GitHub Copilot | `.github/copilot-instructions.md` |
141
+ | Windsurf | `.windsurfrules` + `.windsurf/mcp.json` |
142
+ | Roo Code | `.roo/rules/*.md` + `.roo/mcp.json` |
143
+ | Sourcegraph Amp | `AGENTS.md` + `.amp/mcp.json` |
144
+ | Aider | `.aider.conventions.md` |
321
145
 
322
146
  ```bash
323
- cue materialize cursor --profile backend # .cursorrules + .cursor/mcp.json
324
- cue materialize --all --profile backend # all 10 agents at once
147
+ cue materialize cursor --profile backend # one agent
148
+ cue materialize --all --profile backend # all ten at once
325
149
  ```
326
150
 
327
- <details>
328
- <summary><b>Full materialization matrix</b></summary>
329
-
330
- | Agent | `cue materialize` command | Output |
331
- |---|---|---|
332
- | Claude Code | (default — shim) | `~/.config/cue/runtime/<profile>/claude/` |
333
- | OpenAI Codex | (default — shim) | `~/.config/cue/runtime/<profile>/codex/` |
334
- | Cursor | `cue materialize cursor` | `.cursorrules` · `.cursor/mcp.json` |
335
- | Cline | `cue materialize cline` | `.clinerules` · `cline_mcp_settings.json` |
336
- | Gemini CLI | `cue materialize gemini` | `~/.gemini/skills/*.md` |
337
- | GitHub Copilot | `cue materialize copilot` | `.github/copilot-instructions.md` |
338
- | Windsurf | `cue materialize windsurf` | `.windsurfrules` · `.windsurf/mcp.json` |
339
- | Roo Code | `cue materialize roo` | `.roo/rules/*.md` · `.roo/mcp.json` |
340
- | Sourcegraph Amp | `cue materialize amp` | `AGENTS.md` · `.amp/mcp.json` |
341
- | Aider | `cue materialize aider` | `.aider.conventions.md` |
342
-
343
- </details>
344
-
345
- <br>
346
-
347
151
  ---
348
152
 
349
- ## daily commands.
153
+ ## Built-in rigor
350
154
 
351
- ```bash
352
- # Pick a profile
353
- cue use <profile> # switch profile for this directory
354
- cue list # see all available profiles
155
+ cuecards don't just load tools — they hold your agent to a standard.
355
156
 
356
- # Measure
357
- cue cost # token budget for active profile
358
- cue cost --compare # every profile ranked vs the `full` baseline
157
+ **The reviewer gate.** Profiles can enable an independent review gate: when the agent finishes a code-producing turn, cue spawns a *fresh, separate* reviewer agent over the diff before the turn is allowed to finish. A real catch from a live session: the reviewer flagged a unit bug where a product's `weight` was kilograms in one place and grams in two others — left in, carts would have displayed `20000 kg`. The gate held the merge until it was fixed.
359
158
 
360
- # System dependencies
361
- cue cli install --all --yes # install every missing CLI
159
+ Enable it with `touch ~/.config/cue/auto-review-enabled`, watch reviews live with `cue-review-watch`, and skip one turn with `[skip-auto-review]`. Details: [docs/review-visibility.md](https://github.com/opencue/cuecards/blob/main/docs/review-visibility.md).
362
160
 
363
- # Quality + discovery
364
- cue lint-skill <path> [--fix] # validate SKILL.md against R001-R008
365
- cue marketplace discover --cli-aware # find skill repos on GitHub
366
- cue failures --propose [profile] # Claude drafts profile improvements
161
+ **Confidence tags.** cue-managed agents tag research- and decision-relevant claims with colored confidence markers so you can scan trust at a glance:
367
162
 
368
- # Audit
369
- cue optimizer # dashboard: skills, MCPs, CLIs, usage per profile
370
- cue doctor --fix # diff declared vs actual state, auto-repair
371
- ```
372
-
373
- `cue --help` shows the full ~50-subcommand surface. The set above covers everything you'll touch weekly.
374
-
375
- <br>
163
+ | Tier | Tags | Meaning |
164
+ |---|---|---|
165
+ | 🟢 | `[VERIFIED]` `[KNOWN]` | Checked firsthand / well-documented fact |
166
+ | 🟡 | `[INFERRED]` `[ASSUMED]` | Deduced or assumed — verify if stakes matter |
167
+ | 🟠 | `[GUESSED]` `[STALE]` | Pattern-match or possibly outdated — verify first |
168
+ | 🔴 | `[UNKNOWN]` | The agent said "I don't know" instead of making it up |
376
169
 
377
170
  ---
378
171
 
379
- ## install.
172
+ ## Everyday commands
380
173
 
381
174
  ```bash
382
- npm install -g cue-ai
175
+ # Profiles
176
+ cue use <profile> # pin a profile to this directory
177
+ cue list # all available profiles
178
+ cue auto-detect # suggest one for the current project
179
+
180
+ # Cost
181
+ cue cost # token budget for the active profile
182
+ cue cost --compare # all profiles ranked vs `full`
183
+
184
+ # Skills & discovery
185
+ cue discover search <query> # find skills on GitHub
186
+ cue discover install <skill> # install one
187
+ cue lint-skill <path> --fix # validate a SKILL.md
188
+
189
+ # Health
190
+ cue doctor --fix # diff declared vs actual state, auto-repair
191
+ cue optimizer # dashboard: skills, MCPs, CLIs, usage per profile
192
+ cue failures --propose # let Claude draft profile improvements from failures
383
193
  ```
384
194
 
385
- Then activate the shim once, and pin a profile in any project:
195
+ `cue --help` shows the full ~50-subcommand surface; the set above covers a typical week.
386
196
 
387
- ```bash
388
- cue shell install # one-time: installs the claude shim (--codex for codex)
389
- cd ~/projects/q4-launch
390
- echo marketing > .cue-profile
391
- claude # launches with the marketing cuecard
392
- ```
197
+ ---
393
198
 
394
- <details>
395
- <summary><b>Other install paths</b></summary>
199
+ ## Install options
396
200
 
397
201
  | Path | Command |
398
202
  |---|---|
203
+ | npm (recommended) | `npm install -g cue-ai` |
399
204
  | One-line script | `curl -fsSL https://raw.githubusercontent.com/opencue/cuecards/main/get.sh \| bash` |
400
- | Manual clone | `git clone https://github.com/opencue/cuecards.git ~/Documents/cue && ~/Documents/cue/install.sh` |
401
- | Lean stack (core + caveman + RTK only, cross-OS) | paste [`setup/lean-cue.md`](./setup/lean-cue.md) into Claude Code |
402
- | Per-OS bootstrap (full stack) | paste [`setup/macos.md`](./setup/macos.md) · [`setup/linux.md`](./setup/linux.md) · [`setup/windows.md`](./setup/windows.md) into Claude Code |
403
-
404
- </details>
205
+ | Manual clone | `git clone https://github.com/opencue/cuecards.git && ./cuecards/install.sh` |
206
+ | Guided (paste into Claude Code) | [setup/macos.md](https://github.com/opencue/cuecards/blob/main/setup/macos.md) · [setup/linux.md](https://github.com/opencue/cuecards/blob/main/setup/linux.md) · [setup/windows.md](https://github.com/opencue/cuecards/blob/main/setup/windows.md) |
405
207
 
406
- `install.sh --help` lists `--yes`, `--codex`, `--uninstall`. Idempotent — safe to re-run.
407
-
408
- <br>
208
+ All paths are idempotent — safe to re-run. `install.sh --help` lists `--yes`, `--codex`, `--uninstall`.
409
209
 
410
210
  ---
411
211
 
412
- ## FAQ.
212
+ ## FAQ
413
213
 
414
214
  <details>
415
215
  <summary><b>Does this break Claude Code's auto-update?</b></summary>
416
216
 
417
- No. cue doesn't touch the `claude` binary — it intercepts the *call* via a one-line bash shim in `~/.local/bin/claude`, sets `CLAUDE_CONFIG_DIR`, and `exec`s the real binary. Claude Code's update mechanism still runs identically.
217
+ No. cue never touches the `claude` binary — it intercepts the *call* via a one-line bash shim in `~/.local/bin/claude`, sets `CLAUDE_CONFIG_DIR`, and `exec`s the real binary. Updates work exactly as before.
418
218
  </details>
419
219
 
420
220
  <details>
421
221
  <summary><b>Is this a daemon?</b></summary>
422
222
 
423
- No. Pure CLI. When you type `claude`, the shim runs `cue launch`, does a sha256 compare, materializes only if anything changed, then `exec`s. Nothing stays resident.
223
+ No. Pure CLI. When you type `claude`, the shim runs `cue launch`, compares a sha256, materializes only if something changed, then `exec`s. Nothing stays resident.
424
224
  </details>
425
225
 
426
226
  <details>
427
- <summary><b>How fast is the overhead?</b></summary>
227
+ <summary><b>How much overhead does it add?</b></summary>
428
228
 
429
- Cold start: 50–200 ms. Warm start: <5 ms (sha256 compare + `exec`). Imperceptible next to Claude Code's own startup.
229
+ Cold start 50–200 ms; warm start under 5 ms. Imperceptible next to your agent's own startup.
430
230
  </details>
431
231
 
432
232
  <details>
433
233
  <summary><b>Does cue send telemetry?</b></summary>
434
234
 
435
- No. Everything cue computes (including the per-skill usage bars in `cue optimizer`) reads from your local `~/.claude/projects/**/*.jsonl` transcripts. Nothing leaves the machine.
235
+ No. Everything cue computes including the per-skill usage bars in `cue optimizer` reads from your local transcript files. Nothing leaves your machine.
436
236
  </details>
437
237
 
438
238
  <details>
439
- <summary><b>What's the difference between cue and skillport / Kiro Powers?</b></summary>
239
+ <summary><b>What does cue NOT do?</b></summary>
240
+
241
+ - It doesn't modify or repackage the Claude Code / Codex binaries.
242
+ - It doesn't host a remote marketplace — skills live in your repo or come from open source.
243
+ - It doesn't coordinate multi-agent runs (that's [colony](https://github.com/recodeee/colony) + [gitguardex](https://github.com/recodeee/gitguardex), layered on top via the parallel-agents tier).
244
+ </details>
245
+
246
+ ---
440
247
 
441
- | | cue | skillport / agent-skills-cli | Kiro Powers |
248
+ ## How it compares
249
+
250
+ | | cuecards | skillport / agent-skills-cli | Kiro Powers |
442
251
  |---|---|---|---|
443
252
  | Skills | ✅ | ✅ | ✅ |
444
253
  | MCPs | ✅ | — | ✅ |
445
254
  | Plugins | ✅ | — | — |
446
255
  | Per-directory profiles | ✅ | — | ◐ (IDE-only) |
447
256
  | Inheritance | ✅ | — | — |
448
- | Persona / playbooks / gates / evals | ✅ | — | — |
449
- | Multi-agent (Cursor/Cline/Copilot/etc.) | ✅ (10) | Claude only | IDE-only |
450
- | CLI installer | ✅ | — | — |
257
+ | Persona / playbooks / gates | ✅ | — | — |
258
+ | Multi-agent (Cursor/Cline/Copilot/…) | ✅ (10) | Claude only | IDE-only |
451
259
  | Failure-feedback loop | ✅ | — | — |
452
- | Daemon required | None | None | IDE process |
453
-
454
- cuecards is the only one that treats agent expertise as a composable system.
455
- </details>
456
-
457
- <details>
458
- <summary><b>What does cue NOT do?</b></summary>
459
-
460
- - It does not modify or repackage the Claude Code / Codex binary.
461
- - It does not host a remote skill marketplace — skills live in your repo or come from open-source sources.
462
- - It does not coordinate multi-agent runs (that's [`recodeee/colony`](https://github.com/recodeee/colony) + [`gitguardex`](https://github.com/recodeee/gitguardex), layered via the parallel-agents tier).
463
-
464
- </details>
465
-
466
- <br>
260
+ | Daemon required | none | none | IDE process |
467
261
 
468
262
  ---
469
263
 
470
- ## deep dives.
471
-
472
- The bits that didn't fit on the landing page:
264
+ ## Deep dives
473
265
 
474
266
  | Topic | Read |
475
267
  |---|---|
476
- | Launch flow (resolve → materialize → exec) | [`docs/launch.md`](./docs/launch.md) |
477
- | Profile catalog (all 69, machine-readable) | [`docs/data/profiles.md`](./docs/data/profiles.md) |
478
- | Bootstrap contract for AI agents installing cue | [`AGENTS.md`](./AGENTS.md) |
479
- | Parallel agents tier (Colony + gitguardex) | [`setup/parallel-agents.md`](./setup/parallel-agents.md) |
480
- | Confidence-tag system (`[VERIFIED]`, `[INFERRED]`, `[GUESSED]`, etc.) | [`resources/skills/skills/meta/integrity-tags/SKILL.md`](./resources/skills/skills/meta/integrity-tags/SKILL.md) |
481
-
482
- <sub>Topics like the 5-dimensional expert agent model, system CLI installer mechanics, marketplace discovery, SKILL.md linter rules, and the `cue optimizer` dashboard are tracked in git history at the old README until they get their own pages — `git log --diff-filter=D -- README.md` finds them.</sub>
483
-
484
- <br>
485
-
486
- ---
487
-
488
- ## who uses cue.
489
-
490
- | Project | Profile | What they do |
491
- |---|---|---|
492
- | [opencue/cuecards](https://github.com/opencue/cuecards) | `full`, `skill-writer` | Dogfooding cue on itself |
493
- | [recodeee/colony](https://github.com/recodeee/colony) | `fleet-control` | Multi-agent coordination MCP |
494
- | [recodeee/gitguardex](https://github.com/recodeee/gitguardex) | `backend` | Branch + worktree isolation for parallel agents |
495
-
496
- > **Using cue?** Open a PR or drop a link in [Discussions](https://github.com/opencue/cuecards/discussions).
497
-
498
- <br>
499
-
500
- ---
501
-
502
- ## star history.
503
-
504
- <a href="https://star-history.com/#opencue/cuecards&Date">
505
- <picture>
506
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=opencue/cuecards&type=Date&theme=dark" />
507
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=opencue/cuecards&type=Date" />
508
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=opencue/cuecards&type=Date" width="720" />
509
- </picture>
510
- </a>
511
-
512
- <br>
268
+ | Launch flow (resolve → materialize → exec) | [docs/launch.md](https://github.com/opencue/cuecards/blob/main/docs/launch.md) |
269
+ | Full profile catalog | [docs/data/profiles.md](https://github.com/opencue/cuecards/blob/main/docs/data/profiles.md) |
270
+ | Bootstrap contract for AI agents installing cue | [AGENTS.md](https://github.com/opencue/cuecards/blob/main/AGENTS.md) |
271
+ | Parallel agents tier (Colony + gitguardex) | [setup/parallel-agents.md](https://github.com/opencue/cuecards/blob/main/setup/parallel-agents.md) |
272
+ | Confidence-tag system | [integrity-tags/SKILL.md](https://github.com/opencue/cuecards/blob/main/resources/skills/skills/meta/integrity-tags/SKILL.md) |
513
273
 
514
274
  ---
515
275
 
516
- ## contributing.
276
+ ## Contributing
517
277
 
518
278
  ```bash
519
279
  git clone https://github.com/opencue/cuecards.git
520
- cd cue && bun install
521
- bun test # tests (lib + commands)
522
- bun run src/index.ts --help # run locally
280
+ cd cuecards && bun install
281
+ bun test # tests (lib + commands)
282
+ bun run src/index.ts --help # run locally
523
283
  ```
524
284
 
525
285
  | Want to | Run |
526
286
  |---|---|
527
- | Add a skill | `cue skills-new <name>` then edit `resources/skills/skills/<category>/<name>/SKILL.md` |
528
- | Add a profile | `cue new <name>` then `cue validate <name>` |
287
+ | Add a skill | `cue skills-new <name>`, then edit `resources/skills/skills/<category>/<name>/SKILL.md` |
288
+ | Add a profile | `cue new <name>`, then `cue validate <name>` |
529
289
  | Share your profile | `cue share publish --profile <name>` |
530
290
  | Report a bug | [Open an issue](https://github.com/opencue/cuecards/issues) |
531
291
 
532
- License: [MIT](./LICENSE).
292
+ License: [MIT](https://github.com/opencue/cuecards/blob/main/LICENSE) · zero telemetry · no daemon