JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q52998F
  • License MIT

Claude Code output style templates gallery and CLI installer

Package Exports

  • ccoutputstyles
  • ccoutputstyles/dist/cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ccoutputstyles) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ccoutputstyles

asciicast

CLI tool and template gallery for customizing Claude Code output styles.

Website: ccoutputstyles.vercel.app

Quick Install

npx ccoutputstyles --url https://ccoutputstyles.vercel.app/templates/critical-code-reviewer

Or run interactively:

npx ccoutputstyles

Contributing Templates

Template contributions welcome! The more templates we have, the better this tool becomes.

How to Contribute

  1. Fork this repository
  2. Add your template to /templates/your-template.md:
---
name: your-template-name
description: Brief description of what this style does
---

Your template instructions here...
  1. Add it to /app/data/templates.ts
  2. Submit a PR - we'll review and merge quickly!

Template Ideas

  • Domain-specific styles (React, Python, DevOps, etc.)
  • Language learning assistants
  • Code review styles
  • Documentation generators
  • Teaching/tutoring styles

Development

npm install
npm run dev        # Start website at localhost:3000
npm run build:cli  # Build CLI tool

How It Works

Templates are Markdown files with YAML frontmatter that modify Claude Code's system prompt. They install to:

  • User level: ~/.claude/output-styles/
  • Project level: ./.claude/output-styles/

License

MIT