---
name: llmcom
description: Compress prompts for Claude Code and Cursor CLI. Reduces tokens by removing filler words and abbreviating terms. Self-contained, no external dependencies required.
Self-contained prompt compression tool. No installation required - just read this skill and apply the compression rules.
Input: "Refactor the authentication module to improve type security"
Output: agent[refac]|mod|sec|review|@src|strict
Stats: 11 -> 6 tokens (45% reduction)
Apply these rules manually when writing prompts for Claude Code CLI or Cursor agent.
| Task | Format | |||||
|---|---|---|---|---|---|---|
| ------ | -------- | |||||
| Refactor | agent[refac] | scope | focus | review | @path | constraints |
| Security audit | agent[audit] | scope | sec | report | @path | high |
| Bug fix | agent[fix] | scope | error | debug | @path | fallback |
| Test coverage | agent[test] | scope | cov | jest | @path | edge-cases |
Use before sending prompts to:
共 1 个版本