# Agentbriefer documentation > Versioned documentation for configuring AI coding-agent behavior with Agentbriefer. ## search Documentation for Agentbriefer, the CLI that creates consistent project instructions for AI coding agents. - [Search the documentation](/search.md): Documentation for Agentbriefer, the CLI that creates consistent project instructions for AI coding agents. ## docs ### next - [Architecture](/docs/next/contributing/architecture.md): Internal architecture and data flow of the Agentbriefer CLI. - [Development setup](/docs/next/contributing/development.md): Build, run, and test Agentbriefer locally. - [Documentation workflow](/docs/next/contributing/documentation.md): Author, version, validate, and deploy the Agentbriefer documentation. - [Extending Agentbriefer](/docs/next/contributing/extending-agentbriefer.md): Add detectors, bundled skills, output formats, and configuration behavior safely. - [Testing and release](/docs/next/contributing/testing-and-release.md): Validation layers and the Agentbriefer v1 release checklist. - [Use cases and examples](/docs/next/examples/overview.md): Choose a complete Agentbriefer workflow for your project or team. - [Profiles, skill sets, and manual notes](/docs/next/examples/profiles-and-sync.md): Reuse personal preferences and skill sets while preserving handwritten project notes. - [Solo developer, several agents](/docs/next/examples/solo-multi-agent.md): Keep Claude Code, Cursor, Copilot, and AGENTS.md-compatible tools aligned. - [Stack detection and skills](/docs/next/examples/stack-skills.md): Use detected stack tags to discover relevant skills for Rust, Next.js, and SvelteKit. - [Security-first backend team](/docs/next/examples/team-security.md): Make authentication, secrets, dependencies, and test expectations explicit. - [Configure a project](/docs/next/guides/configure-project.md): Use init, detected stack values, project policies, custom instructions, and stop rules. - [Developer profiles](/docs/next/guides/developer-profiles.md): Reuse personal development and explanation styles across projects. - [Doctor and maintenance](/docs/next/guides/doctor-maintenance.md): Diagnose conflicting policy, missing output, drift, and catalog mismatches. - [Generate vs. sync](/docs/next/guides/generate-vs-sync.md): Choose between full output replacement and managed-block synchronization. - [Skill profiles](/docs/next/guides/skill-profiles.md): Save and apply reusable named sets of skill IDs. - [Skills](/docs/next/guides/skills.md): Discover, inspect, install, update, and remove focused Agentbriefer skills. - [Stack detection](/docs/next/guides/stack-detection.md): Understand detected languages, manifests, dependencies, limitations, and editable prefilled values. - [Team workflow](/docs/next/guides/team-workflow.md): Share project policy while keeping personal filters and profiles separate. - [How Agentbriefer works](/docs/next/how-it-works.md): The Agentbriefer configuration, rendering, skills, and output lifecycle. - [Installation](/docs/next/installation.md): Install Agentbriefer through npm, native installers, GitHub releases, or source. - [Meet Agentbriefer](/docs/next/introduction.md): What Agentbriefer is, what it solves, and when to use it. - [Quick start](/docs/next/quick-start.md): Configure a project and generate AI-agent instructions in minutes. - [Command reference](/docs/next/reference/commands.md): Complete reference for every Agentbriefer CLI command and option. - [Configuration schema](/docs/next/reference/configuration.md): Reference for agentbriefer.yaml and every supported configuration value. - [Detection matrix](/docs/next/reference/detection-matrix.md): Languages, manifest files, and package managers Agentbriefer can detect. - [Files and safety](/docs/next/reference/files-and-safety.md): Files Agentbriefer reads and writes, preservation guarantees, and source-control guidance. - [Outputs](/docs/next/reference/outputs.md): Supported AI-agent instruction formats and how Agentbriefer writes them. - [Bundled skill catalog](/docs/next/reference/skill-catalog.md): Reference for the seven focused skills included with Agentbriefer v1. - [Agentbriefer v1 🎉](/docs/next/release-notes/v1.md): The first stable Agentbriefer release and its user-facing capabilities. - [Troubleshooting](/docs/next/troubleshooting.md): Diagnose installation, configuration, generation, synchronization, and skill issues. ### contributing - [Architecture](/docs/contributing/architecture.md): Internal architecture and data flow of the Agentbriefer CLI. - [Development setup](/docs/contributing/development.md): Build, run, and test Agentbriefer locally. - [Documentation workflow](/docs/contributing/documentation.md): Author, version, validate, and deploy the Agentbriefer documentation. - [Extending Agentbriefer](/docs/contributing/extending-agentbriefer.md): Add detectors, bundled skills, output formats, and configuration behavior safely. - [Testing and release](/docs/contributing/testing-and-release.md): Validation layers and the Agentbriefer v1 release checklist. ### examples - [Use cases and examples](/docs/examples/overview.md): Choose a complete Agentbriefer workflow for your project or team. - [Profiles, skill sets, and manual notes](/docs/examples/profiles-and-sync.md): Reuse personal preferences and skill sets while preserving handwritten project notes. - [Solo developer, several agents](/docs/examples/solo-multi-agent.md): Keep Claude Code, Cursor, Copilot, and AGENTS.md-compatible tools aligned. - [Stack detection and skills](/docs/examples/stack-skills.md): Use detected stack tags to discover relevant skills for Rust, Next.js, and SvelteKit. - [Security-first backend team](/docs/examples/team-security.md): Make authentication, secrets, dependencies, and test expectations explicit. ### guides - [Configure a project](/docs/guides/configure-project.md): Use init, detected stack values, project policies, custom instructions, and stop rules. - [Developer profiles](/docs/guides/developer-profiles.md): Reuse personal development and explanation styles across projects. - [Doctor and maintenance](/docs/guides/doctor-maintenance.md): Diagnose conflicting policy, missing output, drift, and catalog mismatches. - [Generate vs. sync](/docs/guides/generate-vs-sync.md): Choose between full output replacement and managed-block synchronization. - [Skill profiles](/docs/guides/skill-profiles.md): Save and apply reusable named sets of skill IDs. - [Skills](/docs/guides/skills.md): Discover, inspect, install, update, and remove focused Agentbriefer skills. - [Stack detection](/docs/guides/stack-detection.md): Understand detected languages, manifests, dependencies, limitations, and editable prefilled values. - [Team workflow](/docs/guides/team-workflow.md): Share project policy while keeping personal filters and profiles separate. ### how-it-works The Agentbriefer configuration, rendering, skills, and output lifecycle. - [How Agentbriefer works](/docs/how-it-works.md): The Agentbriefer configuration, rendering, skills, and output lifecycle. ### installation Install Agentbriefer through npm, native installers, GitHub releases, or source. - [Installation](/docs/installation.md): Install Agentbriefer through npm, native installers, GitHub releases, or source. ### introduction What Agentbriefer is, what it solves, and when to use it. - [Meet Agentbriefer](/docs/introduction.md): What Agentbriefer is, what it solves, and when to use it. ### quick-start Configure a project and generate AI-agent instructions in minutes. - [Quick start](/docs/quick-start.md): Configure a project and generate AI-agent instructions in minutes. ### reference - [Command reference](/docs/reference/commands.md): Complete reference for every Agentbriefer CLI command and option. - [Configuration schema](/docs/reference/configuration.md): Reference for agentbriefer.yaml and every supported configuration value. - [Detection matrix](/docs/reference/detection-matrix.md): Languages, manifest files, and package managers Agentbriefer can detect. - [Files and safety](/docs/reference/files-and-safety.md): Files Agentbriefer reads and writes, preservation guarantees, and source-control guidance. - [Outputs](/docs/reference/outputs.md): Supported AI-agent instruction formats and how Agentbriefer writes them. - [Bundled skill catalog](/docs/reference/skill-catalog.md): Reference for the seven focused skills included with Agentbriefer v1. ### release-notes - [Agentbriefer v1 🎉](/docs/release-notes/v1.md): The first stable Agentbriefer release and its user-facing capabilities. ### troubleshooting Diagnose installation, configuration, generation, synchronization, and skill issues. - [Troubleshooting](/docs/troubleshooting.md): Diagnose installation, configuration, generation, synchronization, and skill issues.