Agent skill
mvp-help
Help and documentation for Idea to MVP plugin. Use when: user asks about building MVPs, vibe coding, or available commands. Triggers: "help", "what can you do", "mvp help", "how to build".
Install this agent skill to your Project
npx add-skill https://github.com/timequity/vibe-coder/tree/main/help
SKILL.md
Idea to MVP Help
Vibe coding: describe your idea, get a deployed MVP.
How It Works
You: "I want an app for tracking expenses"
↓
Claude: Asks clarifying questions
↓
Claude: Builds everything (hidden complexity)
↓
You: "✅ Done! [Preview] [Deploy]"
Commands
| Command | Description |
|---|---|
/mvp:brainstorm |
Refine idea with Socratic dialogue |
/mvp:idea |
Start from scratch with simple questions |
/mvp:build |
Create the app (full pipeline) |
/mvp:add |
Add feature to existing app |
/mvp:preview |
Show current state |
/mvp:deploy |
Publish to production |
Skills (Hidden Pipeline)
These work automatically behind the scenes:
| Phase | Skills |
|---|---|
| Ideation | brainstorming, idea-validation |
| Planning | stack-selector, db-designer |
| Building | ui-generator, api-generator, feature-builder |
| Quality | test-driven-development, auto-testing, security-check |
| Polish | frontend-design, theme-factory, code-review-auto |
| Deploy | deploy-automation, verification-gate |
Quick Start
Have an idea?
/mvp:idea
Answer simple questions, get an app.
Want to explore first?
/mvp:brainstorm
Refine your idea before building.
Ready to build?
/mvp:build
Full pipeline: design → code → test → deploy.
No Technical Jargon
You never need to know:
- What framework to use
- How to structure code
- What tests to write
- How to deploy
Just describe what you want. We handle the rest.
Troubleshooting
Плагин не обновляется после /plugin
Если после обновления плагина (/plugin → Update) изменения не применяются:
# Удалить кэш плагина
rm -rf ~/.claude/plugins/cache/vibe-coder
# Затем заново
/plugin
# → vibe-coder → Update
После этого перезапустить Claude Code.
Команды не работают
- Проверить что плагин установлен:
/plugin→ должен показать vibe-coder - Перезапустить Claude Code после установки/обновления
- Если всё ещё не работает — удалить кэш (см. выше)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
verification-gate
Hidden quality gate that runs before showing "Done!" to user - ensures all tests pass, build succeeds, and requirements met before claiming completion
brainstorming
Refine ideas into detailed designs through Socratic dialogue. Use when: user has rough idea, needs to clarify requirements, explore approaches. Triggers: "brainstorm", "discuss idea", "I'm thinking about", "what if", "help me think through", "explore options", "/brainstorm".
subagent-creator
Guide for creating effective subagents (custom agents). Use when users want to create a new subagent that can be dispatched via Task tool for autonomous work. Covers frontmatter fields (name, description, tools, model, permissionMode, skills), prompt design, and when to use subagents vs skills.
backend-rust
Modern Rust backend with Axum, SQLx, tokio + CI/CD automation. Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation. Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build", "cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust ci", "release build", "rust security", "shuttle", "actix".
test-driven-development
Write failing test first, then minimal code to pass. Red-Green-Refactor cycle. Use when: implementing features, fixing bugs, refactoring code. Triggers: "implement", "add feature", "fix bug", "tdd", "test first", "write tests", "test-driven".
deploy-automation
One-click deploy to production. User just says "deploy". Use when: user wants to publish their app. Triggers: "deploy", "publish", "go live", "опубликуй".
Didn't find tool you were looking for?