add-orpc-handler
Generate a new ORPC handler with router update and client code. Use for adding API endpoints or server procedures.
UncategorizedView skill →
add-theming
Enable dark mode and CSS variable theming on components. Use for consistent theming.
UncategorizedView skill →
audit-security
Scan codebase for security vulnerabilities. Use for pre-deploy security checks.
UncategorizedView skill →
create-shared-package
Add utility or module to shared packages. Use for monorepo reusability.
UncategorizedView skill →
full-stack-crud
Generate complete CRUD operations for an entity. Use for rapid prototyping.
UncategorizedView skill →
integrate-rate-limit
Add rate limiting protection to endpoints. Use for throttling API requests.
UncategorizedView skill →
scaffold-auth-route
Create a new auth-protected route with server-side validation. Use for user-facing pages needing authentication.
UncategorizedView skill →
setup-drizzle-migration
Create DB schema changes with migration generation. Use for new tables or relations.
UncategorizedView skill →