creative-writing
NewComplete creative writing suite with 8 specialized agents covering the full writing process: research, character development, story architecture, world-building, dialogue, editing, outlining, and content strategy.
Overview
Version 2.1.0 - Hooks, Skills, configuration, and plugin marketplace for Claude Code
 
๐ฏ What This Repository Provides
This repository contains Grey Haven Studio's comprehensive Claude Code ecosystem:
12 Plugin Packages with 26+ Agents and 30+ Commands
- โขDistributed via local plugin marketplace (not npm)
- โขClone this repository and configure in Claude Code settings
3 Claude Skills for automatic code assistance
- โขCode style enforcement (TypeScript, React, Python)
- โขCommit message formatting (Conventional Commits)
- โขPull request template generation
npm Package (@greyhaven/claude-code-config) for:
- โขโ Hook installation and management
- โขโ Skills installation and management
- โขโ MCP server configuration
- โขโ Project initialization
- โขโ Settings backup/restore
- โขโ Diagnostics
๐ฆ Installation
Option 1: Full Setup (Recommended)
Get plugins + CLI tools:
# 1. Clone repository for plugins
git clone https://github.com/greyhaven-ai/grey-haven-claude-code-config.git ~/grey-haven-plugins
# 2. Configure plugin marketplace in ~/.claude/settings.json
{
"plugin": {
"marketplaces": [{
"name": "grey-haven-plugins",
"source": "/Users/YOU/grey-haven-plugins/grey-haven-plugins"
}],
"install": [
"core@grey-haven-plugins",
"developer-experience@grey-haven-plugins",
"observability@grey-haven-plugins",
"cc-trace@grey-haven-plugins"
]
}
}
# 3. (Optional) Install CLI tools for hook management
npm install -g @greyhaven/claude-code-config
claude-config install-hooksOption 2: Plugins Only
If you only need agents and commands:
# Clone and configure plugin marketplace
git clone https://github.com/greyhaven-ai/grey-haven-claude-code-config.git ~/grey-haven-plugins
# Add to ~/.claude/settings.json (see full config above)No npm package required!
Option 3: CLI Tools Only
If you only need hook installation and setup utilities:
npm install -g @greyhaven/claude-code-config๐ Quick Start
1. Install Hooks and Skills
claude-config install-hooks
claude-config install-skills2. Test Installation
claude-config doctor3. Use Skills and Plugins
Skills work automatically - just code naturally:
"Write a React component" โ code-style applies
"Create a commit message" โ commit-format applies
"Generate a PR description" โ pr-template appliesUse plugins via commands:
In Claude Code:
/tdd-implement # Test-driven development
/code-review # Code review analysis
/security-scan # Security audit
/doc-generate-api # API documentation๐ฆ Available Plugins
| Plugin | Description |
|---|---|
core | TDD implementation, code review, quality pipeline, debugging |
developer-experience | Documentation, onboarding, API design, code style |
testing | Playwright, Chrome E2E, visual regression testing |
deployment | Cloudflare Workers/Pages deployment and debugging |
security | OWASP security scanning, vulnerability analysis |
research | API research with Firecrawl, Context7, TanStack patterns |
observability | Monitoring, SLOs, metrics, performance tracking |
incident-response | Debugging, runbooks, postmortem generation |
agent-orchestration | Context management, workflow composition |
data-quality | Pydantic validation, schema contracts, data quality |
linear | Linear issue tracking, workflow integration |
cc-trace | Claude Code API debugging with mitmproxy |
cloudflare-deployment-observability | Deployment monitoring, CI/CD analytics |
knowledge-base | Ontological knowledge management, long-term memory |
creative-writing | 8 specialized agents for the complete writing process |
Total: 30+ agents, 40+ skills across 15 plugins
Install format: plugin-name@grey-haven-plugins (e.g., core@grey-haven-plugins)
๐ง CLI Commands
Hooks Management
claude-config install-hooks # Install hooks to ~/.claude/hooks/
claude-config list-hooks # Show available hooksConfiguration
claude-config init # Initialize .claude/ directory
claude-config backup-settings # Backup user settings
claude-config restore-settings # Restore from backupDiagnostics
claude-config doctor # Diagnose installation
claude-config version # Show version๐ Documentation
- โข[Migration Guide](MIGRATION_V2.md) - Upgrade from v1.x to v2.0.0
- โข[npm Package README](README-npm.md) - CLI tool documentation
- โข[Installation Guide](INSTALLATION.md) - Detailed setup instructions
- โข[Architecture Plan](.claude/V2_ARCHITECTURE_PLAN.md) - v2.0.0 design decisions
๐ Updating
Update Plugins
cd ~/grey-haven-plugins
git pull origin mainUpdate CLI Tools
npm update -g @greyhaven/claude-code-config
# Or: claude-config self-update๐ฏ Key Features
26+ Specialized Agents
Core Functionality:
- โข
docs-architect- Technical documentation creation - โข
code-quality-analyzer- Multi-mode code analysis - โข
tdd-python-implementer- Test-driven Python development - โข
tdd-typescript-implementer- Test-driven TypeScript development
Observability:
- โข
observability-architect- Monitoring setup - โข
sli-slo-engineer- SLI/SLO implementation
Security:
- โข
security-analyzer- Vulnerability scanning - โข
security-audit-orchestrator- Comprehensive security audits
[See full agent catalog in plugins/](grey-haven-plugins/)
30+ Slash Commands
Development:
- โข
/tdd-implement- TDD implementation workflow - โข
/code-review- Comprehensive code review - โข
/refactor-clarity- Clarity-focused refactoring
Documentation:
- โข
/doc-generate-api- OpenAPI 3.1 generation - โข
/doc-coverage- Documentation coverage validation
Security & Quality:
- โข
/security-scan- Security audit - โข
/quality-pipeline- Full quality check
[See full command catalog in plugins/](grey-haven-plugins/)
4 Production Hooks
- โข
subagent-context-preparer.py- Optimize subagent context - โข
security-validator.py- Security validation - โข
prompt-enhancer.py- Enhance user prompts - โข
work-completion-assistant.py- Work completion tracking
๐ v2.0.0 Changes
| Feature | v1.x | v2.0.0 |
|---|---|---|
| Plugin distribution | โ npm | โ Git + marketplace |
| Hooks | โ npm | โ npm (optional) |
| CLI tools | โ npm | โ npm (optional) |
| Package size | ~2 MB | ~500 KB |
| Update method | npm update | git pull + npm update |
See [MIGRATION_V2.md](MIGRATION_V2.md) for complete migration guide.
๐ System Requirements
Required
- โขClaude Code installed
- โขGit
Optional
- โขPython 3.8+ (for hooks)
- โขNode.js 14+ (for npm CLI tools)
Check Installation
claude-config doctor๐ค Contributing
Contributions welcome! See CONTRIBUTING.md.
Development Setup
git clone https://github.com/greyhaven-ai/grey-haven-claude-code-config.git
cd grey-haven-claude-code-config
npm install๐ License
MIT ยฉ Grey Haven Studio
๐ Links
- โขGitHub: https://github.com/greyhaven-ai/grey-haven-claude-code-config
- โขnpm: https://www.npmjs.com/package/@greyhaven/claude-code-config
- โขIssues: https://github.com/greyhaven-ai/grey-haven-claude-code-config/issues
Built with โค๏ธ for the Claude Code community
Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install creative-writing@<marketplace>
/pluginSecurity Audits
Frequently Asked Questions
What is creative-writing?
Complete creative writing suite with 8 specialized agents covering the full writing process: research, character development, story architecture, world-building, dialogue, editing, outlining, and content strategy.
How to install creative-writing?
To install creative-writing: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install creative-writing@<marketplace>. Finally, /plugin in Claude Code.
What is creative-writing best for?
creative-writing is a plugin categorized under General. It is designed for: agent, writing, creative, blog, fiction, research, marketing, copywriting. Created by Grey Haven Studio.