GraphCanon updated today · GitHub synced today · 29 views this month
Decision brief
Library of agentic skills for various AI agents, offering over 1,900 installable skills across multiple domains.
Good fit when
- - When you need to enhance a specific domain's functionality with dedicated plugins provided by the library. This tool excels when your AI agent is expected to perform specialized tasks.
- - For users who work extensively across several AI platforms such as Claude Code, Cursor, and Codex CLI, this library offers broad support without requiring separate installations for each platform.
Avoid when
- - If you are only interested in a few specific skills or plugins available through other dedicated repositories that offer more tailored services.
- - When your project specifically requires integration with platforms not supported by 'agentic-awesome-skills', such as unique proprietary AI systems without existing support from the library.
- Pricing:
- freemium - The tool is primarily free and open-source under MIT license, though contributions are likely welcomed for more comprehensive or specialized skills.
- Requirements:
- Min 2 GB RAM
Observed Jul 11, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Personal account
- As of today
- Security (OSV)
- No criticals
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install agentic-awesome-skills PyPIHow it fits your stack(13)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Related
Relationship graph
Optional deeper exploration of typed edges and category neighbours.
Similar tools
Same-category neighbours not already linked as typed edges.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A GitHub library containing over 1,900 installable skills designed to enhance the functionality of multiple AI agents such as Claude Code, Cursor, Codex CLI, Autohand Code, and more. The repository provides a range of capabilities like specialized plugins, installer CLI, bundles, workflows, and both official and community contributions.
Capability facts
- CLI
- CLI entrypoint
Source: package.json:bin|scripts · Aug 19, 2026
- MCP server
- No MCP server detected
Source: repo_scan · Aug 19, 2026
- Languages
- python, javascript
Source: github.language+package.json · Aug 19, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 19, 2026)
npx agentic-awesome-skills --path ~/.autohand/skillsSource link
Source: README excerpt (regex_v1, Aug 19, 2026)
`--cursor`, `--gemini`, or `--claude` to place skills in the directory yourSource link
Tags
README
Installation
For Codex and Claude, start with the AAS Core guide: configure the local MCP, ask the agent to inspect the project and choose exact IDs from the full catalog, review the proposed aas-stack.json, then run CLI validation and planning. The MCP and validation are read-only. Planning writes only the requested plan artifact; it does not materialize skill payloads or AAS managed state in the target.
Use direct installation when your host does not yet have a native AAS Core adapter, when you already know the exact skill IDs, or when you deliberately prefer manual selection:
- Specialized plugins when the job has a clear domain.
- Full library install when you want every skill available in a local skills directory.
- Bundles and workflows when you want role-based recommendations or ordered execution playbooks.
Focused single-skill install with GitHub CLI (preview)
GitHub CLI can preview and install one exact skill for Copilot and other supported hosts. Use an exact SKILL.md path in this large, mirrored repository so the selected source is unambiguous and discovery stays fast:
gh skill preview sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md
gh skill install sickn33/agentic-awesome-skills skills/brainstorming/SKILL.md \
--agent github-copilot --scope user --pin v14.2.0
gh skill support is currently a GitHub CLI preview and may change. Install a focused skill or plugin surface for the job; do not use --all unless you intentionally want every discovered canonical and mirrored skill.
Verify the install
test -d ~/.agents/skills && echo "Skills installed in ~/.agents/skills"
How do I install it?
For AAS Core, follow the preview guide and use only a package release whose notes explicitly state that it includes Core. Release 14.6.0 predates Core; Core-capable releases begin with the 15.x line.
For direct skill distribution, use a tool-specific flag such as --codex,
--cursor, --gemini, or --claude to place skills in the directory your
assistant watches. The default target is Antigravity; it requires --skills, a
metadata filter, or explicit --all consent before cloning or writing because a
full watched catalog can exhaust context or trigger a crash loop.
For Autohand Code, use the installer with a custom path:
npx agentic-awesome-skills --path ~/.autohand/skills
npx agentic-awesome-skills --path .autohand/skills
License
Original code and tooling are licensed under the MIT License. See LICENSE.
Original documentation and other non-code written content are licensed under CC BY 4.0, unless a more specific upstream notice says otherwise. See docs/sources/sources.md for attributions and third-party license details.
For agents
This page has a .md twin and JSON over the API.