Denser banner
BillWang0101 BillWang0101

Denser

AI community

Description

Behavior-validated context reduction for LLM agents. Remove unnecessary context, preserve required behavior, and measure real input-token savings.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

denser

Behavior-validated context reduction for LLM agents

Remove unnecessary visible context. Preserve required behavior. Measure actual full-input savings.

CI Release v0.2.0-alpha.3 Python 3.10+ Apache 2.0 license

Install · Evidence · Reproduce · Evidence standard

![denser — behavior-validated context reduction](docs/assets/hero.png)

Evidence at a glance

In the first committed tool-using pilot, denser automatically removed an irrelevant 17,236-byte handbook while retaining the release and CI policies required by local-file tasks.

Check Complete context Selected context Observed result
Required behavior 6/6 6/6 preserved on covered cases
Provider-reported full input 277,871 243,210 12.47% fewer tokens
Operational errors 0 0 none
Known-bad control 0/6 all regressions detected

This establishes behavior preservation only for the committed workload and settings. It does not claim that every repository can remove 12% of its input. The [case study](docs/CODEX_CONTEXT_SELECTION_CASE_STUDY.md), [fixtures](examples/context_bundles/tool_workflows/), and [compl