Integrations
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.From its SKILL.md
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.
One thing to look at
- 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.
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