npx claudepluginhub sevos/claude-code-marketplaceSet of commands, skills, and agents to manage git projects
Set of commands, skills, and agents to work on Ruby on Rails projects
Product Owner assistance for ticket refinement, epic breakdown, dependency analysis, and backlog management
Tools and knowledge for working with Elvish languages created by J.R.R. Tolkien, including Tengwar script rendering
Upload files to paste.sevos.io for temporary sharing with configurable expiry
Download videos, audio, subtitles, and transcripts from YouTube and yt-dlp supported sites
A personal marketplace for Claude Code plugins, commands, skills, and agents.
Set of commands, skills, and agents to manage git projects.
Features:
/open-pr - Command for opening pull requestsSet of commands, skills, and agents to work on Ruby on Rails projects.
Features:
/rails:plan - Plan implementation of a Rails feature with multi-tenant architecture and DaisyUITo add this marketplace to your Claude Code installation:
/plugin marketplace add sevos/claude-code-marketplace
That's it! Claude Code will automatically fetch the marketplace from GitHub.
If you prefer to use the full Git URL:
/plugin marketplace add https://github.com/sevos/claude-code-marketplace.git
For local development or testing:
/plugin marketplace add /path/to/sevos-claude-code-marketplace
Once you've added the marketplace, you can install plugins using one of these methods:
Open the plugin menu in Claude Code:
/plugin
This will show you all available plugins from all your marketplaces. Browse and select the plugins you want to install.
Install a specific plugin from this marketplace:
/plugin install git@sevos-claude-code-marketplace
or
/plugin install rails@sevos-claude-code-marketplace
After installing a plugin, its commands will be available in Claude Code:
/open-pr - Open a pull request with AI assistance/rails:plan - Plan Rails feature implementationEach plugin in this marketplace follows the standard Claude Code plugin structure:
plugins/
├── plugin-name/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ ├── commands/ # Slash commands
│ │ └── command.md
│ ├── skills/ # Agent skills
│ │ └── skill.md
│ └── agents/ # Specialized agents
│ └── agent.md
For team projects, you can specify required marketplaces in .claude/settings.json:
{
"marketplaces": [
{
"name": "sevos-claude-code-marketplace",
"source": {
"type": "github",
"repo": "sevos/claude-code-marketplace"
}
}
],
"enabledPlugins": [
"git@sevos-claude-code-marketplace",
"rails@sevos-claude-code-marketplace"
]
}
When team members trust the repository folder, Claude Code automatically installs these marketplaces and plugins.
To add a new plugin to this marketplace:
plugins/.claude-plugin/plugin.json file with plugin metadata.claude-plugin/marketplace.json file to include your pluginThis marketplace and its plugins are available for personal use.
Artur Roszczyk ([email protected])
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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