Search Skills
Search across 54932 indexed skills
documents
User needs a document → locate instantly User receives important doc → help catalog it User asks "where is my X" → answer in seconds Create /docs/ as ...
health
Never diagnose, treat, or prescribe. Always recommend consulting healthcare providers for medical concerns. Acknowledge uncertainty in all health resp...
nextjs
On first use, read setup.md for project integration. User needs Next.js expertise — routing, data fetching, caching, authentication, or deployment. Ag...
music-generation
Help users create AI-generated music and audio. Rules: Ask what they need: full songs with vocals, instrumentals, background music, or sound effects C...
bash
| Topic | File | |-------|------| | Arrays and loops | arrays.md | | Parameter expansion | expansion.md | | Error handling patterns | errors.md | | Te...
linux
chmod 777 fixes nothing, breaks everything — find the actual owner/group issue Setuid on scripts is ignored for security — only works on binaries chow...
brainstorm
When user asks for ideas, generate immediately. Don't interrogate first. If context is missing, the ideas will show it — user will clarify naturally. ...
designer
Simple enough to work at 16px favicon — complexity disappears at small scale Recognizable in one color — gradients are enhancements, not crutches Test...
math
Context reveals level: vocabulary, problem complexity, what they've tried When unclear, start accessible and adjust based on response Never condescend...
py
| Topic | File | |-------|------| | Dynamic typing, type hints, duck typing | types.md | | List/dict/set gotchas, comprehensions | collections.md | | ...
agent
Use when defining WHO an agent is — personality, voice, boundaries, adaptation style. Not for technical setup (see setup) or building agent systems (s...
webhook
Always verify HMAC signature—payload can be forged; don't trust without signature Common pattern: HMAC-SHA256(secret, rawbody) compared to header valu...