# Agloom > Transpile canonical agent configurations across AI coding assistants This file follows the llms.txt convention (https://llmstxt.org). Each link points to the raw markdown source of a documentation page. For the full text of all pages in a single file, see /llms-full.txt. ## Guide - [Formatting](https://docs.agloom.sh/guide/formatting.md): How to format and lint Markdown, JSON, YAML, and TOML files with agloom format - [Getting Started](https://docs.agloom.sh/guide/getting-started.md): From zero to your first transpile in 5 minutes - [Instructions](https://docs.agloom.sh/guide/instructions.md): How to write instructions for AI agents with agent-specific blocks - [Introduction](https://docs.agloom.sh/guide/introduction.md): What Agloom does, why it exists, and when to use it - [Overlays](https://docs.agloom.sh/guide/overlays.md): How to use overlays for adapter-specific file customization - [Plugins](https://docs.agloom.sh/guide/plugins.md): How to use and create plugins for sharing configurations - [Project Structure](https://docs.agloom.sh/guide/project-structure.md): Anatomy of the .agloom/ directory and generated output files - [Skills and Agents](https://docs.agloom.sh/guide/skills-and-agents.md): How to create reusable skills and sub-agent definitions - [Variables and Interpolation](https://docs.agloom.sh/guide/variables.md): How to use variables and interpolation in canonical files ## Reference - [Adapters](https://docs.agloom.sh/reference/adapters.md): Reference for all available adapters, capabilities, and dependencies - [CLI Commands](https://docs.agloom.sh/reference/cli.md): Complete reference for all Agloom CLI commands, options, and exit codes - [Configuration File](https://docs.agloom.sh/reference/config.md): Complete reference for .agloom/config.yml format, fields, and validation - [Interpolation](https://docs.agloom.sh/reference/interpolation.md): Complete reference for variable interpolation syntax, namespaces, and resolution - [Patch Operations](https://docs.agloom.sh/reference/patch-operations.md): Reference for all patch operations used in .patch overlay files - [Plugin Manifest](https://docs.agloom.sh/reference/plugin-manifest.md): Complete reference for plugin.yml format, fields, and validation rules - [Transpilers](https://docs.agloom.sh/reference/transpilers.md): Reference for all transpiler modules, pipeline order, and overlay step