Coding agents perform best when they start with project context — conventions, layout, where things live, how to test. Atomic generates those files for you.Documentation Index
Fetch the complete documentation index at: https://bastani.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/init
Start a chat with any supported agent and type /init:
init skill explores your codebase with sub-agents in parallel — locator, analyzer, pattern-finder — and writes:
CLAUDE.mdfor Claude CodeAGENTS.mdfor OpenCode and Copilot CLI
.agents/skills/) — Claude Code reads it through a .claude/skills/ symlink, the others read it directly. See agent-specific files.
Other Atomic skills
Skills are auto-discovered by every supported agent. Invoke them by typing/<skill> (Claude Code) or by natural-language reference (OpenCode, Copilot CLI).
| Skill | Typical invocation | Purpose |
|---|---|---|
init | /init | Generate CLAUDE.md / AGENTS.md by exploring the codebase. |
research-codebase | /research-codebase "<question>" | Dispatch parallel sub-agents to analyze the codebase and write a research doc to research/docs/. |
create-spec | /create-spec "<research-path>" | Produce a technical spec grounded in a research document. |
explain-code | /explain-code "<path>" | Deep-dive explanation of specific code using DeepWiki. |
workflow-creator | natural language | Generate a multi-agent workflow using defineWorkflow + registry. |
gh-commit / gh-create-pr | /gh-commit, /gh-create-pr | Conventional-commit Git commits and GitHub PRs. |
ado-commit / ado-create-pr | /ado-commit, /ado-create-pr | Same for Azure DevOps (adds AB#<id> trailers). |
sl-commit / sl-submit-diff | /sl-commit, /sl-submit-diff | Sapling commits and Phabricator diffs. |
ls .agents/skills/ for the full list on disk.
Native slash commands
Native slash commands (/help, /clear, /compact, /model, /theme, /agents, /mcp, /exit) come from the underlying agent CLI, not Atomic.