Pro Marketplace banner
SomarRezq SomarRezq

Pro Marketplace

AI community

Description

Marketplace of AI plugins, skills, and agents for Claude Code. Add it with /plugin marketplace add SomarRezq/pro-marketplace. Hosting code-pro — a full senior-developer workflow of 9 skills, 9 commands, and 7 subagents covering investigate, develop, bug-fix, review, test, refactor, and document.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

pro-marketplace

Somar's marketplace of AI plugins, skills, and agents.

This repository is a **plugin marketplace for Claude Code**. Add it once and you can install any plugin it hosts with a single command — no manual file copying, and updates arrive by re-running the marketplace update.

Install

/plugin marketplace add SomarRezq/pro-marketplace
/plugin install code-pro@pro-marketplace

Browse everything interactively instead: `/plugin`

Available plugins

Plugin What it does Docs
`code-pro` Code like a professional senior full-stack developer across the whole development lifecycle — investigate, develop, bug-fix, review, test, refactor, document. Its develop-fr pipeline reserves Claude Opus for architecture and delegates implementation, testing, and per-step review to Codex and Gemini. Ships 9 skills, 10 slash commands, and 7 specialized subagents. README · Spec (PDF) · Refactor plan

Repository layout

Plugins are grouped by the AI tool they target, so this marketplace can host more than one vendor's format without collisions.

pro-marketplace/
├── .claude-plugin/
│   └── marketplace.json      ← Claude Code marketplace manifest (must be at repo root)
├── claude/                   ← plugins for Claude Code
│   └── code-pro/
│       ├── .claude-plugin/plugin.json
│       ├── agents/           ← subagents: Markdown + YAML frontmatter
│       ├── commands/         ← slash commands
│       ├── scripts/          ← Node helpers the skills shell out to
│       ├── skills/           ← skills (one folder per skill, each with SKILL.md)
│       └── README.md
├── docs/                     ← shared specification and reference material
└── README.md

Claude Code looks for its manifest at the repository root. The `source` field of each entry points at the plugin folder, which is how plugins can be nest