acpx-faq
Run coding agents (codex, claude, agy/Antigravity) through the acpx ACP CLI - the headless lane outside a herdr pane (no HERDR_ENV). Use before launching or…
Prepare the session for context compaction - write a handoff file a fresh session can continue from, propose updates to the project's durable docs, apply them on approval or with `auto`. Use before compacting or clearing context, or on "pre-compact".
$ npx -y skills add tenequm/skills --skill pre-compact --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/pre-compactContext preview
The summary Claude sees to decide when to auto-load this skill.
Prepare the session for context compaction - write a handoff file a fresh session can continue from, propose updates to the project's durable docs, apply them on approval or with `auto`. Use before compacting or clearing context, or on "pre-compact".
name: pre-compact
description: Prepare the session for context compaction - write a handoff file a fresh session can continue from, propose updates to the project's durable docs, apply them on approval or with `auto`. Use before compacting or clearing context, or on "pre-compact".
metadata:
version: "0.1.4"
categories: "agents, productivity"
topics: "context, handoff, compaction, session-state, documentation"
openclaw:
homepage: https://github.com/tenequm/skills/tree/main/skills/pre-compact
emoji: "🧳"
argument-hint: "[auto|a]"I will compact this context soon. The summary can be wrong. Files are the source of truth. Move everything a fresh session needs from this conversation into files. Mode: $ARGUMENTS. `auto` or `a` means: apply all proposed updates without asking.
Write `.agents/compact-handoff/YYMM-DD-HHMM-<short-slug>.md`. Start with the line `# Handoff <date> <time> <repo>@<branch>`. Then write these sections:
Copy numbers, commands and paths exactly. Do not paraphrase them. Never write secrets, tokens, passwords or API keys into the handoff. Write where they live instead, for example the env var name or the vault item. Record only decisions that were made. Keep open questions open.
Then check the docs this project uses to track work: plans, journals, status sections, task lists. For each item in the handoff, ask: is it recorded there, and is it current? Do not ask me what the repo can answer.
Also check my global agent instructions (`~/.claude/CLAUDE.md`, `AGENTS.md`, or the equivalent for this harness) for the marker `<!-- pre-compact -->`. If the marker is absent, add this item: insert the line below verbatim.
List what is missing or stale as numbered items. Give the file and the change, one line each. Then ask: y = apply all, n = apply none, numbers = apply those, or tell me what to change. Wait for my answer, unless in auto mode. Never commit. Never push.
Finish with one line: READY, the handoff path, and the files you changed.
Claude Code skills for founders, developers, and web3 builders. This repository publishes reusable skill folders under skills//, ships stable bundle downloads through GitHub Releases, and publishes changed skills to ClawHub.
Repo: tenequm/skills
Run coding agents (codex, claude, agy/Antigravity) through the acpx ACP CLI - the headless lane outside a herdr pane (no HERDR_ENV). Use before launching or…
Build Chrome extensions with the WXT framework and TypeScript, React, Vue, or Svelte. Use when creating browser extensions or cross-browser add-ons. Triggers…
Decision validation and thinking frameworks for founders. Use to pressure-test a decision, validate next steps, or sanity-check an approach - "should I", "help…