120 Prompt Patterns Tested: 8 That Actually Work for Claude Code

A user on r/ClaudeAI spent 3 months collecting and testing over 120 prompt patterns for Claude Code, sourced from Discord, GitHub, Twitter/X, and personal usage. The results are documented in a PDF cheat-sheet featuring 8 patterns that measurably changed output, plus 5 post-response validation prompts. No official Anthropic endorsement — just empirical community findings.
The 8 Patterns That Work
- L99 — Cuts hedging language like "might", "could", "I think". Place early in the prompt.
- /ghost — Removes the generic AI voice for more human-sounding output.
- OODA — Structures responses as Observe → Orient → Decide → Act. Effective for complex multi-step tasks.
- PERSONA — Specific personas outperform vague ones. Example: "Senior cloud engineer who migrated 50 companies" beats "expert".
- /noyap — Stops unsolicited enthusiasm ("Great question! Absolutely!"). Saves tokens.
- ULTRATHINK — Forces deeper reasoning. High latency but worth it for architecture decisions.
- /skeptic — Makes Claude argue against its own answer. Catches blind spots.
- HARDMODE — Adds artificial constraints. Surprisingly effective for debugging.
Validation Prompts
The author also includes 5 prompts to run after Claude responds, before using the output. Community favorite: "rate your confidence lowest-first" — reportedly cuts technical errors by ~70%.
Practical Takeaways
The patterns are empirical — mileage may vary. The PDF is dark-mode, scannable, and designed for quick reference or team sharing. The author is already planning a batch 2 based on community feedback.
For developers using Claude Code daily, these patterns offer concrete levers to control tone, depth, and reliability without relying on official documentation.
📖 Read the full source: r/ClaudeAI
👀 See Also

Research Team-in-a-Box Framework for Claude Code Using Multi-Agent Architecture
A developer created a multi-agent research framework for Claude Code that uses Opus 4.6 to coordinate specialized agents through a plugin called research-clab. The framework unfolds via a guided Q&A process and includes 11 skills, agent definitions, and structured directories for managing complex research projects.

Open Swarm: Open-Source System for Running Thousands of Parallel AI Agents
Open Swarm is an open-source system that spawns thousands of parallel AI agents with full access to 150+ internet tools including email, social media, Google Workspace, web search, code execution, and cron scheduling.

SiteTest.ai launches a free AI Visibility Checker for ChatGPT, Perplexity & Gemini
New free tool sitetest.ai runs a 168-point GEO audit, probing GPTBot, PerplexityBot and Google-Extended on your real server. Per-engine A–F grade plus copy-paste code fixes.

Statespace: Build Interactive Web Apps for OpenClaw Agents with Markdown
Statespace is a free, open-source framework for building and sharing AI-friendly web apps that OpenClaw agents can navigate and interact with using pure Markdown. It allows you to define tools, components, and instructions in Markdown files that agents access over HTTP.