trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Problem-solving strategies for groups in abstract algebra
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill groups --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/groupsContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for groups in abstract algebra
name: groups description: "Problem-solving strategies for groups in abstract algebra" allowed-tools: [Bash, Read]
Use this skill when working on groups problems in abstract algebra.
1. **Is G a group under operation *?**
2. **Subgroup Test**
3. **Homomorphism Proof**
4. **Order and Structure**
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([a,b,c], op(op(a,b),c) == op(a,op(b,c)))"
uv run python -m runtime.harness scripts/z3_solve.py prove "subgroup_criterion"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)"
*From indexed textbooks:*
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