Home / drn / argus · internal/skills/builtin/task-recycle/SKILL.md · GitHub

task-recycle skillA

task-recycle is agent-read markdown (skill) from drn/argus: Reset this task's context window while continuing the same work — write a handoff, then have Argus kill this session and start a brand-new one on the identical task/worktree/branch, seeded with the handoff. Use when the conversation has grown large and a fresh context window would help, but the underlying task should continue unchanged (the manual, hand-off-aware alternative to a built-in /compact)..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Recycle Current Task

Reset this session's context window without losing the task's place. Unlike a built-in `/compact`, which shrinks the transcript but keeps every prior turn in scope, this ends the current session outright and starts a genuinely fresh one on the same task — same worktree, same branch, same in-progress changes — seeded with a handoff note you write now plus the task's original prompt as background.

This is a manually-triggered action. Only run it when the user asks for it, or when you yourself judge the context window has grown large enough to warrant a reset and you say so before proceeding.

**If you are a Hera-bound role** (coordinator, worker, or freelance — you'd know from your spawn orientation or a live `hera_status`/`hera_send` exchange), prefer `hera_status`'s `handoff_note` + `request_recycle: true` instead of this tool. That path builds a richer seed prompt (your role's plan-DAG/sibling state, not just your handoff note) and is self-service like this one. Reach for `task_recycle` only when you're not Hera-bound, or when Hera's recycle isn't available.

## Context

- Current directory: !`pwd`

## Your task
…

Read the whole file at its exact version.

How to install

Latest version
mdr add drn/argus/task-recycle@git:20260923.3c3f132
Exact content
mdr add drn/argus/task-recycle@sha256:5f5767c2739d5e3d

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_uuegwhcx6uuji5zt.svg)](https://markdownregistry.com/a/art_uuegwhcx6uuji5zt)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.3c3f132 latest2026-09-23 3c3f132 3,279 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3279 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

drn/argus · 10 stars · license none · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_uuegwhcx6uuji5zt
GET https://markdownregistry.com/api/v1/resolve?ref=drn/argus/task-recycle
GET https://markdownregistry.com/api/v1/blob/5f5767c2739d5e3dc25a463769214794f5f9d7985332d4b70df5e0e1af2d2711

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from drn/argus

archive skill
drn/argus · .claude/skills/archive/SKILL.md · Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when…
git:20260424.d3b1525 · audit A · 10 stars
argus-complete skill
drn/argus · .claude/skills/argus-complete/SKILL.md · Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task…
git:20260504.c3dbecc · audit A · 10 stars
argus-schedule skill
drn/argus · .claude/skills/argus-schedule/SKILL.md · Manage recurring or one-shot tasks in the local Argus daemon via its HTTP API. Use when the user wants to schedule a…
git:20260504.f0db228 · audit A · 10 stars
hera-plan skill
drn/argus · .claude/skills/hera-plan/SKILL.md · The hera plan-DAG: author staged, dependency-ordered multi-worker plans inside an argus sandbox and let the daemon…
git:20260916.8b8dc58 · audit A · 10 stars
hera-review-test-adversary skill
drn/argus · .claude/skills/hera-review-test-adversary/SKILL.md · Corrective review lens: interrogates the tests touched or added by a diff for false confidence, instead of reviewing…
git:20260719.ec8e6ea · audit A · 10 stars
hera-review skill
drn/argus · .claude/skills/hera-review/SKILL.md · Default, user-overridable code review methodology — the review CONTRACT (what to analyze, how to tag findings) that a…
git:20260719.ec8e6ea · audit A · 10 stars
hera-spawn-review skill
drn/argus · .claude/skills/hera-spawn-review/SKILL.md · Orchestrate a vendor-diverse review panel over a diff: resolve the project's diligence-profile [panel] via…
git:20260719.a159612 · audit A · 10 stars
hera skill
drn/argus · .claude/skills/hera/SKILL.md · Inside an argus sandbox (cwd under ~/.argus/worktrees/ or ARGUS_TASK_ID set), coordinate multi-agent work via hera's…
git:20260920.0149adf · audit A · 10 stars
resolve-archetype-model skill
drn/argus · .claude/skills/resolve-archetype-model/SKILL.md · Resolve a diligence profile's per-archetype model (and, where the dispatch mechanism accepts it, effort) for Claude's…
git:20260920.0149adf · audit A · 10 stars
CLAUDE.md claude
drn/argus · CLAUDE.md
git:20260706.e5f741b · audit A · 10 stars
archive skill
drn/argus · internal/skills/builtin/archive/SKILL.md · Archive the current Argus task so it moves to the Archive section of the task list. Use at the end of a session when…
git:20260718.35a525e · audit A · 10 stars
argus-complete skill
drn/argus · internal/skills/builtin/argus-complete/SKILL.md · Mark the current Argus task as complete. Use when the work for the current worktree is done and the user wants the task…
git:20260718.35a525e · audit A · 10 stars

Every file in drn/argus

Browse by kind, by grade A, or by owner.