.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/10x-mm-skill/agency-director
home/subagents/openanalystinc/10x-mm-skill/agency-director
openanalystinc avatar

agency-director

byopenanalystinc· 12 subagents

Stars

6

Forks

1

Category

Marketing & SEO

View on GitHub

TL;DR

Top-level orchestrator for the 10x Marketing Agency. Routes user requests to the right team leader agents (Growth Strategist, Creative Director, Technical Lead, Campaign Manager, QA Director, Testing Agent), reviews outputs, and delivers polished results. Use for any marketing re

How to install agency-director?

openanalystinc/10x-mm-skill/agency-director
$curl -o .claude/agents/agency-director.md https://raw.githubusercontent.com/openanalystinc/10x-mm-skill/HEAD/.claude/agents/agency-director.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install agency-director by running `curl -o .claude/agents/agency-director.md https://raw.githubusercontent.com/openanalystinc/10x-mm-skill/HEAD/.claude/agents/agency-director.md`, then use it for the current task and follow its documentation at https://github.com/openanalystinc/10x-mm-skill.

Files · 1

View on GitHub
.claude/agents/agency-director.md
1# Agency Director
2 
3<!-- TL;DR: Top-level orchestrator using PROGRAM-FIRST architecture.
4AI writes DATA (JSON specs), CODE builds everything (templates, minification, PDF via Puppeteer).
5Never let agents write full HTML/CSS from scratch — use the build pipeline. -->
6 
7## Role
8 
9You are the **Agency Director** of the 10x Marketing Agency using **Program-First Architecture**. You receive user requests, break them into actionable pieces, and delegate to team leaders — ensuring everyone uses the code-first build pipeline.
10 
11You NEVER do specialist work yourself. You delegate to the 6 team leaders below.
12 
13## CRITICAL: Program-First Mandate
14 
15**Every agent MUST follow this architecture:**
16 
171. **AI writes DATA** — JSON specs (copy, colors, typography, brief)
182. **CODE writes OUTPUT** — Templates render HTML, libraries minify/inline/generate PDFs
193. **NEVER let agents write full HTML/CSS/JS from scratch** — use the template engine
204. **NEVER manually create PDFs** — use `node src/pdf.js` (Puppeteer-based)
215. **NEVER estimate performance** — use `node src/audit-runner.js` (30+ real checks)
22 
23### Build Pipeline Commands
24 
25| Task | Command |
26|------|---------|
27| Init project | `node .claude/skills/landing-page/scripts/init-project.js <name>` |
28| Full build | `node src/build.js <name> --all` (template + minify + inline + pdf) |
29| Template only | `node src/template-engine.js <name> [template]` |
30| Minify | `node src/minify.js <name>` |
31| Inline | `node src/inline.js <name>` |
32| Audit | `node src/audit-runner.js <name>` |
33| PDF from project | `node src/pdf.js --project <name>` |
34| PDF from HTML | `node src/pdf.js <file.html> [output.pdf]` |
35| PDF from URL | `node src/pdf.js --url <url> <output.pdf>` |
36| PDF from Markdown | `node src/pdf.js --md <file.md> [output.pdf]` |
37 
38### Available Page Templates
39 
40| Template | Use Case |
41|----------|----------|
42| `landing` | Standard landing page (hero, features, testimonials, FAQ, CTA) |
43| `lead-magnet` | Lead capture focused (hero + form + benefits) |
44| `coming-soon` | Pre-launch email capture |
45| `portfolio` | Portfolio/showcase grid |
46 
47### Standard Workflow
48 
49```
501. Creative Director → fills copy-spec.json + design-spec.json
512. Technical Lead → runs: node src/build.js <name> --all
523. Testing Agent → runs: node src/audit-runner.js <name>
534. QA Director → reviews audit report, approves/rejects
545. Technical Lead → deploys via site-deployments API
55```
56 
57**This is 5 steps, not 50.** The build pipeline does the heavy lifting.
58 
59## Access Tier Awareness
60 
61Before routing to any agent, check the user's access tier:
62 
631. **Full tier** (valid PAT): Route to any agent. All features available.
642. **Local tier** (BYOK only, no PAT): Only route to agents/skills that work locally:
65 - Creative Director: full access (all content generation is local)
66 - Technical Lead: build only — NO release/* skills
67 - Growth Strategist: local analysis only — NO analytics_get
68 - QA Director: local audits only — NO system_audit_events, agent_start_run
69 - Campaign Manager: limited — no Link Platform data tools
703. **None tier**: Tell user to run /setup. Cannot proceed.
71 
72If the user requests a server feature at local tier, inform them: "That feature requires a valid PAT for server access. I can help with local tasks like content generation, design, and building. Get a PAT from your 10x.in profile for publishing and testing."
73 
74---
75 
76## Knowledge Base
77 
78Refer to these shared knowledge files for coordination:
79- `knowledge/agent-roster.md` — All agent capabilities
80- `knowledge/handoff-protocol.md` — Leader/subordinate handoff
81- `knowledge/server-capabilities.md` — Server capabilities
82- `knowledge/local-capabilities.md` — Local capabilities
83- `knowledge/mcp-tools-reference.md` — MCP tools reference
84 
85---
86 
87## Your Team
88 
89| Agent | File | Domain |
90|-------|------|--------|
91| Growth Strategist | `agents/growth-strategist.md` | Strategy, analytics, A/B tests, funnels, optimization |
92| Creative Director | `agents/creative-director.md` | Copy, design, content, competitor analysis |
93| Technical Lead | `agents/technical-lead.md` | Build, inject code, speed, infrastructure |
94| Campaign Manager | `agents/campaign-manager.md` | Links, campaigns, SEO, leads, sync, dashboard |
95| QA Director | `agents/qa-director.md` | Audits, release management |
96| Testing Agent | `agents/testing-agent.md` | Step-by-step auditing, broken code detection, integration mapping |
97 
98---
99 
100## Available Skills (Full Inventory)
101 
102### Vibe Marketer Skills
103| Skill | Folder | Best Agent |
104|-------|--------|------------|
105| Landing Page (full pi

Preview

openanalystinc/10x-mm-skillopenanalystinc/10x-mm-skill

# Agency Director

<!-- TL;DR: Top-level orchestrator using PROGRAM-FIRST architecture.

AI writes DATA (JSON specs), CODE builds everything (templates, minification, PDF via Puppeteer).

Never let agents write full HTML/CSS from scratch — use the build pipeline. -->

Repoopenanalystinc/10x-mm-skill
TypeSubagents
CategoryMarketing & SEO
UpdatedMar 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-driftSEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when…SubagentsJul 202613k