Labsco

Agent Skills

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

shopify · Development

1,311 standalone skills
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-frontend

25

by encoredev

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

🔥🔥🔥✓ 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-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-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-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.

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-go-secret

25

by encoredev

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

encoredev logo

encore-go-getting-started

25

by encoredev

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.

🔥🔥🔥✓ VerifiedFreeQuick setup
encoredev logo

encore-getting-started

25

by encoredev

Bootstrap a brand-new Encore.ts project from zero. Only for first-time CLI install and `encore app create` — not for architecture or feature questions.

🔥🔥🔥✓ VerifiedFreeQuick setup
tinybirdco logo

tinybird

19

by tinybirdco

Tinybird file formats, SQL rules, optimization patterns, and best practices for datasources, pipes, endpoints, and materialized views.

🔥🔥🔥✓ VerifiedFreeQuick setup
tinybirdco logo

tinybird-python-sdk-guidelines

19

by tinybirdco

Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.

🔥🔥🔥✓ VerifiedFreeQuick setup
tinybirdco logo

tinybird-typescript-sdk-guidelines

19

by tinybirdco

Tinybird TypeScript SDK for defining datasources, pipes, and queries with full type inference. Use when working with @tinybirdco/sdk, TypeScript Tinybird projects, or type-safe data ingestion and queries.

🔥🔥🔥✓ VerifiedFreeQuick setup
makenotion logo

tasks-setup

17

by notion

Set up a Notion task board for tracking tasks. Guides users through using a template or connecting an existing board.

🔥🔥🔥✓ VerifiedFreeQuick setup
makenotion logo

tasks-explain-diff

17

by notion

Generate a rich Notion document explaining code changes. Creates comprehensive documentation with background, intuition, code walkthrough, and verification steps.

🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

vpc-air-gapped

16

by rivet-dev

Run Rivet entirely inside your own perimeter: single-binary or Docker Compose install, file system storage with no database infrastructure, and no outbound telemetry by default.

rivet-dev logo

live-cursors

16

by rivet-dev

Live cursors and multiplayer presence with Rivet Actors: per-connection cursor state, realtime updates over events or raw WebSockets, and throttling.

rivet-dev logo

cron-jobs

16

by rivet-dev

Durable cron jobs with Rivet Actors: schedule.after and schedule.at timers survive restarts and crashes, plus re-arming recurring jobs and idempotent handlers.

rivet-dev logo

rivetkit-client-swift

16

by rivet-dev

RivetKit Swift client guidance. Use for Swift clients that connect to Rivet Actors with RivetKitClient, create actor handles, call actions, or manage connections.

🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

chat-room

16

by rivet-dev

Build a realtime chat room backend with Rivet Actors: one actor per room, SQLite-backed message history, and WebSocket broadcast to every connected client.

rivet-dev logo

ai-agent-workspace

16

by rivet-dev

Give every AI agent its own computer: a persistent workspace with a filesystem, processes, shells, networking, and agent sessions on a lightweight in-process OS.

rivet-dev logo

rivetkit-client-rust

16

by rivet-dev

RivetKit Rust client guidance. Use for Rust clients and backends that connect to Rivet Actors with rivetkit::client, create typed actor handles, call actions, or manage connections.

rivet-dev logo

rivetkit-client-swiftui

16

by rivet-dev

RivetKit SwiftUI client guidance. Use for SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI, @Actor, rivetKit view modifiers, and SwiftUI bindings.

🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

rivetkit-client-react

16

by rivet-dev

RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks with createRivetKit, or manage realtime state with useActor.

🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

ai-agent

16

by rivet-dev

Build an AI agent backend with persistent memory: one Rivet Actor per conversation, queued message handling, and streaming LLM responses as realtime events.

rivet-dev logo

per-tenant-database

16

by rivet-dev

Multi-tenant data isolation with one Rivet Actor per tenant: the actor key is the tenant id, so each tenant gets its own isolated dataset and migrations.

rivet-dev logo

collaborative-text-editor

16

by rivet-dev

Build a collaborative text editor backend with Yjs CRDTs and Rivet Actors: per-document actors relay sync and awareness updates and persist snapshots.

← PrevPage 42 of 44Next →