Skills for agent workflows.
Aidrift now mirrors Anthropic skills into a dedicated catalog so agents, builders, and operators can browse reusable instructions, inspect source metadata, and jump into related tools, MCP servers, and news.
Total skills
17
Active filters
3
Top tag
agent
Agent skills, installation notes, and related Aidrift graph
Each skill is parsed from the upstream repository and positioned as a reusable agent workflow object inside Aidrift.
Skills become more useful when they connect to execution surfaces. Use the MCP directory when you need runtime capabilities, the AI tools catalog when you need a ready-made product, and the AI news feed when you want to track new launches and ecosystem shifts.
claude-api
skills/claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
Use cases
mcp-builder
skills/mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Use cases
xlsx
skills/xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
Use cases