Cognitive-Core-Skills

作者 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.

213
Stars
59
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/eli-labz/Cognitive-Core-Skills

快速入门

使用 Cognitive-Core-Skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Cognitive Core Skills

Cognitive Core Skills

CI Skills License Pages Stars Forks Contributions welcome Good first issues

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.

Repository overview

This repository contains a universal, industry-neutral taxonomy package for:

  • LLM capabilities
  • SLM capabilities
  • AI agent capabilities
  • World model capabilities
  • Text-based cognitive skills
  • Human-action cognitive skills
  • Persistent LLM Wiki knowledge operations
  • OKF-style knowledge cataloging operations

Why star or fork this project

  • Practical: ready-to-use taxonomy data, schemas, and validation tests.
  • Operational: includes human-action skills and governance-oriented constructs.
  • Reusable: JSON, YAML, and markdown skill cards for easy integration.
  • Collaborative: contribution templates, roadmap, and CI in place.

Quickstart

  1. Read the taxonomy package docs in docs/cognitive-core-skills/.
  2. Explore machine-readable data in data/.
  3. Browse generated skill cards in Skills/index.md.
  4. Run validation locally.

Current status

  • Taxonomy version: 1.0.0
  • Skill count: 159
  • Domains covered: 13
  • Generated skill files in Skills/: 159 skill cards plus Skills/index.md
  • CI enabled for taxonomy and benchmark fixture tests

Capability model differences

System typePrimary strengthTypical limitation without augmentation
LLMBroad language understanding, synthesis, reasoning, draftingWeak continuity and no autonomous bounded action by default
SLMLow-latency, low-cost, private, constrained inferenceNarrower transfer and lower open-domain depth
AI AgentGoal pursuit across memory, planning, tools, and actionsRequires robust verification, control gates, and oversight
World ModelState and dynamics modeling, simulation, forecastingRequires grounded observations and updated environment state

Key package paths

Documentation:

  • docs/cognitive-core-skills/README.md
  • docs/cognitive-core-skills/taxonomy.md
  • docs/cognitive-core-skills/text-based-skills.md
  • docs/cognitive-core-skills/human-action-skills.md
  • docs/cognitive-core-skills/world-model-skills.md
  • docs/cognitive-core-skills/llm-wiki-skills.md
  • docs/cognitive-core-skills/okf-skills.md
  • docs/cognitive-core-skills/evaluation-rubric.md
  • docs/cognitive-core-skills/cognitive-debt-index.md
  • docs/cognitive-core-skills/glossary.md
  • docs/cognitive-core-skills/CHANGELOG.md

Machine-readable artifacts:

  • data/cognitive-core-skills.json
  • data/cognitive-core-skills.yaml
  • schemas/cognitive-core-skill.schema.json
  • schemas/cognitive-core-taxonomy.schema.json

Benchmarks and examples:

  • benchmarks/rubric-task-traces.json
  • examples/cognitive-core-skill-card.md
  • examples/agent-skill-assessment.md

Generated skills directory:

  • Skills/index.md
  • Skills/<skill_id>.md (one file per taxonomy skill)

Tests and CI:

  • tests/test_cognitive_core_taxonomy.py
  • tests/test_rubric_benchmark_fixtures.py
  • .github/workflows/taxonomy-ci.yml

Community and project health:

  • CONTRIBUTING.md
  • GOOD_FIRST_ISSUE_GUIDE.md
  • RELEASE_CHECKLIST.md
  • ROADMAP.md
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • .github/pull_request_template.md

Recent taxonomy update

Added human-action skill:

  • ha_consequence_understanding - Human-Action Consequence Understanding

Purpose: understand likely downstream operational, compliance, and workflow consequences before executing human-action tokens.

Added planning skill:

  • plan_long_horizon_skill - Long-Horizon Skill

Purpose: maintain coherent long-horizon execution across milestones, dependencies, and replanning triggers.

Run validation locally

py -m pytest tests/test_cognitive_core_taxonomy.py tests/test_rubric_benchmark_fixtures.py -q

How to add a new skill

  1. Add the skill card to data/cognitive-core-skills.json.
  2. Mirror the same skill in data/cognitive-core-skills.yaml.
  3. Ensure unique id and unique name.
  4. Add valid related_skills references.
  5. Regenerate the Skills/ folder markdown cards from taxonomy data.
  6. Update docs/cognitive-core-skills/CHANGELOG.md under Unreleased.
  7. Run the local pytest command above.

Regenerate skill markdown files

When taxonomy data changes, regenerate skill card markdown files in Skills/ so they remain synchronized with data/cognitive-core-skills.json.

Expected result:

  • one markdown file per skill id
  • one generated index file at Skills/index.md

Run:

py scripts/generate_skills.py

Attribution and license boundaries

This taxonomy package adapts high-level architecture/documentation patterns from:

  • third-party/autoresearch-master
  • third-party/knowledge-catalog-main
  • third-party/knowledge-catalog-main/okf

No third-party source code is copied into taxonomy artifacts.

Star history

If this taxonomy is useful to you, a star helps others discover it and tells us which direction to invest in next.

Star History Chart

Support this project

  • Star the repo to bookmark it and help with discoverability.
  • Fork the repo if you want to adapt the taxonomy, schemas, or skill cards for your own agent stack.
  • Open an issue for a missing skill, a schema question, or a benchmark idea. See GOOD_FIRST_ISSUE_GUIDE.md for beginner-friendly entry points.
  • Share a "Show and tell" write-up if you build something on top of this taxonomy once Discussions are enabled.

常见问题

What is 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 213 GitHub stars.

Is Cognitive-Core-Skills safe to use?

Yes. Cognitive-Core-Skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install Cognitive-Core-Skills?

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).

What programming language is Cognitive-Core-Skills written in?

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.

Are there alternatives to Cognitive-Core-Skills?

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.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情