vibeeval/vector-spaces
Problem-solving strategies for vector spaces in linear algebra
npx skills add https://github.com/vibeeval/vibecosystem --skill vector-spaces
Use this skill when working on vector-spaces problems in linear algebra.
z3_solve.py provesympy_compute.py nullspace "A"sympy_compute.py rref "A" to find pivot columnssympy_compute.py inverse "P"uv run python -m runtime.harness scripts/sympy_compute.py nullspace "[[1,2,3],[4,5,6]]"
uv run python -m runtime.harness scripts/sympy_compute.py rref "[[1,2,3],[4,5,6]]"
uv run python -m runtime.harness scripts/z3_solve.py prove "subspace_closed"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take vibeeval/vector-spaces 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.