skills/math/linear-algebra/matrices/SKILL.md
Problem-solving strategies for matrices in linear algebra
npx skillsauth add rubicanjr/FinCognis matricesInstall 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 matrices problems in linear algebra.
Identify Matrix Type
sympy_compute.py matrix_typeBasic Operations
sympy_compute.py matmul "A" "B"sympy_compute.py inverse "A"sympy_compute.py transpose "A"Solve Linear Systems
sympy_compute.py linsolve "A" "b"z3_solve.py satDecompositions
sympy_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.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
development
Screenshot comparison QA for frontend development. Takes a screenshot of the current implementation, scores it across multiple visual dimensions, and returns a structured PASS/REVISE/FAIL verdict with concrete fixes. Use when implementing UI from a design reference or verifying visual correctness.