Reusable building blocks for apps built on the Claude Agent SDK.
claude-auth-accelerator— reusable credential resolution (console API key -> ambientclaudeCLI OAuth -> OS-mounted session) so consumers never touch env vars or mount paths directly.release-notes-agent— summarizes a git diff into a one-line release-note bullet, built on top ofclaude-auth-accelerator.ClaudeSDKLoggerAccelerator— drop-in, on-demand JSON-line tracing of Claude Agent SDK tool calls/agent activity viaPreToolUse/PostToolUsehooks. Standalone, no dependency on any other Accelerator.ClaudeSDKLoggerAcceleratorTester— smoke-test project that exercises every trace scope ofClaudeSDKLoggerAcceleratorend-to-end.
Each project is an independently installable Python package under src/ (PEP 660 editable installs):
pip install -e claude-auth-accelerator
pip install -e release-notes-agent
pip install -e ClaudeSDKLoggerAccelerator
pip install -e ClaudeSDKLoggerAcceleratorTesterSee each project's README for usage and configuration.