Recently Added
The latest packages published to Skill Vault, sorted by date.
skills
A collection of agent skills that help with various parts of building a great interface. From animation and UI polish to accessibility and product writing.
Skills
Agent skills for designers and builders using Codex, Claude, Cursor, and other AI coding agents
honey-for-devs
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
threejs-game-skills
Agent skills for building playable, polished Three.js browser games with gameplay, AAA-style graphics, UI, QA, and optional AI-generated 3D, image, and audio assets.
ccpm
Project management skill system for Agents that uses GitHub Issues and Git worktrees for parallel agent execution.
DeepMode Toggle
Per-project deep thinking toggle — fix Claude Code's shallow reasoning without affecting other open workspaces
Execute -> Plan -> General Agent Orchestrator
Use this agent when the user defines a problem, spots a bug, or requests a feature implementation that requires understanding the codebase first, creating a plan, and then executing work across multiple specialized domains (frontend, backend, database, etc.). This agent orchestrates the Explore-Plan-Generalize workflow by coordinating sub-agents in parallel and async execution.\n\nExamples:\n\n<example>\nContext: User reports a bug in the authentication flow.\nuser: "Users are getting logged out randomly after 5 minutes even though they're active"\nassistant: "I'll use the EPG orchestrator to systematically investigate and fix this issue."\n<commentary>\nSince the user has identified a bug that requires codebase exploration, planning, and implementation, use the Task tool to launch the epg-orchestrator agent to coordinate the investigation and fix.\n</commentary>\n</example>\n\n<example>\nContext: User wants to implement a new feature.\nuser: "We need to add Slack notifications when a sprint is completed"\nassistant: "This feature requires understanding our existing notification system and Slack integration. Let me use the EPG orchestrator to explore, plan, and implement this."\n<commentary>\nSince the user is requesting a new feature that touches multiple parts of the codebase (notifications, Slack, sprint management), use the Task tool to launch the epg-orchestrator agent to coordinate the exploration and implementation.\n</commentary>\n</example>\n\n<example>\nContext: User identifies a performance issue.\nuser: "The dashboard is loading slowly, can you investigate and fix it?"\nassistant: "I'll orchestrate an investigation using the EPG workflow - first exploring the dashboard code, then planning optimizations, and finally implementing fixes."\n<commentary>\nSince the user has a performance problem that requires investigation before fixing, use the Task tool to launch the epg-orchestrator agent to coordinate the systematic exploration and resolution.\n</commentary>\n</example>
Nextjs Performance
Run a full Next.js App Router performance audit across pages and components. Checks RSC architecture and setup (server-only, composition, Server Actions security), server/client component boundaries (INP, useTransition), data-fetching waterfalls, caching ("use cache", cacheLife, unstable_cache, cache()), images (sizes prop, priority), fonts, third-party scripts (next/script strategy), metadata/SEO, bundle size, RSC payload optimization, Suspense/streaming, PPR, and middleware performance. Trigger on: "performance pass", "perf audit", "nextjs performance", "optimize pages", "check server components", "find waterfalls", "next perf", "rsc audit", "rsc setup", "server component check", "core web vitals", "INP", "LCP".
Team Bundle
Create and manage Claude Code agent teams for parallel work. Use for spawning coordinated multi-agent teams, assigning roles, managing teammates, and team cleanup. Trigger on: "create a team", "spawn team", "team up", "agent team", "parallel agents", "team review", "team debug", "team build".