Skills overview
Skills are sub-agents you invoke from chat with / or @. They come in two flavors: critique skills that return markdown, and augmenter skills that modify your app's files. Together they cover most of what you'd otherwise hire a freelancer for.
#Critique vs augmenter — the key distinction
Every skill is one of these two kinds. The kind determines what happens when you run it:
| Field | Type | Description |
|---|---|---|
| critique | returns markdown | Reviews your app or content and returns analysis. Streams into a chat card. Does not touch files. Examples: /roast, /seo-audit, /eli5. |
| augmenter | modifies files | Reads your file tree, generates patches via LLM, writes them back, hot-reloads the preview. Idempotent — safe to re-run. Examples: /seo, /a11y, /pwa. |
#How to run a skill
Three entry points:
- Slash command in chat — type
/for built-ins or@for custom skills. Autocomplete narrows as you type. - Augmenter chips above the prompt — for augmenters only. Select before sending; they queue up and run after the build pipeline.
- From the Skills hub — at
/skills. Click any card's "Run" button to drop the command into chat.
#Built-in skills (by pack)
Skills ship in named packs. Every account has all of them; the difference between tiers is the daily quota.
Roast pack — opinion + critique
/roast— no-mercy product critic./10x— what would 10x this app's value?/devils-advocate— strongest case against your idea./red-team— security & abuse-vector review./eli5— explain what your app does to a 5-year-old.
Marketing pack
/seo-audit— meta tags, OG, structured data review./page-cro— conversion-rate optimization audit./copywriting— proofread + tighten headlines & CTAs./cold-email— generate outreach to early users./ab-test— propose 3 A/B experiments./competitor-research— surface 3 competitors + positioning.
Career pack
/resume-build— turn your project into a resume bullet./job-evaluate— rate a job posting against your goals./interview-prep— likely questions for this app role./cover-letter— generate a tailored cover letter./salary-negotiate— script for a comp conversation.
Motion pack
/motion-script— shot-by-shot script for a demo video./storyboard— visual storyboard for a launch reel./motion-build— generate a Remotion-ready scene./video-hook— write three opening hooks.
Augmenters — modify your app
/seo— meta tags, OG, JSON-LD, robots.txt, sitemap./geo— i18n scaffold + content negotiation./marketing— analytics, CRM hooks, lead capture./a11y— semantic markup, ARIA, keyboard nav./pwa— manifest, service worker, install prompts./perf— code-split, lazy load, image optimization./auth— Supabase auth scaffolding (signin / OAuth)./payments— Razorpay subscription scaffolding.
See Augmenters for the deep dive.
#Custom skills
You can author your own skills with a @alias. Custom skills are scoped to your workspace, syncable to teammates, and run with the same engine as built-ins. See Custom skills for the authoring guide.
#Daily quotas by tier
Each plan has separate daily limits for critique and augmenter runs. Counters reset at 00:00 UTC.
| Field | Type | Description |
|---|---|---|
| Free | 10 / 0 | Critique only. Augmenters locked. |
| Basic | 60 / 6 | Augmenters unlocked at modest volume. |
| Pro | 300 / 40 | Power-user volume. |
| Max | 1,000 / 200 | Heavy daily use. |
| Enterprise | unlimited | No daily caps. |
When you hit a limit, the skill returns an upgrade hint instead of running. Critique and augmenter quotas track separately — running out of one doesn't affect the other.