Claude Code plugins for Galaxy Project development
npx claudepluginhub arash77/galaxy-claude-marketplaceGalaxy development tools: migrations, API endpoints, testing, linting, and codebase exploration
Claude Code plugins for Galaxy Project development - all in one place!
Add the marketplace:
/plugin marketplace add arash77/galaxy-claude-marketplace
Install the galaxy-dev plugin:
/plugin install galaxy-dev@galaxy-claude-marketplace
That's it! All skills will be available: /galaxy-db-migration, /galaxy-api-endpoint, /galaxy-testing, /galaxy-linting (plus automatic galaxy-context)
# Clone and use directly
git clone https://github.com/arash77/galaxy-claude-marketplace.git ~/galaxy-claude-marketplace
claude --plugin-dir ~/galaxy-claude-marketplace/plugins/galaxy-dev
Galaxy development tools including:
Skills:
galaxy-context (automatic) - Galaxy conventions, routing, and architecture reference (loads automatically)/galaxy-db-migration [create|upgrade|downgrade|status|troubleshoot] - Database migration workflows/galaxy-api-endpoint [resource-name] - Guide for creating new API endpoints/galaxy-testing [run|write|unit|api|integration] - Test running and writing guide/galaxy-linting [check|fix|python|client|mypy|full] - Code linting, formatting, and type checkingAgent:
galaxy-explorer - Architecture-aware codebase exploration agentLocation: plugins/galaxy-dev/
/galaxy-db-migration create # Create new migration
/galaxy-db-migration upgrade # Upgrade database
/galaxy-db-migration status # Check migration status
/galaxy-api-endpoint credentials # Guide for creating credentials endpoint
/galaxy-api-endpoint # Show general workflow
/galaxy-testing run # Show test running commands
/galaxy-testing api # Guide for writing API tests
/galaxy-testing integration # Guide for integration tests
/galaxy-linting check # Quick lint and format check
/galaxy-linting fix # Auto-fix formatting issues
/galaxy-linting full # Run complete CI lint suite
Pull the latest changes:
cd ~/galaxy-claude-marketplace
git pull
Restart Claude to load updates.
plugins/your-plugin-name/.claude-plugin/plugin.json manifestmarketplace.json:
{
"name": "your-plugin-name",
"path": "plugins/your-plugin-name",
"version": "1.0.0",
"description": "Your plugin description"
}
plugins/
└── your-plugin/
├── .claude-plugin/
│ └── plugin.json
├── skills/
│ └── skill-name/
│ └── SKILL.md
├── agents/
│ └── agent-name.md
└── README.md
galaxy-claude-marketplace/
├── marketplace.json # Plugin registry
├── README.md # This file
└── plugins/ # All plugins
└── galaxy-dev/ # Galaxy development tools
├── .claude-plugin/
├── skills/
├── agents/
└── README.md
git pull to get latestAfter adding the marketplace, you can:
List available plugins:
/plugin search galaxy
Install plugins:
/plugin install galaxy-dev@galaxy-claude-marketplace
Update plugins:
/plugin update galaxy-dev@galaxy-claude-marketplace
Update marketplace:
/plugin marketplace update galaxy-claude-marketplace
plugins/ directorymarketplace.json if adding new pluginMIT License - see LICENSE file for details
Built with ❤️ for the Galaxy developer community
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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