Skip to main content
Version: v1.0

Outputs

Agentbriefer turns one project profile into native instruction files for four AI coding ecosystems. Select only the tools your project uses, or keep all outputs to offer contributors a consistent experience.

Configuration valuePathIntended consumer
agents-mdAGENTS.mdAgents that implement the AGENTS.md convention
claude-mdCLAUDE.mdClaude Code
cursor-rules.cursor/rules/agentbriefer.mdcCursor
copilot-instructions.github/copilot-instructions.mdGitHub Copilot

Generate or synchronize

agentbriefer generate renders a complete Agentbriefer-owned file. It is the clearest choice for a new output or a file the team intends to manage entirely from configuration.

agentbriefer sync updates the marked Agentbriefer section and preserves content outside it. Use it when a file also contains carefully maintained human instructions.

# First creation
agentbriefer generate

# Subsequent update that preserves surrounding content
agentbriefer sync

Nested paths

Agentbriefer creates required parent directories for Cursor and GitHub output paths. If an output path is a symbolic link, it resolves and writes to the final target rather than replacing the link.

Reviewing changes

Treat generated instructions as source-controlled artifacts:

agentbriefer doctor
agentbriefer sync
git diff -- agentbriefer.yaml AGENTS.md CLAUDE.md .cursor .github

This makes changes visible to reviewers and keeps agent behavior reproducible across machines.

Tool-specific additions

If a platform needs unique guidance, add it outside the managed markers and use sync. Put shared policy in agentbriefer.yaml, a reusable profile, or a skill so it does not drift between outputs.