CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. parcadei
  4. /
  5. continuous-claude-v3
  6. /
  7. Braintrust Tracing

Braintrust Tracing

Editor's Note

This hooks into Claude Code's event system to trace every session, turn, and tool call to Braintrust for debugging and analysis. It captures the full hierarchy of LLM calls, tool executions, and token usage, with special handling for sub-agents (though those currently create orphaned traces you'll need to correlate manually via session IDs). The hook architecture is comprehensive, there are Python scripts to query traces, and the documentation is refreshingly honest about what works and what doesn't. If you're trying to understand why Claude Code made certain decisions or optimize token usage across complex sessions with nested agents, this gives you the visibility you need. The state management is file-based, so you can inspect everything without touching the API.

Install

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill braintrust-tracing
Votes
0
Installs412
GitHub Stars3.8k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment