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

Local LLM Performance Benchmarks on Mac Mini with OpenClaw and LM Studio
A Reddit user posted performance figures for running the Unsloth gpt-oss-20b-Q4_K_S.gguf model locally on a Mac Mini with 32GB RAM, achieving 34 tokens/second with a 0.7 second time to first token using OpenClaw 2026.3.8 and LM Studio 0.4.6+1.

Clavis MCP Server: Secure Credential Management for Claude Desktop
Clavis is an MCP server that manages API keys and OAuth tokens for Claude Desktop, storing credentials with AES-256 encryption and providing automatic token refresh to prevent mid-conversation expiration errors.

Maggy: An Autonomous Engineering Platform on Claude Code with Cross-Session Memory and P2P Team Learning
Maggy sits at Level 4 of the AI coding tool spectrum: multi-model orchestration, cross-session memory, process intelligence from CI/reviews, and P2P team learning. Benchmarks show 83% reduction in Claude usage while catching 7 security issues missed by single-pipeline Claude Code.

quorum: AI Code Governance Tool Enforces Independent Model Review
quorum is a governance layer for AI-assisted development that enforces a consensus protocol requiring code to be independently reviewed by a different model before committing. It includes three structural gates that block progress: audit, retro, and quality gates.