optimize-prompt
Optimize Prompt
Prompt optimization pipeline. Given prompt P, improve via critique then compression, with semantic equivalence checks after each stage.
Pipeline
P → [Input Analysis] → [Critique] → P' → [Equiv Check 1] → [Compress] → P'' → [Equiv Check 2] → Output P''
Execute stages strictly in order — no skipping, reordering, or parallelizing. Each stage passes (pipeline continues) or fails (pipeline terminates with explanation).
Stage 0: Input Analysis
Examine P:
More from jbrukh/skills
humanize
|
53think-critically
Rigorously evaluate whether a prompt or document will produce the expected output when processed by an LLM. Use when user says "evaluate this prompt", "review my prompt", "will this work?", "critique this", or "check my instructions". Adversarial analysis with expectations scorecard and actionable recommendations.
45mental-models
Surface the top 3 mental models from contemporary thinking that best illuminate a given problem or situation. Use when user says "what mental models apply here?", "help me think about this", "what framework should I use?", or "reframe this problem". Applied analysis showing how each model reframes or clarifies the issue.
44compress-prompt
Compress a prompt while preserving semantic content. Use when user says "compress this prompt", "make this shorter", "reduce token count", or "shorten these instructions". Supports lossy (default, 30-50% reduction) and lossless (--lossless, 100% retention) modes.
41web-deck
Build CoinFund-branded web presentations as self-contained HTML files. Supports static (print/PDF) and dynamic (keyboard nav, transitions) modes. Outputs a single versionable HTML file with optional PDF export via Puppeteer. Trigger on: 'web deck', 'web slides', 'html presentation', 'web presentation', or any request for a browser-based slide deck.
32improve-article
Collaboratively improve an article or bullet points section-by-section. Use when user says "improve this article", "make this better", "edit my draft", or "help me revise this piece". Surfaces non-obvious insights, applies a target style, and pauses for user input at every step.
29