Report · marked 26 Aug 2026
sickn33/agentic-awesome-skills
Ready for an agent to work in without hand-holding.
Python · 45,384 stars · 20,996 files · branch main
Higher is better. Accent marks what is costing you most.
Fix these first
The full marking
Every deduction below names the file or setting it came from.
Instructions 25/27 A+
Whether the repo tells an agent how to behave before it starts guessing.
Setup 14/18 A-
Whether an agent can install the project and get it running without a human.
Verification loop 17/25 B
Whether an agent can check its own work. This is the category that most decides whether agent output is trustworthy.
Context economy 19/20 A+
Whether the repo fits in a context window, or fights it.
Here is your AGENTS.md
Drafted from what is actually in this repository: the install
command from your lockfile, the commands you already declare, your real directory layout. Anything
marked TODO needs a person. Save it at the root as AGENTS.md.
# AGENTS.md 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. ## Setup ``` npm ci ``` ## Commands ``` npm run build # produce a build npm run test # run the test suite, must pass before any commit npm run validate npm run validate:glossary npm run validate:strict npm run audit:skills npm run audit:skills:strict npm run fix:missing-sections ``` ## Layout - `plugins/` 1757 source files - `skills/` 1020 source files - `tools/` 237 source files - `apps/` 56 source files - `verification/` 4 source files - `scripts/` 3 source files ## Conventions - Tests live alongside the code they cover, following `apps/web-app/scripts/generate-sitemap.test.js`. - CI defines what passing means. See `.github/workflows/aas-agent-first-preview.yml`, and keep it green. - TODO: add the two or three conventions a newcomer always gets wrong here. --- Drafted by agentreadme.com from what is in this repository. Everything marked TODO needs a human. Check it in as AGENTS.md at the root.
Open the raw markdown
or
curl -o AGENTS.md agentreadme.com/draft/sickn33/agentic-awesome-skills.md
Show the mark
The badge re-checks daily, so it keeps up as the repository changes. Use mark again to force it now.
[](https://agentreadme.com/sickn33/agentic-awesome-skills)Other Python repositories, marked
Think this mark is wrong?
Every deduction above names the file it came from, so this can be settled by looking. If a check missed something, that is a rule worth fixing.