Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Skills for Go and TypeScript backend development with Encore

Install to Claude Code

/plugin install encore-skills@encore-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add encoredev/skills if you haven't already.

README.md

Encore Skills

Agent skills for building backend applications with Encore, the backend framework for Go and TypeScript.

What These Skills Do

Encore is a backend framework with built-in infrastructure. You declare what you need (databases, Pub/Sub, cron jobs, etc.) in code, and Encore understands how to run it.

These skills help AI agents use Encore's declarative patterns correctly:

  • Declarative infrastructure - define resources in code
  • Type-safe APIs - request/response validation built-in
  • Service-to-service calls - automatic type safety across service boundaries
  • Built-in observability - tracing, metrics, and logging out of the box

How Infrastructure Works

  • Local development (encore run) - Encore provisions Docker containers automatically (Postgres, Redis, etc.)
  • Production deployment - Either use Encore Cloud to provision in your AWS/GCP account, or self-host using the generated infrastructure configuration

Installation

npx add-skill encoredev/skills

Works with Cursor, Claude Code, Codex, OpenCode, and 10+ other agents.

# List available skills
npx add-skill encoredev/skills --list

# Install specific skills
npx add-skill encoredev/skills --skill encore-getting-started --skill encore-api

# Install to specific agents
npx add-skill encoredev/skills -a cursor -a claude-code

# Global installation
npx add-skill encoredev/skills -g

Claude Code Marketplace

If you prefer to use Claude Code directly:

claude plugin marketplace add encoredev/skills
claude plugin install encore-skills@encore-skills

Manual Installation

Copy the SKILL.md files from encore/ to your agent's skills directory.

Available Skills

TypeScript

| Skill | Description | |-------|-------------| | encore-getting-started | Bootstrap a brand-new Encore.ts project | | encore-api | Define typed API endpoints (api(...)) | | encore-webhook | Receive inbound webhooks via api.raw(...) | | encore-auth | Protect endpoints with authentication | | encore-database | Postgres queries, migrations, ORM integration | | encore-pubsub | Pub/Sub topics and subscriptions | | encore-cron | Scheduled / periodic jobs | | encore-bucket | Object storage (file uploads, images, blobs) | | encore-cache | Redis-backed caching with typed keyspaces | | encore-secret | API keys, credentials, signing secrets | | encore-service | Plan service boundaries and layout | | encore-testing | Test APIs with Vitest | | encore-frontend | Connect React/Next.js apps | | encore-code-review | Review code for best practices | | encore-migrate | Migrate existing backends to Encore |

Go

| Skill | Description | |-------|-------------| | encore-go-getting-started | Bootstrap a brand-new Encore Go project | | encore-go-api | Define typed API endpoints (//encore:api) | | encore-go-webhook | Receive inbound webhooks via //encore:api raw | | encore-go-auth | Protect endpoints with authentication | | encore-go-database | Postgres queries and migrations | | encore-go-pubsub | Pub/Sub topics and subscriptions | | encore-go-cron | Scheduled / periodic jobs | | encore-go-bucket | Object storage (file uploads, images, blobs) | | encore-go-cache | Redis-backed caching with typed keyspaces | | encore-go-secret | API keys, credentials, signing secrets | | encore-go-service | Plan service boundaries and layout | | encore-go-testing | Test APIs and services | | encore-go-code-review | Review code for best practices |

References

License

Apache-2.0

Related plugins

Browse all →