aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Configures Sanity Visual Editing for your front-end framework. Use when setting up live preview or click-to-edit overlays.
Troubleshoot and setup Sanity TypeGen configuration. Use when types are missing or incorrect.
Configures Neon Serverless Driver for Next.js, Vercel Edge Functions, AWS Lambda, and other serverless environments. Installs @neondatabase/serverless, sets up environment variables, and creates working API route examples with TypeScript types. Use when users need to connect their application to Neon, fetch or query data from a Neon database, integrate Neon with Next.js or serverless frameworks, or set up database access in edge/serverless environments where traditional PostgreSQL clients don't work.
Manages schema lifecycle including scaffolding, safe field deprecation, and data migrations. Use when modifying existing schemas.
Installs Sanity agent rules directly into the local project. Use when setting up a new editor environment.
Use when building reliable and scalable distributed systems.
Use when Effect core patterns including Effect<A, E, R> type, succeed, fail, sync, promise, and Effect.gen for composing effects. Use for basic Effect operations.
Use when querying data with Ecto.Query DSL including where clauses, joins, aggregates, preloading, and query composition. Use for building flexible database queries in Elixir applications.
Use when configuring networks and service communication in Docker Compose including bridge networks, overlay networks, service discovery, and inter-service communication.
Use when building comprehensive monitoring and observability systems.
Use when responding to production incidents following SRE principles and best practices.
Use when Django ORM patterns with models, queries, and relationships. Use when building database-driven Django applications.
Use when working with Ruby's object-oriented programming features including classes, modules, inheritance, mixins, and method visibility.
Use when testing Effect code including Effect.gen in tests, test layers, mocking services, and testing error scenarios. Use for writing tests for Effect applications.
Use when developing custom Clippy lints, implementing lint passes, and contributing to Clippy for Rust code standards.
Use when working with Ruby blocks, procs, lambdas, and functional programming patterns including closures and higher-order functions.
Use when jUnit fundamentals including annotations, assertions, and test lifecycle for Java testing.
Use when working with TestNG annotations, assertions, test lifecycle, and configuration for Java testing.
Use when creating or configuring Claude AI agents using the Agent SDK. Covers agent initialization, configuration, and basic setup patterns.