Blueprints
The complete command and agent system for Claude Code. 40+ slash commands and 30+ specialized agents that give your AI assistant a structured methodology - from brainstorming to deployment, design to marketing.
The Philosophy
Six principles that shape how every command and agent behaves.
All Commands
Every command is a slash command you type directly in Claude Code. Each one launches a specialized workflow.
/planCreate structured implementation plans/kickoffExecute plans with interactive approval gates/implementExecute plans autonomously/parallelizeDistribute tasks across multiple agents/autopilotFull loop: idea to committed code/finalizeWrap up, update plans, commit changes/bootstrapGenerate plans and setup scripts for new projects/onboardGenerate developer onboarding guides/researchSmart routing to codebase, docs, or web research/explainDetailed code and architecture explanations/auditPre-commit security and quality review/testRun tests with analysis and fix suggestions/cleanupRemove dead code and unused imports/refactorSafe rename, extract, inline, move with validation/dryEliminate DRY violations/secureFocused security scanning/a11yAudit frontend for accessibility issues/commitCraft well-structured git commits/changelogGenerate changelogs from git history/docsGenerate or update documentation/migrateUpgrade dependencies or framework versions/mergeDetect parent branch and merge/releaseVersion bump, changelog, tag, publish/updateSync CLAUDE.md with project state/diagramGenerate architecture diagrams/brainstormPure ideation, no code changes/challengeCritical analysis, question assumptions/verifyQuick sanity check on your approach/critiqueDirect, unfiltered feedback/debugSystematic investigation with root cause analysis/designCreate on-brand marketing assets for any platform/copyWrite marketing copy for social media and ads/brandCreate or document brand identity systems/emailCreate HTML email templates/pitchCreate presentation decks with speaker notes/ogAuto-generate Open Graph images for all pages/imagineGenerate images via AI/storyboardExtract UI specs from video mockups/showcaseDesign landing pages with animations/handoffGenerate context documentation for switching/pickupResume work from a handoff document/flushClear task artifacts/historyGit history narrative for files and functions/i18nAudit and set up internationalization/standupGenerate standup summary from git activity/todoScan for TODO/FIXME/HACK markersAgent System
Agents are specialized workers launched by commands. Each agent is assigned to a tier based on task complexity. Your chosen power level determines which Claude model runs each tier.
Control which models power your agents. Set during installation with --power 1-5.
* Default power level. Higher levels use more capable (and expensive) models.
commitGit commit message craftingchangelogChangelog generationhandoffContext documentationcleanupDead code removalimagineImage generationogOpen Graph image generationresearch-codebaseCode exploration and searchresearch-docsLibrary documentation lookupresearch-webOnline resource researchplanStructured plan creationimplementAutonomous plan executionparallelizeMulti-agent orchestrationbootstrapProject scaffoldingrefactorSafe code refactoringtestTest execution and analysisexplainCode explanationsdocsDocumentation generationdryDRY violation eliminationstoryboardUI spec extractionmigrateDependency upgradesonboardDeveloper onboardingdiagramArchitecture diagramsi18nInternationalizationreleaseRelease managementshowcaseLanding page designdesignMarketing asset creationcopyMarketing copywritingbrandBrand identity systemsemailHTML email templatespitchPresentation deck creationupdateCLAUDE.md maintenanceauditCode quality and securitydebugRoot cause investigationsecureVulnerability scanningfinalizeSession wrap-upa11yAccessibility analysisWorkflows
Commands compose into end-to-end development patterns. Here are a few common examples - mix and match to build your own.
/brainstorm→/bootstrap→/kickoff→/test→/finalize/research→/plan→/implement→/audit→/finalize/debug→/refactor→/test→/audit→/finalize/audit→/cleanup→/dry→/test→/finalize/brand→/design→/copy→/og→/finalize/handoff→/pickup/autopilotGet Started
One command installs all 40+ slash commands and 30+ agents into your Claude Code setup.
No dependencies. No lock-in. Eject anytime - everything is plain Markdown files in your .claude directory.
View on GitHub↗--globalInstall to ~/.claude (all projects)--localInstall to current directory only--path <dir>Install to a custom location--power 1-5Set agent power level (default: 4)--tasks-dir <name>Custom tasks directory name--yesSkip confirmation prompts