van-damme
v0.1.0
Published
Claude Code skills plugin — code review, testing, git workflows, documentation, debugging, scaffolding, DevOps, and productivity commands
Maintainers
Readme
van-damme
A Claude Code skills plugin with 23 slash commands and 3 background skills for code review, testing, git workflows, documentation, debugging, scaffolding, DevOps, and productivity.
Installation
npm install -g van-dammeOr install locally in a project:
npm install --save-dev van-dammeCommands
| Command | Category | Description |
|---------|----------|-------------|
| /van-damme:review | Code Quality | Review code for bugs, security issues, and improvements |
| /van-damme:refactor | Code Quality | Suggest and apply refactoring improvements |
| /van-damme:type-check | Code Quality | Analyze and improve type safety |
| /van-damme:deps | Code Quality | Audit dependencies for issues and updates |
| /van-damme:profile | Code Quality | Identify performance bottlenecks |
| /van-damme:test | Testing | Generate tests for code |
| /van-damme:test-edge-cases | Testing | Generate edge case and boundary tests |
| /van-damme:conventional-commit | Git & PRs | Create a conventional commit from staged changes |
| /van-damme:changelog | Git & PRs | Generate a changelog from git history |
| /van-damme:pr-review | Git & PRs | Review a pull request |
| /van-damme:pr-description | Git & PRs | Generate a PR title and description |
| /van-damme:explain | Documentation | Explain code in plain language |
| /van-damme:adr | Documentation | Create an Architecture Decision Record |
| /van-damme:api-docs | Documentation | Generate API documentation |
| /van-damme:diagnose | Debugging | Investigate bugs and errors |
| /van-damme:component | Scaffolding | Scaffold a new UI component |
| /van-damme:endpoint | Scaffolding | Scaffold a new API endpoint |
| /van-damme:migration | Scaffolding | Create a database migration |
| /van-damme:dockerfile | DevOps | Generate or improve a Dockerfile |
| /van-damme:ci | DevOps | Generate or improve CI/CD configuration |
| /van-damme:todo | Productivity | Find and summarize TODOs and FIXMEs |
| /van-damme:summarize | Productivity | Summarize recent changes or a codebase area |
| /van-damme:onboard | Productivity | Generate an onboarding guide for the project |
Background Skills
These skills activate automatically in relevant contexts:
| Skill | Description | |-------|-------------| | commit-conventions | Detects and enforces project commit message conventions | | code-style-awareness | Detects project code style and formatting preferences | | project-structure-awareness | Detects project type, framework, and directory conventions |
Usage
Commands accept an optional file or directory argument:
/van-damme:review src/api/auth.ts
/van-damme:test src/utils/
/van-damme:explain src/core/parser.tsWhen no argument is given, commands operate on the current context (staged changes, working directory, etc.).
License
MIT
