By greyhaven-ai
Orchestrate specialized AI agents across full creative writing pipelines: initialize fiction or non-fiction projects from briefs, execute phased novel development or prose revision with quality gates, spawn audit teams for believability, prose style, and consistency checks, optimize for SEO/GEO, and auto-git-commit progress.
npx claudepluginhub greyhaven-ai/claude-code-config --plugin creative-writingInitialize a content production team for non-fiction, blogs, articles, and marketing content
Run a single phase of the novel development pipeline for targeted reruns or recovery
Run the full 6-phase prose revision pipeline on a manuscript with SVQ quality gates
Run a single phase of the prose revision pipeline for targeted reruns or recovery
Spawn a parallel audit team to analyze a manuscript for believability, style quality, and narrative consistency
Spawn a parallel review team to edit and improve a draft from multiple angles simultaneously
Initialize a creative writing team with specialized agents for fiction and narrative projects
Narrative believability auditor that analyzes creative writing for verisimilitude, internal consistency, plausibility, and mimesis. Creates detailed audit reports identifying issues that break reader immersion, with optional conversion to actionable todos. Use when reviewing fiction for plot holes, inconsistent world rules, implausible events, or disconnects from real-world expectations.
Specialized agent for creating deep, consistent, believable characters. Develops comprehensive character profiles, backstories, motivations, arcs, relationships, and voice. Use when creating new characters, deepening existing ones, ensuring character consistency, or developing ensemble casts with complex dynamics.
Strategic content planner for blogs, marketing, and digital content. Handles SEO keyword research, content calendars, audience personas, competitive analysis, and distribution planning. Use when planning content strategy, optimizing for search, or building a content marketing program.
Specialist in crafting natural, distinctive dialogue that reveals character and advances story. Masters subtext, voice differentiation, dialect representation, and conversational rhythm. Use when dialogue feels flat, characters sound alike, or conversations lack tension and authenticity.
Professional editor providing developmental feedback, line editing, copy editing, and style analysis. Reviews drafts for clarity, consistency, pacing, and polish. Use when you have a draft that needs objective feedback, revision guidance, or professional-level editing passes.
Expert in creating detailed, hierarchical outlines for any written work. Specializes in research organization, argument flow, section dependencies, and structural planning. Use when planning essays, articles, books, or any complex written project before drafting.
Expert prose analyst evaluating writing quality, style, and voice. Analyzes sentence rhythm, word choice, authorial voice, stylistic techniques, and readability. Generates comprehensive style profiles with actionable insights. Use when assessing prose craft, comparing styles, diagnosing voice issues, or preparing style guides.
Specialized research agent for creative writing projects. Gathers factual information, historical context, technical details, and source material to support authentic, well-researched writing across all genres. Use when starting a new writing project, fact-checking content, or needing background research for fiction or non-fiction work.
Master narrative architect who designs compelling story structures, plot arcs, pacing, and scene sequences. Specializes in three-act structure, hero's journey, save the cat beats, and conflict escalation. Use when planning a novel, screenplay, or any narrative project from initial concept through detailed beat sheets.
Expert world-builder creating immersive, internally consistent settings for fiction. Designs geography, cultures, magic/technology systems, histories, economies, and ecosystems. Use when building fantasy/sci-fi worlds, historical settings, or any story requiring detailed, consistent world documentation.
Professional writing assistance for blogs, research articles, fiction, essays, and marketing copy. Use when users want to write, edit, or improve any form of written content. Triggers: 'write a blog', 'write an article', 'help me write', 'write a story', 'write a chapter', 'draft an essay', 'creative writing', 'improve my writing', 'edit my writing', 'write copy', 'content writing'.
Use when optimizing web content for search engine visibility, improving AI search engine citations (GEO), auditing website SEO, implementing structured data markup, or researching keyword strategy. Triggers: 'SEO', 'GEO', 'search optimization', 'schema markup', 'meta tags', 'AI search', 'Perplexity', 'search rankings', 'structured data', 'generative engine optimization', 'rich results', 'robots.txt', 'sitemap'.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimSpecialized agents for creating engaging content across various formats and target audiences. Focuses on storytelling, audience engagement, and platform-optimized writing.
Autonomous AI copywriter agent that creates SaaS marketing content while you sleep. Uses the Ralph Wiggum pattern for iterative content creation from trends, research, and communications.
The development-workflow plugin for Claude Code — 35 skills organized around a 6-phase workflow (Think → Review → Build → Ship → Maintain → Setup), 24 agents, and an interactive setup wizard for rules, modes, hooks, and MCP servers.
Content Creator subagent
Automatic documentation-as-code engine. Maintains project documentation as a side effect of development — no manual invocation needed.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Version 2.1.0 - Hooks, Skills, configuration, and plugin marketplace for Claude Code
This repository contains Grey Haven Studio's comprehensive Claude Code ecosystem:
12 Plugin Packages with 26+ Agents and 30+ Commands
3 Claude Skills for automatic code assistance
npm Package (@greyhaven/claude-code-config) for:
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-hooks
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!
If you only need hook installation and setup utilities:
npm install -g @greyhaven/claude-code-config
claude-config install-hooks
claude-config install-skills
claude-config doctor
Skills work automatically - just code naturally:
"Write a React component" → grey-haven-code-style applies
"Create a commit message" → grey-haven-commit-format applies
"Generate a PR description" → grey-haven-pr-template applies
Use 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
| 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)
claude-config install-hooks # Install hooks to ~/.claude/hooks/
claude-config list-hooks # Show available hooks
claude-config init # Initialize .claude/ directory
claude-config backup-settings # Backup user settings
claude-config restore-settings # Restore from backup
claude-config doctor # Diagnose installation
claude-config version # Show version