skills/condense/SKILL.md
Maximize information density: preserve all instructions, remove prose filler.
npx skillsauth add notque/claude-code-toolkit condenseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Strip prose filler from .md files. Preserve every instruction. This skill practices what it preaches.
Identify targets.
agents/*.md). Expand, list matches, confirm with user.Gate: At least one target file identified and readable.
For each file:
KEEP (never cut):
CUT:
STYLE: Short sentences. Active voice. Concrete words. If you can cut a word without losing an instruction, cut it.
Before cutting any sentence: "If I remove this, does the reader lose an instruction, rule, or decision?" No = cut. Yes = keep.
Do not reorganize sections, change meaning, add ideas, alter paths/commands, drop tables or code blocks, or modify YAML frontmatter values.
For each condensed file:
python3 -c "import yaml; yaml.safe_load(open('<file>').read().split('---')[1])"
| File | Before | After | Reduction | table with word counts.Gate: YAML parses. No instructions lost. Reduction reported.
No prose to cut: Report 0% reduction, move to next file.
Instruction removed: Re-read original, restore missing instruction, re-verify.
YAML broken: Restore original frontmatter verbatim, re-condense body only.
Non-.md file: Skip with warning.
data-ai
Extract video transcripts: yt-dlp subtitles to clean paragraphs.
tools
Collect, filter, and freshness-qualify news items.
development
Convert PDF, Office, HTML, data, media, ZIP to Markdown.
testing
Verify factual claims against sources before publish.