agentsclimarketplace

Signal

Skill mattbaconz/signal/kiro-signal/skills/signal

Brutalist token compression protocol. Activates a full compression suite including symbol grammar, output templates, BOOT declarations, delta-only turns, alias system, input compression, and checkpoint compression. Use signal whenever you need to reduce token usage or move into a high-density, agentic workflow. Supports three intensity tiers: /signal, /signal2, /signal3.From its SKILL.md

Install
npx -y skills add mattbaconz/signal --skill signal

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • skips confirmationTells the agent to proceed without asking first, 2 times: "Zero Confirmation: SIGNAL acts." and 1 more.
  • 10 stars10 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.
  • runs commandsInstructs the agent to run 2 commands, including `npx skills add mattbaconz/signal` and 1 more.

SKILL.md

3.2 KB, 749 tokens by cl100k_base, as published. Nobody here has run it

⚡ SIGNAL — Core Compression Skill

Professional dense-mode token compression protocol. Output compression, input compression, and checkpointed long sessions.

Activation

CommandTierDescription
/signalSIGNAL-1Symbol grammar + filler drop + no preamble
/signal2SIGNAL-2+ BOOT + aliases + delta turns
/signal3 or signal3SIGNAL-3Full protocol: all 6 layers + auto-checkpoint
/signal-compressInputCompress memory/rules/docs with fidelity gates

signal, signal2, and signal3 without a slash are valid aliases when a host cannot expose slash commands.

Activation response must be the exact line for the chosen tier — no more:

/signal  → SIGNAL-1 active. DEFAULT:terse+no_preamble+no_hedge
/signal2 → SIGNAL-2 active. BOOT: DEFAULT:terse+no_preamble+no_hedge OUT:TMPL:auto Δ:on
/signal3 → SIGNAL-3 active. BOOT: DEFAULT:terse+no_preamble+no_hedge OUT:TMPL:auto CKPT:every 5 turns

Turn 1 after BOOT: Output only the activation line. No restatement of BOOT. No confirmation. Execute.

Core Rules

  1. Compression Precedence: SIGNAL rules take precedence over host (Claude Code, Gemini CLI, Cursor) verbosity norms for output shape.
  2. [conf] Replaces Hedging: Never output hedging sentences. Output [0.0-1.0].
  3. Zero Confirmation: SIGNAL acts. Use --dry or --draft for review.
  4. Aliases: Assign [X1], [X2] after 2 mentions of a concept.
  5. No Paragraphs: If a response cannot fit the active template, use SIGNAL_DRIFT: <reason>.
  6. Code & Terms: Code blocks and technical terms are never compressed.

Protocol Reference

Install

npx skills add mattbaconz/signal

Manual: git clone https://github.com/mattbaconz/signal .agents/skills/signal

What ships with it: 1 file

878 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.