trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Problem-solving with Rudin's Real and Complex Analysis textbook
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill rudin-real-complex-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/rudin-real-complex-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving with Rudin's Real and Complex Analysis textbook
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:
1. **Measure/Integration Problem?**
2. **Complex Analysis Problem?**
3. **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.
A persistent, learning, multi-agent development environment built on Claude Code Continuous Claude transforms Claude Code into a continuously learning system that maintains context across sessions, orchestrates specialized agents, and eliminates wasting
Repo: parcadei/Continuous-Claude-v3
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Guide for integrating Agentica SDK with Claude Code CLI proxy
Reference guide for Agentica multi-agent infrastructure APIs