compush

compush is a skill for Claude Code, Codex from VitalikPro13/unhollow. It costs 62 tokens per session (725 once invoked), scanned A, original, MIT.

A wrap-up procedure for recording completed work, updating relevant project documentation, creating a commit, and pushing it to the remote repository.

In plain words
What is it for?
Use it at the end of a coding session to update memory, wiki pages, or agent instructions when needed, then commit and push the changes.
Why use it?
It keeps important session knowledge and project records current before the work is handed off.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it at the end of a coding session to update memory, wiki pages, or agent instructions when needed, then commit and push the changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vitalikpro13/unhollow/compush
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.

Any agent
npx skills add VitalikPro13/unhollow --skill compush
Clone the repo
git clone --depth 1 https://github.com/VitalikPro13/unhollow

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 compush

README.md
[![agentmods](https://agentmods.dev/badge/skills/vitalikpro13/unhollow/compush/github.svg)](https://agentmods.dev/skills/vitalikpro13/unhollow/compush)
Your own site
<a href="https://agentmods.dev/skills/vitalikpro13/unhollow/compush"><img src="https://agentmods.dev/badge/skills/vitalikpro13/unhollow/compush/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for compush

Your own site · 80×15
<a href="https://agentmods.dev/skills/vitalikpro13/unhollow/compush"><img src="https://agentmods.dev/badge/skills/vitalikpro13/unhollow/compush.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 725 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00062 $0.00725
Opus 5 $0.00031 $0.00362
Sonnet 5 $0.00012 $0.00145
Haiku 4.5 $0.00006 $0.00072

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

Security

Grade A, and why

compush 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 9d 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.

skills/compush/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/compush — record the work, commit, push

Run these steps in order. Every step is scoped to what this session changed — no archaeology, no re-auditing past sessions.

1. Memory

Save or update memory files for anything memory-worthy from this session (hard-won fixes, new patterns, feedback, project context).

  • Search first, then write: run memory_search() for the topic — if an existing file covers it, UPDATE that file; never create a near-duplicate. Delete or fold in files this session made obsolete.
  • Index discipline: each memory gets ONE line in MEMORY.md, max ~200 chars: - [Title](file.md) — hook. Detail lives in the topic file, never in the index. If you catch an index entry growing into a paragraph, move the detail into its topic file and shorten the line.

2. Wiki

If the session changed feature behavior, UI, state/store logic, a backend handler, or a data flow: memory_search() for the relevant wiki file(s) and edit them to match the code. Skip only when the change has no behavior surface (comments, formatting, docs-only).

3. Agent instructions (CLAUDE.md or equivalent) — only if a durable rule changed

The instructions file is a lean orientation doc with a hard character budget (pick one for your project — e.g. 40,000 — and enforce it). Most sessions should not touch it.

  • Add or adjust an entry only for a durable, load-bearing rule future sessions must see WITHOUT searching — the "you'll silently break something if you don't know this" class.
  • Format: 1–3 lines — the actionable rule plus See <memory file> for the full story. The investigation narrative, war story, and fix history belong in the memory file, never in the instructions file.
  • Over budget after your edit? Compress or delegate an existing entry to its memory file in the same pass. The budget is not advisory.

4. Living docs — quick targeted reconcile (skip if your project has none)

If the project maintains long-form living docs (architecture doc, design plan, whitepaper), reconcile only what this session touched:

  • Take the 2–4 concrete nouns of what the session changed and run ONE memory_search() plus ONE case-insensitive grep over the doc(s) for them (grep catches exact headings the embedding ranks low).
  • Hits → read those sections against what the code does NOW and fix stale prose. New design-level concern → add a subsection in the doc's existing voice.
  • No hits and the change is cosmetic → done. Either way, state in one line what you checked.
  • Do NOT sweep git history for older drift — this step covers the current session only.

Read the full file on GitHub · 38 lines

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. 9d ago First seen · 38 lines · 62 tokens per session scan A bca5faa8e8c2

Subscribe to this mod's changes

compush is a skill published in the GitHub repository VitalikPro13/unhollow (1 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 725 once invoked, about $0.0003 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.