Help us improve
Share bugs, ideas, or general feedback.
Organisation-level plugins for Pandora development teams
npx claudepluginhub gravity9-tech/claude_code_marketplace_demoEnd-to-end feature development workflow with Jira planning, TDD implementation, code review, and automated merge
Generate comprehensive documentation from codebases with ASCII diagrams, evidence-backed content, and automatic Claude Code skill syncing
Production-ready workflow orchestration with 83 marketplace plugins, 191 local specialized agents, and 155 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
Organisation-level plugins for Claude Code.
| Plugin | Description |
|---|---|
| feature-lifecycle | Jira planning, TDD implementation, code review, and automated merge |
| deepwiki | Generate documentation from codebases with ASCII diagrams and auto-synced Claude Code skills |
From GitHub:
Install from the repo:
/plugin marketplace add https://github.com/gravity9-tech/claude_code_marketplace_demo.git
Or using the GitHub shortcut syntax:
/plugin marketplace add gravity9-tech/claude-code-marketplace-demo
Note: This method clones via SSH. You need SSH keys configured for GitHub. If you get a
Permission denied (publickey)error, either set up SSH keys or use the HTTPS URL method below instead.
or from a local clone:
/plugin marketplace add ./path/to/claude-code-marketplace-demo
/plugin install feature-lifecycle@pandora-marketplace
/plugin install deepwiki@pandora-marketplace
You can also use the interactive plugin browser:
/plugin
This opens a tabbed UI where you can browse the Discover tab to see available plugins from all configured marketplaces.
/plugin marketplace list # List configured marketplaces
/plugin marketplace update # Refresh plugin listings
/plugin disable <plugin> # Disable without uninstalling
/plugin enable <plugin> # Re-enable
/plugin uninstall <plugin> # Remove completely
To have team members automatically prompted to add this marketplace, add to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"pandora-marketplace": {
"source": {
"source": "github",
"repo": "<owner>/claude-code-marketplace-demo"
}
}
},
"enabledPlugins": {
"feature-lifecycle@pandora-marketplace": true,
"deepwiki@pandora-marketplace": true
}
}
/deepwiki:init ./ ./wiki
/deepwiki:sync ./wiki
/deepwiki:skills list
Requires the Atlassian MCP server for Jira integration.
/implement-feature Add user authentication with OAuth2 PROJ
init, sync, skillsdeepwiki-planner, deepwiki-doc-generator, deepwiki-skill-generatorimplement-featureplanner, tdd-implementer, code-reviewer