Skip to main content

AgentBoot

Convention over configuration for agentic development teams

Get StartedCore ConceptsGitHub

Build Once, Deploy Everywhere

Compile AI agent personas from traits, instructions, and gotchas. Distribute to every repo in your org via a single build step.

Multi-Platform Output

Generate native output for Claude Code (.claude/), GitHub Copilot (.github/), and agentskills.io format. One source, all platforms.

Governance Without Friction

Scope hierarchy (org > group > team > repo) lets you enforce compliance centrally while teams customize locally.

Privacy by Design

Three-tier privacy model. Raw prompts never leave the developer's machine. Telemetry is anonymized and opt-in.

Plugin Distribution

Export personas as Claude Code plugins. Publish to private or public marketplaces. Install with one command.

Convention Over Configuration

Sensible defaults for everything. Edit one config file. The Spring Boot of AI agent governance.

Quick Start

npx agentboot setup        # scaffold config
agentboot build            # compile personas
agentboot sync             # distribute to repos

Full getting started guide →