Skill Claude CodeCodex
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) in Encore Go using //encore:api raw. The right skill any time the user names a third-party provider that POSTs events to a URL you own.
Skill Claude CodeCodex
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) in Encore Go using //encore:api raw. The right skill any time the user names a third-party provider that POSTs events to a URL you own.
Skill Claude CodeCodex
Migrate an existing backend application to Encore. Supports any source framework, targets Encore.ts or Encore Go. Drives a structured DISCOVER → PLAN → MIGRATE workflow with migration-plan.md tracking.
Skill Claude CodeCodex
Asynchronous messaging in Encore.ts via Topic and Subscription from encore.dev/pubsub — broadcast events, decouple producers from consumers, and run background handlers.
Skill Claude CodeCodex
Manage API keys, credentials, and other secrets in Encore.ts using secret(...) from encore.dev/config.
Skill Claude CodeCodex
Plan how to split an Encore.ts application into services and lay out its directory structure. Architecture and decomposition, not first-time CLI install (that's encore-getting-started).
Skill Claude CodeCodex
Write or run automated tests for Encore.ts code with encore test and vitest/jest. Covers isolated per-test databases, calling handlers directly, and describe/it/expect.
Skill Claude CodeCodex
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) using api.raw(...) from encore.dev/api. The right skill any time the user names a third-party provider that POSTs events to a URL you own.
Plugin Claude Code
Skills for building backend applications with Encore (Go and TypeScript).
Agent
Backend development assistant for Encore applications. Helps build services, add infrastructure, debug with traces, and deploy to AWS/GCP. Uses the Encore MCP server for live application context.
Command
Deploy the Encore application to Encore Cloud or build a Docker image for self-hosting.
Command
Start the Encore application locally with automatic infrastructure provisioning.
Skill Claude CodeCodex
Add infrastructure primitives (databases, Pub/Sub, cron jobs, caching, object storage, secrets) to an Encore service. Use when the user wants to add a database, queue, cache, storage bucket, cron job, or secret.
Skill Claude CodeCodex
Create type-safe API endpoints with Encore.ts.
Skill Claude CodeCodex
Implement authentication with auth handlers and gateways in Encore.ts.
Skill Claude CodeCodex
Review Encore.ts code for best practices and anti-patterns.
Skill Claude CodeCodex
Create a new Encore service with API endpoints, database, and infrastructure. Use when the user wants to add a new service, create endpoints, or scaffold a new part of their backend.
Skill Claude CodeCodex
Database queries, migrations, and ORM integration with Encore.ts.
Skill Claude CodeCodex
Debug Encore applications using distributed traces. Use when the user reports an error, wants to understand request flow, or needs to diagnose performance issues. Requires the MCP server to be running.
Skill Claude CodeCodex
Connect React/Next.js apps to Encore.ts backends.
Skill Claude CodeCodex
Get started with Encore.ts - create and run your first app.
Skill Claude CodeCodex
Create API endpoints with Encore Go.
Skill Claude CodeCodex
Implement authentication with Encore Go.
Skill Claude CodeCodex
Review Encore Go code for best practices.
Skill Claude CodeCodex
Database queries and migrations with Encore Go.