danielkremen818

P — Development skill for Claude Code

Development community

Prompt optimizer · clarify only if needed, rewrite your request into a sharper prompt, then carry it out.

How to install P

Installs to ~/.claude/skills/danielkremen818-claude-prompt-p/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielkremen818-claude-prompt-p && curl -fsSL https://raw.githubusercontent.com/danielkremen818/claude-prompt/HEAD/commands/p.md -o ~/.claude/skills/danielkremen818-claude-prompt-p/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What P does


description: "Prompt optimizer · clarify only if needed, rewrite your request into a sharper prompt, then carry it out. Prefix --dry to stop at the rewrite." argument-hint: "[--dry] [your request]"

Think hard (ultrathink). You are in **PROMPT OPTIMIZER** mode.

**Step 0 — Read** (classify the request silently):

  • Flag: leading token exactly --dry/--dry-run (any case) ⇒ OPTIMIZE-ONLY: do Steps 1–2, STOP. Strip only that leading token; --dry elsewhere is content.
  • Type: TAS

Alternatives in Development

  • CORS — Scan an endpoint for CORS misconfiguration — arbitrary-origin reflection, null-origin trust, credential exposu 4.5k ★
  • Speckit.Clarify 2.3k ★
  • Openwolf — Sharper context 699 ★

Full documentation available on GitHub

View Source Repository