Integrations
Local CLI for reducing context and tool-output noise in Claude Code, Codex, Gemini CLI, and other AI coding agents - without skipping verification.
npx -y skills add luucabg/terseforge --skill integrationsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 16 days oldThe repository was created 16 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Activate, configure, inspect, or use TerseForge in a coding project. Use when someone asks to "activate TerseForge in this project," use a safe, lean, or ultra preset, change the TerseForge mode, check whether it is active, or make a coding-agent workflow more token-efficient without weakening verification. Match equivalent requests in any language.
SKILL.md
2.4 KB, 466 tokens by cl100k_base, as published. Nobody here has run it
TerseForge
Use the local TerseForge CLI. Keep code quality and verification above token reduction.
Activate in the current project
- Run
terseforge --version. If unavailable, explain that the CLI must be installed; do not install remote software silently. - Identify the current host as
codex,claude, orgemini. - If
terseforge.config.jsonis absent, runterseforge init --preset <mode>, using an explicitly requested mode orsafeby default. - If configuration exists, preserve its current mode unless the user explicitly requests another. Change an explicit mode with
terseforge mode <mode>. - Run
terseforge skill install --agent <host> --scope projectso future sessions in this repository can discover the skill. - Run
terseforge doctor. Report the mode, installed skill path, and diagnostic result briefly.
Never use init --force merely to change modes. Never overwrite an existing foreign skill or instruction file.
Work with TerseForge
- Use
terseforge mapand targetedterseforge contextbefore broad file reads. - Use
terseforge exec -- <command> [args...]for noisy commands. - Retrieve omitted content with
terseforge output <run-id>whenever more evidence is needed. - Preserve code, diffs, commands, paths, diagnostics, and security findings exactly.
- Run
terseforge checkbefore claiming completion. Required failures block verification. - Use
terseforge clean --dry-runto preview expired local state before explicit cleanup.
safe, lean, and ultra control visible context and logs, not code length or reasoning quality. Prefer safe for risky or unfamiliar work.
Inspect or stop
- For status, run
terseforge doctorandterseforge skill status --agent <host> --scope project. - To stop using TerseForge for the current task, stop invoking its commands and say that project files remain unchanged.
- Before removing persistent configuration or skill files, list the exact paths and obtain confirmation.
terseforge cleanremoves only expired runtime state, not configuration or skill files.
What ships with it: 6 files
4.4 KB alongside SKILL.md
- AGENTS.md1.2 KB
- CLAUDE.md1015 B
- cline.md422 B
- cursor.mdc613 B
- GEMINI.md826 B
- windsurf.md495 B