Hawk Hooks banner
pkronstrom pkronstrom

Hawk Hooks

AI community

Description

One registry for all your AI coding tools. Define skills, hooks, agents, prompts, and MCP servers once; hawk syncs them into Claude Code, Antigravity, Codex CLI, OpenCode, and Cursor in each tool's native format. Hierarchical config, git-based packages, interactive TUI.

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

hawk-hooks

![hawk banner](docs/hawk_banner.png)

**One registry for all your AI coding tools.** Skills, hooks, agents, prompts, and MCP servers — configured once, synced everywhere.

hawk TUI demo

You have Claude Code, Antigravity, and Codex CLI all running on the same codebase — each with its own config format, its own directory, its own way of wiring hooks. You copy files between `~/.claude`, `~/.antigravity`, and `~/.codex`. You forget which project has which hooks enabled. You update a skill in one place and forget the other two.

hawk-hooks manages a single registry of components and syncs them into every tool's native format. Write once, enable anywhere.

Features

  • One registry, every tool — Write a hook or skill once, hawk symlinks it into Claude Code, Antigravity, Codex CLI, OpenCode, and Cursor
  • Hierarchical config — Global defaults, monorepo overrides, per-project tweaks — resolved automatically through a config chain
  • Git-based packageshawk download to install community skills and hooks, hawk update to stay current
  • Interactive TUI — Dashboard for toggling components, managing packages, and browsing your registry without memorizing CLI commands
  • Canonical hook events — One hook script auto-translates to each tool's native event format and wiring
  • Batteries included — Ships with safety hooks (file-guard, dangerous-cmd), code review agents, and cross-tool delegation prompts

Quick Start

# Install
uv tool install git+https://github.com/pkronstrom/hawk-hooks.git

# Launch the TUI — auto-detects installed AI tools on first run
hawk

The first-run wizard scans for installed tools, sets up your registry, and optionally installs the built-in starter kit. From there, the dashboard is your home base.

Install a package

# Import skills from any git repo
hawk download https://github.com/anthropics/skills

# Enable w