Agent Skills
Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.
✦ Standalone skills2,933
Self-contained. Install one into any project and it works on its own — no other software needed.
🧰 Tool add-ons725
Come bundled with a specific tool and only work together with it — they teach your agent how to operate that tool.
web-artifacts-builder
✓★ 158,100by anthropic
Multi-component React artifacts for Claude with bundling, state management, and shadcn/ui component library. Scaffolds React 18 + TypeScript projects with Vite, Tailwind CSS, and 40+ pre-installed shadcn/ui components via automated initialization script Bundles complete artifacts into single self-contained HTML files with inlined assets, ready for Claude artifact display Includes design guidance to avoid common "AI slop" patterns like excessive centering, purple gradients, and uniform...
Docx
✓★ 158,000by Anthropic
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks" license: Proprietary. LICENSE.txt has complete terms
Webapp Testing
✓★ 158,000by Anthropic
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. license: Complete terms in LICENSE.txt
Artifacts Builder
✓★ 158,000by Anthropic
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. license: Complete terms in LICENSE.txt
Skill Creator
✓★ 158,000by Anthropic
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. license: Complete terms in LICENSE.txt
quality-playbook
✓★ 36,200by github
Explore any codebase from scratch and generate six quality artifacts: a quality constitution (QUALITY.md), spec-traced functional tests, a code review protocol…
drawio
✓★ 36,200by github
Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML
qdrant-monitoring
✓★ 36,200by github
Guides Qdrant monitoring and observability setup. Use when someone asks 'how to monitor Qdrant', 'what metrics to track', 'is Qdrant healthy', 'optimizer…
breakdown-test
✓★ 36,200by github
Comprehensive test planning and quality assurance documentation generator aligned with ISTQB and ISO 25010 standards. Generates three core deliverables: test strategy, test issues checklist, and QA plan from feature PRDs and technical breakdowns Applies ISTQB test design techniques (equivalence partitioning, boundary value analysis, decision table testing, state transition testing) and test types (functional, non-functional, structural, change-related) Maps all eight ISO 25010 quality...
webapp-testing
✓★ 36,200by github
Browser automation and testing toolkit for local web applications using Playwright. Supports core browser interactions including navigation, form filling, clicking, dropdown selection, and dialog handling Includes verification capabilities for element presence, text content, visibility, URLs, and responsive design across viewports Provides debugging tools: screenshot capture, console log inspection, network request monitoring, and error handling patterns Works with Node.js environments and...
playwright-explore-website
✓★ 36,200by github
Automated website exploration and test case generation using Playwright. Navigates to provided URLs and systematically identifies 3-5 core features and user flows Documents UI elements, their locators, and expected outcomes for each interaction Generates test cases based on exploration findings for immediate use in testing workflows Manages browser context lifecycle automatically, closing sessions upon completion
playwright-generate-test
✓★ 36,200by github
Generate Playwright tests from scenarios using interactive browser exploration and validation. Guides you through step-by-step test creation: scenario review, browser exploration, element inspection, interaction validation, and final test generation Integrates with Playwright MCP tools to inspect page elements, capture selectors, and validate interactions before writing test code Generates TypeScript tests using @playwright/test framework and automatically saves them to the tests directory...
sandbox-npm-install
✓★ 36,200by github
Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where…
chrome-devtools
✓★ 36,200by github
Expert-level browser automation, debugging, and performance analysis via Chrome DevTools protocol. Four tool categories cover navigation, interaction, debugging, and performance profiling across 25+ commands Snapshot-first workflow provides element UIDs for reliable targeting; screenshots offer visual verification Network request inspection, console message analysis, and JavaScript evaluation support troubleshooting and validation Performance tracing with Core Web Vital analysis identifies...
playwright-automation-fill-in-form
✓★ 36,200by github
Automate form filling with Playwright MCP, including text input, date/time selection, and file uploads. Supports multiple form field types: text inputs, date pickers, time selectors, and file uploads Navigates to specified URLs and populates forms with provided data without automatic submission Includes review checkpoint before form submission to allow manual verification of filled fields
geofeed-tuner
✓★ 36,200by github
This skill helps you create and improve IP geolocation feeds in CSV format by:
xlsx-author
✓★ 33,000by anthropic
Produce a .xlsx file on disk (headless) instead of driving a live Excel workbook — for managed-agent sessions with no open Office app.
pptx-author
✓★ 33,000by anthropic
Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app.
xlsx-author
✓★ 33,000by anthropic
Produce a .xlsx file on disk (headless) instead of driving a live Excel workbook — for managed-agent sessions with no open Office app.
pptx-author
✓★ 33,000by anthropic
Produce a .pptx file on disk (headless) instead of driving a live PowerPoint document — for managed-agent sessions with no open Office app.
playwright-interactive
✓★ 23,200by openai
Persistent browser and Electron debugging with live session handles across code iterations. Maintains the same Playwright handles ( browser , context , page ) across multiple js_repl cells, eliminating restart overhead during iterative UI testing and QA. Supports desktop web (explicit viewport or native-window mode), mobile web emulation, and Electron app debugging from a single persistent session. Includes structured QA workflow: write a coverage inventory upfront, run functional tests with...
playwright
✓★ 23,200by openai
Terminal-driven browser automation with element snapshots and interactive UI workflows. Operates via playwright-cli wrapper script (requires npx ); supports headless and headed modes for visual debugging Core workflow: open page, snapshot for stable element references, interact using refs, re-snapshot after navigation or DOM changes Includes form filling, clicking, typing, multi-tab management, screenshot/PDF capture, and trace recording for flow debugging Element refs (e.g., e3 , e15 )...
train-sentence-transformers
✓★ 10,800by huggingface
Train or fine-tune sentence-transformers models across `SentenceTransformer` (bi-encoder; dense or static embedding model; for retrieval, similarity,…
game-playtest
✓★ 4,000by openai
Run browser-game playtests and frontend QA. Use when the user asks for smoke tests, screenshot-based verification, browser automation, HUD or overlay review,…
fetch
✓★ 3,600by browserbase
Use this skill when the user wants to retrieve a URL without a full browser session: fetch HTML or JSON from static pages, inspect status codes or headers,…
browserbase-cli
✓★ 3,600by browserbase
Use the Browserbase CLI (`bb`) for Browserbase Functions and platform API workflows. Use when the user asks to run `bb`, deploy or invoke functions, manage…
safe-browser
✓★ 3,600by browserbase
Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude…
browser
✓★ 3,600by browserbase
Browser automation with local Chrome or remote Browserbase for protected sites, bot detection, and CAPTCHAs. Two modes: local Chrome (default, no setup) or remote Browserbase (anti-bot stealth, automatic CAPTCHA solving, residential proxies, session persistence) Core commands cover navigation, page inspection, interaction (click, type, fill, select, drag), and session management via CLI Use browse snapshot to read the accessibility tree and get element refs for reliable interactions; reserve...
browser-trace
✓★ 3,600by browserbase
Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable…
search
✓★ 3,600by browserbase
Use this skill when the user wants to search the web without a full browser session: find URLs, titles, and metadata for a query. Prefer it over a browser when…