Vibe/Agentic Coding
Complete Kit
Slides, prompts, tools, skills, and resources.
Recommended Skills
Skills that transform Claude Code from a solo assistant into a full product engineering team.
G
gstack
Garry Tan (YC President)
23 skills covering the entire software lifecycle — planning, design, QA, shipping, and post-deploy monitoring. Like a virtual eng team.
Planning
QA
Ship
Security
Design
github.com/garrytan/gstack →
S
/simplify
Anthropic (Built-in)
Spawns 3 parallel review agents to find code reuse, quality, and efficiency issues — then auto-fixes them. Your instant code reviewer.
Review
Quality
Auto-fix
docs.anthropic.com/claude-code/skills →
!
/security-review
Anthropic (Built-in)
Analyzes your pending branch changes for security vulnerabilities — injection, auth issues, data exposure. Run before every PR.
OWASP
Injection
Auth
docs.anthropic.com/claude-code/skills →
Autonomous build-test-fix loop. Claude keeps iterating until your app works — runs, tests, fixes errors, and repeats automatically.
Auto-loop
Build
Test
Fix
github.com/marcusschiesser/ralph-loop →
Skills Collections & Directories
Curated repos and directories to discover hundreds more skills for Claude Code.
A
anthropics/skills
Official Anthropic skills — 18 skills including frontend-design, document suite, MCP builder, webapp testing, and skill creator.
116k stars
C
ComposioHQ/awesome-claude-skills
Curated list of Claude Skills, resources, and tools for customizing Claude AI workflows.
53k stars
H
hesreallyhim/awesome-claude-code
Skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code.
38k stars
AG
antigravity-awesome-skills
1,400+ installable agentic skills for Claude Code, Cursor, Codex CLI, and Gemini CLI. Includes bundles and workflows.
33k stars
S
SkillsMP — skillsmp.com
Largest skills marketplace — 800,000+ skills aggregated from GitHub. Search by category: AI, Git, Testing, CI/CD, and more.
800k+ skills
Recommended MCP Servers
Model Context Protocol servers give Claude superpowers — real browser testing, database access, live docs, and more.
Playwright MCP
Microsoft · 30.7k stars
Give Claude a real browser. Navigate, click, fill forms, take screenshots, assert DOM state. E2E testing without scripts.
github.com/microsoft/playwright-mcp →
Context7 MCP
Upstash · 52.5k stars
Live documentation lookup for any library. Always up-to-date API syntax — no more hallucinated docs.
github.com/upstash/context7 →
Figma Console MCP
southleft · 1.5k stars
Full read/write Figma access — extract variables, create components, manage design tokens, debug designs, accessibility audits.
github.com/southleft/figma-console-mcp →
Linear MCP
Linear · Official
Create issues, manage sprints, update project status, and track bugs directly from Claude.
linear.app/docs/mcp →
Assignment Prompts
Assignment 1 — Landing Page
"Create a professional landing page for [your idea]. Hero section with headline, 3 feature cards, testimonial section, email signup form, and footer. Use [colour theme]. Make it mobile responsive. Single HTML file."
"Build a sales dashboard from this CSV data (columns: Date, Product, Category, Quantity, Unit_Price, Total_Revenue, Region, Sales_Rep, Payment_Method, Customer_Type, Rating). Show: 4 summary cards (total revenue, orders, avg order value, avg rating as stars), a bar chart of revenue by month, a donut chart by category, and a sortable data table with search. Use Chart.js. Warm cream background. Single HTML file."
Assignment 3 — CRUD Web App
"Build a task management web app. Features: add tasks with title, description, priority (Low/Medium/High), due date. Mark tasks complete. Filter by status and priority. Dashboard showing task counts. Connect to Firebase Realtime Database. Modern card-based UI."
Assignment 4 — Supabase Web App
"Build a web app called [name] using HTML/CSS/JS. Connect to Supabase for database. Include user authentication. Deploy on Vercel. Features: [list 3-4 features from your PRD]."
Assignment 5 — UX Improvement
"Improve the UX of this app: 1) Add proper visual hierarchy. 2) Make it fully mobile responsive. 3) Add hover states and smooth transitions. 4) Improve the empty state. 5) Add loading states. Keep all functionality."
Mini Quiz Warm-up
"Build an interactive 5-question quiz titled 'Which AI Tool Should You Use?'. Multiple choice, 4 options each. Track scores. Show result at end with recommendation. Clean modern design, single HTML file."
PRD Template
"Write a PRD for my project idea: [describe your idea]. Include: Problem statement, Target user, Core features (max 5), Tech stack suggestion, Success metric. Keep it to one page."