Vibecosystem math

Multi-layer cognitive stack for machine-verified mathematical problem solving across 14 sub-disciplines.

install
source · Clone the upstream repo
git clone https://github.com/vibeeval/vibecosystem
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vibeeval/vibecosystem "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/math" ~/.claude/skills/vibeeval-vibecosystem-math-12698a && rm -rf "$T"
manifest: skills/math/SKILL.md
source content

Math Cognitive Stack

A structured collection of skills for mathematical reasoning, proof construction, and problem solving.

Sub-Skills

DirectoryTopic
abstract-algebraGroups, rings, fields, homomorphisms
category-theoryFunctors, natural transformations, adjoints
complex-analysisHolomorphic functions, contour integration
functional-analysisBanach/Hilbert spaces, operators
graph-number-theoryGraph theory and number-theoretic results
information-theoryEntropy, channel capacity, coding
linear-algebraVector spaces, matrices, eigenvalues
math-intuition-builderBuild intuition before formalization
math-model-selectorChoose the right mathematical model
math-progress-monitorTrack proof progress and open goals
mathematical-logicPropositional and first-order logic, proofs
measure-theorySigma-algebras, integration, probability foundations
numerical-methodsApproximation, error analysis, algorithms
odes-pdesOrdinary and partial differential equations
optimizationConvex, combinatorial, gradient-based optimization
real-analysisLimits, continuity, differentiation, integration
rudin-real-complex-analysisGuided work through Rudin's textbooks
topologyOpen sets, continuity, compactness, connectedness

When to Use

Activate the appropriate sub-skill based on the mathematical domain in the user's question. Use

math-model-selector
when the domain is unclear.