#358 · Primary category: AI Coding Assistants
cc-thinking-skills
28 eval-informed mental models and critical-thinking skills for Claude Code, GitHub Copilot, Codex, Cursor, and other Agent Skills-compatible tools
Project last updated:08/07/26
GitHub Stars
1.3K
Forks
161
Contributors
2
License
MIT
Why we included this project
Coding agents like Claude Code and Cursor are good at producing code, but they often need a reasoning structure when the task is ambiguous rather than mechanical. This skill set ships 28 Agent Skills that each hand the assistant an explicit procedure: scientific method to localize a bug, pre-mortem to stress-test a launch plan, theory of constraints to find a bottleneck, or reversibility to classify an architecture decision. You install them through the skills CLI or as a Claude Code plugin, then invoke a skill by name or let the router pick the right frame when you are unsure which fits. There is also a routing and composition layer for chaining skills together, and an evidence audit worth reading before you trust any performance claim. For teams that want their coding assistant to think through diagnosis, risk, and strategy rather than just produce output, this gives them something concrete to adopt.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.