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.
npx skills add xiongchenyu6/dotfiles --skill long-task-babysitgit clone --depth 1 https://github.com/xiongchenyu6/dotfilesWrote 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.
[](https://agentmods.dev/skills/xiongchenyu6/dotfiles/long-task-babysit)<a href="https://agentmods.dev/skills/xiongchenyu6/dotfiles/long-task-babysit"><img src="https://agentmods.dev/badge/skills/xiongchenyu6/dotfiles/long-task-babysit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00102 | $0.00579 |
| Opus 5 | $0.00051 | $0.00290 |
| Sonnet 5 | $0.00020 | $0.00116 |
| Haiku 4.5 | $0.00010 | $0.00058 |
Grade A, and why
long-task-babysit 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 8d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 8d ago First seen · 37 lines · 102 tokens per session scan A 4301b43343b6
long-task-babysit is a skill published in the GitHub repository xiongchenyu6/dotfiles (10 stars, last pushed yesterday), with no licence file. It adds 102 tokens to every session and 579 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.
Other skills, from other repositories
save-pipeline-memory
Capture a multi-step workflow into a timestamped pipeline memory after trial-and-error sessions. The core output is: (1) the final working commands saved as executable scripts (not bare shell commands), and (2) a structured markdown document separating the clean reproducible pipeline from the detours and pitfalls.…
insights
Analyze local Codex session history and generate a private usage report with workflow patterns, friction, recommendations, and quantitative statistics. Use when the user asks for Codex insights, a retrospective on how they use Codex, or a report based on local Codex sessions; do not use for billing, quotas, or API…
toil-offloading
Orchestrate decomposable workloads with native Codex team agents: the root agent analyzes, decides, partitions, integrates, and accepts while subagents execute bounded investigation, implementation, testing, and repetitive work. Use when the user asks for toil offloading, broad delegation, multi-project fan-out, or…
dotfiles
Chezmoi dotfiles conventions and patterns. Use when modifying dotfiles, adding new managed files, working with chezmoi templates, or syncing agent skills and subagents through agentspec.
ask-for-help
Stop repeated unproductive retries and prepare a precise Codex escalation after five materially different failed attempts at the same blocker. Use when a task remains blocked despite repeated diagnosis or recovery; do not count ordinary tool calls or repeated variants of the same action as separate attempts.
claude-cron-automation
Run Claude Code commands (including /insights, /doctor, custom prompts) via system crontab in non-interactive mode. Use when: (1) setting up daily/weekly automated Claude Code tasks, (2) scheduling reports or analysis via cron, (3) running Claude Code with third-party API backends (DeepSeek, Qwen, etc.) in headless…