AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Action Preserving Compression

skill-tylerjnewman-skills-action-preserving-compression · by TylerJNewman

Turn tacit experience into the coarsest heuristic that preserves competent action. Use when distilling conversations, transcripts, audits, examples, failures, or recurring decisions into handles; finding counterexamples; splitting overbroad heuristics; reviewing heuristic drift; or updating the heuristic catalog.

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-tylerjnewman-skills-action-preserving-compression

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-tylerjnewman-skills-action-preserving-compression)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Action Preserving Compression? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Action-Preserving Compression

Compress experience only as far as action survives. The unit is not a principle; it is a handle that still chooses the right move.

Output contract

Return one block per candidate:

Handle: 
Target: 
Equivalence: 
Move: 
Probes: 
Counterexample: 
Refinement: 
Receipts: 
Disposition: candidate | strengthen | split | merge | retire | discard | catalog

Do not omit Counterexample. A handle without a searched-for failure is only a mnemonic.

Procedure

  1. Decompress. Collect concrete cases, outcomes, attempted moves, and context until consequential distinctions are visible.

Done when: at least two cases share a possible move, and at least one boundary or counterexample has been searched.

  1. Compress. Write the output contract fields. Prefer one handle, one target decision, one move.

Done when: a stranger can use the handle to choose an action without re-reading the source material.

  1. Break. Test boundary cases. Ask where the same handle would choose the wrong move.

Done when: either a counterexample is recorded, or the search scope is named and Counterexample: not found.

  1. Refine. When one handle contains situations requiring different moves, split on the minimum distinguishing feature and repeat.

Done when: the split changes the move and removes the counterexample.

  1. Stop. Delete distinctions one at a time.

Done when: deleting any remaining distinction changes the move.

Rule: decompress until distinctions change action; compress until one more deletion would change it.

Catalog and review

For a one-off derivation, stop at the output contract.

When the request says catalog, review, strengthen, split, merge, retire, or update, read [HEURISTICS.md](HEURISTICS.md) and follow its admission rules.

Catalog work must:

  • compare by target, equivalence, move, probe, and counterexample, not by handle name
  • preserve old handles through the mutation ledger instead of silently rewriting them
  • use git history as the rollback path; do not create a second versioning system
  • keep unproven handles as candidate until receipts show repeated competent action

Integration points

  • Daily audits: mine .notes/audit/*/learning-candidates.jsonl, audit-findings.md, and pattern-ledger.jsonl for cases and counterexamples. Do not promote daily-audit candidates without re-running this procedure.
  • Git: use commits/diffs as receipts when a heuristic changed an action or when a split fixed a failure.
  • Eval loops: when a heuristic can be tested repeatedly, freeze a small evaluation set before comparing revisions. Borrow the autoresearch pattern: fixed metric, append-only log, reviewable diffs.
  • Distill-law: use $distill-law only when the candidate claims to be a falsifiable system law. Most action handles should remain heuristics.

References

  • [HEURISTICS.md](HEURISTICS.md) - standing catalog, admission rules, and mutation ledger

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.