trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Git Commit Rules
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill git-commits --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/git-commitsContext preview
The summary Claude sees to decide when to auto-load this skill.
Git Commit Rules
name: git-commits description: Git Commit Rules user-invocable: false
When the user asks to commit, push, or save changes to git:
**DO NOT** run `git commit` directly. Instead:
Skill("commit")The `/commit` skill: 1. Removes Claude attribution from commits 2. Generates reasoning.md capturing what was tried 3. Clears build attempts for next feature
When you see these in user prompts, use the commit skill:
The skill will prompt you to run:
bash "$CLAUDE_PROJECT_DIR/.claude/scripts/generate-reasoning.sh" <hash> "<message>"
Then push if requested:
git push origin <branch>
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