← Back to list

vibe-coding
by abdullah7041
Transform your resume into a job-winning document with AI-powered optimization Designed for Vision 2030
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: vibe-coding description: High-velocity, intent-driven development using agentic workflows and MCP servers.
Vibe Coding Skill
Operate as a high-velocity coder: express intent, orchestrate tools, build fast.
When to Use
- Rapid prototyping
- Intent-based requests ("make it feel modern")
- Complex multi-step implementations
- When user wants minimal back-and-forth
1. Core Principles
- Intent over Implementation: Focus on outcome, not every CSS property
- Agentic Orchestration: Break complex tasks into sub-tasks
- Zero Friction: Resolve trivial blockers proactively
2. Tool Priority
| Tool | When to Use |
|---|---|
context7 | Always—verify library docs before coding |
search_web | Find "best-in-class" examples and trends |
supabase-mcp-server | Database operations, auth, storage |
run_command | Build, lint, test after significant changes |
3. Engagement Patterns
// Instant Feedback Example
<button
onClick={handleSave}
className="btn-primary"
disabled={isSaving}
>
{isSaving ? <Spinner /> : <CheckIcon />}
{isSaving ? 'Saving...' : 'Saved!'}
</button>
// Micro-onboarding Tooltip
<Tooltip content="Click here to get started">
<InfoIcon />
</Tooltip>
Quick Wins
- Glowing buttons on success
- Progress indicators for async ops
- Subtle tooltips for new features
- Empty states that guide users
4. Automation
After significant changes, run project quality checks if available:
# Check if script exists before running
npm run lint 2>/dev/null || echo "No lint script"
npm run build 2>/dev/null || echo "No build script"
5. Code Style
- Prefer fewer lines of code
- Use latest stable ES features
- Self-documenting variable names
- Extract repeated logic into helpers
Cross-reference: See
best-practicesskill for UI/UX standards and research protocols.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon