·math-help
</>

math-help

namesreallyblank/clorch

Guide to the math cognitive stack - what tools exist and when to use each

1Installs·0Trend·@namesreallyblank

Installation

$npx skills add https://github.com/namesreallyblank/clorch --skill math-help

SKILL.md

Cognitive prosthetics for exact mathematical computation. This guide helps you choose the right tool for your math task.

| I want to... | Use this | Example |

| Solve equations | sympycompute.py solve | solve "x2 - 4 = 0" --var x | | Integrate/differentiate | sympycompute.py | integrate "sin(x)" --var x | | Compute limits | sympycompute.py limit | limit "sin(x)/x" --var x --to 0 | | Matrix operations | sympycompute.py / numpycompute.py | det "[[1,2],[3,4]]" |

Guide to the math cognitive stack - what tools exist and when to use each Source: namesreallyblank/clorch.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/namesreallyblank/clorch --skill math-help
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is math-help?

Guide to the math cognitive stack - what tools exist and when to use each Source: namesreallyblank/clorch.

How do I install math-help?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/namesreallyblank/clorch --skill math-help Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/namesreallyblank/clorch