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
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-reviewerOr run interactively:
npx ccoutputstylesContributing Templates
Template contributions welcome! The more templates we have, the better this tool becomes.
How to Contribute
- Fork this repository
- Add your template to
/templates/your-template.md:
---
name: your-template-name
description: Brief description of what this style does
---
Your template instructions here...- Add it to
/app/data/templates.ts - 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 toolHow 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