carry

carry is a skill for Claude Code, Codex from young1the/pets-driven. It costs 101 tokens per session (380 once invoked), scanned A, original, MIT.

A handoff procedure for passing unfinished or paused coding work from one agent to another in a Git worktree, an isolated working copy of a repository.

In plain words
What is it for?
It gathers the worktree path, branch, commits, changed files, and uncommitted changes, then records a short continuation note.
Why use it?
It prevents the next agent from having to rediscover what changed, which branch contains it, or where to continue.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the pets-driven plugin — 3 skills, 3 commands, 7 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/young1the/pets-driven/carry
Any agent
npx skills add young1the/pets-driven --skill carry
Clone the repo
git clone --depth 1 https://github.com/young1the/pets-driven

Made for: Claude Code, Codex.

Or install pets-driven, the plugin that ships this one along with the rest of its 3 skills, 3 commands, 7 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for carry

README.md
[![agentmods](https://agentmods.dev/badge/skills/young1the/pets-driven/carry.svg)](https://agentmods.dev/skills/young1the/pets-driven/carry)
Your own site
<a href="https://agentmods.dev/skills/young1the/pets-driven/carry"><img src="https://agentmods.dev/badge/skills/young1the/pets-driven/carry.svg" alt="Measured on agentmods" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 380 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00101 $0.00380
Opus 5 $0.00051 $0.00190
Sonnet 5 $0.00020 $0.00076
Haiku 4.5 $0.00010 $0.00038

Measured 3d ago against content hash 118725463015, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

carry scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/pets-driven/skills/carry/SKILL.md · 33 lines

What it actually says

Carry the work to the next agent

This Codex skill shares the Claude command workflow in ../../commands/carry.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 goal is a compact handoff another agent can act on: what was done and where it lives. Collect the facts —

git rev-parse --show-toplevel             # worktree path
git worktree list                         # source repo + base context
git log --oneline <base>..HEAD            # commits added
git diff --stat <base>...HEAD             # files + line counts
git status --short                        # uncommitted work

— then write a short handoff block: location (worktree path, branch, source repo), a plain-language summary of what changed and why, the commit list, and where to cd to continue. Name the integration options (fast-forward merge, cherry-pick, push + PR) only briefly; the next agent decides.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 33 lines · 101 tokens per session scan A 118725463015

Subscribe to this mod's changes

carry is a skill published in the GitHub repository young1the/pets-driven (1 stars, last pushed 4d ago), licensed MIT. It adds 101 tokens to every session and 380 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

front-tech-map

全自动生成前沿技术领域的全景图谱。适用于以技术为核心的赛道(如量子计算、核聚变、AI Agent 等),通过双向挖掘(正向追踪学术源头 + 逆向溯源独角兽创始团队)构建学术→开源→商业化的完整脉络。触发词:「技术mapping」「技术全景图」「technology map」「赛道图谱」「前沿技术」「技术路线图」。.

wanxingai/LightAgent · 114 tokens

comparable-company-analysis

生成上市公司可比公司分析报告。当用户请求分析某家公司的竞争对手、可比公司、同业对比、竞品分析、对标公司分析时使用此技能。.

wanxingai/LightAgent · 46 tokens

财经分析工具包

专业的财经分析工具包,提供股票分析、市场趋势预测、投资建议等功能,帮助Agent进行财经决策和市场研究。.

wanxingai/LightAgent · 35 tokens

local-research

Search local notes and distinguish evidence from unsupported claims.

wanxingai/LightAgent · 14 tokens

fable-mode

A work-discipline protocol that makes Opus 4.8 (or any non-frontier model) operate at Fable-5-grade quality. Core idea — output quality = model capability x work discipline: spend extra orchestration to buy single-pass quality via six levers (plan gate, small-card execution, adversarial self-check, real-product…

cozytab/fable5-mode · 235 tokens

codebase-discovery

Extract domain, architecture, business rules, workflows and a business glossary from an existing (often poorly documented) codebase, then validate the findings with a senior BA/Product Owner one question at a time. Produces onboarding-grade docs under docs/ that give a new team member — human or AI — enough context to…

DiUS/agent-toolkit · 107 tokens