Bring

Use when the user wants to bring a project repository into the current agent folder — clone a remote repo or add a git worktree from a local repo — so a pets-driven pet has a project to work on. Triggers on requests like "bring the project into this folder", "clone the repo here", "set up the worktree for the agent", or populating a freshly created agent directory.

young1the 3c83570 1.3 KB Updated

File contents

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 URLgit clone "<url>" "<target-folder>".
  • A local git repogit -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.

young1the/pets-driven/tree/main/plugins/pets-driven/codex-skills/bring commit 3c83570f1f

Frequently asked questions

npx skillmds@latest add young1the/bring