claudeindex
shouenlee's avatar
Author

shouenlee

@shouenlee
1
Marketplaces
15
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

ghcp-dev-plugins

ghcp-dev-plugins

Plugins:20
Skills:0
0
0

Plugins

Plugin

code-review

Analyzes code for bugs, security issues, performance problems, and readability improvements

Plugin

make-skill-template

Create new Agent Skills from prompts or by duplicating this template. Use when asked to create a skill, make a new skill, or scaffold a skill.

Plugin

commit-changes

Intelligently reviews git diffs and creates well-structured commits, automatically splitting changes into multiple logical commits when needed

Plugin

gh-pr-tools

GitHub pull request tools — review PRs, resolve review comments, check thread status, and create PRs using the gh CLI

Plugin

python-lint-fix

Runs ruff, mypy, and bandit on Python files to find and auto-fix lint violations, type errors, and security issues

Plugin

ci-pipeline

Generates GitHub Actions workflows, diagnoses CI failures from run logs, and helps add pipeline steps

Plugin

release-notes

Generates changelogs from conventional commits, bumps semantic versions, and creates GitHub releases

Plugin

docker-compose

Generates multi-stage Dockerfiles and docker-compose configurations, adds services like Postgres and Redis, and optimizes images for production

Plugin

design-doc

Generates RFCs and Architecture Decision Records from feature descriptions, maintaining consistent numbering and format

Plugin

task-breakdown

Decomposes feature descriptions and GitHub issues into ordered implementation subtasks with file-level scope and acceptance criteria

Plugin

dep-manager

Manages Python dependencies — add, remove, audit for vulnerabilities, and detect unused packages

Plugin

api-docs

Generates markdown API documentation from FastAPI routes and DRF viewsets, and detects drift between code and existing docs

Plugin

deep-wiki

AI-powered wiki generator — creates structured documentation with dark-mode Mermaid diagrams, onboarding guides, and VitePress sites from any codebase

Plugin

deep-review

Lightweight adversarial code review with three parallel subagents (Advocate, Skeptic, Architect) that analyze independently before synthesis

Plugin

full-orchestration

Fully agentic software engineering pipeline — from ticket intake through spec design, TDD implementation, code review, and PR creation. Orchestrates multiple agents and skills across five stages.