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

96,918

Search focus

agent skill

Security context

Scanned

Top matching skills

claude-fable-5-skillsA

10 Agent Skills built specifically for Claude Fable 5 — intent, boundaries, and verification hooks instead of the step-by-step micromanagement older-model skills relied on. See skills/ for the individual skill files.

ai-agentsgorails
0
4
ucoz-provisioning-skillF

Agent skill for preparing a uCoz site for work via MCP: create a new site or configure an existing one, ask clarifying questions for the scenario, choose available domain zones and site theme presets from the live uCoz interface, enable required modules, create/reuse uAPI and FTP credentials, assemble the official ucoz-mcp configuration, verify access, and hand off control to downstream task skills.

ai-agentsjavascriptgo
0
loopops-protocolA

Design and evolve agent skills into cost-bounded loops, workflows, scripts, and memory updates. Use when creating or auditing reusable agent methods, converting prompts or skills into workflows, designing open or closed agent loops, defining supervisor/evaluator contracts, or deciding whether repeated agent work should become a skill, checklist, script, workflow, or autonomous loop.

ai-agentspythonrust
0
2
role-skill-pack-designA

Design role-specific or workflow-specific agent skill packs without collapsing everything into one prompt. Use when creating assistant layers for teams, products, functions, or operating roles. Define base-vs-difference layers, pack boundaries, references, triggers, and rollout order.

ai-agentsgo
0
2
book-to-skillA

Convert books, papers, long documents, or prior reading notes into compact reusable agent skills. Use when the user provides a PDF, EPUB, DOCX, HTML, Markdown, text file, article bundle, or structured notes and wants reusable workflows, mental models, frameworks, checklists, anti-patterns, or a public/private SKILL.md artifact rather than a summary.

ai-agentsgo
0
2
Context Fundamentals Kalyanikhandare29 Agent Skills For ConA

This skill should be used when the user asks to "understand context", "explain context windows", "design agent architecture", "debug context issues", "optimize context usage", or discusses context components, attention mechanics, progressive disclosure, or context budgeting. Provides foundational understanding of context engineering for AI agent systems.

ai-agentspythongo
0
397
Writing SkillsA

Use when creating, updating, or improving agent skills.

documentationgobash
0
52
Skill AuthoringA

Author, audit, and improve Grafana SKILL.md files against Anthropic's published Agent Skills guidance and the four-dimension rubric the grafana/skills CI gate uses (conciseness, actionability, workflow clarity, progressive disclosure). Applies the canonical SKILL.md structure (YAML frontmatter + body + references/ + scripts/ + assets/), the "pushy description" trigger pattern, the three-level progressive-disclosure model, and the validate-fix-rerun feedback loop. Use when creating a new skill...

ai-agentsbashgit
0
149
Write A SkillA

Create portable agent skills with clear triggers, concise instructions, progressive disclosure, and optional bundled resources. Use when the user wants to create, write, build, improve, or package a new skill.

toolsgogit
0
7
Ai Engineer Bcastelino Agent Skills KitA

Production-grade AI engineering for LLM applications, RAG systems, and agent architectures. Use when building AI features, designing model integrations, or implementing AI safety and monitoring.

ai-agentsgofastapi
0
389
Advanced Evaluation Kalyanikhandare29 Agent Skills For Con 3A

This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.

ai-agentsgodebugging
0
389
00 Build Your Claude Agent SkillA

Create your Claude Agent SDK skill in one prompt, then learn to improve it throughout the chapter

ai-agentsgobash
0
389

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.