#29 · Primary category: AI Coding Assistants
agentic-awesome-skills
AAS Core is the local, agent-first control plane for complete catalog discovery, agent-owned selection, stack validation, and planning, backed by 2,005+ agentic skills. Includes CLI, local MCP, catalog, plugins, and Workbench.
Project last updated:08/28/26
GitHub Stars
45.6K
Forks
6.7K
Contributors
335
License
MIT
Why we included this project
Teams running Claude Code, Codex, Cursor, or Gemini CLI often hit the same wall: the agent ships with a few built-in skills, but turning that into a repeatable workflow means finding and wiring up the right playbooks yourself. This project gathers more than two thousand reusable SKILL.md playbooks into one local catalog and adds a small control plane on top. Your coding agent searches the full set, picks the exact skills, and validates the stack in memory before anything touches your project; AAS itself does not rank or recommend, so the choice stays with the agent. The read-only MCP server and CLI then produce an immutable plan for human review, which is what you want when agent behavior has to be reproducible and auditable across a team. If you are standardizing how your coding agents work rather than experimenting with one-off prompts, this is a practical way to browse the catalog and lock down a stack your team can reuse.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.