Skip to main content
Run any Skill in Manus
with one click
encoredev
GitHub creator profile

encoredev

Repository-level view of 49 collected skills across 2 GitHub repositories.

skills collected
49
repositories
2
updated
2026-05-15
repository explorer

Repositories and representative skills

encore-api
software-developers

Define typed API endpoints in Encore.ts using `api(...)` from `encore.dev/api`. Covers typed request/response interfaces, path/query/header/cookie params, request validation, and `APIError`. For raw endpoints (`api.raw()`) and inbound webhooks, use `encore-webhook` instead.

2026-05-15
encore-auth
information-security-analysts

Protect Encore.ts endpoints with authentication and authorize callers. Covers `authHandler`, `Gateway`, `getAuthData`, and `auth: true`.

2026-05-15
encore-bucket
software-developers

Store unstructured files in Encore.ts using `Bucket` from `encore.dev/storage/objects` โ€” uploads, images, documents, blobs.

2026-05-15
encore-cache
software-developers

Cache data in Redis from Encore.ts using `CacheCluster` and typed keyspaces from `encore.dev/storage/cache`. Type-safe key/value access with TTLs, atomic increments, and per-keyspace data shapes.

2026-05-15
encore-code-review
software-developers

Review existing Encore.ts code for best practices and common anti-patterns.

2026-05-15
encore-cron
software-developers

Schedule periodic / recurring work in Encore.ts using `CronJob` from `encore.dev/cron`. Covers `every: "1h"` interval syntax and `schedule: "0 9 * * 1"` cron expressions.

2026-05-15
encore-database
database-administrators

Work with PostgreSQL in Encore.ts using `SQLDatabase` from `encore.dev/storage/sqldb` โ€” schema migrations and SQL queries.

2026-05-15
encore-frontend
web-developers

Connect a frontend application (React, Next.js, Vue, Svelte, etc.) to an Encore.ts backend.

2026-05-15
Showing top 8 of 28 collected skills in this repository.
Showing top 8 of 21 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded