Skip to content

Github · GitHub Repository Radar

tjboudreaux 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

Stars

1,285

Active Stable

Forks

160

Watchers: 1,285

Repository Radar Score

47 / 100

Growth

7d
+0
30d
+0
%
0.0%

Not enough metric snapshots yet to chart growth for this repository.

Score breakdown

  • popularity 56
  • growth 0
  • activity 75
  • freshness 100
  • community 54

Need help integrating this stack?

Our team builds with modern open-source stacks. Tell us what you are shipping.

Get a quote →

Claude Code thinking skills

28 portable Agent Skills for structured reasoning in Claude Code, GitHub Copilot, Codex, Cursor, and other compatible tools

Claude Code Thinking Skills is a public catalog of Agent Skills. Use it for decisions, diagnosis, systems, risk, strategy, and innovation. Each skill gives an agent a clear procedure. Use a skill when its mechanism fits the task.

Claude Code thinking skills banner

Contents

Jump to why use this catalog, quick start, use a skill, skill catalog, evidence, repository layout, checks and contribution, questions, or license.

Why use this catalog

Use these skills when a problem needs a clear reasoning frame. The catalog covers diagnosis, decisions, creation, risk, execution, product, and strategy.

Read the catalog audit before making performance claims.

Quick start

Skills CLI

npx skills add tjboudreaux/cc-thinking-skills

Install all skills without prompts:

npx skills add tjboudreaux/cc-thinking-skills --all

Claude Code plugin

/plugin marketplace add tjboudreaux/cc-thinking-skills
/plugin install thinking-skills@thinking-skills-marketplace

Copy from a clone

git clone https://github.com/tjboudreaux/cc-thinking-skills.git
mkdir -p /path/to/project/.agents/skills
cp -R cc-thinking-skills/skills/* /path/to/project/.agents/skills/

Claude Code can also load the same directories from ~/.claude/skills/ or .claude/skills/.

Use a skill

Start with the router when the right frame is unclear:

Use thinking-model-router to choose the right framework for this problem.

Invoke a leaf skill when the match is clear:

Use thinking-scientific-method to localize this bug.
Use thinking-reversibility to classify this architecture decision.
Use thinking-pre-mortem to stress-test this launch plan.
Use thinking-theory-of-constraints to find the binding bottleneck.

The Claude Code plugin uses thinking-skills:thinking-model-router as the exact router ID. The router can return NONE, one skill, or up to three complementary skills.

Skill catalog

The 28 active skill IDs match the directories under skills/

Route and compose

Diagnose and understand

Decide and evaluate

Create and improve

Manage risk and execution

Evidence

The catalog audit reports:

  • 28 active skills, all manual-only
  • no automatic-retain verdict
  • portfolio-v1 with zero model calls and an unmeasured result
  • a provisional thinking-scientific-method row at +4.0 percentage points

The +4.0-point row is below the +5-point utility margin and has evidence gaps. Treat it as directional evidence, not an accuracy claim. See the decision-ready audit and analysis/evidence.json

Repository layout

skills/          Agent Skill source
scripts/         skill validation
evals/           structural, routing, and outcome evals
analysis/        evidence registry and audit
.claude-plugin/  Claude Code metadata

Study artifacts live under evals/studies/. External datasets follow their license limits.

Checks and contribution

Validate skill structure:

node scripts/validate-skills.js

Run the local structural gate:

EVAL_RUN=local node evals/run-structural.js

Run routing evaluation with the authenticated droid CLI:

EVAL_RUN=local node evals/run-routing.js

Read the evaluation harness guide and CONTRIBUTING.md before changing the catalog.

To add a skill, create skills/thinking-{name}/SKILL.md with Agent Skills YAML front matter, a precise trigger, a non-trigger boundary, a procedure, and checks. Run validation and the relevant evaluation before submitting.

Questions

Which skill should I start with?

Use thinking-model-router when the fit is unclear. Use a leaf skill when the task already names its mechanism.

Can I use a skill without the router?

Yes. Invoke any skill directly when its trigger matches.

Do these skills guarantee better model accuracy?

No. The evidence supports structured procedures, not a guaranteed accuracy gain.

License

MIT License. See LICENSE for the full text.

Created: Jan 28, 2026

Last push: Aug 7, 2026

Default branch: main

Latest release: v1.0.0

Languages

Share of the codebase by language, based on repository metadata from the host.

  • JavaScript 100.0%

Repository Radar analysis

Deterministic insights derived from public metadata and our observations — not personal testing or reviews.

Why this repository is interesting

  • Listed in our discovery index with public GitHub metadata for analysis.

Who should use it

  • Developers working primarily with JavaScript
  • Teams exploring AI tooling, agents, or ML infrastructure
  • Platform and DevOps engineers

Potential use cases

  • Reference or evaluate JavaScript open-source approaches in this domain
  • Prototype AI/agent workflows or study reference architectures
  • Evaluate automation, CI/CD, or infrastructure patterns

Strengths

  • README present in our index
  • Declared license: MIT License

Limitations / considerations

  • Insights are derived from public metadata and our observations — not a substitute for code review

What to watch

  • Re-check last push, issues, and releases on GitHub before production adoption

Source: GitHub (public metadata) + Repository Radar analysis. We do not claim ownership of third-party repositories.

Ready to ship something that compounds?

Share your roadmap. We’ll come back with scope options, timeline ranges, and who from Shriram IT Ventures should be in the room.

Popular with product teams