Agentd banner
macrox-pro macrox-pro

Agentd

Development community

Description

🛡️ Local daemon that guards & observes coding-agent hooks — one policy for Claude, Cursor, Codex & more

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

agentd-about

agentd

A local daemon that proxies, guards, and observes coding-agent hooks — once, for every agent.


agentd sits between your AI coding agents (Claude Code, Cursor, Codex, Gemini CLI, OpenCode, Kimi Code) and your hook logic. Agents invoke a thin CLI entrypoint; a user-level daemon applies policies, dispatches sync and async pipelines, and returns provider-correct responses. Built on [agenthooks](https://github.com/speakeasy-api/agenthooks) for wire compatibility.

[![Go Reference](https://pkg.go.dev/badge/github.com/macrox-pro/agentd.svg)](https://pkg.go.dev/github.com/macrox-pro/agentd) ![Go Version](https://img.shields.io/badge/go-1.26+-00ADD8?logo=go) ![License](https://img.shields.io/badge/license-MIT-blue)

**Status:** v0.0.3 (policy.offline). Roadmap history: [PROGRESS.md](./PROGRESS.md#milestones-archive).

Documentation

Contributor design and conventions: [DESIGN.md](./DESIGN.md), [AGENTS.md](./AGENTS.md), [CONVENTIONS.md](./CONVENTIONS.md). How to contribute: [CONTRIBUTING.md](./CONTRIBUTING.md).

Research

Structured verbatim excerpts from primary sources — used when designing provider support, hooks, and conventions. Each tree has its own index and `SOURCES.md`.

Tree Focus
research/best-practice Go best practices (Go ≥ 1.26.7)
research/claude-code Claude Code docs — agent loop, hooks, MCP, settings, skills, plugins, cloud, enterprise
[resear