By greyhaven-ai
Audit Claude Code plugins and suites for structure validation, best practices, deprecations, changelog compatibility, security patterns, usability, coverage gaps, duplications, and workflow optimizations. Generate Markdown reports with summaries, detailed findings, and actionable todo lists for ecosystem improvements.
npx claudepluginhub greyhaven-ai/claude-code-config --plugin plugin-auditorComprehensive Claude Code plugin auditing skill for validating structure, detecting deprecated patterns, and recommending best practices based on the latest changelog. Use when auditing plugins, checking for deprecations, validating plugin structure, preparing plugins for release, or ensuring compatibility with recent Claude Code versions. Triggers: 'audit plugin', 'check plugin health', 'validate skill', 'plugin deprecation', 'changelog compatibility', 'plugin best practices'.
Meta-level plugin suite auditor that uses subagents to analyze any plugin for usability improvements, missing agents, duplication, and workflow optimizations. Generates comprehensive reports with user-approved todo conversion. Triggers: 'audit suite', 'analyze plugin usability', 'find duplicate agents', 'suggest new agents', 'optimize plugin workflow', 'plugin gap analysis'.
Audit and optimize Claude Code configurations with dynamic best-practice research
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.
Meta-skills infrastructure for Claude Code plugin ecosystem - skill authoring, hook development, modular design patterns, and evaluation frameworks
Validates Claude Code plugin structure against official Anthropic spec and Intent Solutions enterprise standard
No description provided.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Share bugs, ideas, or general feedback.
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
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 claim