mattbobambrose-claude-skills
Community marketplace for Claude Code plugins — code quality, documentation, testing, and more.
Installation
Add this marketplace to your Claude Code installation:
/plugin marketplace add mattbobambrose/mattbobambrose-claude-skills
To install an individual plugin:
/plugin install code-quality@mattbobambrose-claude-skills
Updating Plugins
Update all plugins from this marketplace:
/plugin marketplace update mattbobambrose-claude-skills
Update a single plugin:
/plugin update code-quality@mattbobambrose-claude-skills
Plugin Catalog
| Plugin | Description | Skills | Category |
|---|
code-quality | Code review, bug finding, cleanup, naming checks, and secrets auditing | 5 | development |
documentation | Generate and maintain inline docs, API documentation, READMEs, and llms.txt | 5 | documentation |
testing | Suggest new tests and add tests to raise coverage | 2 | testing |
project-tools | Suggest features, suggest plugins, draft commits, scaffold skills, audit skill types, validate marketplace, bump versions, generate changelogs, port skills, rename plugins, and check git status | 11 | productivity |
kotlin-tools | Kotlin/Gradle utilities — generate DTOs from JSON and add Maven dependencies | 2 | development |
hello-world | Generate a hello world program in any language | 1 command | development |
linear-bug-sweep | Systematically work through Linear project issues: verify, fix, close, and track progress | 1 | productivity |
summarize-progress | Summarize accomplishments from git history with motivational messaging | 1 | productivity |
Plugins
code-quality
Code review, bug finding, cleanup, naming checks, and secrets auditing.
/plugin install code-quality@mattbobambrose-claude-skills
| Skill | Description |
|---|
/find-bugs | Review the codebase for bugs and write findings to bugs-summary.md |
/fix-bugs <bug-numbers> | Fix specified bugs from bugs-summary.md and add tests to verify fixes |
/cleanup | Scan the codebase for cleanup opportunities and apply safe fixes |
/check-naming [file|package|project] | Check variable names in project source files for appropriateness and suggest improvements |
/check-secrets | Check git history and working tree for committed secrets files or .env files, and ensure they are covered by .gitignore |
documentation
Generate and maintain inline docs, API documentation, READMEs, and llms.txt.
/plugin install documentation@mattbobambrose-claude-skills
| Skill | Description |
|---|
/add-docs [directory-or-file] | Add inline doc comments to source files that are missing them |
/update-docs [output-dir] | Create or update Markdown documentation for the project's public API and modules |
/update-readme | Analyze the codebase and update the README with accurate, up-to-date content |
/generate-llms-txt [output-dir] | Generate llms.txt (and optionally llms-full.txt) following the llms.txt standard for LLM-friendly project discovery |
/update-project-docs | Update README.md, CLAUDE.md, and llms.txt in one pass |
testing
Suggest new tests and add tests to raise coverage.
/plugin install testing@mattbobambrose-claude-skills
| Skill | Description |
|---|
/suggest-tests | Suggest new tests to write based on existing source code and test coverage |
/add-tests | Add additional tests to raise test coverage |
project-tools
Suggest features, suggest plugins, draft commits, scaffold skills, audit skill types, validate marketplace, bump versions, generate changelogs, port skills, rename plugins, and check git status.
/plugin install project-tools@mattbobambrose-claude-skills