Docs / Integrations
GitHub
Repository grounding and pull requests for Atmos.
What it is used for
GitHub powers Atmos. Connecting a repository lets Atmos read it before proposing code, and open a pull request after you approve one.
What Atmos reads
- ·Instruction files — AGENTS.md, CLAUDE.md, .cursorrules
- ·The file tree, to work out where new code belongs
- ·Existing code relevant to what is being designed, so helpers get reused rather than reimplemented
What it writes, and when
Nothing is written until you confirm a previewed change. When you do, Atmos creates a branch and opens a pull request against it. It never commits to your base branch.
Note
Connect the repository you are actually designing against. Grounding quality is the main driver of whether an Atmos pull request is worth reviewing.
Something unclear or missing? Tell us and we'll fix the page.