Labsco

Agent Skills

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

resend · Development

1,311 standalone skills
warpdotdev logo

validate-changes-match-specs

119

by warpdotdev

Validate that a branch or pull request implementation matches introduced product, technical, security, and related specs. Use when reviewing or finishing a spec-driven change and resolving mismatches between checked-in specs and implementation.

warpdotdev logo

fix-errors

119

by warpdotdev

Fix compilation errors, linting issues, and test failures in the warp Rust codebase. Covers presubmit checks, WASM-specific errors, and running specific tests. Use when the user hits build errors, clippy or fmt failures, test failures, or needs to run or interpret presubmit before a PR.

warpdotdev logo

check-impl-against-spec

119

by warpdotdev

Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use during PR review when approved or repository spec context is available.

🔥🔥🔥✓ VerifiedFreeQuick setup
warpdotdev logo

write-feature-docs

119

by warpdotdev

Draft a complete documentation page for a new Warp feature from its PRODUCT.md and/or TECH.md spec. Use when an engineer has written a spec and needs to produce a first-pass MDX draft for the warpdotdev/docs repo. Also handles features without specs by researching the codebase first. Invoke this skill whenever an engineer mentions writing docs for a feature, drafting a docs page, creating feature documentation, starting the eng-docs workflow, or converting a spec into documentation. Works from w

warpdotdev logo

council

119

by warpdotdev

Run a model-diverse subagent council to investigate the same problem from multiple perspectives, compare findings, and produce a final recommendation. Use this skill whenever the user asks for a council, second opinions, multiple agents/models to evaluate one question, parallel investigation, red-team/blue-team comparison, or help deciding between competing technical approaches.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
warpdotdev logo

reproduce-bug-report

119

by warpdotdev

Launch Oz cloud agents with computer use to reproduce UI-focused bug reports, capture visual evidence, and report reproduction findings. Use when investigating a specific interactive or visual bug from an issue, ticket, support report, or prompt.

warpdotdev logo

research

119

by warpdotdev

Delegate noisy investigation to one or more subagents so the orchestrator's context stays clean, then work from the distilled answer. Use this skill whenever answering a question would require reading many files, long logs, large diffs, or wide codebase surveys — i.e. when producing the answer generates far more noise than the answer itself. Use it for "how does X work", "where is Y used", "what's the root cause of Z", "summarize this PR/log" style questions, and reach for it liberally before re

warpdotdev logo

cross-critique

119

by warpdotdev

Run a second round on a contested question by circulating each subagent's independent proposal to the other authors and asking for structured pros and cons, then synthesize. Use this skill whenever you have multiple independent proposals or opinions on a contested decision — architecture tradeoffs, code review disagreements, design choices, competing root-cause theories — and want sharper analysis than you'd produce by synthesizing alone. Pairs naturally with the council and research skills; rea

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
warpdotdev logo

saga

119

by warpdotdev

Run an autonomous, spec-driven development "saga" for medium-to-large features using an orchestrator agent and a fleet of worker subagents. Use this skill whenever the user invokes /saga, asks to autonomously build a sizable feature end-to-end with minimal human intervention, wants a comprehensive spec broken into milestones and tasks with airtight validation criteria before parallelized implementation, or wants an orchestrator to delegate implementation to worker agents while preserving its own

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
warpdotdev logo

update-skill

119

by warpdotdev

Create or update skills by generating, editing, or refining SKILL.md files in this repository. Use when authoring new skills or revising the structure, frontmatter, or guidance for existing ones.

langchain-ai logo

deep-agents-core

108

by langchain-ai

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langsmith-dataset

108

by langchain-ai

INVOKE THIS SKILL when creating evaluation datasets, uploading datasets to LangSmith, or managing existing datasets. Covers dataset types (final_response, single_step, trajectory, RAG), CLI management commands, SDK-based creation, and example management. Uses the langsmith CLI tool.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

framework-selection

108

by langchain-ai

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langsmith-evaluator

108

by langchain-ai

INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

testing-patterns

108

by langchain-ai

Unit testing and integration testing best practices

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

deep-agents-orchestration

108

by langchain-ai

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

react-components

108

by langchain-ai

Modern React component patterns with hooks and TypeScript

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

deep-agents-memory

108

by langchain-ai

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent), FilesystemMiddleware, and CompositeBackend for routing.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langchain-oss-primer

108

by langchain-ai

ALWAYS START HERE for any LangChain, Deep Agents, or LangGraph agent building project. Required starting point before choosing other skills or writing any code. Covers framework selection (LangChain vs LangGraph vs Deep Agents), agent archetypes, dependency setup, and which skills to load next based on your decisions.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

api-docs

108

by langchain-ai

OpenAPI documentation and REST API design patterns

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langchain-dependencies

108

by langchain-ai

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langchain-rag

108

by langchain-ai

INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, embeddings (OpenAI), and vector stores (Chroma, FAISS, Pinecone).

🔥🔥FreeQuick setup
langchain-ai logo

langgraph-persistence

108

by langchain-ai

INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpointer scoping. Covers checkpointers, thread_id, time travel, Store, and subgraph persistence modes.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

ecosystem-primer

108

by langchain-ai

INVOKE FIRST for any LangChain / LangGraph / Deep Agents agent building project before consulting other skills or writing any agent code. Required starting point for up to date info on framework selection (LangChain vs LangGraph vs Deep Agents vs hybrid composition), agent patterns, install, environment setup, and which skill to load next.

langchain-ai logo

langgraph-fundamentals

108

by langchain-ai

INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and error handling.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langsmith-trace

108

by langchain-ai

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langgraph-human-in-the-loop

108

by langchain-ai

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
webflow logo

webflow-mcp:review-comments

100

by webflow

Review open comment threads on a Webflow site and triage each one.

webflow logo

webflow-mcp:compress-cms-image

100

by webflow

Compress and convert CMS item image fields to webp or avif in a Webflow collection. Prompts for collection ID, item ID, image fields, quality, and target format, then downloads, converts, re-uploads via presigned S3, and publishes the updated item.

webflow logo

webflow-code-component:troubleshoot-deploy

100

by webflow

Debug deployment failures for Webflow Code Components. Analyzes error messages, identifies root causes, and provides specific fixes for common issues.

🔥🔥FreeQuick setup
← PrevPage 38 of 44Next →