An evolving repo of critical skills for claude code to build and ship SAAS and mobile apps
npx skills add https://github.com/sanky369/vibe-building-skills --skill product-videoCLI を使用してこのスキルをインストールし、ワークスペースで SKILL.md ワークフローの使用を開始します。
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.
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:
Total: 32 professional skills + comprehensive guidance + automation tools
Transform your marketing from generic to direct response, from scattered to strategic.
Path: Start with orchestrator to assess your situation, then follow the recommended sequence.
Generate professional creative assets with AI, powered by FAL.ai nanobanana pro.
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.
Build design systems and interfaces that feel timeless and loved. Now with 5 additional skills based on research insights.
Foundation Layer (2 skills):
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: Start with frontend-orchestrator to assess your situation, then follow the recommended sequence.
Based on comprehensive research from Interface Craft, design experts, and industry best practices:
5 New Skills Added:
Skill Renamed:
Enhanced Skills:
git clone https://github.com/sanky369/vibe-building-skills.git
cd vibe-building-skills
Each skill is a standalone .md file in the SKILL.md format that Claude understands.
Option A: Install Individual Skills
Option B: Install All Skills at Once
Option C: Install by Category
skills/marketing/*/SKILL.mdskills/creative/*/SKILL.mdskills/frontend-design/*/SKILL.mdBegin 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?"
Work through skills in the sequence recommended by the orchestrator. Each skill builds on previous ones.
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]"
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
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
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
1. Start: frontend-orchestrator
↓
2. Assess design maturity (5 levels)
↓
3. Choose implementation path (5 options)
↓
4. Follow skill sequence
↓
5. Implement with Claude Code
↓
6. Iterate and refine
These skills embody the principle of "uncommon care" from Interface Craft:
"Design with uncommon care. Reduce until it's clear. Refine until it's right. Create products that are loved. Interfaces that feel timeless. Experiences that welcome you in and anticipate your needs. Software that feels right. Like it was made by someone who took the time to apply an almost unreasonable level of consideration."
This is not about trends or speed. This is about craft. This is about respect for the user. This is about creating something that endures.
The creative skills include a complete Python automation system for generating assets with FAL.ai nanobanana pro.
cd docs
pip install -r requirements.txt
export FAL_API_KEY="your_api_key_here"
Command Line:
python creative_cli.py generate-product-photo "Blue wireless headphones"
Python:
from fal_api import CreativeAssetGenerator
generator = CreativeAssetGenerator(api_key="your_key")
image = generator.generate_product_photo("Blue wireless headphones")
Claude Code:
"Can you generate 5 product photos for my new headphones?
Use the image-generation skill and the automation system."
This system is built on research and wisdom from:
See PHILOSOPHY.md and RESEARCH.md for detailed insights.
This is a living system. Feel free to:
These skills are provided as-is for your use. Feel free to customize and adapt them to your needs.
Built with research and insights from:
Special thanks for inspiration:
Start your journey to world-class products today:
skills/marketing/orchestrator/SKILL.mdskills/creative/orchestrator/SKILL.mdskills/frontend-design/frontend-orchestrator/SKILL.mdChoose one, install it in Claude, and ask for help with your specific situation.
Remember: Great products are not built in a day. They're built with care, intention, and respect for the user. Start today, iterate continuously, and watch your product transform.
Good luck! 🚀