Carabiner
Description
Library for building Claude Code hooks that are type-safe, maintainable, and shareable
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Carabiner - Type-Safe Hooks Framework for Claude Code
[](https://badge.fury.io/js/@carabiner%2Fhooks-core) [](https://www.npmjs.com/package/@carabiner/hooks-core) [](https://opensource.org/licenses/MIT)
A comprehensive TypeScript framework for building type-safe Claude Code hooks, built on top of the official `@anthropic-ai/claude-code` SDK for maximum compatibility and type safety.
๐ Overview
Transform Claude Code hook development from manual shell scripting to **type-safe, testable, maintainable TypeScript applications**. Built directly on the official Claude Code SDK, this framework ensures full compatibility with all Claude Code features while providing a superior developer experience.
โจ Key Benefits
- ๐ก๏ธ SDK Integration: Built on
@anthropic-ai/claude-codefor guaranteed compatibility - ๐ Full Type Safety: Complete TypeScript types for all hooks and tools via the SDK
- ๐ง Multiple APIs: Function-based, Builder pattern, and Declarative approaches
- ๐ Security: Built-in validators and environment-specific protections
- ๐งช Testing: Complete mock framework and testing utilities
- โก Performance: Fast, efficient hook execution with proper error handling
- ๐ฏ Tool Scoping: Hooks can target specific tools or run universally
๐ฆ Installation
Quick Start with NPM
# Install core packages
bun add @carabiner/hooks-core @carabiner/types @carabiner/execution
# For development
bun add -d @carabiner/hooks-testing @carabiner/hooks-validators
Available Packages
All packages are available on npm under the `@carabiner` scope:
- Core:
@carabiner/hooks-core- Core hook functionality with SDK integration - Types:
@carabiner/types- TypeScript type definitions - Execution: `@carabiner/exec
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k โญ) - Lightweight coding agent that runs in your terminal.
src/agents/ โ 11 Agent Definitions
**Generated:** 2026-04-11