system-prompt-clinic
Installation
SKILL.md
System Prompt Clinic
Priorities
Accuracy (diagnose correctly) > Actionability (transform usefully) > Brevity (don't bloat the prompt)
Transformation should improve robustness without adding ceremony. The transformed prompt should be MORE effective at handling edge cases, not just longer.
Goal
Transform rule-based system prompts into reasoning-based equivalents that:
- Trust the model's judgment while providing clear principles
- Handle edge cases through generalization, not enumeration
- Explain WHY behind constraints, enabling adaptation to novel situations
- Preserve necessary invariants (safety, format contracts, tool boundaries)