agents-united 0.5.0

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 (236) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +673 -0
  3. package/dist/cli.d.ts +5 -0
  4. package/dist/cli.js +4789 -0
  5. package/dist/cli.js.map +1 -0
  6. package/package.json +77 -0
  7. package/registry/agents/orchestrator-business.md +188 -0
  8. package/registry/agents/orchestrator-design.md +168 -0
  9. package/registry/agents/orchestrator-engineering.md +183 -0
  10. package/registry/agents/orchestrator-marketing.md +228 -0
  11. package/registry/agents/orchestrator-research.md +196 -0
  12. package/registry/agents/orchestrator-security.md +190 -0
  13. package/registry/agents/orchestrator-system-architecture.md +171 -0
  14. package/registry/agents/orchestrator-universal.md +168 -0
  15. package/registry/agents/subagent-accessibility-lead.md +47 -0
  16. package/registry/agents/subagent-ai-model-architect.md +97 -0
  17. package/registry/agents/subagent-android-architect.md +47 -0
  18. package/registry/agents/subagent-appsec-penetration-tester.md +189 -0
  19. package/registry/agents/subagent-backend-architect.md +360 -0
  20. package/registry/agents/subagent-business-panel-experts.md +126 -0
  21. package/registry/agents/subagent-cloud-infrastructure-architect.md +126 -0
  22. package/registry/agents/subagent-cloud-security-architect.md +221 -0
  23. package/registry/agents/subagent-code-reviewer.md +193 -0
  24. package/registry/agents/subagent-compliance-grc-specialist.md +147 -0
  25. package/registry/agents/subagent-cross-platform-specialist.md +47 -0
  26. package/registry/agents/subagent-data-engineer.md +46 -0
  27. package/registry/agents/subagent-database-administrator.md +141 -0
  28. package/registry/agents/subagent-deep-research.md +94 -0
  29. package/registry/agents/subagent-design-ops-lead.md +121 -0
  30. package/registry/agents/subagent-design-researcher.md +133 -0
  31. package/registry/agents/subagent-design-systems-architect.md +134 -0
  32. package/registry/agents/subagent-designer-toolkit-expert.md +363 -0
  33. package/registry/agents/subagent-devops-engineer.md +423 -0
  34. package/registry/agents/subagent-distributed-systems-architect.md +47 -0
  35. package/registry/agents/subagent-e2e-tester.md +60 -0
  36. package/registry/agents/subagent-financial-analyst.md +119 -0
  37. package/registry/agents/subagent-finops-cost-engineer.md +98 -0
  38. package/registry/agents/subagent-frontend-architect.md +368 -0
  39. package/registry/agents/subagent-interaction-designer.md +302 -0
  40. package/registry/agents/subagent-ios-architect.md +46 -0
  41. package/registry/agents/subagent-legal-contract-analyst.md +108 -0
  42. package/registry/agents/subagent-lifecycle-email-specialist.md +46 -0
  43. package/registry/agents/subagent-literature-patent-analyst.md +78 -0
  44. package/registry/agents/subagent-market-intelligence-analyst.md +110 -0
  45. package/registry/agents/subagent-marketing-campaign-specialist.md +80 -0
  46. package/registry/agents/subagent-marketing-content-strategist.md +184 -0
  47. package/registry/agents/subagent-marketing-conversion-specialist.md +79 -0
  48. package/registry/agents/subagent-marketing-creative-designer.md +93 -0
  49. package/registry/agents/subagent-marketing-growth-strategist.md +137 -0
  50. package/registry/agents/subagent-ml-platform-engineer.md +95 -0
  51. package/registry/agents/subagent-operations-strategist.md +85 -0
  52. package/registry/agents/subagent-paid-acquisition-specialist.md +47 -0
  53. package/registry/agents/subagent-plg-strategist.md +46 -0
  54. package/registry/agents/subagent-prototype-tester.md +140 -0
  55. package/registry/agents/subagent-qa-automation-lead.md +63 -0
  56. package/registry/agents/subagent-repo-index.md +180 -0
  57. package/registry/agents/subagent-security-engineer.md +134 -0
  58. package/registry/agents/subagent-seo-specialist.md +46 -0
  59. package/registry/agents/subagent-socratic-mentor.md +105 -0
  60. package/registry/agents/subagent-statistical-analyst.md +132 -0
  61. package/registry/agents/subagent-sysops-sre-lead.md +84 -0
  62. package/registry/agents/subagent-system-architect.md +122 -0
  63. package/registry/agents/subagent-ui-designer.md +149 -0
  64. package/registry/agents/subagent-ux-strategist.md +88 -0
  65. package/registry/bundles.json +1386 -0
  66. package/registry/rules/AGENTS.md +41 -0
  67. package/registry/rules/CLAUDE.md +12 -0
  68. package/registry/rules/CURSOR.md +12 -0
  69. package/registry/rules/GEMINI.md +41 -0
  70. package/registry/rules/clean-code-and-architecture.md +25 -0
  71. package/registry/rules/domain-modeling-and-adr.md +27 -0
  72. package/registry/rules/git-guardrails.md +19 -0
  73. package/registry/rules/multi-agent-coordination.md +33 -0
  74. package/registry/rules/quality-aesthetics-accessibility.md +29 -0
  75. package/registry/rules/skill-attribution.md +27 -0
  76. package/registry/rules/test-driven-development.md +41 -0
  77. package/registry/skills/ab-test-setup/SKILL.md +150 -0
  78. package/registry/skills/accessibility-audit/SKILL.md +150 -0
  79. package/registry/skills/ad-attribution-modeling/SKILL.md +206 -0
  80. package/registry/skills/ad-creative-design/SKILL.md +27 -0
  81. package/registry/skills/ai-prototype-refactoring/SKILL.md +29 -0
  82. package/registry/skills/architecture-design/SKILL.md +141 -0
  83. package/registry/skills/azure-infrastructure-bicep/SKILL.md +28 -0
  84. package/registry/skills/backend-api-design/SKILL.md +151 -0
  85. package/registry/skills/chaos-engineering/SKILL.md +41 -0
  86. package/registry/skills/churn-prevention-playbook/SKILL.md +181 -0
  87. package/registry/skills/ci-cd-pipeline-automation/SKILL.md +40 -0
  88. package/registry/skills/clickable-prototype-spec/SKILL.md +150 -0
  89. package/registry/skills/code-refactoring/SKILL.md +135 -0
  90. package/registry/skills/component-library-management/SKILL.md +150 -0
  91. package/registry/skills/component-playground-setup/SKILL.md +150 -0
  92. package/registry/skills/content-calendar-strategy/SKILL.md +150 -0
  93. package/registry/skills/conversion-funnel-optimization/SKILL.md +150 -0
  94. package/registry/skills/copywriting-frameworks/SKILL.md +150 -0
  95. package/registry/skills/database-design/SKILL.md +135 -0
  96. package/registry/skills/dependency-management/SKILL.md +142 -0
  97. package/registry/skills/design-handoff-spec/SKILL.md +150 -0
  98. package/registry/skills/design-ops-workflow/SKILL.md +150 -0
  99. package/registry/skills/design-system-governance/SKILL.md +150 -0
  100. package/registry/skills/design-system-tokens/SKILL.md +150 -0
  101. package/registry/skills/design-tokens-management/SKILL.md +150 -0
  102. package/registry/skills/design-version-control/SKILL.md +150 -0
  103. package/registry/skills/diagnosing-bugs/SKILL.md +45 -0
  104. package/registry/skills/docker-deployment/SKILL.md +144 -0
  105. package/registry/skills/domain-modeling/SKILL.md +52 -0
  106. package/registry/skills/email-drip-sequences/SKILL.md +181 -0
  107. package/registry/skills/email-marketing-automation/SKILL.md +150 -0
  108. package/registry/skills/finishing-a-development-branch/SKILL.md +132 -0
  109. package/registry/skills/frontend-component-design/SKILL.md +153 -0
  110. package/registry/skills/git-guardrails/SKILL.md +41 -0
  111. package/registry/skills/google-ads-optimization/SKILL.md +27 -0
  112. package/registry/skills/graphql-schema-design/SKILL.md +146 -0
  113. package/registry/skills/grill-me/SKILL.md +57 -0
  114. package/registry/skills/grill-with-docs/SKILL.md +84 -0
  115. package/registry/skills/growth-experiment-design/SKILL.md +150 -0
  116. package/registry/skills/handoff/SKILL.md +44 -0
  117. package/registry/skills/hf-model-evaluation/SKILL.md +84 -0
  118. package/registry/skills/interaction-pattern-library/SKILL.md +150 -0
  119. package/registry/skills/interactive-prototype-builder/SKILL.md +157 -0
  120. package/registry/skills/local-llm-inference/SKILL.md +77 -0
  121. package/registry/skills/maestro-mobile-testing/SKILL.md +40 -0
  122. package/registry/skills/marketing-creative-design/SKILL.md +186 -0
  123. package/registry/skills/mcp-setup/SKILL.md +370 -0
  124. package/registry/skills/meta-ad-creative-testing/SKILL.md +26 -0
  125. package/registry/skills/micro-interaction-design/SKILL.md +150 -0
  126. package/registry/skills/microservices-architecture/SKILL.md +141 -0
  127. package/registry/skills/mobile-android-design/SKILL.md +40 -0
  128. package/registry/skills/mobile-first-design/SKILL.md +150 -0
  129. package/registry/skills/mobile-ios-design/SKILL.md +40 -0
  130. package/registry/skills/mobile-platform-offline-validate/SKILL.md +41 -0
  131. package/registry/skills/modal-serverless-python/SKILL.md +81 -0
  132. package/registry/skills/onboarding-cro/SKILL.md +185 -0
  133. package/registry/skills/paid-acquisition-ppc/SKILL.md +171 -0
  134. package/registry/skills/performance-optimization/SKILL.md +141 -0
  135. package/registry/skills/playwright-best-practices/SKILL.md +39 -0
  136. package/registry/skills/product-launch-playbook/SKILL.md +150 -0
  137. package/registry/skills/programmatic-seo/SKILL.md +213 -0
  138. package/registry/skills/rag-vector-pipeline/SKILL.md +84 -0
  139. package/registry/skills/react-best-practices/SKILL.md +40 -0
  140. package/registry/skills/receiving-code-review/SKILL.md +130 -0
  141. package/registry/skills/replicate-model-inference/SKILL.md +76 -0
  142. package/registry/skills/requesting-code-review/SKILL.md +137 -0
  143. package/registry/skills/responsive-design-audit/SKILL.md +150 -0
  144. package/registry/skills/runpod-gpu-orchestration/SKILL.md +85 -0
  145. package/registry/skills/schema-markup-strategy/SKILL.md +194 -0
  146. package/registry/skills/security-audit/SKILL.md +139 -0
  147. package/registry/skills/seo-audit/SKILL.md +150 -0
  148. package/registry/skills/signup-flow-cro/SKILL.md +150 -0
  149. package/registry/skills/social-media-campaign/SKILL.md +150 -0
  150. package/registry/skills/state-driven-ui-animation/SKILL.md +150 -0
  151. package/registry/skills/subagent-driven-development/SKILL.md +135 -0
  152. package/registry/skills/supabase-backend-architecture/SKILL.md +28 -0
  153. package/registry/skills/systematic-debugging/SKILL.md +138 -0
  154. package/registry/skills/technical-documentation/SKILL.md +136 -0
  155. package/registry/skills/technical-seo-audit/SKILL.md +27 -0
  156. package/registry/skills/telemetry-monitoring/SKILL.md +40 -0
  157. package/registry/skills/test-driven-development/SKILL.md +135 -0
  158. package/registry/skills/to-spec/SKILL.md +48 -0
  159. package/registry/skills/to-tickets/SKILL.md +47 -0
  160. package/registry/skills/turso-distributed-sqlite/SKILL.md +27 -0
  161. package/registry/skills/ui-component-spec/SKILL.md +150 -0
  162. package/registry/skills/usability-testing-protocol/SKILL.md +150 -0
  163. package/registry/skills/user-flow-mapping/SKILL.md +150 -0
  164. package/registry/skills/user-journey-mapping/SKILL.md +150 -0
  165. package/registry/skills/vector-database-design/SKILL.md +84 -0
  166. package/registry/skills/vercel-deploy-best-practices/SKILL.md +28 -0
  167. package/registry/skills/viral-referral-loops/SKILL.md +209 -0
  168. package/registry/workflows/workflow-agency-ad-creative-sprint.md +50 -0
  169. package/registry/workflows/workflow-agency-brand-design-system.md +50 -0
  170. package/registry/workflows/workflow-agency-client-pitch-proposal.md +50 -0
  171. package/registry/workflows/workflow-agency-cro-funnel-teardown.md +50 -0
  172. package/registry/workflows/workflow-agency-full-campaign.md +58 -0
  173. package/registry/workflows/workflow-agency-seo-content-engine.md +50 -0
  174. package/registry/workflows/workflow-analyze.md +60 -0
  175. package/registry/workflows/workflow-api-contract-design.md +48 -0
  176. package/registry/workflows/workflow-app-store-release.md +48 -0
  177. package/registry/workflows/workflow-brainstorm.md +60 -0
  178. package/registry/workflows/workflow-build.md +60 -0
  179. package/registry/workflows/workflow-business-panel.md +60 -0
  180. package/registry/workflows/workflow-cleanup.md +60 -0
  181. package/registry/workflows/workflow-deploy-staging.md +49 -0
  182. package/registry/workflows/workflow-design-code.md +60 -0
  183. package/registry/workflows/workflow-design-ops--handoff.md +60 -0
  184. package/registry/workflows/workflow-design-ops--plan-sprint.md +60 -0
  185. package/registry/workflows/workflow-design-ops--setup-workflow.md +60 -0
  186. package/registry/workflows/workflow-design-orchestrate.md +60 -0
  187. package/registry/workflows/workflow-design-systems--audit-system.md +60 -0
  188. package/registry/workflows/workflow-design-systems--create-component.md +60 -0
  189. package/registry/workflows/workflow-design-systems--tokenize.md +60 -0
  190. package/registry/workflows/workflow-diagnose.md +45 -0
  191. package/registry/workflows/workflow-e2e-testing.md +49 -0
  192. package/registry/workflows/workflow-email-drip-sequence.md +65 -0
  193. package/registry/workflows/workflow-estimate.md +60 -0
  194. package/registry/workflows/workflow-explain.md +60 -0
  195. package/registry/workflows/workflow-frontend-audit.md +49 -0
  196. package/registry/workflows/workflow-git.md +60 -0
  197. package/registry/workflows/workflow-grill.md +51 -0
  198. package/registry/workflows/workflow-implement.md +61 -0
  199. package/registry/workflows/workflow-incident-triage.md +49 -0
  200. package/registry/workflows/workflow-interaction-design--design-interaction.md +60 -0
  201. package/registry/workflows/workflow-interaction-design--error-flow.md +60 -0
  202. package/registry/workflows/workflow-interaction-design--map-states.md +60 -0
  203. package/registry/workflows/workflow-marketing-audit.md +60 -0
  204. package/registry/workflows/workflow-marketing-campaign-builder.md +60 -0
  205. package/registry/workflows/workflow-marketing-content-pipeline.md +60 -0
  206. package/registry/workflows/workflow-marketing-growth-experiment.md +60 -0
  207. package/registry/workflows/workflow-marketing-launch.md +60 -0
  208. package/registry/workflows/workflow-marketing-panel.md +60 -0
  209. package/registry/workflows/workflow-ml-eval.md +51 -0
  210. package/registry/workflows/workflow-mobile-build.md +49 -0
  211. package/registry/workflows/workflow-onboarding-funnel-cro.md +65 -0
  212. package/registry/workflows/workflow-paid-acquisition-campaign.md +65 -0
  213. package/registry/workflows/workflow-paid-campaign-launch.md +47 -0
  214. package/registry/workflows/workflow-plan.md +60 -0
  215. package/registry/workflows/workflow-prototyping-testing--evaluate.md +60 -0
  216. package/registry/workflows/workflow-prototyping-testing--experiment.md +60 -0
  217. package/registry/workflows/workflow-prototyping-testing--prototype-plan.md +60 -0
  218. package/registry/workflows/workflow-prototyping-testing--test-plan.md +60 -0
  219. package/registry/workflows/workflow-rag-pipeline-deploy.md +53 -0
  220. package/registry/workflows/workflow-recommend.md +60 -0
  221. package/registry/workflows/workflow-research.md +60 -0
  222. package/registry/workflows/workflow-review.md +60 -0
  223. package/registry/workflows/workflow-seo-audit-pipeline.md +47 -0
  224. package/registry/workflows/workflow-seo-content-pipeline.md +65 -0
  225. package/registry/workflows/workflow-serverless-gpu-deploy.md +52 -0
  226. package/registry/workflows/workflow-spec-panel.md +60 -0
  227. package/registry/workflows/workflow-spec.md +44 -0
  228. package/registry/workflows/workflow-test.md +60 -0
  229. package/registry/workflows/workflow-troubleshoot.md +60 -0
  230. package/registry/workflows/workflow-ui-design--color-palette.md +60 -0
  231. package/registry/workflows/workflow-ui-design--design-screen.md +60 -0
  232. package/registry/workflows/workflow-ui-design--responsive-audit.md +60 -0
  233. package/registry/workflows/workflow-ui-design--type-system.md +60 -0
  234. package/registry/workflows/workflow-ux-strategy--benchmark.md +60 -0
  235. package/registry/workflows/workflow-ux-strategy--frame-problem.md +60 -0
  236. package/registry/workflows/workflow-ux-strategy--strategize.md +60 -0
@@ -0,0 +1,186 @@
1
+ ---
2
+ name: marketing-creative-design
3
+ description: Production-grade Marketing Creative Design playbook for
4
+ multi-channel ad creative layouts, visual hierarchy, aspect ratio adaptation,
5
+ brand asset generation, and export optimization.
6
+ metadata:
7
+ author: agents-united
8
+ version: 2.0.0
9
+ icon: ๐ŸŽจ
10
+ disable-slash-command: true
11
+ ---
12
+
13
+ # Marketing Creative Design & Multi-Channel Visual Asset Generation
14
+
15
+ ## Overview & Purpose
16
+ The Marketing Creative Design skill provides a deterministic framework for generating high-converting visual advertising creatives, banner layouts, social media visual assets, typography scales, color palettes, and responsive multi-aspect ratio asset packages (1:1 square, 9:16 vertical stories/reels, 16:9 widescreen landscape, 4:5 mobile feed portrait).
17
+
18
+ Following this skill ensures strict brand guideline adherence, visual hierarchy compliance, WCAG contrast accessibility, and automated multi-channel export optimization (WebP, AVIF, SVG, PNG).
19
+
20
+ ## Execution Triggers & Prerequisites
21
+ ### Execution Triggers
22
+ - Request to design multi-channel ad creative suites (Meta, Google Display, LinkedIn, Twitter/X, TikTok).
23
+ - Generating responsive banner ad variants and hero visual graphics.
24
+ - Creating standardized brand asset kits and typography/color design tokens for marketing campaigns.
25
+ - Exporting, compressing, and formatting creative visual assets for production ad deployment.
26
+
27
+ ### Prerequisites
28
+ - Brand identity guidelines (color tokens, font families, logo vector files).
29
+ - Campaign messaging, headline copy, value proposition hooks, and primary call-to-action (CTA).
30
+ - Asset processing tooling operational (Sharp, Squoosh, Canvas/SVG generators, Figma tokens).
31
+ - Clean git working directory.
32
+
33
+ ## Input & Output Requirements
34
+ ### Inputs
35
+ | Parameter | Type | Required | Description |
36
+ |---|---|---|---|
37
+ | `campaign_name` | String | Yes | Unique campaign or experiment identifier |
38
+ | `target_aspect_ratios` | Array<String> | Yes | Target ratios: `['1:1', '9:16', '16:9', '4:5']` |
39
+ | `headline_hook` | String | Yes | Primary hook headline text for creative display |
40
+ | `cta_text` | String | Yes | Button label (e.g. "Start Free Trial", "Book Demo") |
41
+ | `brand_tokens` | Object | Optional | Color hex codes, typography scale, logo paths |
42
+ | `output_format` | String | Optional | Desired export format (`webp`, `avif`, `png`, `svg`) |
43
+
44
+ ### Outputs
45
+ | Artifact | Path / Format | Description |
46
+ |---|---|---|
47
+ | Creative Brief Spec | `docs/marketing-creative-design/creative-brief.md` | Full design specification and layout rules |
48
+ | Generated Assets | `assets/creatives/<campaign>/*` | Multi-aspect ratio image and vector assets |
49
+ | Asset Manifest | `reports/marketing-creative-design/manifest.json` | Dimension, aspect ratio, and file size index |
50
+ | Visual Audit Report | `reports/marketing-creative-design/audit.json` | Contrast ratio, safe-zone, and file size checks |
51
+
52
+ ## Step-by-Step Execution Runbook
53
+
54
+ ### Phase 1: Creative Brief Analysis & Visual Architecture
55
+ 1. Ingest campaign goals, target buyer persona, and core value proposition.
56
+ 2. Select visual layout archetype (Hero Product Showcase, Split Comparison, Social Proof Badge, Bold Typography Hook).
57
+ 3. Establish color palette hierarchy: 60% dominant canvas, 30% structural contrast, 10% high-contrast accent for CTA.
58
+ 4. Verify typography hierarchy (Headline > Subheadline > Benefit Bullets > CTA Button > Microcopy/Legal).
59
+ 5. Inspect repository asset directories to locate existing brand vectors and font files.
60
+ ```bash
61
+ find assets/ -type f -name "*.svg" -o -name "*.png"
62
+ ```
63
+
64
+ ### Phase 2: Design Token & Aspect Ratio Grid Layout Setup
65
+ 1. Define aspect ratio canvas dimensions:
66
+ - 1:1 Feed Square: 1080 x 1080 px
67
+ - 9:16 Vertical Stories / Reels / TikTok: 1080 x 1920 px (Safe zone: top 250px, bottom 350px clear)
68
+ - 16:9 Widescreen Display / YouTube: 1920 x 1080 px (or 1200 x 628 px for Google Display)
69
+ - 4:5 Mobile Feed Portrait: 1080 x 1350 px
70
+ 2. Configure layout grid margins (minimum 64px padding on mobile, 96px on desktop displays).
71
+ 3. Set up responsive text scaling curves to ensure headline readability across mobile viewports.
72
+ 4. Establish focal point safe zones to prevent platform UI overlay clipping (profile icons, audio badges, CTA bars).
73
+
74
+ ### Phase 3: Visual Asset Composition & Multi-Variant Generation
75
+ 1. Compose base vector or canvas layout applying design system tokens.
76
+ 2. Render headline typography with strict line-height and kerning adjustments.
77
+ 3. Position primary brand mark/logo in top-left or top-center anchor with minimum clear space.
78
+ 4. Insert hero imagery or product mockups with calibrated drop shadows and elevation depth.
79
+ 5. Render high-contrast CTA pill button with accessible foreground/background color combinations.
80
+ 6. Generate multi-variant creative matrices testing 3 headline angles against 2 background styles (6 variants total).
81
+
82
+ ### Phase 4: Contrast Auditing, File Optimization & Export Encoding
83
+ 1. Execute automated WCAG AA/AAA contrast check between text elements and background layers (minimum 4.5:1 ratio).
84
+ 2. Run image compression pipeline targeting optimal delivery sizes:
85
+ - Display Ads: < 150 KB
86
+ - Social Feed Creatives: < 1.5 MB (lossless WebP/PNG)
87
+ 3. Convert master vector graphics into optimized WebP and high-density 2x PNG assets.
88
+ ```bash
89
+ node scripts/optimize-creatives.js --input assets/creatives/raw --output assets/creatives/dist
90
+ ```
91
+ 4. Verify image dimensions, color profiles (sRGB), and metadata strip compliance.
92
+
93
+ ### Phase 5: Manifest Compilation & Asset Review Handoff
94
+ 1. Compile generated creative manifest indexing filenames, dimensions, aspect ratios, file sizes, and checksums.
95
+ 2. Generate visual review sheet at `docs/marketing-creative-design/creative-brief.md`.
96
+ 3. Verify zero broken image references or missing aspect ratio variants.
97
+ 4. Commit validated creative assets to git repository.
98
+ ```bash
99
+ git add assets/creatives/ docs/marketing-creative-design/
100
+ git commit -m "feat(marketing-creative-design): generate multi-channel creative asset suite"
101
+ ```
102
+ 5. Hand off creative assets to paid acquisition and campaign execution teams.
103
+
104
+ ## Code & Configuration Exemplars
105
+
106
+ ### Exemplar 1: Multi-Aspect Ratio Creative Layout Specification
107
+ ```yaml
108
+ version: "2.0.0"
109
+ campaign: "q3-enterprise-saas-launch"
110
+ brand:
111
+ colors:
112
+ primary: "#0F172A"
113
+ accent: "#3B82F6"
114
+ cta: "#10B981"
115
+ background: "#F8FAFC"
116
+ typography:
117
+ headlineFont: "Inter, sans-serif"
118
+ weight: 800
119
+ variants:
120
+ - ratio: "1:1"
121
+ width: 1080
122
+ height: 1080
123
+ safeZone: { top: 64, bottom: 64, left: 64, right: 64 }
124
+ layout: "center-stacked"
125
+ - ratio: "9:16"
126
+ width: 1080
127
+ height: 1920
128
+ safeZone: { top: 250, bottom: 350, left: 80, right: 80 }
129
+ layout: "vertical-flow"
130
+ - ratio: "16:9"
131
+ width: 1920
132
+ height: 1080
133
+ safeZone: { top: 80, bottom: 80, left: 120, right: 120 }
134
+ layout: "split-horizontal"
135
+ ```
136
+
137
+ ### Exemplar 2: TypeScript Programmatic Creative Asset Generator
138
+ ```typescript
139
+ export interface CreativeAssetSpec {
140
+ campaign: string;
141
+ variantId: string;
142
+ aspectRatio: '1:1' | '9:16' | '16:9' | '4:5';
143
+ width: number;
144
+ height: number;
145
+ headline: string;
146
+ ctaText: string;
147
+ }
148
+
149
+ export function compileCreativeManifest(specs: CreativeAssetSpec[]): Record<string, any> {
150
+ return {
151
+ generatedAt: new Date().toISOString(),
152
+ totalVariants: specs.length,
153
+ assets: specs.map(spec => ({
154
+ id: `${spec.campaign}-${spec.variantId}-${spec.aspectRatio.replace(':', 'x')}`,
155
+ dimensions: `${spec.width}x${spec.height}`,
156
+ ratio: spec.aspectRatio,
157
+ exportPath: `assets/creatives/${spec.campaign}/${spec.variantId}-${spec.aspectRatio.replace(':', 'x')}.webp`,
158
+ })),
159
+ };
160
+ }
161
+ ```
162
+
163
+ ## Edge Cases & Error Recovery Procedures
164
+
165
+ ### Scenario A: Text Safe-Zone Violation on Vertical 9:16 Assets
166
+ 1. **Diagnosis**: Headline copy or CTA button overlaps with platform UI overlays (TikTok sound icon, Instagram profile footer).
167
+ 2. **Recovery Protocol**:
168
+ - Step 1: Detect bounding box coordinates of text and CTA layers against safe-zone boundaries (top 250px, bottom 350px).
169
+ - Step 2: Recalculate vertical flow offset and clamp text positioning inside the 1320px central vertical window.
170
+ - Step 3: Re-render vertical 9:16 asset variant and re-verify bounding box clearance.
171
+
172
+ ### Scenario B: Creative File Size Exceeds Ad Network Limit
173
+ 1. **Diagnosis**: Exported display creative exceeds network constraint (e.g. Google Display Ad limit of 150 KB).
174
+ 2. **Recovery Protocol**:
175
+ - Step 1: Analyze image compression parameters and color depth.
176
+ - Step 2: Apply adaptive lossy WebP compression with quality step degradation (85 -> 80 -> 75).
177
+ - Step 3: Strip extraneous EXIF metadata and re-encode to confirm file size <= 150 KB.
178
+
179
+ ## Verification & Validation Checklist
180
+ - [ ] Frontmatter conforms strictly to `author: "agents-united"` and `version: "2.0.0"`.
181
+ - [ ] All 7 mandatory sections present with explicit headers.
182
+ - [ ] Step-by-Step Execution Runbook body contains >= 50 lines.
183
+ - [ ] Multi-aspect ratios (1:1, 9:16, 16:9, 4:5) defined with exact pixel grids and safe zones.
184
+ - [ ] Code exemplars provided with valid syntax fencing.
185
+ - [ ] Zero dummy placeholder strings or unpopulated template markers present.
186
+ - [ ] Project build, test suite, and doctor check pass 100% cleanly.
@@ -0,0 +1,370 @@
1
+ ---
2
+ name: mcp-setup
3
+ description: Comprehensive setup, configuration, and hardening runbook for Model
4
+ Context Protocol (MCP) servers across all AI clients (Antigravity, Cursor,
5
+ Cline, Claude, OpenCode, Codex) in Fully Operational and Limited Operational
6
+ modes.
7
+ metadata:
8
+ author: agents-united
9
+ version: 2.0.0
10
+ icon: ๐Ÿ”Œ
11
+ ---
12
+
13
+ # MCP Server Setup & Multi-Client Hardening
14
+
15
+ ## Overview & Purpose
16
+ The `mcp-setup` skill provides deterministic instructions, configuration templates, and hardening procedures for installing and managing Model Context Protocol (MCP) servers across all supported AI developer clients and runtime environments.
17
+
18
+ It defines exact configuration patterns for:
19
+ 1. **Fully Operational Mode**: Authenticated with API keys/bearer tokens for unlimited cloud access, private repository mutations, and deep crawling.
20
+ 2. **Limited Operational Mode**: Unauthenticated, free-tier, local, or self-hosted configurations operating within public rate limits without external API keys.
21
+ 3. **Brainstorming / Native Fallback**: Seamless fallback to native workspace tools (`run_command` with git/curl, `grep_search`, `write_to_file`) when MCP servers are omitted.
22
+
23
+ ---
24
+
25
+ ## Supported Host Clients & Config Locations
26
+
27
+ | AI Client / Host | Configuration File Path | Format / Provisioning Command |
28
+ |---|---|---|
29
+ | **Antigravity CLI / App** | `~/.gemini/antigravity/mcp/<serverName>` or `.gemini/antigravity/mcp/` | `agy mcp add <name> --type stdio|http --command <cmd> --args <args> --env KEY=VAL` |
30
+ | **Cursor** | `.cursor/mcp.json` (Workspace) or `~/.cursor/mcp.json` (Global) | Standard JSON `{ "mcpServers": { ... } }` |
31
+ | **Cline (VS Code)** | `cline_mcp_settings.json` (Workspace) or `%APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json` | JSON with `"disabled": false, "autoApprove": []` |
32
+ | **Claude Desktop** | `%APPDATA%/Claude/claude_desktop_config.json` (Win) / `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) | Standard JSON `{ "mcpServers": { ... } }` |
33
+ | **Claude Code (CLI)** | `.claude/mcp.json` (Workspace) or `claude.json` | `claude mcp add <name> <command> [args...]` |
34
+ | **OpenCode** | `opencode.json` or `.opencode/mcp.json` | `opencode mcp install <name>` |
35
+ | **OpenAI Codex CLI** | `codex_config.json` (Workspace) | Injected via environment / stdio tool descriptors |
36
+
37
+ ---
38
+
39
+ ## MCP Server Matrix & Setup Modes
40
+
41
+ ### 1. GitHub MCP (`github`)
42
+ - **Purpose**: Repository management, branch creation, pull request workflows, issue triage.
43
+ - **Fully Operational (Auth)**:
44
+ ```json
45
+ "github": {
46
+ "command": "npx",
47
+ "args": ["-y", "@modelcontextprotocol/server-github"],
48
+ "env": {
49
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourPersonalAccessTokenHere"
50
+ }
51
+ }
52
+ ```
53
+ - **Limited Operational (Unauthenticated)**:
54
+ ```json
55
+ "github": {
56
+ "command": "npx",
57
+ "args": ["-y", "@modelcontextprotocol/server-github"]
58
+ }
59
+ ```
60
+ *(Allows querying public repositories, issues, and releases subject to GitHub unauthenticated IP rate limit of 60 req/hr).*
61
+ - **Fallback (No MCP)**: Agents use native Git CLI commands (`git status`, `git checkout -b`, `git commit`, `git push`) via `run_command`.
62
+
63
+ ---
64
+
65
+ ### 2. Firecrawl MCP (`firecrawl`)
66
+ - **Purpose**: Deep web crawling, competitor SERP scraping, full-site markdown extraction.
67
+ - **Fully Operational (Auth)**:
68
+ ```json
69
+ "firecrawl": {
70
+ "command": "npx",
71
+ "args": ["-y", "firecrawl-mcp"],
72
+ "env": {
73
+ "FIRECRAWL_API_KEY": "fc-yourFirecrawlApiKeyHere"
74
+ }
75
+ }
76
+ ```
77
+ - **Limited Operational (Self-Hosted / Local Instance)**:
78
+ ```json
79
+ "firecrawl": {
80
+ "command": "npx",
81
+ "args": ["-y", "firecrawl-mcp"],
82
+ "env": {
83
+ "FIRECRAWL_API_URL": "http://localhost:3002"
84
+ }
85
+ }
86
+ ```
87
+ *(Connects to a local open-source Firecrawl Docker container running on localhost).*
88
+ - **Fallback (No MCP)**: Agents use `curl` / `fetch` or static mock market models via `run_command`.
89
+
90
+ ---
91
+
92
+ ### 3. Context7 MCP (`context7`)
93
+ - **Purpose**: Up-to-date documentation retrieval, framework library resolution.
94
+ - **Fully Operational (Auth)**:
95
+ ```json
96
+ "context7": {
97
+ "command": "npx",
98
+ "args": ["-y", "@upstash/context7-mcp"],
99
+ "env": {
100
+ "UPSTASH_REDIS_REST_URL": "https://your-upstash-url.upstash.io",
101
+ "UPSTASH_REDIS_REST_TOKEN": "your-upstash-token"
102
+ }
103
+ }
104
+ ```
105
+ - **Limited Operational (Unauthenticated Public Mode)**:
106
+ ```json
107
+ "context7": {
108
+ "command": "npx",
109
+ "args": ["-y", "@upstash/context7-mcp"]
110
+ }
111
+ ```
112
+ *(Queries public cached library docs without persistent user storage).*
113
+ - **Fallback (No MCP)**: Agents search local markdown documentation and codebase types via `grep_search` and `view_file`.
114
+
115
+ ---
116
+
117
+ ### 4. Playwright MCP (`playwright`)
118
+ - **Purpose**: Headless browser automation, visual snapshotting, CRO conversion funnel testing.
119
+ - **Fully & Limited Operational (Local Node Runner - No API Key Required)**:
120
+ ```json
121
+ "playwright": {
122
+ "command": "npx",
123
+ "args": ["-y", "@executeautomation/playwright-mcp-server"]
124
+ }
125
+ ```
126
+ - **Fallback (No MCP)**: Agents run Playwright scripts via terminal (`npx playwright test`) using `run_command`.
127
+
128
+ ---
129
+
130
+ ### 5. MarkItDown MCP (`markitdown`)
131
+ - **Purpose**: High-fidelity document conversion (PDF, DOCX, PPTX, XLSX, HTML) to clean Markdown.
132
+ - **Fully & Limited Operational (Local Python/Node CLI - No API Key Required)**:
133
+ ```json
134
+ "markitdown": {
135
+ "command": "uvx",
136
+ "args": ["markitdown-mcp"]
137
+ }
138
+ ```
139
+ *Alternative via Python*:
140
+ ```json
141
+ "markitdown": {
142
+ "command": "python",
143
+ "args": ["-m", "markitdown_mcp"]
144
+ }
145
+ ```
146
+ - **Fallback (No MCP)**: Agents ingest plain text or markdown directly.
147
+
148
+ ---
149
+
150
+ ### 6. Chrome DevTools MCP (`chrome-devtools-mcp`)
151
+ - **Purpose**: Live DOM inspection, Core Web Vitals profiling (LCP, CLS, FID), network tracing.
152
+ - **Fully & Limited Operational (Local Chrome Instance - No API Key Required)**:
153
+ ```json
154
+ "chrome-devtools-mcp": {
155
+ "command": "npx",
156
+ "args": ["-y", "chrome-devtools-mcp"]
157
+ }
158
+ ```
159
+ *Requires Chrome launched with remote debugging port*: `chrome.exe --remote-debugging-port=9222`.
160
+ - **Fallback (No MCP)**: Agents run static Lighthouse audits or bundle analyzers.
161
+
162
+ ---
163
+
164
+ ### 7. Google Stitch MCP (`stitch`)
165
+ - **Purpose**: AI visual UI generation, canvas rendering, design token construction.
166
+ - **Fully Operational (Auth)**:
167
+ ```json
168
+ "stitch": {
169
+ "command": "npx",
170
+ "args": [
171
+ "-y",
172
+ "mcp-remote",
173
+ "https://stitch.googleapis.com/mcp",
174
+ "--header",
175
+ "X-Goog-Api-Key: your-google-stitch-api-key"
176
+ ]
177
+ }
178
+ ```
179
+ - **Limited Operational (Unauthenticated / Remote Endpoint)**:
180
+ ```json
181
+ "stitch": {
182
+ "command": "npx",
183
+ "args": ["-y", "mcp-remote", "https://stitch.googleapis.com/mcp"]
184
+ }
185
+ ```
186
+ - **Fallback (No MCP)**: Agents generate Tailwind CSS / HTML / React code directly in workspace files.
187
+
188
+ ---
189
+
190
+ ### 8. Figma MCP (`figma`)
191
+ - **Purpose**: Design system token extraction, canvas layout inspection, asset exports.
192
+ - **Fully Operational (Auth)**:
193
+ ```json
194
+ "figma": {
195
+ "command": "npx",
196
+ "args": ["-y", "ai-figma-mcp"],
197
+ "env": {
198
+ "FIGMA_ACCESS_TOKEN": "figd_yourFigmaAccessTokenHere"
199
+ }
200
+ }
201
+ ```
202
+ - **Limited Operational (Community Server)**:
203
+ ```json
204
+ "figma": {
205
+ "command": "npx",
206
+ "args": ["-y", "ai-figma-mcp"]
207
+ }
208
+ ```
209
+ "figma": {
210
+ "command": "npx",
211
+ "args": ["-y", "@modelcontextprotocol/server-figma"]
212
+ }
213
+ ```
214
+ *(Queries public Community files by file ID without private organization access).*
215
+ - **Fallback (No MCP)**: Agents use local design tokens defined in `registry/skills/design-system-tokens`.
216
+
217
+ ---
218
+
219
+ ## Universal Multi-Client Configuration Templates
220
+
221
+ ### Cursor (`.cursor/mcp.json`)
222
+ ```json
223
+ {
224
+ "mcpServers": {
225
+ "github": {
226
+ "command": "npx",
227
+ "args": ["-y", "@modelcontextprotocol/server-github"],
228
+ "env": {
229
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourToken"
230
+ }
231
+ },
232
+ "firecrawl": {
233
+ "command": "npx",
234
+ "args": ["-y", "firecrawl-mcp"],
235
+ "env": {
236
+ "FIRECRAWL_API_KEY": "fc_yourKey"
237
+ }
238
+ },
239
+ "context7": {
240
+ "command": "npx",
241
+ "args": ["-y", "@upstash/context7-mcp"]
242
+ },
243
+ "playwright": {
244
+ "command": "npx",
245
+ "args": ["-y", "@modelcontextprotocol/server-playwright"]
246
+ },
247
+ "markitdown": {
248
+ "command": "uvx",
249
+ "args": ["markitdown-mcp"]
250
+ },
251
+ "chrome-devtools-mcp": {
252
+ "command": "npx",
253
+ "args": ["-y", "chrome-devtools-mcp"]
254
+ },
255
+ "stitch": {
256
+ "command": "npx",
257
+ "args": ["-y", "@google/stitch-mcp"]
258
+ },
259
+ "figma": {
260
+ "command": "npx",
261
+ "args": ["-y", "@modelcontextprotocol/server-figma"],
262
+ "env": {
263
+ "FIGMA_ACCESS_TOKEN": "figd_yourToken"
264
+ }
265
+ }
266
+ }
267
+ }
268
+ ```
269
+
270
+ ### Cline (`cline_mcp_settings.json`)
271
+ ```json
272
+ {
273
+ "mcpServers": {
274
+ "github": {
275
+ "command": "npx",
276
+ "args": ["-y", "@modelcontextprotocol/server-github"],
277
+ "env": {
278
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourToken"
279
+ },
280
+ "disabled": false,
281
+ "autoApprove": []
282
+ },
283
+ "firecrawl": {
284
+ "command": "npx",
285
+ "args": ["-y", "firecrawl-mcp"],
286
+ "env": {
287
+ "FIRECRAWL_API_KEY": "fc_yourKey"
288
+ },
289
+ "disabled": false,
290
+ "autoApprove": []
291
+ },
292
+ "playwright": {
293
+ "command": "npx",
294
+ "args": ["-y", "@modelcontextprotocol/server-playwright"],
295
+ "disabled": false,
296
+ "autoApprove": []
297
+ },
298
+ "chrome-devtools-mcp": {
299
+ "command": "npx",
300
+ "args": ["-y", "chrome-devtools-mcp"],
301
+ "disabled": false,
302
+ "autoApprove": []
303
+ }
304
+ }
305
+ }
306
+ ```
307
+
308
+ ### Claude Desktop (`claude_desktop_config.json`)
309
+ ```json
310
+ {
311
+ "mcpServers": {
312
+ "github": {
313
+ "command": "npx",
314
+ "args": ["-y", "@modelcontextprotocol/server-github"],
315
+ "env": {
316
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_yourToken"
317
+ }
318
+ },
319
+ "firecrawl": {
320
+ "command": "npx",
321
+ "args": ["-y", "firecrawl-mcp"],
322
+ "env": {
323
+ "FIRECRAWL_API_KEY": "fc_yourKey"
324
+ }
325
+ },
326
+ "playwright": {
327
+ "command": "npx",
328
+ "args": ["-y", "@modelcontextprotocol/server-playwright"]
329
+ }
330
+ }
331
+ }
332
+ ```
333
+
334
+ ---
335
+
336
+ ## Step-by-Step Orchestrator Execution Runbook
337
+
338
+ ### Phase 1 โ€” Host Discovery & Mode Detection
339
+ 1. Inspect the active environment and workspace configuration files (`.cursor/mcp.json`, `cline_mcp_settings.json`, `.gemini/antigravity/mcp/`, `claude_desktop_config.json`).
340
+ 2. Classify the execution envelope:
341
+ - **Fully Operational**: Target MCP servers present with valid auth tokens.
342
+ - **Limited Operational**: MCP servers present without auth tokens.
343
+ - **Brainstorming / Native Fallback**: Zero MCP servers configured.
344
+
345
+ ### Phase 2 โ€” Guided Setup & User Choice
346
+ 1. If prerequisites are missing or unauthenticated, the Orchestrator presents an interactive choice to the user:
347
+ ```markdown
348
+ > [!NOTE]
349
+ > **MCP Tooling Setup Options**:
350
+ > 1. **Fully Operational**: Provide API keys (e.g. `FIRECRAWL_API_KEY`, `GITHUB_PERSONAL_ACCESS_TOKEN`) for full cloud capabilities.
351
+ > 2. **Limited Operational**: Run free/local MCP servers (Playwright, MarkItDown, Chrome DevTools, Context7) without API keys.
352
+ > 3. **Brainstorming Mode**: Use native workspace tools (`git`, `curl`, `write_to_file`) with zero MCP setup.
353
+ ```
354
+ 2. The user can switch modes anytime via `/mode operational`, `/mode limited-operational`, or `/mode brainstorming`.
355
+
356
+ ### Phase 3 โ€” Provisioning & Validation
357
+ 1. If the user chooses to provision MCP servers, execute the corresponding client configuration or CLI commands:
358
+ ```bash
359
+ agy mcp add firecrawl --type stdio --command npx --args -y,firecrawl-mcp --env FIRECRAWL_API_KEY=fc_...
360
+ ```
361
+ 2. Validate server connectivity and report status in the session summary.
362
+
363
+ ---
364
+
365
+ ## Verification & Validation Checklist
366
+ - [ ] Config paths match host OS conventions (Windows `%APPDATA%`, macOS `~/Library/Application Support`).
367
+ - [ ] JSON blocks contain valid syntax with escaped quotes.
368
+ - [ ] Both Fully Operational (with env vars) and Limited Operational (without env vars) configurations provided.
369
+ - [ ] Fallback native tool alternatives documented for all 8 MCP servers.
370
+ - [ ] Mode switching syntax (`/mode operational`, `/mode limited-operational`, `/mode brainstorming`) documented.
@@ -0,0 +1,26 @@
1
+ ---
2
+ name: meta-ad-creative-testing
3
+ description: Meta Ads creative testing frameworks, dynamic creative optimization
4
+ (DCO), video hook retention analysis, and scaling rules.
5
+ metadata:
6
+ author: Agents United Performance Group
7
+ version: 1.0.0
8
+ license: MIT
9
+ icon: ๐ŸŽจ
10
+ disable-slash-command: true
11
+ ---
12
+
13
+ # Meta Ad Creative Testing Playbook
14
+
15
+ ## Overview & Purpose
16
+ `meta-ad-creative-testing` guides performance marketers through structured creative testing frameworks on Facebook & Instagram Ads to discover breakout creative winners.
17
+
18
+ ## Core Directives & Standards
19
+ 1. **Dynamic Creative Testing (DCT)** โ€” Test 3 creatives, 2 primary texts, and 2 headlines per sandbox ad set with broad audience targeting.
20
+ 2. **3-Second Hook Retention** โ€” Analyze hook rate (3s video views รท impressions) and hold rate (15s views รท 3s views) to optimize video beginnings.
21
+ 3. **Scaling Protocols** โ€” Move winning creative combinations (CPA below target for 3+ consecutive days) to CBO scaling campaigns.
22
+ 4. **Fatigue Monitoring** โ€” Refresh visual assets when frequency exceeds 2.5 on prospecting campaigns or CPA spikes > 25%.
23
+
24
+ ## Verification Checklist
25
+ - [ ] Meta Conversions API (CAPI) and Pixel events configured with Event Quality Match > 8.0.
26
+ - [ ] Clear naming conventions tagging creative concept, angle, format, and date.