trace-claude-code
Automatically trace Claude Code conversations to Braintrust for observability. Captures sessions, conversation turns, and tool calls as hierarchical traces.
Fast codebase search via WarpGrep (20x faster than grep)
$ npx -y skills add parcadei/Continuous-Claude-v3 --skill morph-search --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/morph-searchContext preview
The summary Claude sees to decide when to auto-load this skill.
Fast codebase search via WarpGrep (20x faster than grep)
name: morph-search description: Fast codebase search via WarpGrep (20x faster than grep) allowed-tools: [Bash, Read]
Fast, AI-powered codebase search using WarpGrep. 20x faster than traditional grep.
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "authentication" --path "."uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "def.*login" --path "./src"uv run python -m runtime.harness scripts/mcp/morph_search.py \
--edit "/path/to/file.py" --content "new content"| Parameter | Description | |-----------|-------------| | `--search` | Search query/pattern | | `--path` | Directory to search (default: `.`) | | `--edit` | File path to edit | | `--content` | New content for file (use with `--edit`) |
# Find all async functions
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "async def" --path "./src"
# Search for imports
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "from fastapi import" --path "."| Tool | Best For | |------|----------| | **morph/warpgrep** | Fast text/regex search (20x faster) | | **ast-grep** | Structural code search (understands syntax) |
Requires `morph` server in mcp_config.json with `MORPH_API_KEY`.
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