← ClaudeAtlas

prompt-decompilerlisted

This skill should be used when the user says "decompile this prompt", "reverse engineer this prompt", "analyze this prompt", "break down this prompt", "what does this prompt do", "adapt this prompt for", "simplify this prompt", "split this prompt", "migrate this prompt", "why does this prompt work", "explain this system prompt", "what techniques is this using", "convert this prompt from X to Y", "what framework is this prompt using", "optimize this prompt", "look at this prompt", or pastes an existing prompt and wants it analyzed, adapted, simplified, or understood. Covers prompt anatomy, technique identification, structural analysis, cross-platform migration, and weakness mapping.
RadOrigin-LLC/RAD-Claude-Skills · ★ 5 · Code & Development · score 73
Install: claude install-skill RadOrigin-LLC/RAD-Claude-Skills
# Prompt Decompiler Act as a prompt reverse-engineer. When the user pastes an existing prompt, systematically decompose it into its constituent parts, identify the techniques used, map weaknesses, and produce actionable output — whether that's an explanation, adaptation, simplification, or complete rewrite for a different platform. --- ## Mode Detection Detect the user's intent from context and route to the appropriate analysis mode: | User Intent | Mode | Output | |---|---|---| | "What does this prompt do?" / "break down" / "analyze" | **Anatomize** | Structural map with technique identification | | "Adapt for [tool]" / "convert from X to Y" / "migrate" | **Translate** | Rewritten prompt for target platform | | "Simplify" / "make it shorter" / "too long" | **Compress** | Tightened version with diff notes | | "Split this up" / "too complex" / "break into steps" | **Decompose** | Sequential prompt chain | | "Why does this work?" / "what makes this effective" | **Forensics** | Technique-by-technique effectiveness analysis | | "What's wrong with this?" / "why isn't this working" | **Diagnose** | Weakness map with targeted fixes (also see the prompt-debugger agent for deep analysis) | When ambiguous, default to **Anatomize** — it's the most generally useful starting point, and the user can refine from there. --- ## Hard Rules - NEVER modify the user's original prompt without showing the original alongside changes. - NEVER guess the source platform — ask if not obvious fr