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

Open-Source SDK for AI Knowledge Work
ClioAI's kw-sdk offers a structured framework for AI agents performing knowledge work, implementing a self-verifying loop with task briefing, rubric creation, and verification.

LightMem: Lightweight Memory System for LLM Agents with 10×+ Gains and 100× Lower Cost
LightMem is a modular memory system for LLM agents that achieves up to 10.9% accuracy improvement while reducing tokens by up to 117×, API calls by up to 159×, and runtime by over 12×. It's designed for scalable long-context reasoning across agent workflows.

Prompt-Mini: Claude Code Plugin Intercepts Vague Prompts to Reduce Credit Waste
Prompt-mini is a Claude Code plugin that intercepts vague prompts before execution, asks clarifying questions, and builds structured prompts with stack detection and specific rules for 40+ frameworks. The tool addresses 35 credit-killing patterns like missing scope, stop conditions, and file paths.

engram: Claude memory plugin with salience-gated capture and dream cycles
engram is a Claude memory plugin that filters observations at capture time using 5 salience dimensions, persisting only high-scoring events to SQLite with no LLM calls in scoring. It features automatic injection through 5 hooks and dream cycles that extract recurring workflows at session end.