analytic-functions
Problem-solving strategies for analytic functions in complex analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Problem-solving strategies for analytic functions in complex analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | analytic-functions |
| description | Problem-solving strategies for analytic functions in complex analysis |
| allowed-tools | ["Bash","Read"] |
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 .maestro/skills/math-mode/SKILL.md for full tool documentation.