Skip to content

Commit 66f029c

Browse files
committed
docs: clarify install-based agent setup
1 parent c5e54d9 commit 66f029c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web/content/docs/9-agent-setup.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ If `.ai-devkit.json` already exists in this project, apply setup with:
5656
ai-devkit install
5757
```
5858

59+
Use a non-default config file if your project stores AI DevKit config elsewhere:
60+
61+
```bash
62+
ai-devkit install --config ./.ai-devkit.team.json
63+
```
64+
5965
Overwrite existing install artifacts without extra prompts:
6066

6167
```bash
@@ -67,11 +73,13 @@ ai-devkit install --overwrite
6773
Based on your configured environments, AI DevKit installs or updates files such as:
6874
- `AGENTS.md` or `CLAUDE.md`
6975
- Environment command folders (for example `.cursor/commands/`, `.claude/commands/`, `.codex/commands/`)
70-
- Agent skill files (for example `.cursor/skills/`, `.claude/skills/`, `.codex/skills/`)
76+
- Agent skill files (for example `.cursor/skills/`, `.claude/skills/`, `.agents/skills/` for Codex, and `.agent/skills/` for Antigravity)
7177
- Other environment-specific templates defined by AI DevKit
7278

7379
The exact artifacts depend on the environments configured in `.ai-devkit.json`.
7480

81+
> **Note:** `ai-devkit install` manages project-local artifacts from `.ai-devkit.json`. For environments that also support global prompt or workflow installation, use `ai-devkit setup --global` separately.
82+
7583
## Typical Agent Setup Flow
7684

7785
1. Initialize once:

0 commit comments

Comments
 (0)