Agent skill

thinking-frameworks

Collection of mental models and decision-making frameworks (first principles, 5 whys, SWOT, Occam's razor, Pareto, inversion, second-order thinking). Use when analyzing problems, making decisions, evaluating trade-offs, or breaking down complex issues.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill thinking-frameworks --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/thinking-frameworks/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Thinking Frameworks & Mental Models A collection of proven mental models for problem-solving, decision-making, and analysis. ## Quick Reference | Framework | Use For | Key Question | |-----------|---------|--------------| | **First Principles** | Breaking assumptions | What are the fundamental truths? | | **5 Whys** | Root cause analysis | Why did this happen? (repeat 5x) | | **SWOT** | Comparing options | Strengths/Weaknesses/Opportunities/Threats? | | **Occam's Razor** | Simplifying solutions | What's the simplest explanation? | | **Second-Order** | Long-term consequences | What are the consequences of consequences? | | **Inversion** | Avoiding failure | How would this fail? | | **Pareto (80/20)** | Prioritizing effort | Which 20% gives 80% of value? | | **Opportunity Cost** | Choosing trade-offs | What am I giving up? | | **One Thing** | Focus | What ONE thing makes everything else easier? | | **10-10-10** | Time perspective | Impact in 10 min/months/years? | | **Via Negativa** | Simplifying | What can I remove? | ## Detailed Frameworks ### First Principles Thinking Strip away assumptions to fundamental truths, then rebuild. **Process**: 1. State the problem 2. List ALL assump

What's inside
Steps it walks through
  1. Quick Reference
  2. Detailed Frameworks
  3. First Principles Thinking
  4. 5 Whys
  5. SWOT Analysis
  6. Occam's Razor
  7. Second-Order Thinking
  8. Inversion
  9. Pareto Principle (80/20)
  10. Opportunity Cost
  11. One Thing Focus
  12. 10-10-10 Rule
  13. Via Negativa
  14. Usage Patterns
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the thinking-frameworks skill do?

Collection of mental models and decision-making frameworks (first principles, 5 whys, SWOT, Occam's razor, Pareto, inversion, second-order thinking). Use when analyzing problems, making decisions, evaluating trade-offs, or breaking down complex issues.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill thinking-frameworks --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going