skills/math/complex-analysis/analytic-functions/SKILL.md
Problem-solving strategies for analytic functions in complex analysis
npx skillsauth add rubicanjr/FinCognis analytic-functionsInstall 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 analytic-functions problems in complex analysis.
Is f analytic at z0?
sympy_compute.py diff "u" --var x and sympy_compute.py diff "v" --var yCauchy-Riemann Verification
z3_solve.py prove "cauchy_riemann"Power Series
sympy_compute.py series "f(z)" --var z --at z0Analytic Continuation
uv run python -m runtime.harness scripts/sympy_compute.py diff "u(x,y)" --var x
uv run python -m runtime.harness scripts/sympy_compute.py diff "v(x,y)" --var y
uv run python -m runtime.harness scripts/sympy_compute.py series "exp(z)" --var z --at 0
uv run python -m runtime.harness scripts/z3_solve.py prove "diff(u,x) == diff(v,y)"
From indexed textbooks:
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.