By shouenlee
AI-powered wiki generator for code repositories with Mermaid diagrams, onboarding guides, deep research, and source citations
Technical documentation architect that analyzes repositories and generates structured wiki catalogues with onboarding guides
Expert code analyst conducting systematic deep research with zero tolerance for shallow analysis — traces actual code paths and grounds every claim in evidence
Senior documentation engineer that generates wiki pages with rich dark-mode Mermaid diagrams, deep code citations, VitePress-compatible output, and validation
Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries. Only generates where AGENTS.md is missing.
Analyzes code repositories and generates hierarchical documentation structures with onboarding guides. Use when the user wants to create a wiki, generate documentation, map a codebase structure, or understand a project's architecture at a high level.
Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or needs to understand what changed in the repository.
Generates two complementary onboarding guides — a Principal-Level architectural deep-dive and a Zero-to-Hero contributor walkthrough. Use when the user wants onboarding documentation for a codebase.
Generates rich technical documentation pages with dark-mode Mermaid diagrams, source code citations, and first-principles depth. Use when writing documentation, generating wiki pages, creating technical deep-dives, or documenting specific components or systems.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A cross-platform plugin marketplace for Claude Code and GitHub Copilot CLI.
Both tools share compatible plugin systems, so every plugin in this marketplace works with either tool out of the box.
| Plugin | Category | Components | Description |
|---|---|---|---|
| code-review | code-quality | skill, agent | Analyzes code for bugs, security issues, performance problems, and readability |
| make-skill-template | development | skill | Scaffolds new Agent Skills with proper frontmatter and directory structure |
| commit-changes | git | skill, hook | Reviews diffs and creates well-structured commits, splitting by logical concern |
| gh-pr-tools | git | 4 skills, hook | GitHub PR tools — review PRs, resolve comments, check thread status, create PRs |
| python-lint-fix | code-quality | skill, hook, reference | Runs ruff + mypy + bandit on Python files, explains violations, auto-fixes |
| ci-pipeline | workflow | skill, agent, hook | Generates GitHub Actions workflows and diagnoses CI failures |
| release-notes | git | skill, hook | Generates changelogs, bumps semver, publishes GitHub releases |
| docker-compose | development | skill, hook | Generates Dockerfiles and compose configs, adds services, checks anti-patterns |
| design-doc | docs | skill, agent, hook | Generates RFCs and ADRs with consistent numbering and format |
| task-breakdown | workflow | skill, hook | Decomposes features/issues into ordered subtasks with acceptance criteria |
| dep-manager | development | skill, hook | Manages Python deps — add, remove, audit vulnerabilities, detect unused |
| api-docs | docs | skill, hook | Generates API docs from FastAPI/DRF code and detects documentation drift |
| deep-wiki | docs | 8 skills, 3 agents | AI-powered wiki generator — Mermaid diagrams, onboarding guides, VitePress sites |
| deep-review | code-quality | skill, 3 agents | Adversarial code review with parallel Advocate, Skeptic, and Architect subagents |
| full-orchestration | workflow | docs | Fully agentic SWE pipeline — ticket intake, spec, TDD, review, and PR creation |
These are installable from the same marketplace via GitHub source references.
| Plugin | Source | Description |
|---|---|---|
| ralph-wiggum | harrymunro/ralph-wiggum | Autonomous coding loops — keeps Claude working until real completion criteria are met |
| context7 | upstash/context7 | Injects real-time, up-to-date library documentation into Claude's context |
| playwright-skill | lackeyjb/playwright-skill | Browser automation — writes and executes Playwright scripts for E2E testing |
| sentry-mcp | getsentry/sentry-mcp | Error monitoring — query Sentry issues, traces, and performance data |
| microsoft-playwright-mcp | microsoft/playwright-mcp | Official Microsoft Playwright MCP server for browser control and debugging |
# Add this marketplace
/plugin marketplace add shouenlee/ghcp-dev-plugin
# Install a plugin
/plugin install code-review@ghcp-dev-plugins
/plugin install python-lint-fix@ghcp-dev-plugins
/plugin install deep-review@ghcp-dev-plugins
# Add this marketplace
copilot plugin marketplace add shouenlee/ghcp-dev-plugin
# Install a plugin
copilot plugin install code-review@ghcp-dev-plugins
copilot plugin install python-lint-fix@ghcp-dev-plugins
copilot plugin install deep-review@ghcp-dev-plugins
Add to your project opencode.json or ~/.config/opencode/opencode.json:
{
"plugin": ["ghcp-dev-plugin@git+https://github.com/shouenlee/ghcp-dev-plugin.git"]
}
Restart OpenCode. All 31 skills and 16 agents install automatically. See .opencode/INSTALL.md for details.
/review # Review files changed in the working tree
/review src/ # Review all files in a directory
/lint # Run ruff + mypy + bandit on changed Python files
/deep_review # Adversarial multi-agent code review
/swe PROJ-123 # Full pipeline: ticket → spec → TDD → review → PR
/commit_changes # Smart commit splitting by logical concern
/pr-create # Create a PR from the current branch
/pr-review 123 # Full code review of a pull request
/pr-status 123 # Check review thread statuses
/resolve-pr 123 # Resolve open PR review threads
/release notes # Changelog from conventional commits since last tag
/release bump # Semver bump based on commit types
/release publish # Create GitHub release
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin deep-wikiGenerates RFCs and Architecture Decision Records from feature descriptions, maintaining consistent numbering and format
Analyzes code for bugs, security issues, performance problems, and readability improvements
Decomposes feature descriptions and GitHub issues into ordered implementation subtasks with file-level scope and acceptance criteria
Manages Python dependencies — add, remove, audit for vulnerabilities, and detect unused packages
Intelligently reviews git diffs and creates well-structured commits, automatically splitting changes into multiple logical commits when needed
Query GitHub repository wikis via DeepWiki CLI without MCP token overhead.
Documentation generation with API docs, architecture diagrams, and tutorials
Local wiki-style document generator for Claude Code
한국어 기술 문서 작성 스킬
Create comprehensive documentation for code, APIs, and projects.
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.