[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74218":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":23,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":16,"starSnapshotCount":16,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},74218,"ai-marketing-claude","zubair-trabzada\u002Fai-marketing-claude","zubair-trabzada","AI Marketing Suite for Claude Code. 15 marketing skills with parallel subagents — audit any website, generate copy, email sequences, ad campaigns, content calendars, competitive intelligence, and client-ready PDF reports.","https:\u002F\u002Fwww.skool.com\u002Faiworkshop",null,"Python",1855,589,29,3,0,25,60,208,75,106.31,"MIT License",false,"main",true,[27,28,29,30,31,32,33,34,35,36],"ai-marketing","claude","claude-code","competitive-analysis","content-strategy","copywriting","email-marketing","marketing","marketing-automation","seo","2026-06-12 04:01:13","\u003Cp align=\"center\">\n  \u003Cimg src=\"banner.svg\" alt=\"AI Marketing Suite for Claude Code\" width=\"100%\">\n\u003C\u002Fp>\n\n# AI Marketing Suite for Claude Code\n\nA comprehensive marketing analysis and automation skill system for [Claude Code](https:\u002F\u002Fdocs.anthropic.com\u002Fen\u002Fdocs\u002Fclaude-code). Audit any website's marketing, generate copy, build email sequences, create content calendars, analyze competitors, and produce client-ready PDF reports — all from your terminal.\n\n**Built for entrepreneurs, agency builders, and solopreneurs who want to sell marketing services powered by AI.**\n\n---\n\n## What This Does\n\nType a command in Claude Code and get instant, actionable marketing analysis:\n\n```\n> \u002Fmarket audit https:\u002F\u002Fcalendly.com\n\nLaunching 5 parallel agents...\n✓ Content & Messaging Analysis     — Score: 72\u002F100\n✓ Conversion Optimization          — Score: 58\u002F100\n✓ SEO & Discoverability            — Score: 81\u002F100\n✓ Competitive Positioning          — Score: 64\u002F100\n✓ Brand & Trust                    — Score: 76\u002F100\n✓ Growth & Strategy                — Score: 61\u002F100\n\nOverall Marketing Score: 69\u002F100\n\nFull report saved to MARKETING-AUDIT.md\n```\n\n---\n\n## Installation\n\n### One-Command Install\n\n```bash\ncurl -fsSL https:\u002F\u002Fraw.githubusercontent.com\u002Fzubair-trabzada\u002Fai-marketing-claude\u002Fmain\u002Finstall.sh | bash\n```\n\n### Manual Install\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fzubair-trabzada\u002Fai-marketing-claude.git\ncd ai-marketing-claude\n.\u002Finstall.sh\n```\n\n### Optional: PDF Report Support\n\n```bash\npip install reportlab\n```\n\n---\n\n## Commands\n\n| Command | What It Does |\n|---------|-------------|\n| `\u002Fmarket audit \u003Curl>` | Full marketing audit with 5 parallel agents |\n| `\u002Fmarket quick \u003Curl>` | 60-second marketing snapshot |\n| `\u002Fmarket copy \u003Curl>` | Generate optimized copy with before\u002Fafter examples |\n| `\u002Fmarket emails \u003Ctopic>` | Generate complete email sequences |\n| `\u002Fmarket social \u003Ctopic>` | 30-day social media content calendar |\n| `\u002Fmarket ads \u003Curl>` | Ad creative and copy for all platforms |\n| `\u002Fmarket funnel \u003Curl>` | Sales funnel analysis and optimization |\n| `\u002Fmarket competitors \u003Curl>` | Competitive intelligence report |\n| `\u002Fmarket landing \u003Curl>` | Landing page CRO analysis |\n| `\u002Fmarket launch \u003Cproduct>` | Product launch playbook |\n| `\u002Fmarket proposal \u003Cclient>` | Client proposal generator |\n| `\u002Fmarket report \u003Curl>` | Full marketing report (Markdown) |\n| `\u002Fmarket report-pdf \u003Curl>` | Professional marketing report (PDF) |\n| `\u002Fmarket seo \u003Curl>` | SEO content audit |\n| `\u002Fmarket brand \u003Curl>` | Brand voice analysis and guidelines |\n\n---\n\n## Architecture\n\n```\nai-marketing-claude\u002F\n├── market\u002FSKILL.md                     # Main orchestrator (routes all \u002Fmarket commands)\n│\n├── skills\u002F                             # 14 sub-skills\n│   ├── market-audit\u002FSKILL.md           # Full audit orchestration\n│   ├── market-copy\u002FSKILL.md            # Copywriting analysis & generation\n│   ├── market-emails\u002FSKILL.md          # Email sequence generation\n│   ├── market-social\u002FSKILL.md          # Social media content calendar\n│   ├── market-ads\u002FSKILL.md             # Ad creative & copy\n│   ├── market-funnel\u002FSKILL.md          # Funnel analysis & optimization\n│   ├── market-competitors\u002FSKILL.md     # Competitive intelligence\n│   ├── market-landing\u002FSKILL.md         # Landing page CRO\n│   ├── market-launch\u002FSKILL.md          # Launch playbook generation\n│   ├── market-proposal\u002FSKILL.md        # Client proposal generator\n│   ├── market-report\u002FSKILL.md          # Marketing report (Markdown)\n│   ├── market-report-pdf\u002FSKILL.md      # Marketing report (PDF)\n│   ├── market-seo\u002FSKILL.md             # SEO content audit\n│   └── market-brand\u002FSKILL.md           # Brand voice analysis\n│\n├── agents\u002F                             # 5 parallel subagents\n│   ├── market-content.md               # Content & messaging analysis\n│   ├── market-conversion.md            # CRO & funnel optimization\n│   ├── market-competitive.md           # Competitive positioning\n│   ├── market-technical.md             # Technical SEO & tracking\n│   └── market-strategy.md              # Brand, pricing & growth strategy\n│\n├── scripts\u002F                            # Python utility scripts\n│   ├── analyze_page.py                 # Webpage marketing analysis\n│   ├── competitor_scanner.py           # Competitor website scanner\n│   ├── social_calendar.py              # Social content calendar generator\n│   └── generate_pdf_report.py          # PDF report generator\n│\n├── templates\u002F                          # Marketing templates\n│   ├── email-welcome.md                # Welcome email sequence (5 emails)\n│   ├── email-nurture.md                # Lead nurture sequence (6 emails)\n│   ├── email-launch.md                 # Product launch sequence (8 emails)\n│   ├── proposal-template.md            # Client proposal template\n│   ├── content-calendar.md             # 30-day content calendar\n│   └── launch-checklist.md             # Launch checklist\n│\n├── install.sh                          # One-command installer\n├── uninstall.sh                        # Clean uninstaller\n├── requirements.txt                    # Python dependencies\n└── LICENSE                             # MIT License\n```\n\n---\n\n## Scoring Methodology\n\nThe full marketing audit scores websites across 6 dimensions:\n\n| Category | Weight | What It Measures |\n|----------|--------|------------------|\n| Content & Messaging | 25% | Copy quality, value props, headlines, CTAs |\n| Conversion Optimization | 20% | Funnels, forms, social proof, friction, urgency |\n| SEO & Discoverability | 20% | On-page SEO, technical SEO, content structure |\n| Competitive Positioning | 15% | Differentiation, market awareness, alternatives |\n| Brand & Trust | 10% | Design quality, trust signals, authority |\n| Growth & Strategy | 10% | Pricing, acquisition channels, retention |\n\n**Overall Marketing Score** = Weighted average of all categories (0-100)\n\n---\n\n## How It Works\n\n1. **You type a command** — e.g., `\u002Fmarket audit https:\u002F\u002Fexample.com`\n2. **Claude reads the skill files** — they tell Claude exactly how to analyze the site\n3. **5 subagents launch in parallel** — each one analyzes a different dimension\n4. **Python scripts run** — automated page analysis, competitor scanning\n5. **Results are compiled** — into a scored, prioritized, actionable report\n6. **Output is saved** — as a Markdown file or professional PDF\n\n---\n\n## Use Cases\n\n### For Agency Builders\n- Run `\u002Fmarket audit` on a prospect's website before a sales call\n- Generate `\u002Fmarket proposal` with specific findings and pricing\n- Deliver `\u002Fmarket report-pdf` as a professional client deliverable\n\n### For Solopreneurs\n- Use `\u002Fmarket copy` to optimize your own landing pages\n- Generate `\u002Fmarket emails` for your product launches\n- Build `\u002Fmarket social` calendars for consistent posting\n\n### For Content Creators\n- Research competitors with `\u002Fmarket competitors`\n- Plan launches with `\u002Fmarket launch`\n- Analyze your funnel with `\u002Fmarket funnel`\n\n---\n\n## Uninstall\n\n```bash\n.\u002Funinstall.sh\n```\n\nOr manually:\n```bash\nrm -rf ~\u002F.claude\u002Fskills\u002Fmarket*\nrm -f ~\u002F.claude\u002Fagents\u002Fmarket-*.md\n```\n\n---\n\n## Learn More\n\nWant to learn how to build a marketing agency powered by AI tools like this?\n\n**[Join the AI Workshop Community](https:\u002F\u002Fwww.skool.com\u002Faiworkshop)** — Learn AI automations, vibe coding, and how to build AI-powered services for clients.\n\n---\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n","ai-marketing-claude 是一个基于 Claude Code 的综合营销分析和自动化工具，提供了15种营销技能，包括网站审计、文案生成、电子邮件序列创建、广告活动策划、内容日历制定、竞争情报分析以及生成客户报告。项目使用 Python 编写，通过在终端输入命令即可调用多达5个并行子代理执行特定任务，如全面的市场审计、SEO 优化建议等，并支持生成 PDF 格式的报告。此套件特别适合创业者、营销机构和个人企业家利用 AI 技术提供专业级的营销服务。",2,"2026-06-11 03:49:32","high_star"]