Help us improve
Share bugs, ideas, or general feedback.
Pandora Marketplace - Collection of Claude Code plugins, agents, commands, and skills for comprehensive development workflows and integrations
npx claudepluginhub gravity9-tech/pandora-marketplaceDefense-in-depth protection system for Claude Code. Blocks dangerous commands and protects sensitive files via PreToolUse hooks. Provides command pattern blocking, path protection levels, and ask patterns for confirmation dialogs.
Integration with LaunchDarkly feature flag management system. Manage feature flags, create flags with automated tests for both variants, and remove flags from your codebase using LaunchDarkly MCP server.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
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
Share bugs, ideas, or general feedback.
This repo is provide a Claude Code marketplace template that contains reusable plugins, agents, commands, skills, and team context for extending Claude Code capabilities across multiple teams.
Pandora Marketplace is a structured repository that serves as a foundational template for teams to:
This marketplace enables organizations to create a unified, scalable ecosystem for AI-assisted development while maintaining team-specific customizations and standards.
/plugin marketplace add pandora-marketplace
Or add it with a specific repository path:
# Add from local directory
/plugin marketplace add ./pandora_marketplace
# Add from GitHub repository
/plugin marketplace add owner/pandora_marketplace
# Add from Git URL
/plugin marketplace add https://github.com/your-org/pandora_marketplace.git
Once the marketplace is added, you can discover all available plugins:
/plugin list
This will show all available plugins in the marketplace, organized by category:
Install any plugin from the marketplace using:
/plugin install <plugin-name>@pandora-marketplace
DeepWiki - Documentation Generation System
/plugin install deepwiki@pandora-marketplace
Safeguard - Code Safety & Protection
/plugin install safeguard@pandora-marketplace
LaunchDarkly - Feature Flag Management
/plugin install launchdarkly@pandora-marketplace
After installation, each plugin provides specific commands. Refer to individual plugin README files for detailed usage instructions:
# Initialize wiki documentation from your codebase
/deepwiki:init ./ ./wiki
# Sync wiki to Claude Code skills (after manual edits)
/deepwiki:sync ./wiki
# Install security protections
/install
# Manage feature flags
/add-feature-flag new-feature-name
# Update marketplace to latest version
/plugin marketplace update
# List installed plugins
/plugin list --installed
# Uninstall a plugin
/plugin uninstall <plugin-name>@pandora-marketplace
| Task | Command |
|---|---|
| Add marketplace | /plugin marketplace add pandora-marketplace |
| List plugins | /plugin list |
| Install plugin | /plugin install <name>@pandora-marketplace |
| Update marketplace | /plugin marketplace update |
| Initialize wiki documentation | /deepwiki:init ./ ./wiki |
| Sync wiki to skills | /deepwiki:sync ./wiki |
| Setup security | /install |
| Add feature flag | /add-feature-flag <flag-name> |