maestro/skills/math/math/linear-algebra/eigenvalues/SKILL.md
Problem-solving strategies for eigenvalues in linear algebra
npx skillsauth add scooter-lacroix/maestro eigenvaluesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on eigenvalues problems in linear algebra.
Compute Characteristic Polynomial
sympy_compute.py charpoly "[[a,b],[c,d]]" --var lamFind Eigenvalues
sympy_compute.py eigenvalues "[[1,2],[3,4]]"Find Eigenvectors
sympy_compute.py eigenvectors "[[1,2],[3,4]]"Verify
z3_solve.py proveuv run python -m runtime.harness scripts/sympy_compute.py eigenvalues "[[1,2],[3,4]]"
uv run python -m runtime.harness scripts/sympy_compute.py charpoly "[[a,b],[c,d]]" --var lam
uv run python -m runtime.harness scripts/z3_solve.py sat "det(A - lambda*I) == 0"
See .maestro/skills/math-mode/SKILL.md for full tool documentation.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic