vibe-coder/help/SKILL.md
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".
npx skillsauth add timequity/plugins mvp-helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Vibe coding: describe your idea, get a deployed MVP.
You: "I want an app for tracking expenses"
↓
Claude: Asks clarifying questions
↓
Claude: Builds everything (hidden complexity)
↓
You: "✅ Done! [Preview] [Deploy]"
| 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 |
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 |
/mvp:idea
Answer simple questions, get an app.
/mvp:brainstorm
Refine your idea before building.
/mvp:build
Full pipeline: design → code → test → deploy.
You never need to know:
Just describe what you want. We handle the rest.
/pluginЕсли после обновления плагина (/plugin → Update) изменения не применяются:
# Удалить кэш плагина
rm -rf ~/.claude/plugins/cache/vibe-coder
# Затем заново
/plugin
# → vibe-coder → Update
После этого перезапустить Claude Code.
/plugin → должен показать vibe-codertools
Backup strategies, disaster recovery planning, and business continuity.
devops
Cloud cost management, rightsizing, and FinOps practices.
testing
CI/CD pipeline design with GitHub Actions, GitLab CI, and best practices.
development
Validate idea and create detailed PRD. Saves docs/PRD.md to project. Use when: user describes an app idea, wants to create something new. Triggers: "I want to build", "create app", "make website", "build MVP", "хочу создать", "сделать приложение".