mrkeyoor.com_
Thu 17 Sept 05:16 UTC
AI Toolsevaluationupdated 25 Aug 2026

agentic-awesome-skills review

Agentic Awesome Skills is a large catalog of reusable instructions for coding agents, plus local tools for finding, checking, and recording a chosen set. It helps Codex, Claude Code, Cursor, and other supported clients reuse task-specific playbooks without copying prompts by hand.

+216stars / 7d
Verdict

Our sandbox installed 11 packages in 7 seconds but could not build because the Python validator lacked yaml, so Agentic Awesome Skills is easier to consume than to develop from a bare Node container. Use a selected skill or focused plugin if you need breadth across coding agents and will review what the agent chooses. Skip the full catalog if you want an official, tightly curated set or expect the tool to judge semantic fit for you.

We ran it

Lab card: what happened when we ran agentic-awesome-skillsScreenshot of agentic-awesome-skills (sickn33.github.io/agentic-awesome-skills)
Install✓ · 7s11 packages · 5 MB
Build✗ · 6s
Tests✗ timed out · 900s12 passed · 0 failed of 12 (node:test)
Known vulns00 critical · 0 high · 0 moderate · 0 low (npm audit)
Repo20986 files~573,234 lines of source · 269.9 MB · 9 CI workflows

Answers from our run

Does agentic-awesome-skills build from source?

Dependencies installed in 7 seconds (11 packages), and the build failed. We cloned commit 50a74ca into a clean Debian container with 3 CPUs and no project-specific setup.

Do agentic-awesome-skills's tests pass?

Yes: 12 of 12 passed when we ran the project's own test command (node:test). Some failures need services or credentials a bare container does not have.

Does agentic-awesome-skills have known vulnerabilities in its dependencies?

npm audit found none in the dependency tree at the time of our run.

Who should not use agentic-awesome-skills?

Anyone expecting the catalog to decide which skill is best: AAS Core deliberately does not rank candidates or certify semantic fit.

What are the alternatives to agentic-awesome-skills?

Anthropic Skills, Superpowers, Awesome Agent Skills. Our sandbox installed 11 packages in 7 seconds but could not build because the Python validator lacked yaml, so Agentic Awesome Skills is easier to consume than to develop from a bare Node container.

Setup3/5Fast npm install, but the clean-container build missed Python yaml
Docs5/5Detailed client, Core, security, bundle, and recovery guides
Community5/5Current release and pull requests were active on August 25
Maturity3/5Catalog is established, while Core apply and recovery are experimental

Who it’s for

Developers who use several coding agents and want one searchable local skill catalog.
Teams that need an exact, reviewable record of which skills an agent selected for a project.
Claude Code and Codex users who prefer focused plugins or selected skills over a full catalog install.
Skill authors who want manifests, validation scripts, security checks, and compatibility outputs in one repository.

Who it’s NOT for

Anyone expecting the catalog to decide which skill is best: AAS Core deliberately does not rank candidates or certify semantic fit.
Teams seeking a supported one-click apply and rollback system: stack apply and recovery are experimental opt-ins outside the preview's safety claim.
Antigravity users planning to install every skill without review: the README warns that a full load can exhaust context, slow startup, or cause a crash loop.
Operators who treat a catalog audit as proof that instructions are safe: the security guide says scans can miss indirect behavior and that some included skills cover offensive or credential-bearing work.

Setup reality

Our sandbox install completed in 7 seconds, adding 11 packages and 5 MB. The build then failed after 6 seconds because validate_skills.py could not import yaml. Tests reached 12 passes and 0 failures before the 900-second limit, so the test run was incomplete.

The current package requires Node.js 22. AAS Core runs as a local stdio MCP and its guide says that boundary needs no model credentials or telemetry. You still have to configure the client, let the agent select exact IDs, and choose where stack or plan artifacts are written.

The repository is much heavier than its npm dependency tree: our checkout contained 20,986 files, about 573,234 source lines, and occupied 269.9 MB. Apply and recovery remain experimental, Windows setup has ACL-specific checks, and a stack manifest can contain up to 128 skills.

The 2,028-skill catalog solves discovery, not judgment

The current v16.1.0 catalog contains 2,028 reusable instruction sets and packages them for Codex, Claude Code, Cursor, Gemini CLI, Antigravity, and several other clients. The repository also includes specialized plugins, role-based bundles, ordered workflows, a browser-local Workbench, and AAS Core. That breadth is useful when a team has accumulated skills from several sources and wants one place to search them. It is also the first warning: this is a distribution system for other people's instructions, not a single method written in one voice.

The scale is physical as well as editorial. Our checkout at commit 50a74ca contained 20,986 files, about 573,234 source lines, and used 269.9 MB. Browsing the tree by hand is a poor default at that size. The generated catalog, stable skill manifest, filters, and focused plugins make the collection usable. Teams should begin with a narrow task and exact skill IDs. Installing the whole library gives an agent far more text and authority cues to sort through than most jobs need.

AAS Core records a choice but does not make it

AAS Core's local MCP exposes 7 read-only tools for catalog search, stack composition, inspection, comparison, and selection evidence. The CLI can persist aas-stack.json, validate it, and write an immutable plan. Workbench reviews those artifacts in the browser. This turns a conversational choice into inspectable state without letting the MCP change the target project. The manifest supports as many as 128 selected skills, though the documentation wisely avoids claiming that a large stack is a good stack.

The trust boundary is unusually explicit. Search has no relevance score, recommendation, or preferred order. Codex or Claude decides what fits, while Core checks identities and structure. It does not certify compatibility, setup correctness, semantic coverage, or operational safety. That limitation is easy to miss because the surrounding tooling looks formal. A valid manifest proves that named catalog entries exist and that the artifact is well formed. Even a 128-skill manifest does not prove that the agent picked sensible instructions for a multi-service application.

What happened when we ran it

Our sandbox install succeeded in 7 seconds, added 11 npm packages, and occupied 5 MB. The build failed after 6 seconds during the first validation step. The log shows the Node wrapper launching tools/scripts/validate_skills.py, then Python stopping at import yaml with ModuleNotFoundError: No module named 'yaml'. That is the complete evidence from the failing tail. We cannot say whether another undocumented package would have been needed later because the build never reached the remaining catalog and synchronization steps.

The test command ran for the full 900-second cap. Node's test reporter showed 12 passed and 0 failed out of 12 before the timeout, including checks that runtime promotion rejects unsafe cache-parent permissions. Since the command did not finish, those passes do not establish that the complete suite passed. The npm audit was cleaner: it reported 0 known vulnerabilities at every listed severity. These results came from an unprivileged Node 22 Debian container with 3 CPUs, 8 GB of RAM, and no secrets.

The audit checks 8 signals but cannot certify safety

The repository's audit checks 8 signal types, including commands, network access, credentials, privileged actions, destructive operations, symlinks, binaries, and filesystem use. Direct installation copies instructions without executing their commands, but the security boundary changes when an agent later follows them. The security guide tells users to review the exact revision and warns that automated checks can miss indirect behavior. The report is useful triage, especially in a collection that openly includes critical-risk and authorized offensive-security material. It is not a safety certificate.

Antigravity gets a specific guard because loading too much can exhaust context, slow startup, cause truncation errors, or enter a crash loop. The bare installer therefore requires selectors, filters, or an explicit --all override for that target. Our checkout's 20,986 files make the caution believable. Other clients retain broader legacy install behavior, so the operator has to supply the restraint. The safer path is a focused plugin or a reviewed list of exact IDs, followed by a dry run and the repository's own audit command.

v16.1.0 is active, while apply remains experimental

GitHub shows a last push and the v16.1.0 release on August 25, 2026. The repository's open count was 4, and the four open entries returned by the recent-activity request were pull requests adding more skills. That combination shows active maintenance more convincingly than the release tag alone. The repository also has 9 CI workflow files. It has no Dockerfile and no conventional tests directory, while its tests live under tooling paths and its release notes describe a much larger internal validation matrix than our capped run completed.

The 7-second npm install makes selected use approachable, but AAS Core still labels itself an agent-first preview. Its supported path ends after read-only search, composition, validation, evidence, and plan review. Apply and recovery require experimental opt-in. That is a reasonable boundary for a system that can place instructions into coding agents, but buyers should respect it. Start with one focused plugin or a few reviewed skills. If you need the project to choose the right instructions or prove they are safe, its own documentation says it cannot do either.

Alternatives

ProjectWhat it isPick it when
Anthropic Skills gh↗Anthropic's public collection of focused example skills for Claude.pick this instead when you want a much smaller official reference set and do not need AAS Core or cross-client packaging.
Superpowers gh↗An opinionated software-development workflow built from composable agent skills.pick this instead when you want one coherent development method rather than a catalog assembled from many sources.
Awesome Agent Skills gh↗A curated directory of official and community skills for several coding agents.pick this instead when discovery is the main job and you do not need stack manifests, local MCP composition, or plan artifacts.

Sources

  1. Agentic Awesome Skills repository and README
  2. AAS Core preview guide
  3. Security, trust, and antivirus guidance
  4. Agentic Awesome Skills v16.1.0 release
  5. Recent issues and pull requests

More ai tools reviews

yolov5 · eve · MemOS · LongCat-Video · Concat · DLSS5-Feeder · the whole board →