Open Source GTM Plugin for Claude Code with 166 Marketing Skills and Bootstrap Command

A developer has built and released a comprehensive Go-To-Market (GTM) plugin for Claude Code that provides 166 specialized marketing skills. The plugin is completely open source and available on GitHub.
What the Plugin Does
The plugin gives Claude 166 specialized skills across multiple marketing domains: SEO, content, outbound, sales, growth, analytics, strategy, ads, social, CRM, and AI search. The developer used Claude Code extensively to build the entire system.
How Claude Was Used in Development
The developer leveraged Claude Code for multiple aspects of the project:
- Design the skill architecture: Claude helped structure the 166 skills into logical categories and define input/output schemas for each skill
- Write the skill definitions: The developer would describe what was needed (e.g., "SEO technical audit framework") and Claude would draft the skill prompts and workflows
- Build the bootstrap system: Claude helped design the interview flow that asks users about their brand/voice, and the logic to generate context files
- Debug and refine: Iterated with Claude to improve prompt quality, add error handling, and ensure skills work together cohesively
- Documentation: Claude helped write the README, usage examples, and installation instructions
The developer noted this would have taken 10x longer without Claude Code, citing the ability to describe a marketing framework and have Claude translate it into working code as particularly valuable.
The Bootstrap Command Feature
The plugin includes a /bootstrap command that interviews users about their brand, audience, and voice, then generates context files that every skill uses. This means Claude writes in the user's voice and aligns with their specific strategy, rather than providing generic marketing advice.
Compatibility and Availability
The plugin is built primarily for Claude Code but also works with Claude Cowork and anything supporting the Agent Skills specification. It's completely free and open source on GitHub, allowing users to clone, fork, and modify it as needed.
The developer is seeking feedback from fellow Claude users about what GTM tasks they wish Claude could handle better.
📖 Read the full source: r/ClaudeAI
👀 See Also

Multi-Agent Debate Approach Improves LLM Reasoning Quality
A developer experimented with a multi-agent debate approach using CyrcloAI, where different AI agents take on roles like analyst, critic, and synthesizer to critique each other's responses before producing a final answer, resulting in more structured and deliberate outputs.

Three MCP servers for e-commerce research with Claude: Shopify, Amazon, and Google Maps tools
A developer built three MCP servers for Claude to analyze Shopify stores without API keys, score Amazon product opportunities, and find/scored local business leads from Google Maps. All are available on Apify.

Benchmark: MLX vs Ollama Running Qwen3-Coder-Next 8-Bit on M5 Max MacBook Pro
A benchmark comparing MLX and Ollama backends running Qwen3-Coder-Next 8-bit quantization on an M5 Max MacBook Pro with 128GB RAM shows MLX achieving approximately 72 tokens per second, roughly double Ollama's throughput across various coding tasks.

Lisp Development with AI Agents: High Costs and Technical Challenges
A DevOps engineer found AI agents struggle with Lisp development, costing $10-$20 in minutes for subpar code, while Python and Go work efficiently. He created tmux-repl-mcp to improve REPL interaction but still faced high token costs and tooling issues.