vibeeval/matrices
Problem-solving strategies for matrices in linear algebra
npx skills add https://github.com/vibeeval/vibecosystem --skill matrices
Use this skill when working on matrices problems in linear algebra.
sympy_compute.py matrix_typesympy_compute.py matmul "A" "B"sympy_compute.py inverse "A"sympy_compute.py transpose "A"sympy_compute.py linsolve "A" "b"z3_solve.py satsympy_compute.py lu "A"sympy_compute.py qr "A"sympy_compute.py svd "A"uv run python -m runtime.harness scripts/sympy_compute.py inverse "[[1,2],[3,4]]"
uv run python -m runtime.harness scripts/sympy_compute.py det "[[a,b],[c,d]]"
uv run python -m runtime.harness scripts/sympy_compute.py linsolve "[[1,2],[3,4]]" "[5,6]"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take vibeeval/matrices from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.