skills/math/rudin-real-complex-analysis/SKILL.md
Problem-solving with Rudin's Real and Complex Analysis textbook
npx skillsauth add rubicanjr/FinCognis rudin-real-complex-analysisInstall 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.
Reference skill for Walter Rudin's "Real and Complex Analysis" (3rd Edition) - a graduate-level text covering measure theory, integration, functional analysis, and complex analysis.
Use this skill when working on:
Measure/Integration Problem?
Complex Analysis Problem?
Functional Analysis?
uv run python scripts/ragie_query.py --query "YOUR_TOPIC measure integration" --partition math-textbooks --top-k 5
uv run python scripts/sympy_compute.py integrate "exp(-x**2)" --var x --bounds "0,oo"
uv run python scripts/z3_solve.py prove "forall x, |f(x)| <= M implies bounded"
| Theorem | Chapter | Use Case | |---------|---------|----------| | Dominated Convergence | Ch 1 | Interchange limit and integral | | Riesz Representation | Ch 2 | Identify dual spaces | | Cauchy's Theorem | Ch 10 | Contour integrals = 0 for analytic | | Residue Theorem | Ch 10 | Evaluate real integrals | | Open Mapping | Ch 5 | Surjective bounded linear maps |
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.