Severity1 Marketplace — Development skill for Claude Code
A marketplace for Claude Code plugins maintained by severity1.
How to install Severity1 Marketplace
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open severity1/severity1-marketplace and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Severity1 Marketplace does
A marketplace for Claude Code plugins maintained by severity1.
Alternatives in Development
- Every Marketplace — pattern 11.2k ★
- Agent Skills Platform — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.4k ★
- Agent Skill Creator — Build tested agent skills and govern their lifecycle through a user-defined marketplace: evidence, discovery 2.3k ★
README
Severity1 Claude Code Marketplace
A marketplace for Claude Code plugins by severity1.
What is This?
This marketplace provides a curated collection of Claude Code plugins that extend Claude Code's functionality with custom commands, agents, hooks, and integrations.
Installation
To add this marketplace to your Claude Code installation:
claude plugin marketplace add severity1/severity1-marketplace
Migrating from claude-code-marketplace
If you previously installed this marketplace under the old name:
Step 1: Uninstall plugins from the old marketplace
# List plugins installed from the old marketplace
claude plugin list
# Uninstall each plugin (example)
claude plugin uninstall prompt-improver
claude plugin uninstall auto-memory
Step 2: Remove the old marketplace and add the new one
# Remove the old marketplace
claude plugin marketplace remove severity1/claude-code-marketplace
# Add the new marketplace
claude plugin marketplace add severity1/severity1-marketplace
Step 3: Reinstall your plugins
# Install plugins from the new marketplace
claude plugin install prompt-improver
claude plugin install auto-memory
Available Plugins
claude-code-prompt-improver
Enriches vague prompts with research-based clarifying questions before Claude Code executes them.
- Repository: severity1/claude-code-prompt-improver
Contributing Plugins
To add a plugin to this marketplace:
1. Prepare Your Plugin
Ensure your plugin is hosted on GitHub with a valid plugin structure. Your plugin should include:
- A
.claude-plugin/plugin.jsonmanifest file (if using strict mode) - Plugin components (commands, agents, hooks, or MCP servers)
- A README.md with usage instructions
2. Add Plugin Entry
Edit `.claude-plugin/marketplace.json` and add your plugin to the `plugins` array:
{
"name": "prompt-improver",
"source": {
Related Skills
Claude Code Plugins Plus
Org landing for Claude Code Plugins Plus — the open-source Claude Code plugin, skill & agent marketplace built
Ext Skills
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills
Experimental Ext Skills
Experimental exploration of skills discovery and distribution through MCP primitives. Maintained by the Skills
Wework Plugins
General-purpose Codex plugins maintained for Wework and distributed through
Code Agreements
How I want code written, across all my projects. Maintained by a Claude Code skill.
Contributing To Claude Code Plugins
Thank you for your interest in contributing to the Claude Code Plugins marketplace. With hundreds of plugins a
Related Agents
Seam Analyzer
Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held to
Spec Writer.Agent
Use when discovery evidence, requirements/design/tasks, ADRs, execution-plan status, closeout records, or memo
DevOps Reviewer
Antagonistic DevOps reviewer for the aiagent Go project. Scores CI/CD pipeline and Docker changes against the