Building a Marketing Brain for Claude: Plugins, Skills, and the End of Prompt Libraries
Published on 09.03.2026
Building a Marketing Brain for Claude: Plugins, Skills, and the End of Prompt Libraries
TLDR: Kamil Banc from AI Adopters Club describes building a Claude Desktop plugin that bundles 12 marketing skills and 5 slash commands into a single installable file. The core argument is that structured plugin systems with coordinated skill files vastly outperform saved prompts, custom GPTs, or Claude Projects for marketing workflows.
Summary:
The article opens with a familiar scene: a leadership team excited to roll out AI across their marketing department by handing everyone a license and some prompts. The author asks one pointed question, "who is going to direct these tools?" and gets silence. This framing sets up the central thesis that the gap between having AI access and getting consistent, high-quality output is an instruction design problem, not a tooling problem.
The piece then introduces Claude's Cowork mode, Anthropic's feature that lets Claude operate directly on local files, spreadsheets, slide decks, and research documents rather than functioning as a simple chat interface. This is the foundation the plugin builds on. Unlike the traditional copy-paste chatbot workflow, Cowork gives Claude the ability to read files, write documents, browse the web, and execute multi-step tasks autonomously. The author positions this as a meaningful shift in how AI assistants integrate into real work.
The most interesting part of the article is the taxonomy of how marketers currently use AI. Camp one saves prompts in Google Docs and pastes them into ChatGPT, which breaks down at scale when you cannot remember which version of a prompt was the effective one. Camp two uses Claude Projects or custom GPTs for persistent instructions, but those instructions live in a monolithic text block, do not coordinate with each other, and hit capability ceilings fast. Camp three, which the author is advocating for, uses plugin systems where skills reference each other, commands chain multiple skill files together, and the AI pulls from structured knowledge rather than a wall of prose. This progression from ad-hoc to structured is genuinely useful framing.
The plugin itself ships 12 skill files covering areas like page CRO, signup flow optimization, A/B test design, email sequences, copywriting, content strategy, schema markup, and AI SEO. Five slash commands trigger complex workflows. For example, typing a slash command with a URL reportedly runs a full conversion rate optimization analysis with copy critique, ranked issues, and specific rewrites. The author draws an analogy: the difference between prompting and a plugin is like giving someone directions every time they drive to work versus giving them GPS that already knows the route.
For architects and teams evaluating AI adoption strategies, the underlying principle here is worth considering separately from the specific product being sold. The idea that AI instructions should be modular, composable, and version-controlled rather than dumped into a single system prompt is sound engineering thinking. Teams building internal AI tooling should think about their prompt architecture the same way they think about code architecture, with separation of concerns, reusability, and clear interfaces between components.
Key takeaways:
- Giving teams AI access without structured instructions produces inconsistent, unreliable output, the "brilliant intern with no onboarding" problem
- Claude's Cowork mode represents a shift from chat-based AI to file-system-integrated AI that operates directly on your actual work artifacts
- The evolution from saved prompts to project-level instructions to composable plugin systems mirrors how software engineering matured from scripts to libraries to frameworks
- Slash commands that trigger multi-step workflows reduce the prompt engineering burden for end users, which matters for team-wide adoption
- Modular skill files that reference each other create emergent capability that monolithic system prompts cannot replicate
Tradeoffs:
- The article is behind a paywall, so the actual plugin architecture and skill file design are not inspectable. You are asked to trust the author's claims about effectiveness without seeing the implementation. This is a significant gap for technical evaluation.
- Vendor lock-in to Claude Desktop is a real concern. If Anthropic changes how Cowork or plugins work, or if your team needs to switch models, all that structured investment could become throwaway.
- The article avoids discussing failure modes entirely. What happens when skills conflict with each other? When chained commands produce cascading errors? When the "trained marketing operator" hallucinates conversion data? These are not hypothetical concerns for production marketing workflows.
- There is no mention of testing, validation, or quality assurance for AI-generated marketing output. The framing assumes the plugin produces correct results, which is a dangerous assumption for any AI system.
- The "three camps" framework is useful but conveniently positions the author's paid product as the only path to Camp Three. In reality, teams can build their own structured prompt systems without buying a specific plugin file.