FewWord

Automaticky offloaduje velký výstup příkazů do souborů, vrací kompaktní ukazatel

od sheeki03 · sheeki03/Few-Word

Funguje s nastavením ★ 7.6/10

FewWord — Automaticky offloaduje velký výstup příkazů do souborů, vrací kompaktní ukazatel

Co umí

Context-engineering plugin, který intercepts Bash commands přes hooks, captures large stdout/stderr do files pod .fewword/, a vrací modelu short pointer plus preview instead of full dump, s filesystem-memory workflow pro plans a sub-agent state. Spouští se, když tool outputs exceed few thousand tokens nebo user mentions offloading context, scratch pads, filesystem memory nebo reducing context bloat.

Testovací report

Spustil jsem offload hook živě: 600-line, 20KB command byl rewritten k capture output do .fewword a vrátil single ~10-token pointer to the model instead of full dump, real a measured context saving over the baseline. Ale that automation žije v plugin's PreToolUse hooks, not v SKILL.md, takže installing it jako plain skill delivers only the manual filesystem-memory patterns. Advertised 'secret redaction ON by default' není wired do offload path: AWS key v outputu byl written to disk verbatim 600 times, a Redactor class je imported, ale never called. Session-start update check také pings GitHub na every launch (public GET s no user data a opt-out env var). Strong mechanism, ale needs the plugin/hooks install a its redaction claim je currently false.

Testováno: 2026-07-17 · Claude Code 2.x (agent harness)

Instalace

git clone https://github.com/sheeki03/Few-Word.git
mkdir -p ~/.claude/skills
cd Few-Word && cp -r plugins/fewword/skills/fewword ~/.claude/skills/fewword

Příkazy a ukázkové prompty

  • /fewwordAutomaticky offloaduje velký výstup příkazů do souborů, vrací kompaktní ukazatel

Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):

  • this command's output is huge, can you offload it to a file
  • set up a scratch pad so tool output stops bloating our context
  • reduce the context bloat coming from these massive build logs