claude-vibes
Health Gecti
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 41 GitHub stars
Code Gecti
- Code scan — Scanned 8 files during light audit, no dangerous patterns found
Permissions Gecti
- Permissions — No dangerous permissions requested
Bu listing icin henuz AI raporu yok.
Claude Code plugin for people who describe what they want and let Claude build it: brand identity, product planning, plain-language build/ship/debug workflows, and a creator toolkit.
😎 Claude Vibes
A Claude Code plugin for people who describe WHAT they want and let Claude handle HOW.
It covers three things that Claude Code does not ship on its own:
- Build a brand from nothing. Sixteen guided commands take you from founder interview to a compiled brand guidelines document: purpose, values, positioning, archetype, voice, messaging, tagline, pitch, colors, and typography.
- Turn an idea into a plan. Discovery, scoping, architecture, and a roadmap, explained in plain language for people who don't read code.
- A creator toolkit. Sponsor scripts, hooks, marketing copy, deep research, and image prompts for Midjourney and Nano Banana Pro.
It also wraps building, shipping, debugging, and refactoring in the same plain-language, confirm-before-acting style, and leans on Claude Code's built-in review, reasoning, and memory wherever those exist.
📦 Installation
Open your project in your IDE of choice (VS Code, Cursor, etc.) and open the integrated terminal.
1. Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install Node.js
Node.js 18+ is required for MCP servers.
brew install node
3. Install Claude Code
brew install --cask claude-code
4. Install Claude Vibes
mkdir -p .taskmaster && printf '{\n "models": {\n "main": {\n "provider": "claude-code",\n "modelId": "opus"\n }\n }\n}\n' > .taskmaster/config.json && grep -qxF '.taskmaster/' .gitignore 2>/dev/null || echo '.taskmaster/' >> .gitignore && claude "/plugin marketplace add mike-coulbourn/claude-vibes"
5. Start Using Claude Vibes
Type /exit, then run claude again to load the plugin. Run /help to see your new commands.
Local Install (Alternative)
git clone https://github.com/mike-coulbourn/claude-vibes.git
Add as a local marketplace:
/plugin marketplace add ./claude-vibes
Team Installation
Add to your repository's .claude/settings.json for automatic team setup:
{
"extraKnownMarketplaces": {
"claude-vibes": {
"source": {
"source": "github",
"repo": "mike-coulbourn/claude-vibes"
}
}
},
"enabledPlugins": {
"claude-vibes@claude-vibes": true
}
}
When team members trust the repository folder, the plugin installs automatically.
🔄 The Workflow
BRAND → START → BUILD → SHIP → FIX → REFACTOR + TOOLKIT (any time)
↓ ↓ ↓ ↓ ↓ ↓
Identity Plan Code Deploy Debug Evolve
Each phase has dedicated commands and agents designed for that stage of development.
🤖 Commands & Agents
🎨 00-BRAND (Brand Identity)
Create complete brand identities for startups. A structured workflow from discovery through final guidelines.
Commands:
Discovery Phase
| Command | Description |
|---|---|
/claude-vibes:00-BRAND/00-discover/01-discover-founder |
Interactive founder discovery session |
/claude-vibes:00-BRAND/00-discover/02-research-audience |
Research and define target audience |
/claude-vibes:00-BRAND/00-discover/03-audit-competitors |
Audit competitor brands |
/claude-vibes:00-BRAND/00-discover/04-name-brand |
Finalize brand name with domain verification |
Strategy Phase
| Command | Description |
|---|---|
/claude-vibes:00-BRAND/01-strategy/01-define-purpose |
Define purpose, mission, and vision |
/claude-vibes:00-BRAND/01-strategy/02-define-values |
Define differentiating core values |
/claude-vibes:00-BRAND/01-strategy/03-define-positioning |
Develop positioning strategy |
/claude-vibes:00-BRAND/01-strategy/04-select-archetype |
Select brand archetype |
/claude-vibes:00-BRAND/01-strategy/05-define-voice |
Define brand voice and personality |
Messaging Phase
| Command | Description |
|---|---|
/claude-vibes:00-BRAND/02-messaging/01-create-framework |
Create messaging framework |
/claude-vibes:00-BRAND/02-messaging/02-create-tagline |
Create tagline options |
/claude-vibes:00-BRAND/02-messaging/03-write-pitch |
Write elevator pitch variations |
Visual Phase
| Command | Description |
|---|---|
/claude-vibes:00-BRAND/03-visual/01-set-direction |
Create visual identity direction |
/claude-vibes:00-BRAND/03-visual/02-choose-colors |
Develop brand color palette |
/claude-vibes:00-BRAND/03-visual/03-select-typography |
Develop typography system |
Compile Phase
| Command | Description |
|---|---|
/claude-vibes:00-BRAND/04-compile/01-compile-guidelines |
Compile final brand guidelines |
Agents:
brand-archetype-selector- Jungian archetype selectionbrand-audience-researcher- Psychographic analysis and audience profilingbrand-color-strategist- Strategic color palette developmentbrand-competitive-auditor- Competitor visual identity analysisbrand-elevator-pitch-writer- Elevator pitch variationsbrand-messaging-architect- Value proposition and brand pillarsbrand-naming-specialist- Strategic name developmentbrand-positioning-strategist- Positioning and onliness statementsbrand-purpose-architect- Purpose, mission, vision (Golden Circle)brand-tagline-creator- Memorable tagline creationbrand-typography-curator- Typography system and font selectionbrand-values-curator- Core values discovery and articulationbrand-visual-director- Visual identity direction and briefsbrand-voice-architect- Voice and verbal identity guidelinesstartup-brand-architect- Orchestrates complete brand identity creation
🧐 01-START (Discovery & Planning)
Plan before you build. Discover the problem space, scope your MVP, and create an implementation roadmap.
Commands:
| Command | Description |
|---|---|
/claude-vibes:01-START/01-discover |
Understand the problem space and user needs |
/claude-vibes:01-START/02-scope |
Define MVP boundaries and prioritize features |
/claude-vibes:01-START/03-architect |
Plan technical approach and system design |
/claude-vibes:01-START/04-plan-roadmap |
Create implementation roadmap with phases |
Agents:
market-validator- Research market viability and competitionfeature-brainstormer- Generate and prioritize feature ideastech-advisor- Recommend technology choicesplan-reviewer- Review and improve implementation plansdata-modeler- Design data structures and schemas
🧰 TOOLKIT (Specialized Tools)
Utility commands and agents for tasks outside the main development workflow.
Commands:
| Command | Description |
|---|---|
/claude-vibes:TOOLKIT/midjourney-prompt |
Craft effective Midjourney V7 prompts through guided discovery |
/claude-vibes:TOOLKIT/nano-banana-prompt |
Craft prompts for Nano Banana Pro image generation |
/claude-vibes:TOOLKIT/research |
Deep research on any topic |
/claude-vibes:TOOLKIT/research-brand |
Research a brand for sponsored content |
/claude-vibes:TOOLKIT/scale-business |
Strategic business growth consultation with prioritized opportunities |
/claude-vibes:TOOLKIT/write |
Write emails, messages, notes naturally |
/claude-vibes:TOOLKIT/write-copy |
Create high-converting marketing copy |
/claude-vibes:TOOLKIT/write-sponsor-script |
Write scripts for sponsored/affiliate content |
Agents:
brand-researcher- Deep brand research for content creatorsbusiness-growth-advisor- Strategic business growth consultationdeep-researcher- Comprehensive expert knowledge researchelite-copywriter- Transform text into compelling copyhook-generator- Generate scroll-stopping hook variationsnano-banana-pro-expert- Guidance for Nano Banana Pro image generationsponsor-script-writer- Write high-converting sponsored content scripts
🏗️ 02-BUILD (Implementation)
Build features methodically. Plan each feature, implement with best practices, and review before shipping.
Commands:
| Command | Description |
|---|---|
/claude-vibes:02-BUILD/01-plan-code |
Plan the code implementation |
/claude-vibes:02-BUILD/02-write-code |
Write the code with production quality |
/claude-vibes:02-BUILD/03-review-code |
Review code for production readiness |
Agents:
code-architect- Design feature architecture and patternscode-guru- Implement features with best practicescode-reviewer- Thorough code review and quality checkstester- Write and run tests iteratively to prove code works
🚀 03-SHIP (Deployment)
Ship with confidence. Run checks, commit cleanly, and create PRs.
Commands:
| Command | Description |
|---|---|
/claude-vibes:03-SHIP/01-pre-commit |
Run linting, tests, and pre-commit checks |
/claude-vibes:03-SHIP/02-commit |
Create a clean commit with descriptive message |
/claude-vibes:03-SHIP/03-push |
Push to remote branch |
/claude-vibes:03-SHIP/04-pr |
Create pull request with summary |
🔧 04-DEBUG (Debugging)
Fix bugs systematically. Diagnose root causes, apply fixes, and verify they work.
Commands:
| Command | Description |
|---|---|
/claude-vibes:04-DEBUG/01-diagnose-issue |
Investigate and identify root cause |
/claude-vibes:04-DEBUG/02-fix-issue |
Apply the fix with minimal changes |
/claude-vibes:04-DEBUG/03-verify-fix |
Verify fix works correctly |
Agents:
diagnostician- Deep investigation and root cause analysisfixer- Minimal, targeted bug fixesverifier- Verification and regression testingtester- Write and run tests to prove fixes work
✨ 05-REFACTOR (Code Evolution)
Improve code without changing behavior. Assess opportunities, refactor safely, and validate preservation.
Commands:
| Command | Description |
|---|---|
/claude-vibes:05-REFACTOR/01-assess-improvements |
Identify improvement opportunities |
/claude-vibes:05-REFACTOR/02-improve-code |
Apply improvements with behavior preservation |
/claude-vibes:05-REFACTOR/03-validate-improvements |
Verify behavior unchanged |
Agents:
assessor- Code archaeology and improvement analysisrefactorer- Safe structural improvementsvalidator- Behavior preservation verificationtester- Write and run tests to prove behavior preserved
🧠 Skills
Skills are knowledge packs that Claude loads on its own when a conversation calls for them. You never invoke them by name. The commands and agents above lean on them, and they also work in any ordinary conversation once the plugin is installed.
| Area | Skills |
|---|---|
| Brand strategy | golden-circle-purpose, brand-values-development, brand-positioning-theory, brand-archetype-selection, jtbd-psychographic-research, competitive-visual-audit |
| Brand expression | brand-naming-strategies, brand-voice-development, brand-messaging-architecture, tagline-creation-strategies, elevator-pitch-techniques |
| Visual identity | visual-identity-direction, brand-color-psychology, brand-typography-systems |
| Content & copy | natural-writing, scriptwriting-methodology, conversion-psychology, platform-optimization, midjourney-prompting |
| Thinking tools | interview-me (get interviewed until a topic is fully understood), graph-engineering (design a multi-step AI work graph with checks and human gates before running anything) |
platform-optimization and midjourney-prompting describe fast-moving targets. Each carries a last-verified date and tells Claude to check current sources before relying on specific numbers.
Building your own skills, agents, hooks, or plugins? Version 1 shipped builder skills for that. Anthropic now maintains better ones alongside the product, so install plugin-dev and skill-creator from the official marketplace (/plugin marketplace add anthropics/claude-plugins-official).
🔌 MCP Servers
MCP (Model Context Protocol) servers extend Claude Code with additional capabilities. This plugin suite auto-installs essential servers that work out of the box.
✅ Auto-Installed (No Setup Required)
These servers start automatically when the plugin is enabled:
| Server | Purpose | Official Source |
|---|---|---|
| Context7 | Up-to-date documentation in prompts | github.com/upstash/context7 |
| Taskmaster | AI-powered task management | github.com/eyaltoledano/claude-task-master |
| Whois | Domain/IP lookup | @mcp-server/whois-mcp |
Usage Tips:
- Add
use context7to prompts for current library documentation - Cross-session learning uses Claude Code's native agent memory (stored in
.claude/agent-memory/in your project), so no memory server is needed - Taskmaster config is created automatically during installation (step 4)
⚙️ Optional Servers (Require Setup)
Add these based on your workflow. Each requires authentication or additional setup.
🔀 Version Control & Issues
| Server | Purpose | Install | Docs |
|---|---|---|---|
| GitHub | PR/issue management | claude mcp add --transport http github https://api.githubcopilot.com/mcp |
modelcontextprotocol/servers |
| Linear | Issue tracking | Connect via /mcp |
linear.app/changelog/2025-05-01-mcp |
🐛 Debugging & Testing
| Server | Purpose | Install | Docs |
|---|---|---|---|
| Sentry | Error tracking | claude mcp add --transport http sentry https://mcp.sentry.dev/mcp |
docs.sentry.io/product/sentry-mcp |
| Playwright | Browser automation | claude mcp add playwright -- npx @playwright/mcp@latest |
github.com/microsoft/playwright-mcp |
🗄️ Database & Backend
| Server | Purpose | Install | Docs |
|---|---|---|---|
| Supabase | Database management | Configure via JSON | supabase.com/docs/guides/getting-started/mcp |
| PostgreSQL | SQL queries | claude mcp add-json "postgres" '{"command":"npx","args":["-y","@modelcontextprotocol/server-postgres"]}' |
modelcontextprotocol/servers |
🌐 Deployment
| Server | Purpose | Install | Docs |
|---|---|---|---|
| Cloudflare | Edge deployment | claude mcp add --transport sse cloudflare https://mcp.cloudflare.com/sse |
github.com/cloudflare/mcp-server-cloudflare |
| Vercel | Frontend hosting | claude mcp add-json "vercel" '{"command":"npx","args":["-y","vercel-mcp"]}' |
vercel.com/docs/mcp/vercel-mcp |
💡 Best Practice
Start with the auto-installed essentials. Add specialized servers only when you need them. Too many MCP servers can slow down Claude Code startup.
📁 Structure
claude-vibes/
├── .claude-plugin/
│ └── marketplace.json # Plugin marketplace manifest
├── README.md # This file
└── plugins/
└── vibes/ # Bundled plugin
├── .claude-plugin/
│ └── plugin.json # Plugin manifest with MCP servers
├── commands/
│ ├── 00-BRAND/ # Brand Identity
│ ├── 01-START/ # Discovery & Planning
│ ├── 02-BUILD/ # Implementation
│ ├── 03-SHIP/ # Deployment
│ ├── 04-DEBUG/ # Debugging
│ ├── 05-REFACTOR/ # Code Evolution
│ └── TOOLKIT/ # Specialized Tools
├── agents/
│ ├── BRANDING/ # Brand identity agents
│ ├── CODING/ # Development agents
│ └── TOOLKIT/ # Utility agents
└── skills/ # Agent enhancement skills
📚 References
Plugins
- Plugins Overview - Install and create plugins
- Plugins Reference - Technical specifications
- Plugin Announcement - Introduction to the plugin system
Plugin Components
- Slash Commands - Custom command syntax
- Subagents - Specialized agent configuration
- Hooks Reference - Event-driven automation
- Agent Skills - Model-invoked capabilities
MCP (Model Context Protocol)
- Claude Code MCP - Connect to external tools
- Introducing MCP - Protocol overview
Claude Code
- Claude Code Overview - Getting started
- Best Practices - Agentic coding patterns
Yorumlar (0)
Yorum birakmak icin giris yap.
Yorum birakSonuc bulunamadi