skills
2
总安装量
2
周安装量
#69011
全站排名
安装命令
npx skills add https://github.com/cerico/macfair --skill skills
Agent 安装分布
trae
2
gemini-cli
2
claude-code
2
github-copilot
2
windsurf
2
codex
2
Skill 文档
Skills
Quick reference for available skills.
Building
| Skill | When to use | Example prompt |
|---|---|---|
scaffold-route |
New Next.js feature (page + API + validation) | “scaffold a route for bookings” |
prototype |
Quick React demo, shareable single HTML | “prototype a color picker” |
mcp |
Build MCP server for Claude integrations | “create an MCP server for my database” |
documents |
Generate PDFs or Word docs | “generate an invoice PDF” |
threejs |
3D scenes, product viewers, animations | “build a 3D product viewer” |
visx |
Data visualization, charts, graphs | “create a line chart for sales data” |
infopage |
Quick reference HTML pages | “create an infopage comparing X vs Y” |
Reviewing
| Skill | When to use | Example prompt |
|---|---|---|
refactor |
Review your branch, grade, refactor until 90+ | “run refactor” |
review-pr |
Review someone’s PR or final-check your own | “review PR 123” |
preflight |
Before PR, catch common issues | “run preflight” |
test-review |
Check test quality and coverage | “review my tests” |
debug |
Something’s broken, trace the cause | “debug this error” |
zod-extract |
Find inline schemas to centralize | “find inline zod schemas” |
outdated |
Check for major version upgrades | “check outdated packages” |
Navigation
| Skill | When to use | Example prompt |
|---|---|---|
next |
Not sure what to do, get suggestions | “what’s next” |
todo |
Work through TODO.md tasks | “work on todo” |
skills |
See all available skills | “list skills” |
Design
| Skill | When to use | Example prompt |
|---|---|---|
creative-design |
Landing pages, portfolios, distinctive UI | “design a memorable landing page” |
Quick Decision Guide
Not sure what to do?
âââ /next
Need to build something?
âââ Full app with database â audreygen
âââ New feature in existing app â scaffold-route
âââ Quick interactive demo â prototype
âââ Extend Claude's capabilities â mcp
âââ 3D scene or animation â threejs
âââ Data visualization â visx
âââ Quick reference page â infopage
Need to review/improve code?
âââ Your branch, improve until 90+ â refactor
âââ Someone else's PR â review-pr
âââ Quick issue scan before PR â preflight
âââ Test quality â test-review
âââ Centralize Zod schemas â zod-extract
Something broken?
âââ debug
Maintenance?
âââ Major version upgrades â outdated
âââ Work through tasks â todo
Need design direction?
âââ Consistent app UI â your standard patterns
âââ Distinctive one-off â creative-design