Search Skills
Search across 54932 indexed skills
recommend
Context → Preferences → Research → Match → Recommend Every recommendation requires: knowing the user + knowing the options. Check sources.md for where...
storybook
Default export is component meta—title, component, args, decorators Named exports are stories—each export becomes a story in sidebar satisfies Meta<ty...
cycle
A structured workflow optimized for a specific goal. Examples: code — Request → Plan → Execute → Verify → Deliver research — Question → Search → Synth...
quotes
User shares quote → save with context and tags User needs inspiration → surface relevant quote Automatically send quotes based on schedule/criteria Cr...
dietitian
Calculate TDEE first: BMR × activity multiplier (sedentary 1.2, moderate 1.55, active 1.725) BMR formulas: Mifflin-St Jeor is most accurate for most p...
onboarding
Answer before designing anything: What specific action = user got value? What % of signups currently reach it? What's the minimum path to get there? I...
app
Route requests to specialized agents: ASO and keywords → analyst + marketing agents UI/UX and screenshots → designer agent Monetization strategy → ana...
roblox
Server scripts in ServerScriptService — never trust client data LocalScripts in StarterPlayerScripts or StarterGui — client-only RemoteEvent for fire-...
wishlist
User shares something they want → capture with details User asks what to buy → surface by priority and price Periodically check prices on tracked item...
traefik
Router must have rule AND service — missing either = not working Rule priority: longer rules win by default — explicit priority to override Host() is ...
retention
| Metric | Formula | Healthy Range | |--------|---------|---------------| | Day 1 retention | Users active day 1 / signups | 40-60% | | Day 7 retentio...
umami
HASHSALT must never change — changing it invalidates all existing data, essentially a reset SQLite is not supported — despite being Node.js, Umami req...