Skip to content

Repository files navigation

Accelerators

Reusable building blocks for apps built on the Claude Agent SDK.

Projects

  • claude-auth-accelerator — reusable credential resolution (console API key -> ambient claude CLI 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 of claude-auth-accelerator.
  • ClaudeSDKLoggerAccelerator — drop-in, on-demand JSON-line tracing of Claude Agent SDK tool calls/agent activity via PreToolUse/PostToolUse hooks. Standalone, no dependency on any other Accelerator.
  • ClaudeSDKLoggerAcceleratorTester — smoke-test project that exercises every trace scope of ClaudeSDKLoggerAccelerator end-to-end.

Install

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 ClaudeSDKLoggerAcceleratorTester

See each project's README for usage and configuration.

About

Accelerators for claude login

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages