By friday-james
Context engineering plugin - offloads large outputs to filesystem, saves 82% of message tokens
Clean up scratch files and show context storage stats
Initialize FewWord directory structure for a project
Search through offloaded context files (tool outputs, plans, history)
Explain FewWord plugin, how it works, and available commands
Executes bash commands
Hook triggers when Bash tool is used
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
"Why waste time say lot word when few word do trick? Big output go file. Small word stay. Context happy. Me happy. Everyone go home by seven."
— Kevin Malone
A Claude Code plugin that automatically offloads large command outputs to files, keeping your context clean and retrievable.
AI coding agents hit a wall when:
FewWord implements dynamic context discovery — patterns from Manus and LangChain that use the filesystem as infinite, searchable memory.
Instead of this:
[26,000 tokens of command outputs sitting in context forever]
You get this:
=== [FewWord: Output offloaded] ===
File: .fewword/scratch/tool_outputs/find_143022_a1b2c3d4.txt
Size: 15534 bytes, 882 lines
Exit: 0
=== First 10 lines ===
/usr/bin/uux
/usr/bin/cpan
...
=== Last 10 lines ===
/usr/bin/gunzip
...
=== Retrieval commands ===
Full: cat .fewword/scratch/tool_outputs/find_143022_a1b2c3d4.txt
Grep: grep 'pattern' .fewword/scratch/tool_outputs/find_143022_a1b2c3d4.txt
┌─────────────────────────────────────────────────────────────────┐
│ Claude Code Session │
├─────────────────────────────────────────────────────────────────┤
│ │
│ You: "Run the test suite" │
│ │ │
│ ▼ │
│ ┌──────────────────────────────────────────┐ │
│ │ PreToolUse Hook Intercepts │ │
│ │ ───────────────────────── │ │
│ │ Command: pytest │ │
│ │ Output: 45,678 bytes (>8KB threshold) │ │
│ └──────────────────────────────────────────┘ │
│ │ │
│ ┌───────────────┴───────────────┐ │
│ ▼ ▼ │
│ ┌─────────────────────┐ ┌─────────────────────────┐ │
│ │ Write to Disk │ │ Return to Context │ │
│ │ ───────────────── │ │ ──────────────────── │ │
│ │ .fewword/scratch/ │ │ File: pytest_143022.txt│ │
│ │ tool_outputs/ │ │ Size: 45KB, Exit: 1 │ │
│ │ pytest_143022.txt │ │ === Last 10 lines === │ │
│ │ │ │ FAILED auth_test... │ │
│ │ [Full 45KB output] │ │ [~200 tokens only] │ │
│ └─────────────────────┘ └─────────────────────────┘ │
│ │
│ Later: "What tests failed?" │
│ │ │
│ ▼ │
│ Claude: grep FAILED .fewword/scratch/tool_outputs/pytest.txt │
│ → Retrieves exactly what's needed │
│ │
└─────────────────────────────────────────────────────────────────┘
Result: 45KB output → ~200 tokens in context + full data on disk when needed.
We ran the same 3 commands (find, ls -la, env) in two fresh Claude Code sessions:
| Metric | WITH Plugin | WITHOUT Plugin |
|---|---|---|
| Message Tokens | 4.7k | 26.0k |
| Tokens Saved | 21.3k | — |
| Savings | 82% | — |
When you run /context, you see several categories:
Total Context: 84k tokens (with plugin) vs 105k tokens (without)
├── System prompt: 3.8k (constant - Claude's instructions)
├── System tools: 15.8k (constant - built-in tools)
├── MCP tools: 14.7k (constant - browser automation, etc.)
├── Messages: 4.7k ← THIS IS WHAT FEWWORD REDUCES (was 26k)
└── Free space: ...
TypeScript/JavaScript language server for enhanced code intelligence
C/C++ language server (clangd) for code intelligence
PHP language server (Intelephense) for code intelligence
Lua language server for code intelligence
Python language server (Pyright) for type checking and code intelligence
npx claudepluginhub p/friday-james-fewword-plugins-fewwordUltra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Memory compression system for Claude Code - persist context across sessions
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Unified capability management center for Skills, Agents, and Commands.