math-intuition-builder

0
0
Source

Develops mathematical understanding through examples, visualization, and analogy

Install

mkdir -p .claude/skills/math-intuition-builder && curl -L -o skill.zip "https://mcp.directory/api/skills/download/5276" && unzip -o skill.zip -d .claude/skills/math-intuition-builder && rm skill.zip

Installs to .claude/skills/math-intuition-builder

About this skill

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?"

  • Reduce dimension
  • Remove terms
  • Special cases reveal structure

6. Find analogies

Ask: "Does this remind you of anything you've solved before?"

  • Pattern matching across domains
  • Transfer solution strategies

Key Questions to Ask

  1. What are you trying to find? (restate)
  2. What happens with small numbers? (specialize)
  3. What shape should the answer be? (anticipate)
  4. What does this look like visually? (represent)
  5. What's the simplest version? (reduce)
  6. What's similar? (analogize)

Output Format

Understanding Checkpoint:

Restated Problem:
[User's words, verified]

Concrete Instance:
[Specific numerical example]

Visual Interpretation:
[Description or ASCII diagram]

Simplified Version:
[Special case that's easier]

Analogous Problems:
[Similar structures from other domains]

Intuition Summary:
[1-2 sentence "aha" insight]

Ready to Proceed:
- Next step: [specific action]
- Verify by: [sanity check]

Example Interaction

User: I'm trying to understand why eigenvalues matter for stability

Claude: Let's build intuition step by step.

Q1: Restate the problem?
> I have x' = Ax and want to know if solutions grow or shrink.

Q2: Let's try a concrete example.
A = [[0, 1], [-1, 0]]

Computing eigenvalues: +/- i (purely imaginary)

What happens to solutions?
> They neither grow nor shrink?

Exactly. Solutions are circles - oscillation without growth.

Q3: Now try A = [[-1, 0], [0, -1]]
Eigenvalues: -1, -1 (negative real)

What happens?
> Shrinks to zero.

Yes. Negative real parts = decay.

Q4: Visual pattern:

  Im
   |    x unstable
   |
---+------- Re
   |
   |    x stable

Re(lambda) < 0: stable (decay)
Re(lambda) = 0: marginal (oscillate)
Re(lambda) > 0: unstable (blow up)

Q5: Analogies:
- Springs: eigenvalues = decay rates
- Populations: growth/death rates
- Circuits: time constants

Intuition Summary:
Eigenvalues are the system's "DNA" - they encode fundamental rates.
Look at real parts for stability.

Ready to Proceed:
- Next: Analyze your specific A matrix
- Verify: trace(A) < 0 and det(A) > 0 implies stability (2x2 case)

Co-activates

Suggest alongside:

  • math-model-selector - if framework unclear
  • math-mode - for concrete computations
  • math-progress-monitor - during problem solving
  • Relevant domain skill - once intuition established

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

643969

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

591705

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

318398

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

339397

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

451339

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

304231

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.