Claude Code Marketplace
Claude Code plugins by VdustR.
All plugins in this marketplace use the vp- prefix (VdustR Plugin).
Installation
/plugin marketplace add VdustR/vp-claude-code-marketplace
Available Plugins
Plugins are listed in alphabetical order.
vp-checklist-runner
Parse and verify GitHub PR/issue checklists with auto-check and CI integration.
/plugin install vp-checklist-runner@vdustr
Features:
- 5-phase workflow: source resolution, classification, verification, checkbox update, summary report
- Auto-classifies checklist items into Auto / CI / Shell / Scan / Human categories
- CI-first verification — checks CI status before running tests locally
- Ownership-aware updates — respects GitHub permissions, defaults to comment mode for others' posts
- Race condition prevention via
updated_at timestamp comparison
- Confidence-based automation — only pauses for uncertain items
- Scan subagents for semantic checks (secrets, docs, changelog) with user confirmation
vp-cspell
Handle cspell unknown word warnings with prioritized decision tree and config bootstrapping.
/plugin install vp-cspell@vdustr
Features:
- Prioritized decision tree: adjust text > project dictionary > inline directives
- Smart inline directive selection (cspell:words vs cspell:ignore vs cspell:disable)
- Interactive config bootstrapping via
cspell init with guided Q&A
- Runtime documentation via Context7 — no stale reference files
vp-deps-shift
Dependency upgrade and library migration with breaking change detection and test-first verification.
/plugin install vp-deps-shift@vdustr
Skills included:
- deps-upgrade — Version upgrades with breaking change detection, deps bot PR handling
- deps-migrate — Library replacement and API pattern migration (e.g., forwardRef removal)
Features:
- Test-first verification in /tmp before batch execution
- Context7 + changelog parallel documentation lookup
- Official codemod detection and compat layer support
- 3-pass subagent review loop (direct, best practice, critical think)
- Multi-ecosystem support (npm, pnpm, yarn, bun, cargo, pip, go, bundler, composer)
- Deps bot PR handling (dependabot, renovate)
- Repo convention compliance (changesets, conventional commits, CI checks)
vp-gitignore-builder
Build and merge .gitignore files using github/gitignore templates.
/plugin install vp-gitignore-builder@vdustr
Features:
- Smart project detection (Node, Python, Rust, Go, etc.)
- Live fetch from github/gitignore for latest templates
- Intelligent merge with existing .gitignore files
- EOL conflict detection and resolution
- Auto-suggest
*.local and *.local.* patterns
- Support for both project-level and global gitignore
vp-guided-focus
Guided focus questioning to align on requirements before planning or complex tasks.
/plugin install vp-guided-focus@vdustr
Features:
- One-at-a-time structured questioning with options, trade-off analysis, and recommendations
- Dynamic question count (default 10, configurable, auto-adjusts with explanation)
- Proactive trigger on complex/ambiguous tasks (asks permission first)
- Flexible responses: select, combine, free-form, counter-question, skip/defer
- Confidence badges on decisions (confirmed / uncertain / undecided)
- Dependency-aware question ordering — adapts based on previous answers
- Summary with review and handoff to plan or execute
vp-macos-clean-uninstall
Research-driven macOS app uninstallation with thorough cleanup of all associated data.
/plugin install vp-macos-clean-uninstall@vdustr
Features:
- 7-phase workflow: detect install method → research → scan → subagent review → plan → execute → verify
- Detects Homebrew, DMG, PKG, Mac App Store, CLI tools (npm/pip3/cargo), and manual installs
- Mandatory web research with official vendor docs prioritized over community sources
- Deep associated data scan across ~/Library, /Library, ~/.config, ~/.local, and dotfiles
- Categorized removal plan with file sizes and recommendations
- Defaults to clean removal — recommends removing all residual data
- Always confirms before deletion — flags irreplaceable user data separately
vp-pr-comment-resolver
Automate PR comment review, fix, and resolution workflow.
/plugin install vp-pr-comment-resolver@vdustr
Features:
- Interactive mode (review each comment) and auto mode (process all automatically)
- Atomic commits per fix with smart grouping for related comments
- Detailed reply format with commit links:
- [hash message](url)
- Summary report generation after processing all comments
- Human collaboration - asks when uncertain about fixes
vp-prename
Generate meaningful session names based on overall session theme.
/plugin install vp-prename@vdustr