Find the perfect skill
Server Deployment Management with Ops CLI
Development
The `bun ops` CLI manages server deployments, database operations, and CLI builds for the Scratch monorepo. It provides commands to set up, deploy, test instances (prod, staging, dev), run migrations, and manage configuration secrets.
Global Conventions
Development
Follow project-wide development conventions including consistent project structure, clear documentation, version control best practices, environment configuration, and dependency management.
TypeScript Advanced Types
Development
Master TypeScript's advanced type system: generics, conditional types, mapped types, template literals, and utility types for building type-safe applications.
Vite build tool configuration, plugins, SSR
Development
Vite configuration, plugin API, SSR, and Vite 8 Rolldown migration. For Vite projects, vite.config.ts, plugins, and library/SSR builds.
Convex HTTP Actions
Development
Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.
Naming Convention Analyzer
Development
Analyzes variable, function, class names and suggests improvements based on language conventions and best practices.
DDD Context Mapping
Development
Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.
Create AI Teacher Skill
Development
Distill teacher's teaching ability, personality, and subject knowledge to generate an AI teacher skill.
Sentry Known Pitfalls
Development
Execute common Sentry pitfalls and how to avoid them. Use when troubleshooting Sentry issues, reviewing configurations, or preventing common mistakes.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs.
Ship It: Quality Checks and PR
Development
Finalize your changes with quality checks, meaningful commits, and pull request creation.
Rigorous Code Review
Development
Rigorous review of uncommitted changes: architecture, quality, security, best practices. Embeds questions and assumptions inline, then proposes an actionable plan before changes.