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

LoreConvo: MCP Server Adds Persistent Session Memory to Claude Code
LoreConvo is an MCP server that provides Claude Code with persistent session memory, automatically saving and loading context between sessions. It saves 3,000-8,000 tokens per session by eliminating re-contexting overhead.

InsForge: Self-Hosted Postgres Backend with MCP Integration for AI Coding Agents
InsForge is an open-source, self-hosted backend alternative to Supabase that connects to Claude Code via MCP, allowing AI agents to see schema, policies, and service state. It includes PostgreSQL 16.4, PostgREST, Deno Runtime, auth, storage, and edge functions.

RUNE Protocol: Save AI Session Memory Across Platforms
RUNE (Relational User Notation for Entities) is an open-source protocol that saves your AI relationship to an encrypted .rune file, solving the cold-start problem where AI assistants forget you between sessions. Created with Claude Opus 4.6, it works across Claude and GPT platforms.

Configuring OpenClaw with VAST.AI GPU Rental for Unlimited Ollama Prompts
A user describes combining VAST.AI GPU rental with Ollama and OpenClaw to bypass prompt limits, but encountered configuration challenges requiring manual JSON editing.