Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Generate comprehensive documentation from codebases with ASCII diagrams, evidence-backed content, and automatic Claude Code skill syncing
npx claudepluginhub gravity9-tech/claude_code_marketplace_demo --plugin deepwikiInitialize wiki documentation from codebase with evidence-backed content, ASCII diagrams, and context skills.
List and manage pandora-generated skills. Shows all skills from the pandora registry with source project info.
Sync documentation to Claude Code skills for on-demand context loading. Regenerates skills from wiki or any markdown directory.
Documentation content generator for single pages. Generates high-quality, evidence-backed markdown documentation with embedded ASCII diagrams. Use proactively when you want to generate one documentation page.
Expert codebase analyzer and documentation structure generator. Analyzes code structure and generates a comprehensive documentation sitemap with folder hierarchy, page plans, and navigation rules. Use this agent when you need to define the documentation structure for a repository.
Generates Claude Code skills from wiki documentation structure for on-demand context loading
Comprehensive codebase analysis framework covering 14 technical areas including system overview, architecture, modules, integrations, workflows, and deployment patterns. Use when analyzing a codebase structure for documentation or understanding.
Output templates and response formats for documentation page generation. Defines JSON response structure, metadata schema, and error handling templates. Use when generating documentation pages and returning status.
Quality validation checklist for generated documentation pages. Covers content completeness, evidence backing, markdown syntax, diagram validation, and cross-reference consistency. Use before finalizing any documentation page.
Documentation structure heuristics and sitemap patterns for different codebase types and team sizes. Covers horizontal (concern-based), vertical (domain-based), and hybrid patterns. Use when planning documentation organization.
Evidence-backed documentation patterns with source code citations. Provides guidelines for citing source files, line numbers, and code examples in technical documentation. Use when writing documentation that needs to reference actual code.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Documentation generation with API docs, architecture diagrams, and tutorials
Local wiki-style document generator for Claude Code
Documentation generation, code explanation, and technical writing with automated doc generation and tutorial creation
Create comprehensive documentation for code, APIs, and projects.
Automatic documentation-as-code engine. Maintains project documentation as a side effect of development — no manual invocation needed.
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
End-to-end feature development workflow with Jira planning, TDD implementation, code review, and automated merge
Defense-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.
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