Examples
- “Always use Tailwind. Never write inline styles.”
- “Use Zod for all schema validation. Never use Joi or Yup.”
- “Prefer server components in Next.js unless a client hook is explicitly required.”
- “All database queries go through Prisma. No raw SQL.”
- “Tests must use Vitest, not Jest.”
Creating a skill
- Open Integrations → Agent Skills
- Click Add Skill
- Give it a name and a description of the rule
- Toggle it on
When to use a skill vs. a project-level instruction
- Skill = applies to every project you build, forever. “I always use Tailwind.”
- Project-level instruction = applies to one project only. “This project needs to be WCAG AA compliant.”

