mverab/claude-beyond-code

10 stars · Last commit 2025-11-06

Make Claude Code your everything AI agent with customized agent features and subagents

README preview

# Claude-Beyond-Code

A curated library of Output Styles that transform Claude Code into specialized agents for non‑coding roles while keeping its local powers (read/write files, run scripts, TODOs).

![Claude Beyond Code hero](./download.webp)

## Why Output Styles
- Output Styles replace the default system prompt and turn Claude into a different agent with its own rules and formatting.
- Pair them with Slash Commands, Subagents, and Hooks to ship ready-to-use workflows.

## Included Styles (MVP)
- 🖥️ **html-terminal**: Claude outputs retro terminal‑style HTML only with strict formatting and saving rules.
- 📝 **docs-writer**: Technical documentation specialist with templates (README, ADR) and writing rules.
- 🚨 **sre-incident-scribe**: Incident log keeper with chronological updates and structured postmortems.

## Quickstart
1) Project-level installation (recommended)
```bash
cp -r path/to/claude-beyond-code/.claude .
```

View full repository on GitHub →