用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill rudin-real-complex-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | rudin-real-complex-analysis |
| description | Problem-solving with Rudin's Real and Complex Analysis textbook |
| allowed-tools | ["Bash","Read"] |
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.