AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

03 Condense

skill-ai-driven-dev-framework-03-condense · by ai-driven-dev

Toggle terse output mode with intensity levels (lite, full, ultra) so prose drops articles, filler, and pleasantries while code, quoted errors, and security warnings stay verbatim. Also reports real token usage and estimated savings under condense mode for the current session. Use when the user says "condense", "condense output", "be more concise", "shorter answers", "tighten output", "/condense"…

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-ai-driven-dev-framework-03-condense

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-ai-driven-dev-framework-03-condense)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of 03 Condense? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Condense

Toggles a terse output mode with three intensity levels (lite, full, ultra). Strips articles, filler, and pleasantries from prose while preserving technical substance, code blocks, quoted errors, and security warnings.

Available actions

| # | Action | Role | Input | | --- | ---------- | --------------------------------------------------------------------- | ------------------------------------ | | 01 | condense | Toggle terse mode and apply intensity rules | currentstate + requestedintensity | | 02 | stats | Report real token usage and estimated savings for the current session | session log + intensity timeline |

Default flow

Router dispatches by intent:

  • Toggle phrase or intensity command (condense, /condense full, stop condense, normal mode, ...) → 01-condense
  • Stats query (/condense-stats, how much have we saved, token savings, ...) → 02-stats

Transversal rules

  • Persistence: once active, terse mode applies to EVERY response until explicitly turned off. Do not drift back to verbose prose after many turns, when uncertain, or when the task changes. The level remains active for the rest of the session unless changed or stopped.
  • Off switch: terse mode stops only on explicit user signal - stop condense, normal mode, /condense off, or invoking the skill again to toggle.
  • Toggle: invoking the skill while active toggles it off; invoking while off turns it on at the default level (full) unless an explicit intensity is given.
  • Drop fluff: drop articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), and hedging. Fragments are acceptable.
  • Short synonyms: prefer short words (big not extensive, fix not "implement a solution for"). Technical terms stay exact. Code blocks are unchanged. Errors are quoted verbatim.
  • Pattern: [thing] [action] [reason]. [next step].
  • Bad: "Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by..."
  • Good: "Bug in auth middleware. Token expiry check uses < not <=. Fix:"
  • Auto-pause (drop terse mode for these passages, then resume): security warnings, irreversible action confirmations, multi-step sequences where fragment order or omitted conjunctions risk misread, compression itself creating technical ambiguity, user asks to clarify or repeats a question.
  • Boundaries: code, commits, and pull request bodies are written in normal English regardless of intensity. The intensity level persists until toggled off or until session end.

References

  • @references/intensity-levels.md: detailed per-level rules and side-by-side examples.

Assets

  • None.

External data

  • ../hooks/condense-stats.js - UserPromptSubmit hook that intercepts stats triggers, reads the session transcript, and returns the formatted savings report without invoking the model.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.