By shouenlee
Manages Python dependencies — add, remove, audit for vulnerabilities, and detect unused packages
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.
npx claudepluginhub shouenlee/ghcp-dev-plugin --plugin dep-managerGenerates 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
Generates changelogs from conventional commits, bumps semantic versions, and creates GitHub releases
Intelligently reviews git diffs and creates well-structured commits, automatically splitting changes into multiple logical commits when needed
Audit, update, and manage project dependencies with safety checks
Check dependencies for known vulnerabilities, outdated packages, and license compliance
Skills for packaging, releasing, and distributing Python libraries
Research-backed best practices for building modern, production-grade Python packages — project structure, pyproject.toml, typing, testing, CI/CD, documentation, versioning, API design, packaging, security, and developer experience
Codebase structural index — scan Python projects once, query the import graph for blast-radius and coupling before touching code — Python projects only
This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming "production ready" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.