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

ProofShot CLI Gives AI Coding Agents Browser Verification Capabilities
ProofShot is an open-source CLI tool that lets AI coding agents verify UI features by recording browser sessions, capturing screenshots, and collecting console errors. It works with any agent that can run shell commands and generates self-contained HTML reports for human review.

Open-Source Job Search Framework Built in Claude Code
A developer created an open-source job search framework in Claude Code that handles structured self-profiling, automated job portal scraping, fit evaluation, and a drafter-reviewer agent pipeline for tailored applications. The system stops before submission and requires manual review.

Google Research introduces TurboQuant for AI model compression
Google Research has introduced TurboQuant, a compression algorithm that reduces AI model size with zero accuracy loss. It addresses memory overhead in vector quantization and improves key-value cache performance.

Open Source AI Agent Prompt Library Reaches 100 GitHub Stars
A community repository called ai-setup provides shared system prompts, Cursor rules, Claude configs, and local model workflow setups for AI agents. The project has 100 GitHub stars and 90 merged PRs.