Agent skill

math-intuition-builder

Develops mathematical understanding through examples, visualization, and analogy

parcadei3,879★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill math-intuition-builder --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .claude/skills/math/math-intuition-builder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,885
Language: Python
Read our review of the source →

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

From the SKILL.md

# Math Intuition Builder ## When to Use Trigger on phrases like: - "help me understand" - "build intuition for" - "what does this mean geometrically" - "why does this work" - "visualize this concept" - "concrete example of" - "what's the intuition behind" Use before computation to establish understanding (Polya's "understand the problem" phase). ## Process Guide through Mason's specializing-generalizing cycle: ### 1. Restate in own words **Ask:** "Can you state the problem in your own words?" - Forces re-processing - Catches misunderstandings early - Verifies shared understanding ### 2. Try concrete examples **Ask:** "What would a concrete example look like?" - Specialize: try N=3, x=2, simple case - Ground abstract concepts in specifics - Use computation tools to verify examples ### 3. Anticipate the answer **Ask:** "What form should the answer take?" - Work backwards from expected result - Constrain solution space - Check dimensional consistency ### 4. Visualize **Ask:** "Can you draw a picture or diagram?" - Multiple representations matter - Algebraic <-> geometric <-> numeric - ASCII diagrams for quick sketches ### 5. Simplify **Ask:** "What's a simpler version of this problem?

What's inside
Steps it walks through
  1. When to Use
  2. Process
  3. 1. Restate in own words
  4. 2. Try concrete examples
  5. 3. Anticipate the answer
  6. 4. Visualize
  7. 5. Simplify
  8. 6. Find analogies
  9. Key Questions to Ask
  10. Output Format
  11. Example Interaction
  12. Co-activates
More from Continuous-Claude-v3
All skills →
About this skill
What does the math-intuition-builder skill do?

Develops mathematical understanding through examples, visualization, and analogy

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill math-intuition-builder --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 parcadei/Continuous-Claude-v3, a repository with 3,885 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