Create Output Style banner
alexanderop alexanderop

Create Output Style

Design community

Description

--- description: Generate custom output styles that modify Claude Code's system prompt for different agent behaviors argument-hint: [style-name] [--user|--project] [--description "..."] --- # /create-output-style ## Purpose Generate custom output style files for Claude Code with proper structure and YAML frontmatter. ## Contract **Inputs:** - `$1` — STYLE_NAME (optional: name for the output style) - `--user` — Save to user-level directory (~/.claude/output-styles) - `--project` — Save to pro

Installation

Installs to ~/.claude/skills/alexanderop-claude-code-builder-create-output-style/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexanderop-claude-code-builder-create-output-style && curl -fsSL https://raw.githubusercontent.com/alexanderop/claude-code-builder/HEAD/commands/create-output-style.md -o ~/.claude/skills/alexanderop-claude-code-builder-create-output-style/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository