AI-powered marketing automation toolkit built on Claude Code subagent orchestration. Enables autonomous workflows for content creation, campaign management, SEO optimization, lead generation, multi-platform outreach, landing page generation, and browser automation.
Status: Phase 6 Complete (27 agents, 73+ commands, 28+ skills, 8 MCP integrations) | Production Ready Developed by: Team 10x.in
Claude Code is Anthropic's official CLI that orchestrates AI agents for intelligent task automation. Learn more at Claude Code.
- Claude Code installed and configured
- Git and 4GB+ RAM
- macOS 10.15+, Ubuntu 20.04+, or Windows 10+ with WSL
git clone https://github.com/anit-1to10x/10x-Team.git
cd 10x-Team
npm install
claude# Content creation
/plan "Q1 content strategy"
/content/good "landing page copy"
/content/cro "optimize for conversions"
# Campaign management
/campaign:email "Black Friday sequence"
/brainstorm "seasonal campaign ideas"
# SEO & analysis
/seo:keywords "target keyword research"
/scout "analyze competitor pages"
# Outreach (NEW)
/outreach "start outreach workflow"
/outreach:discover "find SaaS founders"
/outreach:linkedin "send connection requests"
# Landing Pages (NEW)
/landing-page new
/lp resume "my-project"
# Browser Automation (NEW)
/browser:start
/browser:track- 27 Specialized Agents - TOFU, MOFU, BOFU funnel stages + core & support roles
- 73+ Commands - Content, campaigns, SEO, social, email, analytics, design, fixes
- 28+ Skills - AI/multimodal, design, strategy, marketing, integrations
- 8 MCP Integrations - GA4, Google Ads, SendGrid, Discord, Slack, Resend, GSC, ReviewWeb
- 6 Workflow Systems - Campaign, content, sales, SEO, analytics, orchestration
- 3 Automation Hooks - Brand enforcement, campaign tracking, approvals
- Marketing Dashboard - Full-stack Vue 3 app (32 components, 5 stores, production-ready)
- Outreach System - Multi-platform outreach with 108 templates (NEW)
- Landing Page Generator - 6-agent workflow with 5 tech stacks (NEW)
- Browser Extension - Universal automation with activity tracking (NEW)
- Project Overview & PDR - Requirements and roadmap
- Agent Catalog - 27 agents by funnel stage
- Skill Catalog - 28+ available skills
- Command Catalog - 73+ commands reference
- Code Standards - Development guidelines
- System Architecture - Design and patterns
- Design Guidelines - Brand and visual standards
- Project Roadmap - Timeline and phases
TOFU: Attraction Specialist, SEO Specialist, Lead Qualifier, Researcher MOFU: Email Wizard, Sale Enabler, Funnel Architect, Content Creator, Continuity Specialist BOFU: Upsell Maximizer Core: Copywriter, Brainstormer, Content Reviewer, Campaign Debugger, Campaign Manager Community: Social Media Manager, Community Manager Support: Planner, Project Manager, Docs Manager, Git Manager, Journal Writer, Scout, Scout External, MCP Manager, UI/UX Designer
10x-Team/
├── .claude/
│ ├── agents/ # 27 marketing agents
│ ├── commands/ # 73+ slash commands (118 files)
│ ├── skills/ # 28+ skills (2,664 files)
│ │ ├── outreach/ # Multi-platform outreach (NEW)
│ │ ├── landing-page/# Landing page generator (NEW)
│ │ └── browser-ext/ # Browser automation (NEW)
│ ├── workflows/ # 10 workflow definitions
│ ├── hooks/ # 7 automation hooks
│ └── templates/ # 108 message templates (NEW)
├── canvas/ # TLDraw workflow designer (NEW)
├── browser-extension/ # Chrome/Edge extension (NEW)
├── docs/ # Core documentation
└── assets/ # Brand assets & examples
| App | Port | Description |
|---|---|---|
| Marketing Dashboard | 3000 | Vue 3 campaign management |
| TLDraw Canvas | 3001 | Visual workflow designer |
| WebSocket Server | 3002 | Outreach automation |
| API Server | 3003 | Backend services |
Full-stack web application for campaign management and AI automation:
- Frontend: Vue 3 + Vite (32 components, 5 Pinia stores)
- Backend: Hono + SQLite (5 API routes, 18+ endpoints)
- Features: Campaign Kanban, content library, asset gallery, AI enhancement, brand center
- Security: API key auth, path traversal protection, XSS prevention
- Performance: 62 KB gzipped (68% under 200 KB target)
- Status: Production ready (88% test coverage)
Quick Start:
cd .claude/skills/marketing-dashboard
./start.sh # Dev: localhost:3000 (frontend) + localhost:3457 (API)
./build.sh && ./start-production.sh # ProductionSet up MCP integrations for advanced features:
cp .claude/.env.example .claude/.env
# Required for integrations:
GEMINI_API_KEY=...
GA_ACCESS_TOKEN=...
GOOGLE_ADS_DEVELOPER_TOKEN=...
SENDGRID_API_KEY=...
DISCORD_BOT_TOKEN=...
SLACK_USER_TOKEN=...See MCP Setup Guide for detailed instructions.
- Brand Consistency - Use brand guidelines enforcement hooks
- Content Quality - All outputs go through content reviewer
- Data-Driven - Track metrics via GA4 integration
- Documentation - Keep playbooks and learnings current
- Testing - Use /plan variants for scenario testing
- Fork the repository
- Create feature branch (
git checkout -b feature/name) - Follow code standards in CLAUDE.md
- Submit pull request
- Documentation: See
./docsfolder - Issues: GitHub Issues
- Website: 10x.in
MIT License - Developed by Team 10x.in