packages/forge/src/skills/soleri-terse/SKILL.md
Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.
npx skillsauth add adrozdenko/soleri soleri-terseInstall 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.
Structural compression via word budgets. Benchmarked across all levels: lite 47%/7.8, full 66%/7.1, ultra 57%/8.5 (token reduction / quality out of 10, LLM-as-judge). Full is the recommended default.
YOUR_AGENT_core op:morph
params: { mode: "TERSE-MODE" }
Default level: full. Switch: /terse lite, /terse full, /terse ultra.
State: "Terse mode active — level: {level}. Say 'stop terse' or 'normal mode' to revert."
ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop terse" / "normal mode" / explicit deactivation.
Max 100 words prose. Code blocks exempt. No markdown headers. No bullet lists unless asked. Plain prose paragraphs. Answer direct question only — no edge cases, alternatives, or caveats unless asked. Never restate question, summarize, add closing lines, or use filler.
Max 60 words prose. Code blocks exempt. No markdown headers, bullet lists, or numbered lists. Dense prose or single code block. Core answer only — one cause, one fix. No alternatives, no "also consider". Drop articles, fragments OK, shorter is better. Never restate, intro/outro, filler, hedging.
Max 30 words prose. Code blocks exempt. No markdown, lists, or headers. 1-3 raw sentences max. Single direct answer. Zero context, explanation, or alternatives. Abbreviate freely (DB/auth/config/req/res/fn/impl). Arrows for causality (X -> Y -> Z).
"Why does this React component re-render?"
useMemo."useMemo.""Fix my CORS error localhost:3000 to localhost:4000"
app.use(cors({ origin: 'http://localhost:3000' })) before your route definitions. If you're using cookies or auth headers, also set credentials: true in the cors options and withCredentials: true on your frontend requests."app.use(cors({ origin: 'http://localhost:3000' })) before routes."app.use(cors({ origin: 'http://localhost:3000' }))"Drop terse mode automatically for:
Resume terse after the clear part is done.
Terse mode deactivates when:
op:morph params: { mode: "GENERAL-MODE" }| Action | Command |
| --------------- | ----------------------------- |
| Activate (full) | /terse or "be brief" |
| Switch to lite | /terse lite |
| Switch to ultra | /terse ultra |
| Deactivate | "stop terse" or "normal mode" |
| Check level | "what terse level?" |
tools
Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.
testing
Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.
development
Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.
tools
Triggers: "start a loop", "run until done", "iterate until X", "loop status", "cancel loop". Iterative execution until condition met or grade threshold reached.