Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
deepwiki logo

deepwiki

pandora-marketplace-demo

OtherClaude Codeby Pandora Team

Summary

Generate comprehensive documentation from codebases with ASCII diagrams, evidence-backed content, and automatic Claude Code skill syncing

Install to Claude Code

/plugin install deepwiki@pandora-marketplace-demo

Run in Claude Code. Add the marketplace first with /plugin marketplace add gravity9-tech/claude_code_marketplace_demo if you haven't already.

README.md

Pandora Marketplace

Organisation-level plugins for Claude Code.

Plugins

| 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 |

Installation

Add the Marketplace

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

Install a Plugin

/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.

Manage Plugins

/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

Team Setup

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
  }
}

Quick Start

DeepWiki

/deepwiki:init ./ ./wiki
/deepwiki:sync ./wiki
/deepwiki:skills list

Feature Lifecycle

Requires the Atlassian MCP server for Jira integration.

/implement-feature Add user authentication with OAuth2 PROJ

Plugin Components

DeepWiki

  • Commands: init, sync, skills
  • Agents: deepwiki-planner, deepwiki-doc-generator, deepwiki-skill-generator
  • Skills: generating-ascii-diagrams, evidence-citation, codebase-analysis-patterns, documentation-structure-patterns, documentation-quality-checklist, planner-output-templates, doc-generator-output-templates

Feature Lifecycle

  • Commands: implement-feature
  • Agents: planner, tdd-implementer, code-reviewer
  • Skills: create-ticket, expand-ticket, tdd-workflow, create-branch, commit-and-merge
  • MCP: Atlassian (Jira)

Related plugins

Browse all →