mike-coulbourn

Claude Vibes — Development skill for Claude Code

Development community

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.

How to install Claude Vibes

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mike-coulbourn/claude-vibes and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Claude Vibes does

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.

Alternatives in Development

  • Skill Creator — Create new skills, modify existing skills, and measure skill performance 94.1k ★
  • Contributing To Skill Seeker — First off, thank you for considering contributing to Skill Seeker 11.1k ★
  • IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★

README

😎 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, and stay on it. Discovery, scoping, and architecture, then the graph-engineering skill designs the whole project as a graph of jobs with real dependencies, separate checks, and approval points, covering code, brand work, content, account setup, legal, and launch. The approved graph is saved as a checklist that every command reads before it works, and anything not on it has to be added on purpose. That is what stops a project from drifting.
  • 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

1. Install Claude Code

macOS, Linux, or WSL:

curl -fsSL https://claude.ai/install.sh | bash

Windows PowerShell:

irm https://claude.ai/install.ps1 | iex

This is Anthropic's native installer, and it keeps Claude Code updated automatically. Homebrew (`brew install --cask claude-code`) and WinGet also work, but they do not auto-update by default. Already have Claude Code? Skip this step.

2. Install Node.js 18+ (only for brand naming)

The Whois server, which checks whether a domain is free while you name a brand, starts through `npx`. If you will use that command, install Node from [nodejs.org](https://nodejs.org), or with `brew install node` on macOS. Everything else works without Node.

3. Install C