A marketplace for Claude Code maintained by severity1.
npx claudepluginhub severity1/severity1-marketplaceIntelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Automatically maintains CLAUDE.md files as codebases evolve using hooks, agents, and skills
A marketplace for Claude Code plugins by severity1.
This marketplace provides a curated collection of Claude Code plugins that extend Claude Code's functionality with custom commands, agents, hooks, and integrations.
To add this marketplace to your Claude Code installation:
claude plugin marketplace add severity1/severity1-marketplace
If you previously installed this marketplace under the old name:
# List plugins installed from the old marketplace
claude plugin list
# Uninstall each plugin (example)
claude plugin uninstall prompt-improver
claude plugin uninstall auto-memory
# Remove the old marketplace
claude plugin marketplace remove severity1/claude-code-marketplace
# Add the new marketplace
claude plugin marketplace add severity1/severity1-marketplace
# Install plugins from the new marketplace
claude plugin install prompt-improver
claude plugin install auto-memory
Enriches vague prompts with research-based clarifying questions before Claude Code executes them.
To add a plugin to this marketplace:
Ensure your plugin is hosted on GitHub with a valid plugin structure. Your plugin should include:
.claude-plugin/plugin.json manifest file (if using strict mode)Edit .claude-plugin/marketplace.json and add your plugin to the plugins array:
{
"name": "prompt-improver",
"source": {
"source": "url",
"url": "https://github.com/severity1/claude-code-prompt-improver.git"
},
"description": "Type vibes, ship precision. Enriches vague/vibe-y prompts with research-based clarifying questions before Claude Code executes them."
}
name: Plugin identifier (kebab-case, no spaces)source: Git repository locationdescription: Clear, concise plugin descriptionFor additional fields like version, author, homepage, license, keywords, and category, see the Plugin Marketplaces Guide.
.claude-plugin/marketplace.jsonPlugin submissions will be reviewed for:
Plugins can be sourced from:
Git URL:
"source": {
"source": "url",
"url": "https://github.com/owner/repo-name.git"
}
Note: URL source uses HTTPS and does not require SSH key configuration.
GitHub:
"source": {
"source": "github",
"repo": "owner/repo-name"
}
Note: GitHub source requires SSH key access to be configured on your system.
Relative path (for local development):
"source": "./plugins/local-plugin"
This marketplace configuration is available under the MIT License.
For questions or issues, contact: