✨ Editor's Choice

cloud

cloud

107Kbackend-api

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.

browser-use avatarbrowser-use
Get
apple-hig

apple-hig

84Kagent-workflows

Apple Human Interface Guidelines as 14 agent skills covering platforms, foundations, components, patterns, inputs, and technologies for iOS, macOS, visionOS, watchOS, and tvOS.

nexu-io avatarnexu-io
Get
image-generation

image-generation

78Kbackend-api

Use this skill when the user requests to generate, create, imagine, or visualize images including characters, scenes, products, or any visual content. Supports structured prompts and reference images for guided generation.

bytedance avatarbytedance
Get
vitest

vitest

108Ktesting-qa

Vitest API and config reference (Jest-compatible) — mocking with vi.*, spies, fake timers, coverage configuration, fixtures, snapshots, and test filtering. Use for Vitest API and configuration questions anywhere in the monorepo; for Studio-specific test strategy and component-test setup, start with studio-testing and studio-mock-api-tests.

supabase avatarsupabase
Get
fsharp-testing

fsharp-testing

238Ktesting-qa

F# testing patterns with xUnit, FsUnit, Unquote, FsCheck property-based testing, integration tests, and test organization best practices.

affaan-m avataraffaan-m
Get
fix

fix

247Kfrontend

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

facebook avatarfacebook
Get

🆕 New Arrivals

View all
blender-motion-state-inspection

blender-motion-state-inspection

239Kproductivity

Use this skill when inspecting Blender characters, rigs, poses, animation retargeting, ground contact, facing direction, or model-vs-motion alignment where screenshots alone are not enough.

affaan-m avataraffaan-m
Get
api-documentation-generator

api-documentation-generator

45Kbackend-api

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices

sickn33 avatarsickn33
Get
ml-ai

ml-ai

213backend-api

Turn on AI + ML features in Grafana Cloud — Grafana Assistant (NL → PromQL/LogQL/TraceQL, dashboard build, incident investigation, MCP integration), Dynamic Alerting (Prophet forecasting + DBSCAN outlier detection), Sift (8-analysis automated root-cause), Knowledge Graph + RCA Workbench, and the LLM Plugin (OpenAI / Anthropic / Azure / Ollama / vLLM / LiteLLM). Use when you want anomaly alerts without static thresholds, natural-language querying, automated incident investigation, dashboards generated from a sentence, or a managed LLM proxy for plugins — even when the user says "alert when something looks weird", "explain this PromQL", "find the root cause", "make this a dashboard", or "wire Claude into Grafana" without naming any of these products.

grafana avatargrafana
Get
private-connectivity

private-connectivity

213devops-cloud

Set up private network connectivity to Grafana Cloud — AWS PrivateLink, Azure Private Link, GCP Private Service Connect, and Private Data Source Connect (PDC). Provisions VPC endpoints, private endpoints, or PSC forwarding rules per signal type (metrics / logs / traces / profiles); wires Alloy to push to the private DNS endpoint instead of the public one; verifies private DNS resolution + endpoint approval state. Use when sending telemetry to Grafana Cloud without traversing the public internet, eliminating cloud egress costs, meeting PCI-DSS / HIPAA / data-residency compliance, configuring PDC for private data-source queries, or connecting AWS / Azure / GCP workloads to Grafana — even when the user says "stop paying egress", "keep our telemetry off the public internet", or "PCI compliance for Grafana" without naming PrivateLink.

grafana avatargrafana
Get
loki-label-analyzer

loki-label-analyzer

213devops-cloud

Expert evaluator for Grafana Loki label strategy. Audits, designs, and improves label schemas using cardinality scoring, access-pattern alignment, static vs. dynamic label rules, and consistency checks. Use when the user asks to evaluate, audit, design, or improve a Loki label strategy — or asks why their Loki queries are slow.

grafana avatargrafana
Get
bigquery-bigframes

bigquery-bigframes

16Kdatabase

Generates Python code using BigQuery DataFrames (BigFrames), the pandas/scikit-learn-style API over BigQuery. Use when writing BigFrames code or doing pandas-style dataframe/ML work against BigQuery (e.g. in a notebook). Don't use for SQL-first workflows or the google-cloud-bigquery client library — use bigquery-basics.

google avatargoogle
Get
google-cloud-recipe-foundation-builder

google-cloud-recipe-foundation-builder

16Ksecurity

Deploys a baseline landing zone foundation for a Google Cloud Organization, establishing security guardrails using Organization Policies, resource hierarchy folders and projects, billing association, and centralized logging and monitoring. Deploys Google Cloud's recommended security controls and architecture. Use when setting up a new Google Cloud Organization or establishing a secure, enterprise-grade landing zone foundation. Don't use for individual project onboarding (use google-cloud-recipe-onboarding or product-specific skills instead).

google avatargoogle
Get
neon-postgres-branches

neon-postgres-branches

82devops-cloud

Choose and create the right Neon branch type for testing and development. Use when users ask about Neon branching, migration testing with real data, isolated test environments, schema-only branch workflows for sensitive data, resetting a branch from its parent, branch expiration and CI/CD branch lifecycles, or branch creation via Neon CLI or Neon MCP. Triggers include "Neon branch", "test migrations safely", "branch production data", "schema-only branch", "reset branch", "branch per PR" and "sensitive data testing".

neondatabase avatarneondatabase
Get
data-designer

data-designer

2.8Kprompting-reasoning

Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.

nvidia avatarnvidia
Get

What is an AI Agent Skill?

An AI Agent Skill (also known as Claude skills or AI skills) is a reusable capability you can add to an agent to automate tasks like writing, social posting, research, or development workflows.

Think of them as "plugins" for your AI. Browse our Claude skills marketplace to find Claude code templates and open-source GitHub repositories. Most come with a simple one-line installation command.

According to Anthropic's documentation on extending Claude with skills, skills package instructions, scripts, and resources so agents can perform specialized tasks more reliably.

Source: Anthropic — Extend Claude with skills

Skill: Research
v1.2.0 • Installed

Skills vs nearby concepts

AI Agent Skill

What it is

Reusable capability package (often a repo with SKILL.md) that teaches an agent a workflow.

When to use it

You want installable, shareable agent behaviors for Claude Code, Codex, or similar agents.

MCP server

What it is

A protocol endpoint that exposes tools/data to an agent over Model Context Protocol.

When to use it

You need live tool access (APIs, browsers, databases) rather than a static skill package.

Slash command

What it is

Built-in or local shortcut inside an agent UI/CLI.

When to use it

Quick in-product actions; less portable than a full skill.

🔥 Trending This Week

View all
frontend-skill

frontend-skill

84Kdesign-ui

Create visually strong landing pages, websites, and app UIs with restrained composition. OpenAI's production frontend playbook.

nexu-io avatarnexu-io
Get
ppt-master

ppt-master

39Kresearch-knowledge

AI-driven multi-format SVG content generation system. Converts source documents (PDF/DOCX/URL/Markdown) into high-quality SVG pages and exports to PPTX through multi-role collaboration. Use when user asks to "create PPT", "make presentation", "生成PPT", "做PPT", "制作演示文稿", or mentions "ppt-master".

hugohe3 avatarhugohe3
Get
herdr

herdr

17Kagent-workflows

Control Herdr, a terminal multiplexer for coding agents. Use only when the user explicitly mentions Herdr or asks to use Herdr to inspect or control panes, tabs, workspaces, terminals, commands, or communication with another agent. Do not use merely because a task could benefit from a background terminal, delegation, or parallel work. Requires HERDR_ENV=1.

ogulcancelik avatarogulcancelik
Get
gemini

gemini

385Kmcp-integrations

Gemini CLI one-shot prompts, summaries, generation, skills, hooks, MCP, or Gemma routing.

steipete avatarsteipete
Get
homelab-vlan-segmentation

homelab-vlan-segmentation

238Kagent-workflows

Segmenting home networks into VLANs for IoT, guest, trusted, and server traffic using UniFi, pfSense/OPNsense, and MikroTik — including switch trunk config, firewall rules, and wireless SSID mapping.

affaan-m avataraffaan-m
Get
pptx

pptx

151Kdesign-ui

Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx filename, regardless of what they plan to do with the content afterward. If a .pptx file needs to be opened, created, or touched, use this skill.

anthropics avataranthropics
Get
cloud

cloud

107Kbackend-api

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.

browser-use avatarbrowser-use
Get
ui-ux-pro-max

ui-ux-pro-max

91Kdesign-ui

UI/UX design intelligence for web and mobile. Includes 50+ styles, 161 color palettes, 57 font pairings, 161 product types, 99 UX guidelines, and 25 chart types across 10 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, and HTML/CSS). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, and check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, and mobile app. Elements: button, modal, navbar, sidebar, card, table, form, and chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, and flat design. Topics: color systems, accessibility, animation, layout, typography, font pairing, spacing, interaction states, shadow, and gradient. Integrations: shadcn/ui MCP for component search and examples.

nextlevelbuilder avatarnextlevelbuilder
Get
interview-me

interview-me

78Kprompting-reasoning

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.

addyosmani avataraddyosmani
Get

Browse by Category

View all
Trusted by AI enthusiasts worldwide
3.4K
Skills
489
Authors
112M
Stars
345
New / Week

Counts reflect released skills currently listed in the directory (distinct maintainers, cumulative GitHub stars on listed repos, and new releases in the last 7 days). Updated automatically. Directory snapshot refreshed hourly.

Power your workflows

Discover specialized agents tailored to specific industries and tasks.

Content Creation

Generate blog posts, social media captions, and marketing copy effortlessly using specialized writing agents trained on high-converting frameworks.

Automation

Streamline repetitive tasks like file organization, data entry, and email sorting with intelligent automation scripts that run 24/7.

Data Analysis

Extract insights from large datasets, visualize trends, and generate comprehensive reports in seconds with data-centric agent skills.

Built with open-source maintainers

This directory currently lists 3,365 released skills from 489 GitHub maintainers, with 698 new releases in the last 7 days. Counts come from published listings — not paid reviews.

  • Source-linked listings

    Every skill page points back to its upstream repository so you can inspect code, licenses, and recent commits.

  • Release gating

    Skills are only marked released after automated quality checks. Stars alone are not treated as a security guarantee.

  • Independent directory

    AI Agent Skills is community-run and not affiliated with Anthropic or OpenAI.

How to install a skill

2 minutes
1

Find a skill

Browse our extensive catalog of verified skills. Filter by category, popularity, or rating to find the perfect tool for your specific needs.

2

Copy command

Every skill comes with a simple, one-line installation command. Just click the copy button on the skill's detail page to capture the unique identifier.

3

Paste & run

Open your preferred AI environment like Claude Desktop. Paste the command into the chat or terminal. The system will automatically fetch and verify the skill.
Open Source

Built by the Community

Join thousands of developers contributing to the future of AI. All skills are open-source and vetted by the community.

Frequently Asked Questions

What is the difference between Skills and MCP?

MCP (Model Context Protocol) is the underlying standard protocol. Claude skills and AI skills are the actual tools and capabilities built using this standard that you install to give your AI agent new powers.

Are these skills safe to use?

Most Claude code skills listed in our marketplace are open-source, allowing you to review the code. We verify popular skills, but we always recommend reviewing the requested permissions (like file access or internet) before installation.

How are skills added to the directory?

The directory is maintained from public skill sources and repositories, with automated quality and safety checks before skills are released.

Is this service free?

Yes, browsing and discovering skills on AI Agent Skills is completely free. Most Claude code templates and plugins listed are also open-source and free to use.

What is a Claude skills marketplace?

A Claude skills marketplace is a platform where developers share and discover AI skills, Claude code templates, and plugins. AI Agent Skills focuses on curated, released skills for Claude Code, Codex CLI, and other AI agents.

How do I find Claude code templates?

Use our search feature or browse by category to find Claude code templates. Filter by stars, recent updates, or specific categories like development, automation, or content creation to find the perfect template for your needs.

Can I use multiple skills together?

Yes, you can install and use multiple AI skills simultaneously. Claude skills are designed to work independently, so you can combine a writing skill with a research skill or use several Claude code skills in the same workflow without conflicts.

Where can I inspect a skill's source code?

Open the skill detail page and follow its repository link. Review the README, source files, permissions, and recent activity before installing it.

How do skills differ from slash commands?

Slash commands are built-in shortcuts in Claude Code (like /help or /clear). Claude skills are external capabilities you install to extend your AI agent with new powers—like web search, code review, or content generation. Skills are more powerful and customizable than basic commands.

How often are skills updated?

Skills in our Claude code skills market are updated by their maintainers. Popular AI skills typically receive updates weekly or monthly. You can sort by 'Recently Updated' to find actively maintained Claude skills, and check the GitHub repository for update frequency.

What is marketplace.json?

marketplace.json is a configuration file some skills use to define metadata for the Claude marketplace. It includes the skill name, description, version, and installation instructions. Not all skills require this file—many work directly from their GitHub repository.

Is this website affiliated with Anthropic or OpenAI?

No, AI Agent Skills is an independent Claude skills marketplace created by the community. We are not officially affiliated with Anthropic (makers of Claude) or OpenAI. We curate and list open-source AI skills and Claude code templates from developers worldwide.