Custom Output Styles Collection for Claude Code

Custom Output Styles for Claude Code
A developer has published a collection of 13 custom output styles for Claude Code, an AI coding assistant. Output styles are a feature that lets you change how Claude Code talks and behaves by modifying its system prompt.
How to Use Output Styles
To use output styles in Claude Code:
- Set an output style through
/config > Output style - Copy a
.mdfile into~/.claude/output-styles/ - Select it from
/config
Available Styles
The collection includes 13 styles. Some highlights:
- Roast: Brutally honest code critique that drags your code, then helps you fix it
- Socratic: Guides you to the answer through questions instead of handing it to you
- Breaker: Adversarial tester that tries to break everything you build
- Ship It: Aggressively pragmatic, shortest path to working software
- Paranoid: Security-obsessed, treats every input as hostile
- TDD: Test-driven development, always writes tests first
Repository and Contributions
The repository is open source and contributions are welcome. The styles are available as .md files that can be dropped directly into the output-styles directory.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude-IDE-Bridge Now Works on Remote Servers for AI-Assisted Development
The Claude-IDE-Bridge tool now connects Claude AI to remote development environments on VPS or cloud machines, allowing access to live diagnostics, open files, and test failures from any device.

Creative Excellence Plugin for Claude Code Improves Animation Quality with Interaction Thesis
A new open-source plugin for Claude Code addresses generic animation generation by implementing an 'interaction thesis' approach where Claude must describe motion concepts before coding. The plugin includes 8 sub-skills covering GSAP, Framer Motion, CSS animations, and design principles from studied repositories.

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

Custom llama.cpp Backend Offloads LLM Matrix Multiplication to AMD XDNA2 NPU on Ryzen AI MAX 385
A developer built a custom llama.cpp backend that dispatches GEMM operations directly to the AMD XDNA2 NPU on Ryzen AI MAX 385 (Strix Halo), achieving 43.7 t/s decode at 0.947 J/tok with Meta-Llama-3.1-8B-Instruct Q4_K_M. The NPU decode path saves ~10W versus Vulkan-only while matching decode throughput.