vibe-building-skills
💡 摘要
一套全面的32个Claude技能,用于有效创建和营销数字产品。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险;依赖锁定与供应链风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
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-
优点
- 涵盖产品开发各个方面的全面技能集。
- 包括自动化工具以提高效率。
- 结构良好的文档便于导航。
缺点
- 需要熟悉Claude才能有效使用。
- 由于技能数量众多,可能会让人感到不知所措。
- 安装过程对初学者可能较复杂。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 sanky369.
