Labsco

Agent Skills

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

samber logo

golang-structs-interfaces

2,400

by samber

Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segregation, dependency injection via interfaces, struct field tags, and pointer vs value receivers. Use this skill when designing Go types, defining or implementing interfaces, embedding structs or interfaces, writing type assertions or type switches, adding struct field tags for JSON/YAML/DB serialization, or choosing between pointer and value receivers. Also use when the user...

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
samber logo

golang-code-style

2,400

by samber

Golang code style conventions — line length and breaking, variable declarations, control flow clarity, when comments help vs hurt. Use when writing or reviewing Go code, asking about style or clarity, or establishing project coding standards. Not for naming conventions (→ See `samber/cc-skills-golang@golang-naming` skill), linter configuration (→ See `samber/cc-skills-golang@golang-lint` skill), or doc comments (→ See `samber/cc-skills-golang@golang-documentation` skill).

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

golang-samber-mo

2,400

by samber

Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or when considering functional programming patterns as a safety design for Golang.

🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

golang-dependency-injection

2,400

by samber

Comprehensive guide for dependency injection (DI) in Golang. Covers why DI matters (testability, loose coupling, separation of concerns, lifecycle management), manual constructor injection, and DI library comparison (google/wire, uber-go/dig, uber-go/fx, samber/do). Use this skill when designing service architecture, setting up dependency injection, refactoring tightly coupled code, managing singletons or service factories, or when the user asks about inversion of control, service...

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
cloudflare logo

agents-sdk

2,000

by Cloudflare

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
rivet-dev logo

agent-browser

1,500

by rivet-dev

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

entra-agent-id

1,300

by microsoft

Provision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token exchange (fmi_path, OBO, cross-tenant) including the Microsoft Entra SDK for AgentID sidecar. USE FOR: Agent Identity Blueprint, BlueprintPrincipal, agent OAuth, fmi_path token exchange, agent OBO, Workload Identity Federation for agents, polyglot agent auth, Microsoft.Identity.Web.AgentIdentities. DO NOT USE FOR: standard Entra app...

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

entra-agent-id

1,300

by microsoft

Provision Microsoft Entra Agent Identity Blueprints, BlueprintPrincipals, and per-instance Agent Identities via Microsoft Graph, and configure OAuth 2.0 token…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

powerpoint

1,200

by microsoft

PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling - Brought to you by microsoft/hve-core

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
kotlin logo

kotlin-tooling-java-to-kotlin

907

by kotlin

Convert Java source files to idiomatic Kotlin using a disciplined 4-step conversion methodology with 5 invariants checked at each step. Supports framework-aware conversion that handles annotation site targets, library idioms, and API preservation.

🔥🔥🔥🔥✓ VerifiedFreeAdvanced setup
langchain-ai logo

langchain-middleware

846

by langchain-ai

Human-in-the-loop approval, custom middleware, and structured output patterns for LangChain agents. HumanInTheLoopMiddleware pauses execution before dangerous tool calls, allowing humans to approve, edit arguments, or reject with feedback Per-tool interrupt policies let you configure different approval rules based on risk level; requires a checkpointer and thread_id for state persistence Command resume pattern continues execution after human decisions, with support for editing tool arguments...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langchain-fundamentals

846

by langchain-ai

Build production LangChain agents with create_agent(), tools, and middleware patterns. Use create_agent() with model, tools list, and system prompt; configure state persistence with checkpointer and thread_id for conversation memory across invocations Define tools via @tool decorator (Python) or tool() function (TypeScript) with clear descriptions so agents know when to call them Add middleware like HumanInTheLoopMiddleware for approval workflows, custom error handling, and human-in-the-loop...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

doc-coauthoring

844

by sentry

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

replay-ux-research

844

by sentry

Analyze Sentry session replays to surface UX patterns, pain points, and user journeys for a given product area. Use when asked to "show me how users use", "day…

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

commit

844

by sentry

Enforces Sentry conventional commit format with proper types, scopes, and issue references. Requires feature branch creation before committing to main or master; uses the create-branch skill to manage branch workflow Supports 12 commit types (feat, fix, ref, perf, docs, test, build, ci, chore, style, meta, license) with clear subject line rules and footer patterns for issue references Includes Co-Authored-By attribution for AI-generated changes and handles breaking changes with explicit...

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

django-perf-review

844

by sentry

Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

commit

844

by sentry

ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional…

🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

django-perf-review

844

by sentry

Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

pr-writer

844

by sentry

Create and update pull requests following Sentry conventions. Use when opening a PR or refreshing an existing PR after material changes.

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

doc-coauthoring

844

by sentry

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

pr-writer

844

by sentry

Create and update pull requests following Sentry conventions. Use when opening a PR or refreshing an existing PR after material changes.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

hdinsight-migration

716

by microsoft

Update Check — ONCE PER SESSION (mandatory) The first time this skill is used in a session, run the check-updates skill before proceeding.

🔥🔥🔥FreeQuick setup
dbt-labs logo

migrating-dbt-project-across-platforms

605

by dbt-labs

Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt…

🔥🔥🔥✓ VerifiedFreeAdvanced setup
dbt-labs logo

adding-dbt-unit-test

605

by dbt-labs

Creates unit test YAML definitions that mock upstream model inputs and validate expected outputs. Use when adding unit tests for a dbt model or practicing…

🔥🔥🔥✓ VerifiedFreeQuick setup
lllllllama logo

env-and-assets-bootstrap

504

by lllllllama

Rigor Setup skill for README-first deep learning repo reproduction. Use when the task is specifically to prepare a conservative conda-first environment, checkpoint and dataset path assumptions, cache location hints, and setup notes before any run on a README-documented repository. Do not use for repo scanning, full orchestration, paper interpretation, final run reporting, or generic environment setup that is not tied to a specific reproduction target.

🔥🔥🔥✓ VerifiedFreeQuick setup
clickhouse logo

clickhousectl-cloud-deploy

482

by clickhouse

Use when a user wants to deploy ClickHouse to the cloud, go to production, use ClickHouse Cloud, host a managed ClickHouse service, or migrate from a local…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

add-datasource

408

by microsoft

Adds a data source or connector to a Power Apps code app. Asks what the user wants to accomplish and routes to the appropriate specialized skill.

🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

create-code-app

408

by microsoft

Creates Power Apps code apps using React and Vite. Use when building code apps, scaffolding projects, or deploying to Power Platform.

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

add-connector

408

by microsoft

Adds any Power Platform connector to a Power Apps code app. Generic fallback for connectors not covered by a specific skill.

🔥🔥✓ VerifiedFreeNeeds API keys
microsoft logo

add-office365

408

by microsoft

Adds Office 365 Outlook connector to a Power Apps code app. Use when accessing calendars, sending emails, reading inbox, or managing Outlook events.

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 4 of 9Next →