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

Atuin v18.13 adds AI shell commands, faster search daemon, and PTY proxy
Atuin v18.13 introduces three major features: an AI-powered English-to-Bash helper called atuin ai, a faster search daemon with in-memory indexing, and a PTY proxy called hex that enables popup rendering without clearing terminal output.

Simplifying OpenClaw Hosting: BestClaw Keeps SSH and User-Friendly Functionality
BestClaw emerges as a straightforward solution for OpenClaw hosting, balancing ease of use with crucial SSH access, as discussed on r/openclaw.

Vektori's Memory Architecture: Principles from Claude's Leaked System
Vektori implements a three-layer hierarchical sentence graph for AI memory, inspired by leaked principles from Claude's architecture. The system uses strict quality filters, skeptical retrieval with a 0.3 minimum score, and maintains correction history across sessions.

Oodle.ai Launches Agent Observability at $10/Million Traces
Oodle.ai offers $10 per million agent traces with sub-second P99 query latency, storing 100% of traces without sampling in S3-based columnar storage.