encoredev

56 mods across 3 repositories, 12k stars between them.

encore-go-webhook

25

encoredev/skills

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.

26 3mo ago A 60 tokens original Apache-2.0

encore-migrate

26

encoredev/skills

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.

26 3mo ago A 45 tokens original Apache-2.0

encore-pubsub

27

encoredev/skills

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.

26 3mo ago A 43 tokens original Apache-2.0

encore-secret

28

encoredev/skills

Skill Claude CodeCodex

Manage API keys, credentials, and other secrets in Encore.ts using secret(...) from encore.dev/config.

26 3mo ago A 28 tokens original Apache-2.0

encore-service

29

encoredev/skills

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).

26 3mo ago A 40 tokens original Apache-2.0

encore-testing

30

encoredev/skills

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.

26 3mo ago A 47 tokens original Apache-2.0

encore-webhook

31

encoredev/skills

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.

26 3mo ago A 60 tokens original Apache-2.0

encore-skills

32

encoredev/skills

Plugin Claude Code

Skills for building backend applications with Encore (Go and TypeScript).

26 3mo ago A tokens not measured original Apache-2.0

encore-assistant

33

encoredev/cursor-plugin

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.

1 5mo ago A 40 tokens

deploy

34

encoredev/cursor-plugin

Command

Deploy the Encore application to Encore Cloud or build a Docker image for self-hosting.

1 5mo ago A 19 tokens

run-app

35

encoredev/cursor-plugin

Command

Start the Encore application locally with automatic infrastructure provisioning.

1 5mo ago A 13 tokens

add-infrastructure

36

encoredev/cursor-plugin

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.

1 5mo ago A 52 tokens

create-service

40

encoredev/cursor-plugin

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.

1 5mo ago A 40 tokens

debug-traces

42

encoredev/cursor-plugin

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.

1 5mo ago A 40 tokens