Instructions file CodexOpenCode
AGENTS.md instructions for young1the/pets-driven, covering agents.md, language, commands, modules and non-obvious rules.
Instructions file CodexOpenCode
AGENTS.md instructions for young1the/pets-driven, covering agents.md, language, commands, modules and non-obvious rules.
Instructions file
Claude Code instructions for young1the/pets-driven, a project described as: Desktop pets that show your Claude Code / Codex CLI agent status and tell you the moment a task finishes. Windows app built with Tauri.
Plugin Claude Code
Local marketplace for the pets-driven agent bridge plugin.
Plugin Claude Code
Forward Claude Code lifecycle events to the pets-driven desktop companion so the bound pet expresses agent work state.
Command
Bring a project repository into the current agent folder, via git clone (remote URL) or git worktree (local repo), then connect it to a pets-driven pet.
Command
Summarize what an agent did and where the work lives (worktree path, branch, source repo) into a compact handoff another agent can pick up and continue. The counterpart to bring.
Command
Create (hatch) a pets-driven pet for the current folder.
Hook
Runs when you submit a prompt, before the agent sees it, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs before the agent uses a tool, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs after a tool call finishes, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs when the agent asks permission for an action, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs when the agent sends a notification, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs on the StopFailure event, executing run-hook.cmd. From young1the/pets-driven.
Hook
Runs when the agent finishes a response, executing run-hook.cmd. From young1the/pets-driven.
Skill Claude CodeCodex
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"…
Skill Claude CodeCodex
Use when an agent finishes or pauses work in a git worktree and you need to hand it to another agent — summarizing what was done and where it lives (worktree path, branch, source repo) into a compact handoff the next agent can pick up. Triggers on requests like "summarize this work for another agent", "hand off this…
Skill Claude CodeCodex
Use when the user asks to hatch, create, adopt, or register a pets-driven pet for the current working directory from Codex.