Agent skill
vibe-coding
Translates high-level aesthetic or behavioral "vibe" requests (e.g., "Make it feel like 90s cyberpunk", "Apple-style minimalism") into concrete code changes (CSS, Animation, Copy).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/coding-andreibesleaga-gabbe-4
SKILL.md
Vibe Coding Skill
Goal
Translate abstract user intents ("Vibes") into concrete implementation details (Design Tokens, CSS, Animation, Tone of Voice).
Flow
1. Vibe Analysis
Input: User Request (e.g., "Make the dashboard feel like a spaceship HUD") Action: Decompose "The Vibe" into technical primitives.
- Color Palette: High contrast? Neons? Pastels? Dark mode?
- Typography: Monospace? Serif? Sans-Serif? Size/Weight?
- Motion: Snappy? Float? ease-in-out? Glitch effects?
- Border/Shape: Rounded? Sharp? Glassmorphism? Brutalist?
2. The "Vibe Translator" Persona
Adopt the design-sys-arch persona temporarily.
- Step 1: Consult
design-tokens.jsonor CSS variables. - Step 2: Propose a "Vibe Drift" (e.g., changing
--primary-colorfrom#007bffto#00ffcc). - Step 3: Generate a quick prototype of the change.
3. Implementation Patterns
A. Cyberpunk / Sci-Fi / HUD
- CSS:
border: 1px solid var(--neon); box-shadow: 0 0 10px var(--neon); - Font: Monospace (e.g., Fira Code, JetBrains Mono).
- Motion: Glitch effects, scanning lines.
B. Clean / Minimal / "Apple"
- CSS:
backdrop-filter: blur(20px); border-radius: 20px; box-shadow: 0 4px 24px rgba(0,0,0,0.05); - Font: Systematic Sans-Serif (Inter, SF Pro).
- Motion: Spring physics, subtle scales.
C. Brutalist / Retro
- CSS:
border: 3px solid black; box-shadow: 4px 4px 0 black; - Font: Bold headers, distinct serifs.
- Motion: No easing, hard cuts.
4. Verification
- ASK USER: "Does this match the vibe you were looking for?"
- If NO -> Adjuest Intensity (e.g., "More neon", "Less blur").
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?