Official Claude Code plugin marketplace by Pragnition Labs
npx claudepluginhub pragnition/pragnition-public-pluginsRAPID - Rapid Agentic Parallelizable and Isolatable Development for Claude Code
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Claude Code plugins for the Slidev presentation framework
Official Claude Code plugin marketplace by Pragnition Labs.
Add this marketplace to Claude Code:
/plugin marketplace add pragnition/pragnition-public-plugins
See the full Plugin Catalog for details and documentation links.
| Plugin | Description | Version |
|---|---|---|
| rapid | Team-based parallel development with isolated worktrees, interface contracts, adversarial review, and intelligent merge | 6.0.0 |
/plugin install <plugin-name>@pragnition-plugins
For example:
/plugin install rapid@pragnition-plugins
Add to your project's .claude/settings.json to make the marketplace available to all team members:
{
"extraKnownMarketplaces": {
"pragnition-plugins": {
"source": {
"source": "github",
"repo": "pragnition/pragnition-public-plugins"
}
}
}
}
To add a plugin to this marketplace, add an entry to .claude-plugin/marketplace.json with:
name -- plugin identifiersource -- GitHub repo reference ({ "source": "github", "repo": "owner/repo" })description -- what the plugin doesversion -- semver version stringtags -- searchable keywordsThe plugin repo must contain a .claude-plugin/plugin.json manifest, a DOCS.md file
at its root, and the standard plugin directory structure (skills/, agents/, etc.).
See CLAUDE.md for detailed maintenance instructions.