Agentic Awesome Skills
ActiveDescription
A local skill catalog and composition layer for coding agents — 2100+ skills surfaced to Claude and Codex via a read-only MCP, composed into a reproducible, reviewable stack manifest.
Key Features
- Complete local catalog — 2100+ skills live on disk, searchable and readable offline with no hosted dependency
- Agent-owned selection — a read-only stdio MCP exposes search_skills, get_skill, and compose_stack so Claude or Codex composes its own stack
- Validate and preview — aas stack validate checks the proposal while aas stack plan produces an immutable per-target plan
- Evidence trail — exports aas-stack.json and a selection-evidence sidecar recording the agent's exact choices for human review
- Every distribution path — plugins, bundles, workflows, and npx direct installs keep all major coding agents compatible
Use Cases
Strengths & Limitations
✅ Strengths
- • Actively maintained, recent updates
- • High community interest (45.9k stars)
- • Permissive open-source license (MIT)
- • Responsive to issues, low backlog
Tags
Categories
Quick Start
# Distribute skills directly via npm, no clone required
npx agentic-awesome-skills
# Validate the agent-composed skill stack proposal
aas stack validate
# Produce an immutable plan for human preview
aas stack plan