Open agent-skill format

Give your agent
the whole curriculum.

425 concepts across 12 domains of artificial intelligence, packaged as skills any agent can load. Written for an adult with no computer science and no mathematics past school arithmetic — so your agent teaches from what is written here, not from whatever it happens to recall.

0concepts 0domains 0prerequisite links CC BYfree to adapt

Install

Copy the domains you want into your agent’s skills folder. Take one or take all 12 — each stands on its own.

git clone https://github.com/basava-code/learn-ai-skills.git

# Claude Code
cp -r learn-ai-skills/mathematical-foundations ~/.claude/skills/

# Hermes
cp -r learn-ai-skills/mathematical-foundations ~/.hermes/skills/

It knows what rests on what

Every concept names the graph in both directions, so an agent can check you are ready for something before it teaches it — and tell you what opens up once you are.

Rests on

What has to come first. Eigenvalues and Eigenvectors names three:

Linear Transformations Matrix Multiplication Vector Spaces and Rank

Leads to

What opens once it is understood. Vector Spaces and Rank names ten:

Eigenvalues and Eigenvectors PageRank Singular Value Decomposition Support Vector Machines and six more

The 12 domains

One skill each: a short index plus one Markdown file per concept, loaded on demand. Your agent reads 12 one-line descriptions at startup and opens a concept only when it needs it.

Things to ask once it is installed