Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

neondatabase

4,642 standalone skills
encoredev logo

encore-go-api

25

by encoredev

Define typed API endpoints in Encore Go using `//encore:api` annotations. Covers typed request/response structs, path/query/header/cookie params, and error returns. For raw endpoints (`//encore:api raw`) and inbound webhooks, use `encore-go-webhook` instead.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-go-auth

25

by encoredev

Protect Encore Go endpoints with authentication and authorize callers. Covers `auth.AuthHandler`, `auth.UserID`, the `Authorization` header, and `//encore:api auth`.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-go-webhook

25

by encoredev

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.

encoredev logo

encore-secret

25

by encoredev

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

encoredev logo

encore-webhook

25

by encoredev

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.

encoredev logo

encore-api

25

by encoredev

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.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-go-testing

25

by encoredev

Write or run automated tests for Encore Go code with `encore test` and the standard library `testing` package. Covers isolated per-test databases, calling handlers directly, and `*testing.T` patterns.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-service

25

by encoredev

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

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-testing

25

by encoredev

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

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-go-service

25

by encoredev

Plan how to split an Encore Go application into services and lay out its directory structure. Architecture and decomposition, not first-time CLI install (that's `encore-go-getting-started`).

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-auth

25

by encoredev

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

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-code-review

25

by encoredev

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

🔥🔥FreeQuick setup
encoredev logo

encore-database

25

by encoredev

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

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-frontend

25

by encoredev

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

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-go-code-review

25

by encoredev

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

🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-migrate

25

by encoredev

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.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-cron

25

by encoredev

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.

encoredev logo

encore-go-bucket

25

by encoredev

Store unstructured files in Encore Go using `objects.NewBucket` from `encore.dev/storage/objects` — uploads, images, documents, blobs.

encoredev logo

encore-go-cache

25

by encoredev

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

encoredev logo

encore-go-cron

25

by encoredev

Schedule periodic / recurring work in Encore Go using `cron.NewJob` from `encore.dev/cron`. Covers `Every: "1h"` interval syntax and `Schedule: "0 9 * * 1"` cron expressions.

encoredev logo

encore-go-pubsub

25

by encoredev

Asynchronous messaging in Encore Go via `pubsub.NewTopic` and `pubsub.NewSubscription` from `encore.dev/pubsub` — broadcast events, decouple producers from consumers, and run background handlers.

encoredev logo

encore-go-secret

25

by encoredev

Manage API keys, credentials, and other secrets in Encore Go using a package-level `secrets` struct.

encoredev logo

encore-pubsub

25

by encoredev

Asynchronous messaging in Encore.ts via `Topic` and `Subscription` from `encore.dev/pubsub` — broadcast events, decouple producers from consumers, and run background handlers.

microsoft logo

boards-work-item-summary

24

by microsoft

Summarize a single Azure DevOps work item (and its links and comments) by ID.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

pipelines-build-summary

24

by microsoft

List, inspect, and troubleshoot Azure DevOps pipeline builds. Shows recent builds for a pipeline definition, drills into a specific build's status and result, displays logs for failed steps, and lists the changes associated with a build.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

security-alert-review

24

by microsoft

List and review Advanced Security alerts for an Azure DevOps repository. Shows dependency vulnerabilities, secret exposure, and code scanning findings with filtering by severity, state, and alert type.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

boards-my-work

24

by microsoft

This skill retrieves and displays work items assigned to the user in Azure DevOps, organized by type and sorted by recently changed. It prompts for a project name or lists available projects if not provided, then fetches work item details and displays them in a formatted table with clickable links.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

work-iterations

24

by microsoft

List, create, and assign iterations for Azure DevOps projects and teams.

🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

skill-name

24

by microsoft

Description of what the skill does and when to use it

🔥FreeQuick setup
nozomio-labs logo

Nia

24

by nozomio-labs

Index and search code repositories, documentation, research papers, HuggingFace datasets, local folders, Slack workspaces, Google Drive, X (Twitter), and packages with Nia AI. Includes auth bootstrapping, Oracle autonomous research, GitHub live search, Tracer agent, dependency analysis, context sharing, code advisor, document agent, data extraction, filesystem operations, and generic connectors.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 142 of 155Next →