by eli-labz
A universal, industry-neutral taxonomy of cognitive core skills (perception, memory, reasoning, planning, action, verification, learning, governance) for LLMs, SLMs, AI agents, and world models — with schemas, 159 skill cards, benchmarks, and CI.
# Add to your Claude Code skills
git clone https://github.com/eli-labz/Cognitive-Core-SkillsGuides for using ai agents skills like Cognitive-Core-Skills.
Cognitive-Core-Skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by eli-labz. A universal, industry-neutral taxonomy of cognitive core skills (perception, memory, reasoning, planning, action, verification, learning, governance) for LLMs, SLMs, AI agents, and world models — with schemas, 159 skill cards, benchmarks, and CI. It has 269 GitHub stars.
Cognitive-Core-Skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/eli-labz/Cognitive-Core-Skills" and add it to your Claude Code skills directory (see the Installation section above).
Cognitive-Core-Skills is primarily written in Python. It is open-source under eli-labz on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh Cognitive-Core-Skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.

Cognitive core skills are the mental operating capabilities an LLM or AI Agent needs to move from chat response to useful digital co-worker. An LLM predicts and generates language. An AI Agent wraps that LLM with memory, planning, tools, integrations, verification, and action control so it can pursue goals inside real workflows.
Cognitive core skills are the agent operating brain: perception to know the situation, memory to preserve continuity, reasoning to judge, planning to sequence work, action selection to execute, verification to confirm progress, learning to improve, and governance to stay safe.
This repository contains a universal, industry-neutral taxonomy package for:
docs/cognitive-core-skills/.data/.Skills/index.md.1.0.015913Skills/: 159 skill cards plus Skills/index.md| System type | Primary strength | Typical limitation without augmentation |
|---|---|---|
| LLM | Broad language understanding, synthesis, reasoning, drafting | Weak continuity and no autonomous bounded action by default |
| SLM | Low-latency, low-cost, private, constrained inference | Narrower transfer and lower open-domain depth |
| AI Agent | Goal pursuit across memory, planning, tools, and actions | Requires robust verification, control gates, and oversight |
| World Model | State and dynamics modeling, simulation, forecasting | Requires grounded observations and updated environment state |
Documentation:
docs/cognitive-core-skills/README.mddocs/cognitive-core-skills/taxonomy.mddocs/cognitive-core-skills/text-based-skills.mddocs/cognitive-core-skills/human-action-skills.mddocs/cognitive-core-skills/world-model-skills.mddocs/cognitive-core-skills/llm-wiki-skills.mddocs/cognitive-core-skills/okf-skills.mddocs/cognitive-core-skills/evaluation-rubric.mddocs/cognitive-core-skills/cognitive-debt-index.mddocs/cognitive-core-skills/glossary.mddocs/cognitive-core-skills/CHANGELOG.mdMachine-readable artifacts:
data/cognitive-core-skills.jsondata/cognitive-core-skills.yamlschemas/cognitive-core-skill.schema.jsonschemas/cognitive-core-taxonomy.schema.jsonBenchmarks and examples:
benchmarks/rubric-task-traces.jsonexamples/cognitive-core-skill-card.mdexamples/agent-skill-assessment.mdGenerated skills directory:
Skills/index.mdSkills/<skill_id>.md (one file per taxonomy skill)Tests and CI:
tests/test_cognitive_core_taxonomy.pytests/test_rubric_benchmark_fixtures.py.github/workflows/taxonomy-ci.ymlCommunity and project health:
CONTRIBUTING.mdGOOD_FIRST_ISSUE_GUIDE.mdRELEASE_CHECKLIST.mdROADMAP.md.github/ISSUE_TEMPLATE/bug_report.yml.github/ISSUE_TEMPLATE/feature_request.yml.github/pull_request_template.mdAdded human-action skill:
ha_consequence_understanding - Human-Action Consequence UnderstandingPurpose: understand likely downstream operational, compliance, and workflow consequences before executing human-action tokens.
Added planning skill:
plan_long_horizon_skill - Long-Horizon SkillPurpose: maintain coherent long-horizon execution across milestones, dependencies, and replanning triggers.
py -m pytest tests/test_cognitive_core_taxonomy.py tests/test_rubric_benchmark_fixtures.py -q
data/cognitive-core-skills.json.data/cognitive-core-skills.yaml.id and unique name.related_skills references.Skills/ folder markdown cards from taxonomy data.docs/cognitive-core-skills/CHANGELOG.md under Unreleased.When taxonomy data changes, regenerate skill card markdown files in Skills/ so they remain synchronized with data/cognitive-core-skills.json.
Expected result:
Skills/index.mdRun:
py scripts/generate_skills.py
This taxonomy package adapts high-level architecture/documentation patterns from:
third-party/autoresearch-masterthird-party/knowledge-catalog-mainthird-party/knowledge-catalog-main/okfNo third-party source code is copied into taxonomy artifacts.
If this taxonomy is useful to you, a star helps others discover it and tells us which direction to invest in next.
GOOD_FIRST_ISSUE_GUIDE.md for beginner-friendly entry points.