Bring a project into the agent folder
This Codex skill shares the Claude command workflow in
../../commands/bring.md.
Read that command file first, then follow the same guided workflow one prompt at
a time. When the command file refers to ${CLAUDE_PLUGIN_ROOT}, use this plugin
root instead:
- In an installed Codex hook context, the bundled hook config resolves the installed cache path.
- In this repository while developing, use
plugins/pets-driven.
The repository comes in one of two shapes:
- A remote URL →
git clone "<url>" "<target-folder>". - A local git repo →
git -C "<local-repo>" worktree add "<target-folder>" -b "<branch>".
The target folder must be empty or not yet exist. Once the code is in place, if
no pet is bound to this folder yet, offer to hatch one (see the hatch skill);
a bound pet reacts to the agent's work automatically when the desktop app is
running.