aigon-feature-cleanup

aigon-feature-cleanup is a skill for Claude Code, Codex from jayvee/aigon. It costs 22 tokens per session (488 once invoked), scanned A, original, Apache-2.0.

A cleanup command for removing the temporary workspaces and local branches created for a feature, a unit of planned development work.

In plain words
What is it for?
Use it after a Fleet run or completed feature to delete worktrees and local branches, or push branches before deleting them locally.
Why use it?
It clears leftover development copies after a feature is finished or canceled, while optionally preserving branches on the remote repository.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; installed under .agents/ (shared by several agents).

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/jayvee/aigon/aigon-feature-cleanup
Any agent
npx skills add jayvee/aigon --skill aigon-feature-cleanup
Clone the repo
git clone --depth 1 https://github.com/jayvee/aigon

Made for: Claude Code, Codex.

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 aigon-feature-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/jayvee/aigon/aigon-feature-cleanup.svg)](https://agentmods.dev/skills/jayvee/aigon/aigon-feature-cleanup)
Your own site
<a href="https://agentmods.dev/skills/jayvee/aigon/aigon-feature-cleanup"><img src="https://agentmods.dev/badge/skills/jayvee/aigon/aigon-feature-cleanup.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 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.1 $0.00022 $0.00488
Opus 5 $0.00011 $0.00244
Sonnet 5 $0.00004 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 6d ago against content hash f8525ff8be5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

aigon-feature-cleanup 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 6d 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.

.agents/skills/aigon-feature-cleanup/SKILL.md · 76 lines

What it actually says

aigon-feature-cleanup

Remove all worktrees and branches for a feature. Useful after completing a Fleet run or when canceling a feature.

Usage

# Delete worktrees and local branches
aigon feature-cleanup $1

# Push branches to origin before deleting
aigon feature-cleanup $1 --push

Argument Resolution

If no ID is provided, or the ID doesn't match an existing feature:

  1. Run aigon feature-list --active
  2. If a partial ID or name was given, filter to matches
  3. Present the matching features and ask the user to choose one

What Gets Cleaned Up

This command removes:

  • All worktrees for the feature (e.g., ../feature-55-cc-desc, ../feature-55-ag-desc)
  • All local branches for the feature
  • Worktree permissions from Claude settings

Options

--push Flag

Use --push to preserve branches on the remote before deleting locally:

aigon feature-cleanup 55 --push

This will:

  1. Push each branch to origin
  2. Delete local branches
  3. Remove worktrees

Without --push, branches are only deleted locally.

When to Use

After Fleet Completion

After running aigon feature-close 55 <agent> to merge the winning implementation, clean up the losing implementations:

aigon feature-cleanup 55

Canceling a Feature

If you want to abandon a feature that was set up in Fleet mode:

aigon feature-cleanup 55 --push    # Preserve work on remote
# or
aigon feature-cleanup 55           # Delete everything

Important Notes

  • This command is destructive - deleted worktrees and branches cannot be easily recovered
  • Use --push if you want to preserve the work on the remote repository
  • The command will remove ALL branches matching feature-<ID>-*
  • For Drive mode features, this will delete the feature branch (use with caution)
  • Logs and specs in docs/specs/features/ are NOT deleted
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. 6d ago First seen · 76 lines · 22 tokens per session scan A f8525ff8be5f

Subscribe to this mod's changes

aigon-feature-cleanup is a skill published in the GitHub repository jayvee/aigon (25 stars, last pushed 5d ago), licensed Apache-2.0. It adds 22 tokens to every session and 488 once invoked, about $0.0001 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-30.