Agent Skills

Agent Skills Directory

Agent skills are reusable workflows that help AI agents perform specialized tasks. Skills Directory focuses on skills that are discoverable, source-attributed, and security-scanned before installation.

Indexed skills

36635

Search focus

agent skill

Security context

Scanned

Top matching skills

txtskills-llms-to-agent-skills

Convert docs base URLs, llms.txt, or llms-full.txt into installable Agent Skills with txtskills CLI. Use when a user asks to generate, publish, and optionally install a new skill from documentation.

developmentgobash
0
3
agent-skills-authoring

Guides agents through creating, validating, and optimizing Agent Skills (SKILL.md files) from user requests. Covers all YAML frontmatter fields, directory layout, progressive disclosure, scripts, quality patterns, and evaluation workflows. Use when a user asks you to create, edit, audit, or improve an Agent Skill, even if they don't use the word "skill" — any request about reusable agent instructions, workflow packaging, or capability extension should trigger this skill.

data-aitypescriptpython
0
22
Skill GeneratorA

Generate professional Agent Skills for Claude Code and other AI agents. Creates complete skill packages with SKILL.md, references, scripts, and templates. Use when creating new skills, generating custom slash commands, or building reusable AI capabilities. Validates against Agent Skills specification.

data-aipythongo
0
18
Skills SearchA

Search skills.sh registry from CLI. Find and discover agent skills from the skills.sh ecosystem.

toolsbashreact
0
33
Clawhub 4B

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.ai with advanced caching and compression. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with optimized performance.

toolsgobash
0
33
Clawhub 3B

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.ai with advanced caching and compression. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with optimized performance.

toolsgobash
0
33
Clawhub 2B

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.ai with advanced caching and compression. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with optimized performance.

toolsgobash
0
33
Skill JudgeA

Evaluate Agent Skill quality against official specifications. Use when reviewing SKILL.md files, auditing skill packages, improving skill design, or checking if a skill follows best practices. Provides 8-dimension scoring (120 points) with actionable improvements. Triggers on review skill, evaluate skill, audit skill, improve skill, skill quality, SKILL.md review.

data-aigobash
0
2
Skill CreatorA

WHAT: Guide for creating effective AI agent skills - modular packages that extend Claude's capabilities with specialized knowledge, workflows, and tools. WHEN: User wants to create, write, author, or update a skill. User asks about skill structure, SKILL.md format, or how to package domain knowledge for AI agents. KEYWORDS: "create a skill", "make a skill", "new skill", "skill template", "SKILL.md", "agent skill", "write a skill", "skill structure", "package a skill"

data-aigobash
0
2
Find SkillsA

Discover and install agent skills from the open skills ecosystem. Use when user asks "how do I do X", "find a skill for", "is there a skill that can", wants to extend capabilities, or mentions needing help with a specific domain. Triggers on find skill, search skill, install skill, npx skills, skills.sh.

data-aitypescriptgo
0
2
AeonsagehubA

Use the AeonSageHub CLI to search, install, update, and publish agent skills from aeonsagehub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed aeonsagehub CLI.

toolsbashnode
0
3
Opencode CustomizationA

OpenCodeのカスタマイズ方法を包括的にガイド。設定ファイル、Agent Skills、Custom Tools、Custom Commands、Custom Agents、Themes、Keybinds、Formatters、Permissions、MCP Serversの設定方法について説明します

tools
0
2

Skills vs tools

Agent skills usually define how an agent should reason, inspect, write, test, or operate. Tools and MCP servers expose actions; skills turn those actions into repeatable workflows.

Cross-agent workflows

Many SKILL.md-style workflows can be adapted across Claude Code, Cursor, Codex, OpenCode, and other coding agents. The most portable skills are text-first and avoid hardcoded local assumptions.

Quality signals to check

Look for clear triggers, narrow scope, maintained source repos, good examples, minimal hidden behavior, and a security grade that matches your risk tolerance.

Why security-scanned skills matter

Skills can influence agent behavior, suggest commands, include helper files, or touch code and data. Skills Directory adds security context so you can inspect risk before installing a workflow from a public repo.

See the security model

Frequently asked questions

What is an agent skill?

An agent skill is a reusable package of instructions, examples, and sometimes helper files that guides an AI agent through a specific task or workflow.

Do agent skills work outside Claude?

Some do. SKILL.md-style skills are most native to Claude/Claude Code, but many workflows can be adapted to Cursor, Codex, OpenCode, and other agent systems.

How many agent skills should I install?

Install only the skills you actively use. Too many overlapping skills can create conflicting instructions and make agent behavior less predictable.