Agentic Awesome Skills

Active
GitHub Python MIT

Description

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

💡 Have Claude Code or Codex search the full catalog and lock the skills a project needs before touching code
💡 Pin a reviewed, reproducible skill stack manifest as the standard agent environment for your team
💡 Generate an immutable plan and require human approval before any skill change lands, keeping agent work auditable
💡 Maintain local skill assets in offline or air-gapped environments without depending on hosted marketplaces

Strengths & Limitations

Strengths

  • Actively maintained, recent updates
  • High community interest (45.9k stars)
  • Permissive open-source license (MIT)
  • Responsive to issues, low backlog

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

Related Projects

ECC

246.4k · JavaScript
Active A+

Agent harness operating system providing skills, instincts, memory optimization, continuous learning, and security scanning.

agent-harnessskillsclaude-code +2
  • · Cross-harness workflows - supports Codex, Claude Code, Cursor, OpenCode, Gemini and more
  • · Skills system - reusable agent skill packs covering code generation, review, and testing
  • · Continuous learning - mines failed sessions for lessons, auto-writes corrections

airbyte

22.0k · Python
Active B

Airbyte is an open-source ELT data integration platform designed for AI agents and the modern data stack, connecting APIs, databases, and files to warehouses and AI applications.

data-integrationeltagent-tools +2
  • · 600+ data connectors covering APIs, databases, warehouses, and lakes
  • · Designed for AI agents with Airbyte Agents and a dedicated Agent SDK
  • · No-code Connector Builder to create custom data sources in minutes