Documentation

The Full Skill Library: At-a-Glance Overview

Agentic Awesome Skills ships an installable catalog of agent skills in skills/<skill-id>/SKILL.md. This page is a curated high-level map of the whole library: how skills are organized, the main capability areas and their approximate sizes, the risk labels you will encounter, and the authoritative surfaces to browse when you need the complete, current list.

The authoritative, machine-generated catalog is CATALOG.md. This overview is a hand-maintained index; it can lag the catalog after a release, so treat CATALOG.md and skills_index.json as the source of truth for counts and exact skill lists.

How the library is organized

Every skill directory contains a SKILL.md whose frontmatter drives discovery:

FieldPurpose
nameCanonical skill id, e.g. email-issue-fixer
descriptionShort purpose and trigger summary shown in search surfaces
categoryThin grouping used by UI/search (see notes below)
tagsFree-form keywords for search
riskOne of none, safe, critical, offensive, or unknown
source / source_typeProvenance of the skill content
date_addedWhen the skill entered the registry

The full registry is exposed through three consistent surfaces:

The category field is loose and historically fragmented (hundreds of skills are unclassified). Use tags, full-text search, and the AAS Core search_skills tool instead of relying on the category field as a taxonomy.

Capability areas

The table below groups the real catalog data into editorial capability areas so you can find the region of the library that matches your task. Counts are approximate and change as the catalog evolves.

Capability areaApprox. skillsWhat you will find
Development & code quality480General, frontend, backend, mobile and fullstack development; language-specific guidance; code review and quality patterns
Other & uncategorized330Small, niche, or legacy skills without a clean category label
Cloud & infrastructure215Cloud platforms, DevOps, databases, operations, and ML infrastructure
AI, agents & ML205Agent workflows, orchestration, evaluation, prompt engineering, and voice agents
Automation, productivity & workflow190Task automation, workflows, browser automation, productivity, and collaboration
Content, writing & creative160Writing, design, graphics, media, video, and presentation skills
Business, product & research160Strategy, planning, product, project management, legal, finance, research, education, and health
Security & pentesting85Security engineering, offensive testing, and defensive hardening
Marketing, growth & SEO70Campaigns, analytics, SEO, growth, and app-store optimization
Data & document processing65Data science, engineering, spreadsheets, documents, and knowledge management
Testing & reliability55Test authoring, automation, reliability, and quality engineering
Meta, authoring & special35Meta skills, skill authoring, and general-purpose helper skills
API & integrations30Connectors and automation built around third-party APIs
Gaming & blockchain25Game development, blockchain, and cryptocurrency

Risk labels

Every skill carries a risk: label in its frontmatter:

RiskMeaning
noneNo elevated risk; plain productivity guidance
safeGenerally safe; local or low-impact operations
criticalPrivileged, destructive, or high-impact operations (code execution, deployments, pipelines)
offensiveOffensive security / penetration-testing content; review the security guardrails before use
unknownLegacy or unclassified content that predates the risk-labeling scheme

Risk totals change with the catalog. Read the current labels from skills_index.json; they are declared metadata, not evidence that every procedure has been executed or audited.

Read SECURITY_GUARDRAILS.md and the security-guardrails contributor guide before invoking anything marked critical or offensive.

How to find the right skill

  1. Search the full catalog — with AAS Core running, use search_skills/get_skill; see the usage guide.
  2. Browse the generated catalog — CATALOG.md lists every skill by category with description, risk, source, and tags.
  3. Use bundles as editorial shortlists — see bundles for curated packs like the Web Wizard.
  4. Use the tool-specific guides — Claude Code, Codex CLI, Cursor, and Gemini CLI include starter picks.

Distribution surfaces

The same skills reach you through several channels, all backed by the same source tree:

Related pages