Claudy - A curated collection of high-quality Claude Code plugins for software development workflows
npx claudepluginhub nbarthel/claudyOpus 4.5 optimized Rails API development workflow with effort parameter control, Haiku 4.5 integration (90% quality at 3x savings), thinking block handling, interleaved thinking support, and prompt caching recommendations. Features 7 specialized agents with intelligent model selection across 7 specialized agents.
A comprehensive marketplace of Claude Code plugins for software development workflows. This monorepo contains high-quality plugins for Rails, React/TypeScript, code review, UI/UX design, and more.
Claudy provides a curated collection of Claude Code plugins that follow best practices and enhance developer productivity. Each plugin is designed to work seamlessly with Claude Code CLI and can be easily installed into your projects.
rails-workflow)Comprehensive Rails 8 development with specialized AI agents for models, controllers, services, tests, and devops. Includes multi-agent orchestration and safety hooks.
Features:
Agents: 7 specialized agents
Commands: 3 workflow commands
Hooks: 3 safety hooks
Installation: ./scripts/install-plugin.sh rails-workflow /path/to/rails/project
git clone https://github.com/yourusername/claudy.git
cd claudy
Configure the Claudy marketplace in Claude Code (see Marketplace Setup below)
List available plugins:
./scripts/list-plugins.sh
# Install a plugin to your project
./scripts/install-plugin.sh rails-workflow /path/to/your/rails/project
# Or install from within the target project
cd /path/to/your/rails/project
/path/to/claudy/scripts/install-plugin.sh rails-workflow .
To use the Claudy plugin marketplace with Claude Code:
.claude-plugin/marketplace.json/plugin# In your Rails project, install the plugin
cd ~/projects/my-rails-app
/path/to/claudy/scripts/install-plugin.sh rails-workflow .
# Use the commands in Claude Code
/rails-swarm Build a complete User authentication system
# Or use specialized agents
@rails-architect Design the authentication architecture
Each plugin follows the official Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (required)
├── commands/ # Slash commands (*.md files)
├── agents/ # AI agents (*.md files)
├── skills/ # Agent skills (optional)
├── hooks/ # Event hooks (optional)
├── package.json # npm metadata
├── README.md # Plugin documentation
└── examples/ # Usage examples
Every plugin must have a .claude-plugin/plugin.json manifest:
{
"name": "plugin-name",
"description": "Plugin description",
"version": "1.0.0",
"author": {
"name": "Author Name"
},
"keywords": ["keyword1", "keyword2"],
"categories": ["category1"]
}
mkdir -p plugins/my-plugin/.claude/{commands,agents}
{
"name": "@claudy/my-plugin",
"version": "0.1.0",
"description": "My awesome plugin",
"keywords": ["claude-code", "plugin"]
}
Add commands or agents as markdown files
Create README.md with usage instructions
Validate your plugin:
./scripts/validate-plugin.sh my-plugin
See docs/best-practices/PLUGIN_GUIDELINES.md for comprehensive guidelines on:
./scripts/list-plugins.sh
./scripts/install-plugin.sh <plugin-name> <target-directory>
./scripts/validate-plugin.sh <plugin-name>
Plugins that automate common development tasks through slash commands and specialized agents.
Available: rails-workflow
All plugins in this marketplace follow these principles:
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 154 specialized Claude Code subagents organized into 10 focused categories