A curated collection of 61 production-grade skills for AI-assisted development.
Claude Code primary. Model-agnostic where possible.
# Copy a skill into your project
cp skill-quiver/code/patterns/api-design/SKILL.md .claude/skills/api-design/SKILL.md
Or install the /quiver loader for interactive search and install.
Every skill has a type field in its frontmatter:
| Type |
Meaning |
What it does when loaded |
execution |
Autonomous procedure |
Drives work immediately — Claude follows steps |
reference |
Knowledge base |
Provides context during work, not direction |
persona |
Role identity |
Shapes approach and communication style |
setup |
One-time config |
Run once, output persists across sessions |
See MANIFEST.md for the full machine-readable skill index with types and weights.
| Folder |
Count |
Purpose |
plan/ |
2 |
Strategy, architecture, blueprints |
code/patterns/ |
5 |
Language and framework patterns (reference) |
code/tools/ |
6 |
Frontend dev, migrations, optimization (execution) |
test/ |
6 |
TDD, verification, regression, e2e, accessibility |
ship/ |
3 |
Deployment, Docker, DevOps automation |
design/core/ |
2 |
Design principles, context setup |
design/verbs/ |
8 |
Design actions — animate, clarify, colorize, etc. |
design/quality/ |
8 |
Design review — audit, critique, polish, etc. |
prompt/ |
4 |
Content creation, research, prompt optimization |
ops/ |
3 |
Cost-aware pipelines, context management |
review/ |
4 |
Code review, security review |
meta/ |
5 |
Learning, ADRs, onboarding, skill management |
domain/ |
5 |
Document generation (DOCX/PDF/XLSX/PPTX), shaders |
| Skill |
Type |
Description |
| blueprint |
execution |
Multi-session construction plan with cold-start execution and adversarial review |
| search-first |
execution |
Research-before-coding — search for existing solutions before writing custom code |
| Skill |
Type |
Description |
| api-design |
reference |
REST API patterns — resource naming, status codes, pagination, versioning |
| backend-patterns |
reference |
Backend architecture for Node.js, Express, Next.js API routes |
| coding-standards |
reference |
Universal coding standards for TypeScript, JavaScript, React, Node.js |
| frontend-patterns |
reference |
React/Next.js patterns — hooks, state management, performance |
| postgres-patterns |
reference |
PostgreSQL — query optimization, schema design, indexing, RLS |
| Skill |
Type |
Description |
| frontend-dev |
execution |
Build production-grade frontend interfaces |
| mcp-server-patterns |
reference |
Build MCP servers — tools, resources, validation, stdio vs HTTP |
| database-migrations |
reference |
Migration patterns — zero-downtime, rollback, data migrations |
| harden |
execution |
Error handling, i18n, text overflow, edge case management |
| optimize |
execution |
Performance — loading, rendering, animations, bundle size |
| extract |
execution |
Extract reusable components and design tokens |
| Skill |
Type |
Description |
| tdd-workflow |
execution |
TDD with 80%+ coverage — unit, integration, E2E |
| verification-loop |
execution |
Build, type check, lint, test, security scan, diff review |
| e2e-testing |
execution |
Playwright E2E — Page Object Model, CI/CD, flaky tests |
| ai-regression-testing |
reference |
Regression testing for AI-assisted development |
| accessibility-auditor |
persona |
WCAG auditing with assistive technology testing |
| api-tester |
persona |
API validation, performance testing, quality assurance |
| Skill |
Type |
Description |
| deployment-patterns |
reference |
CI/CD, Docker, health checks, rollback strategies |
| docker-patterns |
reference |
Docker/Compose — local dev, security, networking, volumes |
| devops-automator |
persona |
Infrastructure automation, CI/CD pipelines, cloud ops |
| Skill |
Type |
Description |
| frontend-design |
reference |
Design principles, anti-slop guidelines, aesthetic direction. Reference docs in reference/ |
| teach-impeccable |
setup |
One-time design context gathering — recommended before design work |
| Skill |
Type |
Description |
| adapt |
execution |
Adapt designs across screen sizes, devices, platforms |
| animate |
execution |
Purposeful animations and micro-interactions |
| arrange |
execution |
Fix layout, spacing, visual rhythm |
| bolder |
execution |
Amplify safe designs — increase visual impact |
| clarify |
execution |
Improve UX copy, error messages, labels |
| colorize |
execution |
Add strategic color to monochromatic interfaces |
| delight |
execution |
Joy, personality, and unexpected touches |
| distill |
execution |
Strip designs to their essence |
| Skill |
Type |
Description |
| audit |
execution |
Interface quality audit — accessibility, performance, theming |
| critique |
execution |
UX design critique — hierarchy, IA, emotional resonance |
| normalize |
execution |
Align design to design system |
| onboard |
execution |
First-time user experience, empty states, guided tours |
| overdrive |
execution |
Push interfaces past conventional limits |
| polish |
execution |
Final quality pass — alignment, spacing, consistency |
| quieter |
execution |
Tone down visually aggressive designs |
| typeset |
execution |
Typography — font choices, hierarchy, readability |
| Skill |
Type |
Description |
| deep-research |
execution |
Multi-source research with citations via firecrawl/exa MCPs |
| prompt-optimizer |
execution |
Analyze and optimize prompts for better AI output |
| article-writing |
reference |
Long-form content in distinctive voice |
| content-engine |
reference |
Platform-native content for social and newsletters |
| Skill |
Type |
Description |
| security-review |
execution |
Security checklist for auth, input, secrets, APIs |
| security-scan |
execution |
Scan Claude Code config for vulnerabilities |
| code-reviewer |
persona |
Constructive code review — correctness, security, maintainability |
| security-engineer |
persona |
Threat modeling, vulnerability assessment, secure architecture |
| Skill |
Type |
Description |
| minimax-docx |
execution |
Professional DOCX creation/editing |
| minimax-pdf |
execution |
Beautiful PDF generation |
| minimax-xlsx |
execution |
Excel/spreadsheet creation and editing |
| pptx-generator |
execution |
PowerPoint generation/editing |
| shader-dev |
execution |
GLSL shaders — ray marching, SDF, fluid, particles |
Install the /quiver skill at the global level to search and install skills interactively:
cp skill-quiver/path/to/quiver/SKILL.md ~/.claude/skills/quiver/SKILL.md
Then use /quiver search, /quiver list, /quiver preview, or /quiver install from any project.
Curated from:
- everything-claude-code — engineering, testing, agentic patterns
- impeccable — frontend design system with anti-AI-slop checks
- gsap-skills — GSAP animation library patterns (consolidated into single reference)
- agency-agents — role-based engineering personas (cherry-picked)
- mini-max-skills — document generation, native dev, shaders
MIT