vibe-building-skills
π‘ Summary
A comprehensive suite of 32 Claude Skills for creating and marketing digital products effectively.
π― Target Audience
π€ AI Roast: βPowerful, but the setup might scare off the impatient.β
Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal; dependency pinning and supply-chain risk. Run with least privilege and audit before enabling in production.
Vibe Building Skills
A comprehensive system of 32 Claude Skills for building world-class digital products. From marketing strategy to creative asset generation to frontend design excellenceβeverything you need to create products that are loved.
π― What Is This?
Vibe Creator's Skills is a complete, production-ready system of Claude Skills built on the philosophy of focus and care β designing and building with deep intention, reducing until it's clear, and refining until it's right.
This repository contains:
- 10 Marketing Skills β Direct response marketing, SEO, email, content strategy
- 8 Creative Skills β AI-powered image generation with nanobanana pro, video planning, Remotion scripts, social graphics
- 13 Frontend Design Skills β Design systems, responsive layouts, typography, interactions, performance, accessibility
- Complete Documentation β Philosophy, research, implementation guides, code examples
- Automation Tools β Python CLI for creative asset generation with FAL.ai nanobanana pro
Total: 32 professional skills + comprehensive guidance + automation tools
π¦ What's Included
Skills by Category
Marketing Skills (10 skills)
Transform your marketing from generic to direct response, from scattered to strategic.
- orchestrator β Diagnose your marketing situation and sequence skills optimally
- brand-voice β Define your unique voice and positioning
- positioning-angles β Find your differentiation with 8 frameworks
- keyword-research β The 6 Circles Method for keyword strategy
- lead-magnet β Create compelling free offers
- direct-response-copy β Write copy that converts
- seo-content β Create ranking content
- newsletter β 6 newsletter formats
- email-sequences β Welcome, nurture, conversion, launch sequences
- content-atomizer β Repurpose content 15 ways
- seo-strategy β Plan complete SEO strategy for your product
- tweet-writer β Search for suitable viral tweet format for the purpose and writes tweets accordingly
Path: Start with orchestrator to assess your situation, then follow the recommended sequence.
Creative Skills (8 skills + automation)
Generate professional creative assets with AI, powered by FAL.ai nanobanana pro.
- orchestrator β Coordinate all creative skills
- creative-strategist β Define your visual direction
- image-generation β Generate images with nanobanana pro
- product-photography β Create professional product shots
- product-video β Plan animated product videos
- social-graphics β Platform-optimized social content
- brand-asset β Logos, icons, patterns, brand elements
- talking-head β Presenter and UGC-style videos
- remotion-script-writer β Generate detailed video scripts for Remotion
Plus: Python automation system for CLI-based and Claude Code asset generation
Path: Start with creative-strategist to define your visual direction, then use orchestrator to sequence remaining skills.
Frontend Design Skills (13 skills) β¨ ENHANCED
Build design systems and interfaces that feel timeless and loved. Now with 5 additional skills based on research insights.
Foundation Layer (2 skills):
- frontend-orchestrator β Assess design maturity and sequence all 13 skills optimally
- design-foundation β Design tokens, principles, component structure
Visual Layer (4 skills): 3. layout-system β Responsive layouts, Flexbox, Grid, Container Queries 4. typography-system β Type scales, hierarchy, readability 5. color-system β Color theory, accessibility, theming, dark mode 6. visual-hierarchy-refactoring β NEW! Size, weight, contrast, whitespace, Gestalt principles
Component Layer (1 skill): 7. component-architecture β Reusable components, atomic design
Interaction Layer (4 skills): 8. interaction-physics β Animations, momentum, gesture physics, feedback 9. loading-states β NEW! Skeleton screens, spinners, progress bars, empty states 10. error-handling-recovery β NEW! Error states, recovery workflows, graceful degradation 11. performance-optimization β NEW! Perceived latency, optimistic UI, Core Web Vitals
Quality Layer (2 skills): 12. accessibility-excellence β WCAG compliance, inclusive design 13. design-engineer-mindset β NEW! Bridge design and implementation, code as material
5 Implementation Paths:
- Path A β Building from Scratch
- Path B β Formalizing Existing Design
- Path C β Improving Mature System
- Path D β Fixing Performance Issues
- Path E β Improving Accessibility
Path: Start with frontend-orchestrator to assess your situation, then follow the recommended sequence.
Documentation
- PHILOSOPHY.md β The designer's thought process and philosophy of uncommon care
- RESEARCH.md β Expert insights, recommended books, design principles
- Creative Automation β Python CLI and Claude Code integration for asset generation
- skills/frontend-design/README.md β Complete guide to all 13 frontend design skills
π― Key Enhancements
Frontend Design Skills Improvements
Based on comprehensive research from Interface Craft, design experts, and industry best practices:
5 New Skills Added:
- visual-hierarchy-refactoring β Master visual hierarchy through Gestalt principles, size, weight, contrast, and whitespace
- loading-states β Design skeleton screens, spinners, progress bars, and empty states
- error-handling-recovery β Design error states and recovery workflows that guide users
- performance-optimization β Master perceived latency through optimistic UI and Core Web Vitals
- design-engineer-mindset β Bridge the gap between design and implementation, understand code as design material
Skill Renamed:
- interaction-design β interaction-physics β More precise naming reflecting momentum, gesture physics, and natural interactions
Enhanced Skills:
- frontend-orchestrator β Now coordinates all 13 skills with 5 implementation paths
- All visual layer skills β Integrated with visual hierarchy principles
- All interaction skills β Integrated with performance considerations
π Quick Start
1. Clone This Repository
git clone https://github.com/sanky369/vibe-building-skills.git cd vibe-building-skills
2. Install Skills in Claude
Each skill is a standalone .md file in the SKILL.md format that Claude understands.
Option A: Install Individual Skills
- Go to Claude Settings > Capabilities > Skills
- Click "Add Skill"
- Upload the SKILL.md file from each skill directory
Option B: Install All Skills at Once
- Download the entire repository
- Create a ZIP file of the skills directory
- Upload to Claude
Option C: Install by Category
- Install Marketing Skills:
skills/marketing/*/SKILL.md - Install Creative Skills:
skills/creative/*/SKILL.md - Install Frontend Design Skills:
skills/frontend-design/*/SKILL.md
3. Start with the Orchestrator
Begin with the orchestrator skill for your category:
"I'm using the [marketing/creative/frontend-design]-orchestrator skill.
Here's my situation: [describe your current state]
Can you assess my maturity level and recommend a skill sequence?"
4. Follow the Recommended Path
Work through skills in the sequence recommended by the orchestrator. Each skill builds on previous ones.
5. Use Claude Code for Implementation
Each skill includes guidance for Claude Code:
"I'm using the [skill-name] skill. Can you help me:
- [Specific task]
- [Implementation details]
- [Integration with other skills]"
π Repository Structure
vibe-building-skills/
βββ README.md (this file)
βββ PHILOSOPHY.md
βββ RESEARCH.md
βββ docs/
β βββ PHILOSOPHY.md
β βββ RESEARCH.md
β βββ DESIGN-PHILOSOPHY-RESEARCH.md
β βββ fal_api.py (Creative automation)
β βββ creative_cli.py
β βββ claude_integration.py
β βββ requirements.txt
β βββ examples.py
βββ skills/
βββ marketing/
β βββ orchestrator/SKILL.md
β βββ brand-voice/SKILL.md
β βββ positioning-angles/SKILL.md
β βββ keyword-research/SKILL.md
β βββ lead-magnet/SKILL.md
β βββ direct-response-copy/SKILL.md
β βββ seo-content/SKILL.md
β βββ newsletter/SKILL.md
β βββ email-sequences/SKILL.md
β βββ content-atomizer/SKILL.md
β βββ README.md
βββ creative/
β βββ orchestrator/SKILL.md
β βββ creative-strategist/SKILL.md
β βββ image-generation/SKILL.md
β βββ product-photography/SKILL.md
β βββ product-video/SKILL.md
β βββ social-graphics/SKILL.md
β βββ brand-asset/SKILL.md
β βββ talking-head/SKILL.md
β βββ remotion-script-writer/SKILL.md
β βββ README.md
βββ frontend-design/
βββ frontend-orchestrator/SKILL.md
βββ design-foundation/SKILL.md
βββ layout-system/SKILL.md
βββ typography-system/SKILL.md
βββ color-system/SKILL.md
βββ component-architecture/SKILL.md
βββ interaction-physics/SKILL.md
βββ accessibility-excellence/SKILL.md
βββ visual-hierarchy-refactoring/SKILL.md
βββ loading-states/SKILL.md
βββ error-handling-recovery/SKILL.md
βββ performance-optimization/SKILL.md
βββ design-engineer-mindset/SKILL.md
βββ README.md
π Implementation Workflows
Marketing Workflow
1. Start: marketing-orchestrator
β
2. Choose path based on situation
β
3. Follow skill sequence
β
4. Implement each skill with Claude Code
β
5. Iterate and refine
Creative Workflow
1. Start: creative-orchestrator
β
2. Define visual direction with creative-strategist
β
3. Generate assets with image-generation + automation
β
4. Adapt for specific platforms (social-graphics, product-photography)
β
5. Repurpose and scale
Frontend Design Workflow
1. Start: frontend-
Pros
- Comprehensive skill set covering various aspects of product development.
- Includes automation tools for efficiency.
- Well-structured documentation for easy navigation.
Cons
- Requires familiarity with Claude for effective use.
- Potentially overwhelming due to the number of skills.
- Installation process may be complex for beginners.
Related Skills
pytorch
SβIt's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.β
agno
SβIt promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.β
nuxt-skills
SβIt's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.β
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author sanky369.
