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])
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sevos/claude-code-marketplace --plugin gitDownload videos, audio, subtitles, and transcripts from YouTube and yt-dlp supported sites
Product Owner assistance for ticket refinement, epic breakdown, dependency analysis, and backlog management
Upload files to paste.sevos.io for temporary sharing with configurable expiry
Tools and knowledge for working with Elvish languages created by J.R.R. Tolkien, including Tengwar script rendering
Set of commands, skills, and agents to work on Ruby on Rails projects
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Commands for Git operations, commits, and PRs
Git automation - PRs, releases, branches, worktrees
Streamline your git workflow with simple commands for committing, pushing, and creating pull requests
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.