analytic-functions
Installation
SKILL.md
Analytic Functions
When to Use
Use this skill when working on analytic-functions problems in complex analysis.
Decision Tree
-
Is f analytic at z0?
- Check Cauchy-Riemann equations: du/dx = dv/dy, du/dy = -dv/dx
- Check if f has power series expansion around z0
- Check if f is differentiable in neighborhood of z0
sympy_compute.py diff "u" --var xandsympy_compute.py diff "v" --var y
-
Cauchy-Riemann Verification
- Write f(z) = u(x,y) + iv(x,y)
- Compute partial derivatives
- Verify: du/dx = dv/dy AND du/dy = -dv/dx
Related skills
More from parcadei/continuous-claude-v3
discovery-interview
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
3.2Kgithub-search
Search GitHub code, repositories, issues, and PRs via MCP
516math
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
514dead-code
Find unused functions and dead code in the codebase
432premortem
Identify failure modes before they occur using structured risk analysis
407agentic-workflow
Agentic Workflow Pattern
391