OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add encoredev/skills --skill encore-go-getting-started
Bootstrap a brand-new Encore Go project from zero. Only for first-time CLI install and `encore app create` — not for architecture or feature questions.
npx skills add encoredev/skills --skill encore-go-getting-started
A minimal Encore Go app:
This file marks the root of your Encore app. The id is your app's unique identifier.
In Encore Go, any package with an //encore:api endpoint becomes a service:
The dashboard shows:
| Command | Description |
|---|---|
encore run | Start the local development server |
encore test | Run tests (uses go test under the hood) |
encore db shell <db> | Open a psql shell to a database |
encore gen client | Generate API client code |
encore app link | Link to an existing Encore Cloud app |
Create a migration:
encore-go-api skill)encore-go-auth skill)encore-go-pubsub), cron jobs (encore-go-cron), buckets (encore-go-bucket), secrets (encore-go-secret), or caching (encore-go-cache)encore app link then git push encore