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.
- package/CHANGELOG.md +40 -0
- package/README.md +82 -33
- package/bin/cue-review-progress +107 -0
- package/bin/cue-review-watch +98 -0
- package/dist/cue.js +7352 -3744
- package/package.json +16 -5
- package/profiles/_types.ts +9 -0
- package/profiles/backend/profile.yaml +2 -0
- package/profiles/blog-writer/profile.yaml +10 -0
- package/profiles/browser/profile.yaml +9 -2
- package/profiles/builder/profile.yaml +3 -6
- package/profiles/career/profile.yaml +13 -2
- package/profiles/claude-api/profile.yaml +1 -1
- package/profiles/commerce/profile.yaml +27 -3
- package/profiles/core/logo.png +0 -0
- package/profiles/core/profile.yaml +62 -2
- package/profiles/dash-merge-test/profile.yaml +109 -0
- package/profiles/designer/profile.yaml +2 -0
- package/profiles/designer-medusa-next/profile.yaml +4 -1
- package/profiles/designer-medusa-vite/profile.yaml +4 -1
- package/profiles/docs-writer/profile.yaml +3 -1
- package/profiles/eu-tender-research/README.md +48 -0
- package/profiles/eu-tender-research/logo.png +0 -0
- package/profiles/eu-tender-research/profile.yaml +108 -0
- package/profiles/finance/logo.png +0 -0
- package/profiles/finance/profile.yaml +46 -0
- package/profiles/frontend/profile.yaml +5 -9
- package/profiles/growth/profile.yaml +2 -3
- package/profiles/gstack/profile.yaml +15 -0
- package/profiles/higgsfield/profile.yaml +3 -0
- package/profiles/hyperframes/logo.png +0 -0
- package/profiles/hyperframes/profile.yaml +59 -0
- package/profiles/improver/profile.yaml +88 -0
- package/profiles/marketing/profile.yaml +0 -3
- package/profiles/medusa-dev/profile.yaml +2 -0
- package/profiles/medusa-next/profile.yaml +2 -3
- package/profiles/medusa-vite/profile.yaml +2 -3
- package/profiles/n8n/logo.png +0 -0
- package/profiles/n8n/profile.yaml +50 -0
- package/profiles/nextjs/profile.yaml +2 -3
- package/profiles/ops/profile.yaml +2 -0
- package/profiles/postizz/profile.yaml +13 -3
- package/profiles/python/profile.yaml +3 -0
- package/profiles/research/profile.yaml +3 -1
- package/profiles/schema.json +10 -0
- package/profiles/secops/profile.yaml +2 -0
- package/profiles/seo/profile.yaml +56 -0
- package/profiles/skill-writer/profile.yaml +8 -0
- package/profiles/ssh/profile.yaml +32 -0
- package/profiles/strapi/logo.png +0 -0
- package/profiles/strapi/profile.yaml +45 -0
- package/profiles/stripe/logo.png +0 -0
- package/profiles/stripe/profile.yaml +1 -0
- package/profiles/supabase/logo.png +0 -0
- package/profiles/supabase/profile.yaml +85 -0
- package/profiles/vercel/logo.png +0 -0
- package/profiles/vercel/profile.yaml +25 -1
- package/profiles/vite/profile.yaml +4 -3
- package/profiles/web-frontend-base/profile.yaml +5 -4
- package/profiles/webshop/profile.yaml +23 -5
- package/profiles/x-growth-bot/profile.yaml +44 -0
- package/resources/icons/generate-icons.py +128 -2
- package/resources/mcps/configs/claude.sanitized.json +42 -0
- package/resources/mcps/configs/codex.sanitized.json +7 -0
- package/resources/skills/skills/career/resume-version-manager/SKILL.md +351 -0
- package/resources/skills/skills/career/salary-negotiation-prep/SKILL.md +378 -0
- package/resources/skills/skills/content/pdf/SKILL.md +2 -0
- package/resources/skills/skills/content/postiz-cards/SKILL.md +48 -0
- package/resources/skills/skills/content/postiz-cards/scripts/analytics.sh +38 -0
- package/resources/skills/skills/content/postiz-cards/scripts/card.sh +42 -0
- package/resources/skills/skills/content/postiz-cards/scripts/lint.py +38 -0
- package/resources/skills/skills/design/headless-gif-demo/SKILL.md +1 -1
- package/resources/skills/skills/design/readme-svg-design/SKILL.md +1 -1
- package/resources/skills/skills/eu-funding/grant-outreach/SKILL.md +70 -0
- package/resources/skills/skills/eu-funding/hu-grant-finder/SKILL.md +114 -0
- package/resources/skills/skills/eu-funding/hu-grant-finder/evals.md +26 -0
- package/resources/skills/skills/eu-funding/ted-tender-search/SKILL.md +80 -0
- package/resources/skills/skills/eu-funding/ted-tender-search/evals.md +26 -0
- package/resources/skills/skills/eu-funding/ted-tender-search/scripts/ted-search.sh +46 -0
- package/resources/skills/skills/event-design/wedding-invitations/SKILL.md +1 -1
- package/resources/skills/skills/github/gx-agents/SKILL.md +96 -0
- package/resources/skills/skills/gstack/design-shotgun/SKILL.md +1 -1
- package/resources/skills/skills/marketing/ab-test-analyzer/SKILL.md +1 -1
- package/resources/skills/skills/marketing/ab-test-setup-and-analysis/SKILL.md +1 -1
- package/resources/skills/skills/marketing/account-structure-review/SKILL.md +1 -1
- package/resources/skills/skills/marketing/ad-copy-variant-generator/SKILL.md +1 -1
- package/resources/skills/skills/marketing/ad-extension-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/ad-spend-allocator/SKILL.md +1 -1
- package/resources/skills/skills/marketing/anomaly-detection/SKILL.md +1 -1
- package/resources/skills/skills/marketing/attribution-model-comparison/SKILL.md +1 -1
- package/resources/skills/skills/marketing/audience-overlap-analysis/SKILL.md +7 -1
- package/resources/skills/skills/marketing/bid-strategy-recommendations/SKILL.md +7 -1
- package/resources/skills/skills/marketing/budget-scenario-planner/SKILL.md +6 -1
- package/resources/skills/skills/marketing/campaign-naming-convention-builder/SKILL.md +7 -1
- package/resources/skills/skills/marketing/channel-mix-optimizer/SKILL.md +7 -1
- package/resources/skills/skills/marketing/client-report-narratives/SKILL.md +6 -1
- package/resources/skills/skills/marketing/competitor-creative-analysis/SKILL.md +1 -1
- package/resources/skills/skills/marketing/competitor-teardown/SKILL.md +1 -1
- package/resources/skills/skills/marketing/content-repurposer/SKILL.md +1 -1
- package/resources/skills/skills/marketing/conversion-path-analysis/SKILL.md +1 -1
- package/resources/skills/skills/marketing/cpa-diagnostics/SKILL.md +1 -1
- package/resources/skills/skills/marketing/creative-fatigue-detection/SKILL.md +1 -1
- package/resources/skills/skills/marketing/day-hour-performance-breakdown/SKILL.md +1 -1
- package/resources/skills/skills/marketing/device-performance-split/SKILL.md +1 -1
- package/resources/skills/skills/marketing/e2e-seo-assistant/SKILL.md +1 -1
- package/resources/skills/skills/marketing/email-sequence-writer/SKILL.md +1 -1
- package/resources/skills/skills/marketing/frequency-cap-recommendations/SKILL.md +1 -1
- package/resources/skills/skills/marketing/geo-performance-analysis/SKILL.md +1 -1
- package/resources/skills/skills/marketing/google-ads-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/icp-research-assistant/SKILL.md +1 -1
- package/resources/skills/skills/marketing/keyword-cannibalization-check/SKILL.md +1 -1
- package/resources/skills/skills/marketing/landing-page-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/landing-page-audit-quick/SKILL.md +1 -1
- package/resources/skills/skills/marketing/linkedin-ads-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/meta-ads-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/pacing-monitor/SKILL.md +1 -1
- package/resources/skills/skills/marketing/performance-benchmarking/SKILL.md +1 -1
- package/resources/skills/skills/marketing/programmatic-seo-builder/SKILL.md +1 -1
- package/resources/skills/skills/marketing/quality-score-breakdown/SKILL.md +1 -1
- package/resources/skills/skills/marketing/reddit-ads-audit/SKILL.md +1 -1
- package/resources/skills/skills/marketing/retargeting-window-analysis/SKILL.md +1 -1
- package/resources/skills/skills/marketing/roas-forecasting/SKILL.md +1 -1
- package/resources/skills/skills/marketing/search-term-mining/SKILL.md +1 -1
- package/resources/skills/skills/marketing/utm-tracking-generator/SKILL.md +1 -1
- package/resources/skills/skills/marketing/wasted-spend-finder/SKILL.md +1 -1
- package/resources/skills/skills/marketing/weekly-account-summary/SKILL.md +1 -1
- package/resources/skills/skills/meta/awesome-list-submit/SKILL.md +4 -4
- package/resources/skills/skills/meta/cue-dashboard/SKILL.md +109 -0
- package/resources/skills/skills/meta/cue-developer/SKILL.md +161 -0
- package/resources/skills/skills/meta/cue-developer/evals/evals.json +57 -0
- package/resources/skills/skills/meta/cue-developer/references/architecture.md +65 -0
- package/resources/skills/skills/meta/cue-developer/references/build_and_test.md +72 -0
- package/resources/skills/skills/meta/cue-developer/references/contributing.md +75 -0
- package/resources/skills/skills/meta/cue-developer/references/conventions.md +57 -0
- package/resources/skills/skills/meta/cue-developer/references/first_time_setup.md +51 -0
- package/resources/skills/skills/meta/cue-developer/references/skill_and_mcp_authoring.md +84 -0
- package/resources/skills/skills/meta/cue-developer/references/troubleshooting.md +42 -0
- package/resources/skills/skills/meta/delegation-check/SKILL.md +148 -0
- package/resources/skills/skills/meta/delegation-check/specs/scan-algorithm.md +125 -0
- package/resources/skills/skills/meta/delegation-check/specs/separation-rules.md +190 -0
- package/resources/skills/skills/meta/focus/SKILL.md +62 -0
- package/resources/skills/skills/meta/help/SKILL.md +1 -1
- package/resources/skills/skills/meta/integrity-tags/SKILL.md +2 -0
- package/resources/skills/skills/meta/next-steps/SKILL.md +124 -0
- package/resources/skills/skills/meta/next-steps/evals/eval-set.json +92 -0
- package/resources/skills/skills/meta/profile-from-docs/SKILL.md +141 -0
- package/resources/skills/skills/meta/ralph-loop/SKILL.md +83 -0
- package/resources/skills/skills/meta/ralph-loop/scripts/loop.sh +73 -0
- package/resources/skills/skills/meta/skill-simplify/SKILL.md +136 -0
- package/resources/skills/skills/meta/skill-simplify/phases/01-analysis.md +173 -0
- package/resources/skills/skills/meta/skill-simplify/phases/02-optimize.md +104 -0
- package/resources/skills/skills/meta/skill-simplify/phases/03-check.md +145 -0
- package/resources/skills/skills/meta/smart-loader/scripts/smart-lookup.sh +13 -4
- package/resources/skills/skills/meta/verify-council/SKILL.md +182 -0
- package/resources/skills/skills/meta/verify-council/references/lane-prompts.md +103 -0
- package/resources/skills/skills/meta/verify-council/references/workflow.js +217 -0
- package/resources/skills/skills/nvidia/aiq-research/SKILL.md +1 -1
- package/resources/skills/skills/nvidia/cuopt-developer/SKILL.md +16 -1
- package/resources/skills/skills/nvidia/cuopt-developer/resources/contributing.md +2 -2
- package/resources/skills/skills/nvidia/cuopt-developer/resources/numerical_debugging.md +128 -0
- package/resources/skills/skills/nvidia/cuopt-developer/resources/python_bindings.md +2 -9
- package/resources/skills/skills/nvidia/cuopt-developer/resources/vrp_skills.md +166 -0
- package/resources/skills/skills/nvidia/cuopt-install/SKILL.md +2 -10
- package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/SKILL.md +3 -23
- package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-c/resources/examples.md +40 -20
- package/resources/skills/skills/nvidia/cuopt-numerical-optimization-api-python/SKILL.md +5 -1
- package/resources/skills/skills/nvidia/skill-evolution/SKILL.md +4 -5
- package/resources/skills/skills/research/trendradar/SKILL.md +1 -1
- package/resources/skills/skills/ssh/ssh-config/SKILL.md +94 -0
- package/resources/skills/skills/ssh/ssh-copy/SKILL.md +92 -0
- package/resources/skills/skills/ssh/ssh-harden/SKILL.md +108 -0
- package/resources/skills/skills/ssh/ssh-keys/SKILL.md +82 -0
- package/resources/skills/skills/ssh/ssh-paste-image/LICENSE +28 -0
- package/resources/skills/skills/ssh/ssh-paste-image/SKILL.md +149 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/build.sh +29 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/client/go.mod +3 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/client/main.go +79 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/ccimgd.service +12 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/com.ccimgd.plist +20 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/go.mod +3 -0
- package/resources/skills/skills/ssh/ssh-paste-image/scripts/daemon/main.go +98 -0
- package/resources/skills/skills/ssh/ssh-tunnel/SKILL.md +96 -0
- package/resources/skills/skills/strapi/building-with-strapi/SKILL.md +112 -0
- package/resources/skills/skills/strapi/strapi-cli/SKILL.md +93 -0
- package/resources/skills/skills/strapi/strapi-content-api/SKILL.md +115 -0
- package/resources/skills/skills/strapi/strapi-deploy/SKILL.md +89 -0
- package/resources/skills/skills/strapi/strapi-mcp-setup/SKILL.md +101 -0
- package/resources/skills/skills/strapi/strapi-plugins/SKILL.md +97 -0
- package/resources/skills/skills/tools/context7/SKILL.md +101 -0
- package/resources/skills/skills/tools/opensrc/SKILL.md +1 -1
- package/resources/skills/skills/tools/portless/SKILL.md +186 -0
- package/resources/skills/skills/xbot/operate/SKILL.md +229 -0
- package/src/commands/_index.ts +8 -0
- package/src/commands/ai-score.e2e.test.ts +11 -4
- package/src/commands/ai.ts +3 -4
- package/src/commands/auto-detect.ts +1 -1
- package/src/commands/cli.test.ts +1 -2
- package/src/commands/cli.ts +1 -1
- package/src/commands/cloud.ts +1 -1
- package/src/commands/current.ts +1 -4
- package/src/commands/dash.test.ts +110 -0
- package/src/commands/dash.ts +194 -0
- package/src/commands/dashboard.ts +26 -0
- package/src/commands/diff.ts +1 -1
- package/src/commands/discover.test.ts +1 -1
- package/src/commands/discover.ts +90 -40
- package/src/commands/doctor.test.ts +58 -0
- package/src/commands/doctor.ts +79 -3
- package/src/commands/eval-behavior.ts +1 -1
- package/src/commands/eval.ts +2 -2
- package/src/commands/evolve.ts +4 -3
- package/src/commands/failures.test.ts +1 -1
- package/src/commands/features-batch1.test.ts +6 -1
- package/src/commands/icon.ts +1 -5
- package/src/commands/import-profile.ts +1 -1
- package/src/commands/init.ts +50 -7
- package/src/commands/install-sh.e2e.test.ts +65 -0
- package/src/commands/launch-handoff.e2e.test.ts +88 -0
- package/src/commands/launch.e2e.test.ts +8 -1
- package/src/commands/launch.test.ts +29 -0
- package/src/commands/launch.ts +185 -131
- package/src/commands/lock.ts +0 -1
- package/src/commands/marketplace.ts +0 -4
- package/src/commands/materialize.ts +1 -1
- package/src/commands/mem.ts +341 -0
- package/src/commands/optimizer.ts +0 -3
- package/src/commands/playground.ts +1 -2
- package/src/commands/profile-draft-skill.ts +1 -1
- package/src/commands/replay-whatif.ts +1 -6
- package/src/commands/score.ts +2 -2
- package/src/commands/security.test.ts +88 -0
- package/src/commands/security.ts +74 -28
- package/src/commands/shell.test.ts +65 -4
- package/src/commands/shell.ts +67 -7
- package/src/commands/skills-test.ts +0 -1
- package/src/commands/skills.ts +28 -2
- package/src/commands/sources.ts +1 -2
- package/src/commands/status.ts +2 -6
- package/src/commands/submit-profile.ts +1 -1
- package/src/commands/suggest.ts +35 -10
- package/src/commands/trigger-gaps.test.ts +50 -0
- package/src/commands/trigger-gaps.ts +63 -29
- package/src/commands/update.ts +1 -1
- package/src/commands/validate.ts +16 -4
- package/src/commands/watch-live.ts +1 -1
- package/src/commands/workspace.ts +1 -1
- package/src/index.ts +26 -10
- package/src/lib/active-sessions.ts +1 -1
- package/src/lib/agent-adapters.test.ts +100 -0
- package/src/lib/agent-adapters.ts +2 -2
- package/src/lib/analytics.test.ts +88 -0
- package/src/lib/analytics.ts +82 -1
- package/src/lib/auto-detect.test.ts +10 -4
- package/src/lib/auto-detect.ts +19 -23
- package/src/lib/brand-icons.ts +0 -1
- package/src/lib/cache.ts +2 -3
- package/src/lib/claude-mem-env.test.ts +148 -0
- package/src/lib/claude-mem-env.ts +172 -0
- package/src/lib/combo-history.test.ts +53 -0
- package/src/lib/combo-history.ts +83 -0
- package/src/lib/companion-detect.test.ts +108 -0
- package/src/lib/companion-detect.ts +140 -0
- package/src/lib/companion-fetch.ts +4 -6
- package/src/lib/conditional-skills.test.ts +1 -1
- package/src/lib/config-paths.test.ts +53 -0
- package/src/lib/config-paths.ts +33 -0
- package/src/lib/dashboard-server.test.ts +351 -0
- package/src/lib/dashboard-server.ts +1476 -27
- package/src/lib/debug-log.test.ts +66 -0
- package/src/lib/debug-log.ts +45 -0
- package/src/lib/mcp-catalog.test.ts +102 -0
- package/src/lib/mcp-catalog.ts +193 -0
- package/src/lib/pair-suggestions.test.ts +111 -0
- package/src/lib/pair-suggestions.ts +98 -5
- package/src/lib/permissions.test.ts +76 -0
- package/src/lib/permissions.ts +125 -0
- package/src/lib/picker.test.ts +1106 -1
- package/src/lib/picker.ts +1230 -142
- package/src/lib/plugin-discovery.ts +126 -0
- package/src/lib/pr-poster.ts +1 -1
- package/src/lib/pr-throttle.ts +2 -6
- package/src/lib/profile-linter.test.ts +67 -1
- package/src/lib/profile-linter.ts +59 -14
- package/src/lib/profile-loader.test.ts +21 -0
- package/src/lib/profile-loader.ts +22 -3
- package/src/lib/profile-metrics.ts +2 -6
- package/src/lib/profile-names.test.ts +58 -0
- package/src/lib/repos.test.ts +57 -0
- package/src/lib/repos.ts +167 -0
- package/src/lib/resolver-npx.ts +10 -1
- package/src/lib/runtime-materializer.test.ts +200 -3
- package/src/lib/runtime-materializer.ts +129 -20
- package/src/lib/shared-profiles.ts +2 -3
- package/src/lib/skill-clis.test.ts +113 -0
- package/src/lib/skill-clis.ts +232 -0
- package/src/lib/skill-dependencies.ts +9 -1
- package/src/lib/skill-deps.ts +1 -1
- package/src/lib/skill-linter.ts +1 -1
- package/src/lib/skill-quality.ts +0 -1
- package/src/lib/skill-sandbox.test.ts +1 -1
- package/src/lib/skills-lock.test.ts +1 -1
- package/src/lib/telemetry-consent.ts +3 -5
- package/src/lib/telemetry-report.test.ts +2 -2
- package/src/lib/token-budget.ts +111 -0
- package/src/lib/trigger-gaps.test.ts +70 -0
- package/src/lib/trigger-gaps.ts +48 -6
- package/src/lib/tui/data.ts +1 -5
- package/src/lib/workflow-store.ts +150 -0
- package/src/lib/workspace-secrets.ts +0 -4
- 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
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
---
|