Automatically discover mathematics and algorithm skills when working with mathematics. Activates for math development tasks.
View on GitHubrand/cc-polymath
cc-polymath
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/rand/cc-polymath/blob/main/skills/discover-math/SKILL.md -a claude-code --skill discover-mathInstallation paths:
.claude/skills/discover-math/# Math Skills Discovery Provides automatic access to comprehensive math skills. ## When This Skill Activates This skill auto-activates when you're working with: - mathematics - algorithms - linear algebra - calculus - topology - category theory - proofs - theorems ## Available Skills ### Quick Reference The Math category contains 11 skills: 1. **abstract-algebra** 2. **category-theory-foundations** 3. **differential-equations** 4. **linear-algebra-computation** 5. **number-theory** 6. **numerical-methods** 7. **optimization-algorithms** 8. **probability-statistics** 9. **set-theory** 10. **topology-algebraic** 11. **topology-point-set** ### Load Full Category Details For complete descriptions and workflows: ```bash cat ~/.claude/skills/math/INDEX.md ``` This loads the full Math category index with: - Detailed skill descriptions - Usage triggers for each skill - Common workflow combinations - Cross-references to related skills ### Load Specific Skills Load individual skills as needed: ```bash cat ~/.claude/skills/math/abstract-algebra.md cat ~/.claude/skills/math/category-theory-foundations.md cat ~/.claude/skills/math/differential-equations.md cat ~/.claude/skills/math/linear-algebra-computation.md cat ~/.claude/skills/math/number-theory.md ``` ## Progressive Loading This gateway skill enables progressive loading: - **Level 1**: Gateway loads automatically (you're here now) - **Level 2**: Load category INDEX.md for full overview - **Level 3**: Load specific skills as needed ## Usage Instructions 1. **Auto-activation**: This skill loads automatically when Claude Code detects math work 2. **Browse skills**: Run `cat ~/.claude/skills/math/INDEX.md` for full category overview 3. **Load specific skills**: Use bash commands above to load individual skills --- **Next Steps**: Run `cat ~/.claude/skills/math/INDEX.md` to see full category details.