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
@@ -0,0 +1,114 @@
1
+ ---
2
+ name: hu-grant-finder
3
+ description: 'Use when user says "find grants", "pályázat", "támogatás", "GINOP", "DIMOP", "Hiventures", "EIC", or what funding a HU/SK company can apply for. Maps grants, loans, VC, not tenders.'
4
+ tags: [eu-funding, grants, palyazat, ginop, hungary, venture-capital]
5
+ ---
6
+
7
+ # Hungarian / EU grant & funding finder
8
+
9
+ Map the funding a company can actually get, by channel and by stage. Built for
10
+ agentic-AI / IT companies in Hungary (extendable to SK). **Grants are not tenders**,
11
+ for public procurement (selling to the state) use [[ted-tender-search]].
12
+
13
+ ## First: pick the right channel (they get confused constantly)
14
+
15
+ | Channel | What it is | You... | Repay? |
16
+ |---|---|---|---|
17
+ | **Közbeszerzés / tender** | TED procurement | *sell* services to the state | no (you earn) |
18
+ | **Támogatás / grant** | GINOP/DIMOP, EU grants | get non-repayable money for a project | no |
19
+ | **Kedvezményes hitel** | MFB / GINOP loan programs | borrow cheap (often 0%) | **yes** |
20
+ | **Kockázati tőke / VC** | Hiventures, EIC, EU funds | take equity investment | no, but give **equity** |
21
+
22
+ ## The funding ladder (Hungarian micro/IT company)
23
+
24
+ ```
25
+ 0 lezárt év 1+ lezárt üzleti év deep-tech / scalable product
26
+ ────────── ────────────────── ───────────────────────────
27
+ Vállalkozóvá válás KKV grants & 0% loans Hiventures (GINOP 2.5.1, ≤€300k)
28
+ (NFSZ, ~4,9M Ft, (DIMOP/GINOP — when a round EIC Accelerator (≤€2,5M + equity)
29
+ if jobseeker) is open; check forrás left) → needs TRL6 product + company
30
+ + "saját honlap" EV closed year COUNTS; → "only-software" firms may be
31
+ voucher (0,4–2M) don't found a fresh Kft and excluded from VC — verify
32
+ reset the closed-year clock
33
+ ```
34
+
35
+ ## Canonical sources (check live, frames run "until funds run out")
36
+
37
+ - **palyazat.gov.hu**, official Széchenyi Terv Plusz portal; the *active list* is the
38
+ source of truth for open/closed. JS-rendered: status reliable, deep params need the PDF.
39
+ - **nkfih.gov.hu**, innovation & VC calls (GINOP 2.x). Often slow/times out, be patient.
40
+ - **mfb.hu**, the loan programs (GINOP 1.4.x KKV Technológia Hitel).
41
+ - **hiventures.hu**, the early-stage VC fund manager (runs GINOP 2.5.1, ≤€300k).
42
+ - **eic.ec.europa.eu**, EIC Accelerator (deep-tech, ≤€2,5M grant + equity).
43
+ - **ec.europa.eu/info/funding-tenders**, EU Funding & Tenders Portal.
44
+ - Aggregators (palyazatmenedzser, palyaz.hu, eumanagement) are useful for the *active
45
+ list* but are **paywalled / conflicting** on detail and status, confirm against official.
46
+
47
+ ## Slovakia (SK) sources
48
+
49
+ The same channels, ladder, and gotchas apply; swap the Hungarian portals for the SK ones:
50
+
51
+ | Channel | HU | SK equivalent |
52
+ |---|---|---|
53
+ | EU-funds portal (source of truth) | palyazat.gov.hu | **ITMS21+** (`portal.itms21.sk`, `itms2014.sk`) |
54
+ | Operational programme | Széchenyi Terv Plusz | **Program Slovensko 2021-2027** (`eurofondy.gov.sk`) |
55
+ | Cheap loan / digital | MFB, GINOP 1.4.x | **Plán obnovy / VAIA** via SIH (digital, rate cut + up to 30% loan forgiveness) |
56
+ | Early-stage VC | Hiventures | **Venture to Future Fund** (`vff.sk`) via Slovak Investment Holding (EIB + MoF, IT focus) |
57
+ | Micro / SME | KKV grants | **Slovak Business Agency (SBA)** microloans €2,500-50,000; **National Holding Fund** €20k-1.5M (IT) |
58
+ | Innovation / R&D advisory | NKFIH | **SIEA** regional advisory; **APVV / VAIA** R&D grants |
59
+
60
+ EU-level (EIC, Digital Europe, Horizon) is shared across both countries. Confirm live
61
+ status on the SK portal, the same "funds run out" caveat applies.
62
+
63
+ ## Hard-won gotchas (verified this domain, they bite every time)
64
+
65
+ - **Closed-year wall.** Most KKV grants/loans (DIMOP 1.2.6, GINOP 1.4.3) require ≥1
66
+ full closed business year + ≥1 employee. A brand-new company cannot apply day one.
67
+ - **EV counts.** An egyéni vállalkozó's closed tax year *is* a closed business year, and
68
+ EV is usually an eligible form. Don't throw that history away by founding a fresh Kft.
69
+ - **Region split.** For DIMOP/GINOP the line is Budapest (`/C`) vs. every other county
70
+ (`/B`, "less developed"), wealthy counties like Győr-Moson-Sopron are in the *favoured*
71
+ `/B`, but ~65% of some loan frames is ring-fenced for the 4 most-disadvantaged regions.
72
+ - **Timing kills.** Frames close on *forráskimerülés* (funds exhausted), often before the
73
+ stated deadline. The spring-2026 round closed DIMOP 1.2.6/B, GINOP 1.2.4, 2.1.3, 2.1.4.
74
+ Always re-check the active list the same day.
75
+ - **VC ≠ free.** Hiventures/EIC take equity and need a TRL6 working product + a company.
76
+ - **"Only software" exclusion.** GINOP 2.5.1 (Hiventures) excludes firms developing *only*
77
+ immaterial assets (software). A pure SaaS/agent-wrapper play may not qualify, needs a
78
+ data/hardware/vertical asset beyond code. Verify the exact clause in the call PDF.
79
+ - **Deep-tech ≠ SaaS for EIC.** An LLM-wrapper is SaaS, not deep tech; EIC wants
80
+ breakthrough + technological risk. Hungary is a "widening" country → EIC **Pre-Accelerator**
81
+ is the realistic stepping stone before the full Accelerator.
82
+
83
+ ## Research procedure
84
+
85
+ 1. **Classify the ask**, tender / grant / loan / VC (table above). Wrong channel wastes hours.
86
+ 2. **Place on the ladder**, how many closed business years? That gates everything.
87
+ 3. **Pull the active list**, palyazat.gov.hu (grants/loans) + hiventures.hu / eic (VC).
88
+ Filter to the company's region and form.
89
+ 4. **Confirm status + eligibility** from the official call PDF (not aggregators): open?
90
+ closed-year requirement? region? amount? intensity? exclusions?
91
+ 5. **Rank by fit**, run `/roi-estimator` when listing 3+ options.
92
+ 6. **Tag confidence**, amounts/deadlines move weekly; mark unverified figures and name the
93
+ one thing to confirm by phone (NKFIH / kormányhivatal) before the user acts.
94
+
95
+ ## Rules
96
+
97
+ - Never quote a grant amount, deadline, or eligibility from memory, it is stale. Fetch live
98
+ and tag confidence; a "verify at palyazat.gov.hu" beats a confident wrong number.
99
+ - State the channel explicitly every time (grant vs loan vs equity), the user conflates them.
100
+ - Match the portal to the company's country: HU goes to palyazat.gov.hu, SK to ITMS21+ /
101
+ eurofondy.gov.sk. Don't quote a Hungarian program to a Slovak company or vice versa.
102
+ - Surface the closed-year and region gates *before* detailing amounts; they disqualify fastest.
103
+ - For procurement/tenders, hand off to [[ted-tender-search]]. For deep research sweeps, [[defuddle]].
104
+
105
+ ## Example
106
+
107
+ User: "I just started a Hungarian IT company. What grants can I apply for?"
108
+
109
+ Classify (grant, not tender), place on the ladder: 0 closed years means the big KKV
110
+ grants (DIMOP, GINOP) are gated out, so day-one is vállalkozóvá válás (if a jobseeker
111
+ founder) plus the saját-honlap voucher; the real money opens after one closed business
112
+ year. If the company is a scalable AI *product* at TRL6, route to Hiventures (GINOP
113
+ 2.5.1, equity), watching the "only software" exclusion. Pull the live active list from
114
+ palyazat.gov.hu, confirm eligibility in the call PDF, and tag every amount's confidence.
@@ -0,0 +1,26 @@
1
+ # Activation evals — hu-grant-finder
2
+
3
+ Run by judging each query against the `description:` only: does it fire?
4
+ Pass bar: >=90% of TRIGGER fire, <=10% of NO-TRIGGER false-fire.
5
+
6
+ ## TRIGGER (must fire)
7
+
8
+ - what grants can my Hungarian company apply for?
9
+ - pályázat IT cégnek
10
+ - GINOP DIMOP support amounts
11
+ - is there funding for a new startup in Hungary?
12
+ - Hiventures venture capital eligibility
13
+ - EIC Accelerator for my AI company
14
+ - támogatás induló vállalkozásnak
15
+ - what EU funding can a Slovak company get?
16
+
17
+ ## NO-TRIGGER (must NOT fire — route elsewhere)
18
+
19
+ - find EU tenders to bid on → ted-tender-search
20
+ - search TED notices → ted-tender-search
21
+ - write a grant application PDF → gstack/document-generate
22
+ - scrape palyazat.gov.hu → gstack/scrape
23
+ - review my code → none
24
+
25
+ Last run (after EIC re-added, boundary = "not tenders"):
26
+ 8/8 trigger, 0/5 false-fire = 100%.
@@ -0,0 +1,80 @@
1
+ ---
2
+ name: ted-tender-search
3
+ description: 'Use when user says "find EU tenders", "TED search", "public procurement", "közbeszerzés", or wants EU procurement notices by CPV, country, or keyword. Queries the free official TED API (no key).'
4
+ tags: [eu-funding, tenders, procurement, ted, hungary]
5
+ ---
6
+
7
+ # TED tender search
8
+
9
+ Search live EU public-procurement notices through the **official TED API** (Tenders
10
+ Electronic Daily). Free, no API key, no scraper. This is the canonical source,
11
+ Apify/Firecrawl and most "TED MCPs" just resell this same data.
12
+
13
+ - **Endpoint:** `POST https://api.ted.europa.eu/v3/notices/search`
14
+ - **Auth:** none
15
+ - **Notice page:** `https://ted.europa.eu/en/notice/<publication-number>` (e.g. `568232-2025`)
16
+
17
+ ## Run a search (one command)
18
+
19
+ `scripts/ted-search.sh` builds the query, calls the API, and prints the newest 15
20
+ notices ranked, with buyer + notice URL. Args: buyer country, CPV codes, scope, limit.
21
+
22
+ ```bash
23
+ scripts/ted-search.sh HUN "72000000 48000000 73000000" ACTIVE 50
24
+ ```
25
+
26
+ It prints `TOTAL match: <n>` (the full count, not just the page). For custom filters
27
+ (`place-of-performance`, `FT ~ (...)`) build the body by hand using the fields below;
28
+ the request is `POST https://api.ted.europa.eu/v3/notices/search` with JSON
29
+ `{query, fields, limit, scope}`, `scope` = `ACTIVE` (open) or `ALL` (historical).
30
+
31
+ ## Query language (verified fields)
32
+
33
+ | Filter | Field | Example |
34
+ |---|---|---|
35
+ | CPV code | `classification-cpv IN (...)` | `classification-cpv IN (72000000 48000000)` |
36
+ | Buyer's country | `organisation-country-buyer IN (...)` | `organisation-country-buyer IN (HUN)` |
37
+ | Where work is performed | `place-of-performance IN (...)` | `place-of-performance IN (HUN SVK)` |
38
+ | Full text (title/summary) | `FT ~ ("..." "...")` | `FT ~ ("artificial intelligence" "mesterséges intelligencia")` |
39
+
40
+ - Combine with `AND` / `OR`. Country codes are **ISO 3-letter** (`HUN`, `SVK`, `AUT`).
41
+ - `organisation-country-buyer` (who buys) is usually a sharper filter than
42
+ `place-of-performance` (where work happens), the latter also catches EU-institution
43
+ contracts that merely touch the country.
44
+ - `FT ~ (...)` searches a narrow title/summary field, expect few hits; it is for
45
+ pinpointing, not broad discovery.
46
+
47
+ ## CPV codes for IT / AI / software work
48
+
49
+ | CPV | Domain |
50
+ |---|---|
51
+ | `72000000` | IT services: consulting, software development, internet, support |
52
+ | `48000000` | Software packages and information systems |
53
+ | `73000000` | R&D services |
54
+
55
+ ## Ranking
56
+
57
+ The API has no relevance sort, so `ted-search.sh` ranks by recency (the publication
58
+ number embeds the year, `NNNNNN-YYYY`) and picks the `eng` then `hun` value from the
59
+ multilingual title/buyer objects (`{"eng":[...], "hun":[...]}`). Edit the script's
60
+ final `python3` filter to sort by a different field.
61
+
62
+ ## Rules
63
+
64
+ - Always hit the official API first; do not reach for a paid scraper or a TED MCP for
65
+ search, they wrap this same free endpoint.
66
+ - Use `scope: "ACTIVE"` for biddable tenders; `"ALL"` only to size history.
67
+ - Report `totalNoticeCount`, not just the page you pulled, so the user sees the real universe.
68
+ - Every tender you surface carries its publication number + notice URL. No number, not in the list.
69
+ - A new company rarely wins a tender directly (references/turnover needed), flag the
70
+ subcontractor route. For *grants/funding* (not procurement), use [[hu-grant-finder]].
71
+
72
+ ## Example
73
+
74
+ User: "Find open IT tenders from Hungarian buyers."
75
+
76
+ Query `classification-cpv IN (72000000 48000000 73000000) AND organisation-country-buyer IN (HUN)`
77
+ with `scope: "ACTIVE"`, report `totalNoticeCount`, then list the newest 15 with
78
+ publication number + notice URL. Add `place-of-performance IN (HUN SVK)` to widen to
79
+ Slovakia, or `FT ~ ("artificial intelligence" "mesterséges intelligencia")` to pinpoint
80
+ AI notices.
@@ -0,0 +1,26 @@
1
+ # Activation evals — ted-tender-search
2
+
3
+ Run by judging each query against the `description:` only: does it fire?
4
+ Pass bar: >=90% of TRIGGER fire, <=10% of NO-TRIGGER false-fire.
5
+
6
+ ## TRIGGER (must fire)
7
+
8
+ - find EU tenders for IT companies
9
+ - search TED for Hungarian procurement
10
+ - közbeszerzés keresés szoftverre
11
+ - what public procurement notices are open in Slovakia?
12
+ - find tenders by CPV code 72000000
13
+ - are there open EU contracts my company can bid on?
14
+ - TED search for AI tenders
15
+ - list active procurement notices from Hungarian buyers
16
+
17
+ ## NO-TRIGGER (must NOT fire — route elsewhere)
18
+
19
+ - find grants for my startup → hu-grant-finder
20
+ - what GINOP can I apply for? → hu-grant-finder
21
+ - find me a venture capital investor → hu-grant-finder
22
+ - write me a bid proposal → content/article-writer
23
+ - scrape this website → gstack/scrape
24
+ - how do I register a Kft? → none
25
+
26
+ Last run: 8/8 trigger, 0/6 false-fire = 100%.
@@ -0,0 +1,46 @@
1
+ #!/usr/bin/env bash
2
+ # ted-search.sh — one-command EU tender search via the official free TED API.
3
+ #
4
+ # Usage: ted-search.sh <BUYER_COUNTRY> [CPV_CODES] [SCOPE] [LIMIT]
5
+ # BUYER_COUNTRY ISO 3-letter buyer country, e.g. HUN, SVK (required)
6
+ # CPV_CODES space-separated, default "72000000 48000000 73000000" (IT/sw/R&D)
7
+ # SCOPE ACTIVE (default, open to bid) or ALL (historical)
8
+ # LIMIT page size, default 50
9
+ #
10
+ # Examples:
11
+ # ted-search.sh HUN
12
+ # ted-search.sh SVK "72000000 48000000" ACTIVE 60
13
+ set -euo pipefail
14
+
15
+ COUNTRY="${1:?usage: ted-search.sh <BUYER_COUNTRY> [CPV] [SCOPE] [LIMIT]}"
16
+ CPV="${2:-72000000 48000000 73000000}"
17
+ SCOPE="${3:-ACTIVE}"
18
+ LIMIT="${4:-50}"
19
+
20
+ QUERY="classification-cpv IN (${CPV}) AND organisation-country-buyer IN (${COUNTRY})"
21
+
22
+ BODY=$(python3 -c 'import json,sys
23
+ print(json.dumps({"query":sys.argv[1],
24
+ "fields":["publication-number","notice-title","buyer-name","classification-cpv","notice-type"],
25
+ "limit":int(sys.argv[2]),"scope":sys.argv[3]}))' "$QUERY" "$LIMIT" "$SCOPE")
26
+
27
+ curl -sS -m 60 -X POST "https://api.ted.europa.eu/v3/notices/search" \
28
+ -H "Content-Type: application/json" -d "$BODY" \
29
+ | python3 -c '
30
+ import json,sys
31
+ d=json.load(sys.stdin)
32
+ def pick(f):
33
+ if not isinstance(f,dict): return f or ""
34
+ for l in ("eng","hun"):
35
+ if f.get(l): v=f[l]; return v[0] if isinstance(v,list) else v
36
+ return next((v[0] if isinstance(v,list) else v for v in f.values()), "")
37
+ ns=sorted(d.get("notices",[]), key=lambda n:-int(n["publication-number"].split("-")[1]))
38
+ total=d.get("totalNoticeCount",0); shown=min(15,len(ns))
39
+ print("TOTAL match: %d (showing newest %d)\n" % (total, shown))
40
+ for n in ns[:15]:
41
+ p=n["publication-number"]
42
+ title=pick(n.get("notice-title",""))[:70]
43
+ buyer=pick(n.get("buyer-name",""))[:55]
44
+ print("%s %s" % (p, title))
45
+ print(" %s https://ted.europa.eu/en/notice/%s" % (buyer, p))
46
+ '
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: wedding-invitations
3
- description: Use when designing a wedding invitation, save-the-date, or RSVP card from a conversation — bespoke HTML rendered to a print-ready PNG, any language, any aesthetic, fully local. Pointer to upstream wyx-sg/wedding-invitation-skill.
3
+ description: 'Use when user says "make a wedding invitation", "design a save-the-date", "create an RSVP card", "wedding menu card", or "place cards for our wedding". Designs a bespoke wedding invitation from a conversation — bespoke HTML rendered to a print-ready PNG, any language, any aesthetic, fully local. Pointer to upstream wyx-sg/wedding-invitation-skill.'
4
4
  allowed-tools: Bash(chromium:*), Bash(google-chrome:*), Bash(microsoft-edge:*), Bash(node:*), Bash(git:*)
5
5
  ---
6
6
 
@@ -0,0 +1,96 @@
1
+ ---
2
+ name: gx-agents
3
+ category: github
4
+ triggers:
5
+ - who's working on what
6
+ - show all agents
7
+ - is anyone else editing
8
+ - agent collision
9
+ - which PR is each agent shipping
10
+ - who owns this file
11
+ - agent radar
12
+ description: >-
13
+ Use when several agents work in parallel and you need to see who is on which branch, worktree, or PR, or to avoid editing a file another agent already owns. Triggers: "who's working on what", "show all agents", "is anyone else editing X", "agent collision", "which PR is each agent shipping", "who owns this file", "agent radar". Drives the gx mcp tools (list_agents, who_owns, my_context) or the `gx mcp list-agents` / `gx mcp who-owns` CLI to read every agent's branch, worktree, dirty files, locks, and PR. Read-only. NOT for repo-safety repair (use gitguardex).
14
+ ---
15
+
16
+ # gx agents: see every agent, avoid collisions
17
+
18
+ Multiple agents (Claude, Codex) editing nearby repos step on each other: two
19
+ edit the same file, or one edits the protected primary checkout and a later
20
+ branch switch auto-stashes the work. `gx mcp` exposes the live picture
21
+ gitguardex already tracks. Read it BEFORE you edit, not after the conflict.
22
+
23
+ ## Prereq
24
+
25
+ The server ships with gitguardex (`gx mcp serve`). Register it once so any
26
+ session can call the tools:
27
+
28
+ ```sh
29
+ claude mcp add gx -s user -- gx mcp serve
30
+ ```
31
+
32
+ If it is not registered, use the CLI fallback below: same data, no MCP client.
33
+
34
+ ## Before you edit a shared file: check ownership
35
+
36
+ Ask who holds the lock before touching a path. If another branch owns it,
37
+ coordinate or pick a different file instead of overwriting.
38
+
39
+ ```sh
40
+ gx mcp who-owns path/to/file.ts
41
+ # -> "locked by <agent> (branch agent/<name>/...)" or "unclaimed"
42
+ ```
43
+
44
+ MCP tool form: call `who_owns` with `{ "file": "path/to/file.ts" }`.
45
+
46
+ ## See the whole field
47
+
48
+ List every active agent lane across all your repos: branch, worktree, the
49
+ files each is editing right now (`dirty`), held locks, last commit, and PR.
50
+
51
+ ```sh
52
+ gx mcp list-agents # human view
53
+ gx mcp list-agents --json # machine view (pass --no-prs to skip gh/network)
54
+ ```
55
+
56
+ MCP tool form: call `list_agents` (pass `{ "include_prs": true }` when you need
57
+ PR state, which is off by default to keep the cross-repo scan fast).
58
+
59
+ Watch for `⚠ ON PRIMARY CHECKOUT`: that lane is editing the protected base, not
60
+ an isolated worktree, so its work can be auto-stashed. Tell it to move with
61
+ `gx branch start`.
62
+
63
+ ## Know your own lane
64
+
65
+ ```sh
66
+ # MCP tool: my_context -> repo, branch, worktree, onPrimaryCheckout, dirty, locks, PR
67
+ ```
68
+
69
+ ## Example
70
+
71
+ User: "before I touch the checkout component, is anyone else on it?"
72
+
73
+ ```sh
74
+ gx mcp who-owns apps/storefront/src/checkout-delivery-step.tsx
75
+ # -> locked by codex (branch agent/codex/checkout-copy-fix)
76
+ gx mcp list-agents --no-prs | grep -A3 checkout
77
+ # -> codex agent/codex/checkout-copy-fix editing 4 file(s)
78
+ ```
79
+
80
+ Conclusion: codex owns it and is editing it right now. Pick different work or
81
+ post a handoff instead of overwriting.
82
+
83
+ ## Rules
84
+
85
+ - **Read-only.** These tools never change a repo. To actually reserve a file,
86
+ use `gx locks claim --branch "<branch>" <file>`; to coordinate live tasks,
87
+ use Colony. `gx mcp` only shows the state.
88
+ - **Locks lag edits.** File locks are written at commit time, so `who_owns` can
89
+ return `unclaimed` while another lane is mid-edit. Cross-check the lane's
90
+ `dirty` files in `list_agents` for in-progress work.
91
+ - **One agent per file.** If `who_owns` (or another lane's `dirty`) shows the
92
+ file is taken, do not overwrite. Post a handoff or pick different work.
93
+ - **Act on the primary-checkout warning.** A lane on the primary checkout is the
94
+ collision waiting to happen; route it to `gx branch start` first.
95
+ - **This is not gitguardex repair.** For broken repo safety (dirty worktree,
96
+ stuck finish, `gx doctor`) use the `gitguardex` skill instead.
@@ -2,7 +2,7 @@
2
2
  name: design-shotgun
3
3
  preamble-tier: 2
4
4
  version: 1.0.0
5
- description: Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. (gstack)
5
+ description: Generate multiple AI design variants at once, open a side-by-side comparison board, collect structured feedback, and iterate toward a winner. Use when the user says "explore design variants", "show me design options", "visual design brainstorm", "design shotgun", or "give me a few directions" for a UI, page, or component. NOT for auditing a single existing design — use design-review for that.
6
6
  triggers:
7
7
  - explore design variants
8
8
  - show me design options
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ab-test-analyzer
3
- description: Statistical significance calculator for A/B test results with sample size requirements, segment breakdowns, and hypothesis generation. Use when feeding test results, checking statistical significance, calculating sample sizes, analyzing experiment outcomes, or generating next test ideas based on results.
3
+ description: 'Use when user says "analyze this a/b test", "is this result significant", "check statistical significance", "what sample size do i need", "is this a winner". Statistical significance calculator for A/B test results with sample size requirements, segment breakdowns, and hypothesis generation. Feed test results to check significance, calculate sample sizes, analyze experiment outcomes, or generate next test ideas based on results.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ab-test-setup-and-analysis
3
- description: Designs statistically valid split tests for ads, audiences, landing pages, or bid strategies. Calculates required sample sizes before you start, monitors results during the test, and calls winners when statistical significance is actually reached — not when you feel like one is winning.
3
+ description: 'Use when user says "set up an a/b test", "design a split test", "how long should i run this test", "calculate sample size", "can i call a winner yet". Designs statistically valid split tests for ads, audiences, landing pages, or bid strategies. Calculates required sample sizes before you start, monitors results during the test, and calls winners when statistical significance is actually reached — not when you feel like one is winning.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: account-structure-review
3
- description: Evaluates your campaign and ad set structure against your actual goals and budget. Flags over-segmentation that fragments your data, under-segmentation that hides performance differences, budget allocation issues, and consolidation opportunities that would improve algorithmic delivery and your ability to optimize.
3
+ description: Use when user says "review my account structure", "audit my campaign structure", "am I over-segmented", "consolidate my campaigns", "too many campaigns", "fix my ad account structure". Evaluates your campaign and ad set structure against your actual goals and budget. Flags over-segmentation that fragments your data, under-segmentation that hides performance differences, budget allocation issues, and consolidation opportunities that would improve algorithmic delivery and your ability to optimize.
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ad-copy-variant-generator
3
- description: Analyzes your top performing ads, identifies what's working in the hooks, CTAs, messaging angles, and formats, then generates new variants that follow the same winning patterns while introducing enough variation to test meaningfully.
3
+ description: Use when user says "generate ad copy variants", "write new ad variations", "give me ad copy to test", "more variants of my best ad", "RSA headlines", "fresh ad creative". Analyzes your top performing ads, identifies what's working in the hooks, CTAs, messaging angles, and formats, then generates new variants that follow the same winning patterns while introducing enough variation to test meaningfully.
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ad-extension-audit
3
- description: Reviews all your Google Ads extensions — sitelinks, callouts, structured snippets, call extensions, image extensions, price extensions — across every campaign. Flags what's missing, what's underperforming, what's outdated, and writes replacements based on your best performing ads and landing pages.
3
+ description: Use when user says "audit my ad extensions", "check my sitelinks", "review my callouts", "are my extensions outdated", "improve my ad assets", "fix my Google Ads extensions". Reviews all your Google Ads extensions — sitelinks, callouts, structured snippets, call extensions, image extensions, price extensions — across every campaign. Flags what's missing, what's underperforming, what's outdated, and writes replacements based on your best performing ads and landing pages.
4
4
  metadata:
5
5
  platform: Google
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: ad-spend-allocator
3
- description: Multi-channel budget optimization using MER, marginal ROAS, and diminishing returns analysis. Use when pasting multi-channel spend and results data, requesting reallocation recommendations, analyzing budget shift priorities, or optimizing marketing efficiency across Google, Meta, TikTok, and other channels.
3
+ description: Use when user says "allocate my ad budget", "how should I split my spend", "reallocate budget across channels", "optimize my marketing budget", "where should I move spend", "budget shift recommendations". Multi-channel budget optimization using MER, marginal ROAS, and diminishing returns analysis across Google, Meta, TikTok, and other channels.
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: anomaly-detection
3
- description: Catches unusual performance changes across your accounts — CPC spikes, CVR drops, spend surges, impression collapses, CTR shifts — and flags them with context about what likely changed. The goal is to catch problems in hours instead of discovering them days later during a routine check.
3
+ description: Use when user says "why did my CPC spike", "spot anomalies in my account", "what changed in my campaigns", "my conversions dropped", "detect performance issues", "flag unusual spend". Catches unusual performance changes across your accounts — CPC spikes, CVR drops, spend surges, impression collapses, CTR shifts — and flags them with context about what likely changed. The goal is to catch problems in hours instead of discovering them days later during a routine check.
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: attribution-model-comparison
3
- description: Runs your conversion data through different attribution models side by side — last click, first click, linear, time decay, position based, and data-driven. Shows you how credit shifts between campaigns depending on the model so you can make better budget decisions instead of over-investing in last-touch campaigns.
3
+ description: Use when user says "compare attribution models", "last click vs first click", "which attribution model should I use", "am I over-crediting brand", "check my attribution", "compare conversion credit". Runs your conversion data through different attribution models side by side — last click, first click, linear, time decay, position based, and data-driven. Shows you how credit shifts between campaigns depending on the model so you can make better budget decisions instead of over-investing in last-touch campaigns.
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: audience-overlap-analysis
3
- description: Compares your Meta ad sets and identifies where audiences overlap significantly, causing your ads to compete against each other in the same auctions. Tells you exactly which ad sets are cannibalizing each other and how much it's costing you in inflated CPMs.
3
+ description: >-
4
+ Use when user says "check audience overlap", "are my ad sets competing",
5
+ "why are my CPMs high", "find audience cannibalization", "meta ad set overlap".
6
+ Compares your Meta ad sets and identifies where audiences overlap significantly,
7
+ causing your ads to compete against each other in the same auctions. Tells you
8
+ exactly which ad sets are cannibalizing each other and how much it's costing you
9
+ in inflated CPMs.
4
10
  metadata:
5
11
  platform: Meta
6
12
  ---
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: bid-strategy-recommendations
3
- description: Analyzes your campaign history, conversion volume, CPA targets, and auction dynamics, then recommends the right bid strategy for each campaign — manual CPC, target CPA, target ROAS, maximize conversions, or maximize conversion value. Not a blanket recommendation, but campaign-by-campaign based on the data.
3
+ description: >-
4
+ Use when user says "which bid strategy should I use", "recommend a bid strategy",
5
+ "target cpa or maximize conversions", "should I switch to tROAS", "review my bidding".
6
+ Analyzes your campaign history, conversion volume, CPA targets, and auction dynamics,
7
+ then recommends the right bid strategy for each campaign — manual CPC, target CPA,
8
+ target ROAS, maximize conversions, or maximize conversion value. Not a blanket
9
+ recommendation, but campaign-by-campaign based on the data.
4
10
  metadata:
5
11
  platform: Google
6
12
  ---
@@ -1,6 +1,11 @@
1
1
  ---
2
2
  name: budget-scenario-planner
3
- description: Models what happens to your CPA, ROAS, conversion volume, and impression share when you increase or decrease budget by any amount. Uses your actual account data and historical diminishing returns patterns, not generic industry assumptions.
3
+ description: >-
4
+ Use when user says "what if I increase my budget", "model a budget change",
5
+ "should I scale spend", "project cpa at higher budget", "budget scenario".
6
+ Models what happens to your CPA, ROAS, conversion volume, and impression share
7
+ when you increase or decrease budget by any amount. Uses your actual account data
8
+ and historical diminishing returns patterns, not generic industry assumptions.
4
9
  metadata:
5
10
  platform: Google and Meta
6
11
  ---
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: campaign-naming-convention-builder
3
- description: Builds a consistent, filterable naming convention across your Google and Meta accounts based on your campaign types, objectives, targeting, and reporting needs. Makes filtering, reporting, and cross-platform analysis actually work instead of guessing what "Campaign_v3_Final_NEW" means.
3
+ description: >-
4
+ Use when user says "build a campaign naming convention", "clean up my campaign names",
5
+ "standardize naming", "naming taxonomy for ads", "fix messy campaign names".
6
+ Builds a consistent, filterable naming convention across your Google and Meta
7
+ accounts based on your campaign types, objectives, targeting, and reporting needs.
8
+ Makes filtering, reporting, and cross-platform analysis actually work instead of
9
+ guessing what "Campaign_v3_Final_NEW" means.
4
10
  metadata:
5
11
  platform: Google and Meta
6
12
  ---
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: channel-mix-optimizer
3
- description: Given your total budget, recommends the optimal split across Google Search, PMax, Meta prospecting, Meta retargeting, and any other active channels based on your last 60-90 days of marginal ROAS and CPA by channel. Tells you where each additional dollar produces the best return.
3
+ description: >-
4
+ Use when user says "optimize my channel mix", "how should I split my budget",
5
+ "best budget allocation across channels", "where should I spend more", "reallocate ad spend".
6
+ Given your total budget, recommends the optimal split across Google Search, PMax,
7
+ Meta prospecting, Meta retargeting, and any other active channels based on your last
8
+ 60-90 days of marginal ROAS and CPA by channel. Tells you where each additional
9
+ dollar produces the best return.
4
10
  metadata:
5
11
  platform: Google and Meta
6
12
  ---
@@ -1,6 +1,11 @@
1
1
  ---
2
2
  name: client-report-narratives
3
- description: Takes your raw campaign performance data and writes the executive summary paragraph that goes at the top of the report. The plain English explanation of what happened, why it happened, and what's being done about it. The part every client actually reads.
3
+ description: >-
4
+ Use when user says "write the client report summary", "write an executive summary",
5
+ "explain these results to the client", "turn this data into a narrative", "report intro paragraph".
6
+ Takes your raw campaign performance data and writes the executive summary paragraph
7
+ that goes at the top of the report. The plain English explanation of what happened,
8
+ why it happened, and what's being done about it. The part every client actually reads.
4
9
  metadata:
5
10
  platform: Google and Meta
6
11
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: competitor-creative-analysis
3
- description: Pulls competitor ads from Meta Ad Library and Google Ads Transparency Center, categorizes their messaging angles, formats, CTAs, and creative types, then identifies gaps in their approach you can exploit and patterns worth testing in your own campaigns.
3
+ description: 'Use when user says "analyze competitor ads", "competitor creative analysis", "what ads are competitors running", "meta ad library teardown", "find messaging gaps". Pulls competitor ads from Meta Ad Library and Google Ads Transparency Center, categorizes their messaging angles, formats, CTAs, and creative types, then identifies gaps in their approach you can exploit and patterns worth testing in your own campaigns.'
4
4
  metadata:
5
5
  platform: Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: competitor-teardown
3
- description: Systematic competitive analysis covering positioning, messaging hierarchy, objection handling, and CTA strategy from landing page URLs or screenshots. Use when pasting a competitor URL, uploading competitor screenshots, requesting positioning analysis, or needing to understand competitive messaging and differentiation strategies.
3
+ description: 'Use when user says "teardown this competitor", "analyze their landing page", "competitor positioning analysis", "how is this competitor messaging", "score this competitor page". Systematic competitive analysis covering positioning, messaging hierarchy, objection handling, and CTA strategy from landing page URLs or screenshots. Use when pasting a competitor URL, uploading competitor screenshots, requesting positioning analysis, or needing to understand competitive messaging and differentiation strategies.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: content-repurposer
3
- description: Transform one long-form piece into multiple platform-specific content derivatives including LinkedIn posts, tweet threads, email snippets, ad hooks, and video scripts while maintaining voice consistency. Use when given a blog post, article, or pillar content to atomize across channels.
3
+ description: 'Use when user says "repurpose this blog post", "turn this into a twitter thread", "atomize this content", "make linkedin posts from this article", "repurpose for social". Transform one long-form piece into multiple platform-specific content derivatives including LinkedIn posts, tweet threads, email snippets, ad hooks, and video scripts while maintaining voice consistency. Use when given a blog post, article, or pillar content to atomize across channels.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: conversion-path-analysis
3
- description: Maps out how users move through your funnel from first ad click to conversion. Identifies where the biggest drop-offs happen, which campaigns contribute most at each stage, and how long the typical conversion path takes across different audience segments.
3
+ description: 'Use when user says "analyze my conversion path", "where are users dropping off", "map my funnel", "multi-touch attribution analysis", "what is my conversion journey". Maps out how users move through your funnel from first ad click to conversion. Identifies where the biggest drop-offs happen, which campaigns contribute most at each stage, and how long the typical conversion path takes across different audience segments.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: cpa-diagnostics
3
- description: When your CPA spikes, Claude breaks down exactly what caused it. It looks across your campaign data and isolates the contributing factors — audience fatigue, bid landscape shifts, creative decay, landing page conversion drops, budget distribution changes, or new competitor activity.
3
+ description: 'Use when user says "why did my CPA spike", "diagnose my CPA", "my cost per acquisition jumped", "why did performance drop", "what is driving up my CPA". When your CPA spikes, Claude breaks down exactly what caused it. It looks across your campaign data and isolates the contributing factors — audience fatigue, bid landscape shifts, creative decay, landing page conversion drops, budget distribution changes, or new competitor activity.'
4
4
  metadata:
5
5
  platform: Google and Meta
6
6
  ---