Skip to content llms.txt

Amp

Amp is an AI coding assistant that uses AGENTS.md for its rule files.

DetailValue
Slugamp
Config directory~/.config/amp
Supported content typesRules, Skills, MCP Configs
Content TypeSupportedInstall Method
RulesYesSymlink
SkillsYesSymlink
MCP ConfigsYesJSON merge
AgentsNo
HooksNo
CommandsNo
Content TypeProject LocationGlobal LocationFormat
RulesAGENTS.md~/.config/amp/AGENTS.mdMarkdown
Skills.agents/skills/~/.config/agents/skills/Markdown
MCP Configs.amp/settings.jsonJSON

When adding content from Amp, syllago looks in these locations:

Content TypeDiscovery Paths
RulesAGENTS.md, AGENT.md, CLAUDE.md
Skills.agents/skills/, .claude/skills/ (compatibility fallback)
MCP Configs.amp/settings.json (workspace-scoped, requires user approval in Amp)

Amp adds an implicit **/ prefix to glob patterns at runtime. When converting rules to Amp format, syllago strips any existing **/ prefix from globs to avoid double-prefixing.

Syllago detects Amp by checking for the ~/.config/amp directory.

Terminal window
# Add content from Amp
syllago add --from amp
# Install content to Amp
syllago install my-rule --to amp
# Check compatibility with Amp
syllago compat my-skill