plugins/utils/skills/tersify-prompt/SKILL.md
Rewrites agent-instruction prompts to be maximally terse while preserving full intent.
npx skillsauth add rp1-run/rp1 tersify-promptInstall 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.
Compresses agent-instruction prompts to be maximally terse while preserving full intent.
File Mode (when INPUT is a valid file path):
Inline Mode (when INPUT is prompt text):
Check if INPUT is a file path:
Use Bash: test -f "{INPUT}" && echo "file" || echo "inline"
If file mode:
If inline mode:
{% dispatch_agent "rp1-utils:prompt-tersifier" %} {INPUT_PROMPT content here} {% enddispatch_agent %}
The agent returns output in this format:
<<<COMPRESSED_PROMPT
[compressed content]
COMPRESSED_PROMPT>>>
<<<CHANGES
[op] ref: description
- from: "short excerpt"
- to: "short excerpt"
- note: reason
[op] ref: description
...
CHANGES>>>
Parse the output:
<<<COMPRESSED_PROMPT and COMPRESSED_PROMPT>>><<<CHANGES and CHANGES>>>If file mode:
Updated: {file_path}
## Changes Made
{changes table}
If inline mode:
## Compressed Prompt
{compressed prompt}
## Changes Made
{changes table}
File mode:
/tersify-prompt plugins/base/agents/kb-spatial-analyzer.md
Output: Updates file in place, shows change summary.
Inline mode:
/tersify-prompt "You are a helpful assistant that helps users write code. Always be polite and thorough in your responses. Make sure to explain your reasoning step by step."
Output: Displays compressed prompt and change log.
data-ai
Capture session context as a structured, frontmatter-rich markdown note under .rp1/work/notes/ with auto-maintained index and log.
tools
Plan and execute splitting a large PR or branch into a reviewable stacked PR sequence.
development
Write maximally terse agent prompts from scratch. Use when creating new agent specs, command prompts, or instruction sets. Teaches structure-first composition with compression-by-default patterns. Extended with constitutional governance, epistemic stance selection, and a six-stage prompt pipeline.
development
Interactive speedrun loop for small, low-risk changes. Delegates each request to a general sub-agent. Redirects larger work to /build-fast or /build.