/plugin marketplace add max-skills

max-skills

A curated collection of Claude Code skills to enhance your development workflow

8 skills·6 categories·by Max's Skills
/commitv1.0.0

Generate a conventional commit message from staged changes

git
gitcommitconventional-commitschangelog
/plugin install commit@max-skills
/debugv1.0.0

Systematically diagnose and fix errors, exceptions, and unexpected behavior

debugging
debugerrorstroubleshootingstack-traces
/plugin install debug@max-skills
/explainv1.0.0

Explain what a piece of code does in plain language

documentation
explaindocumentationlearningonboarding
/plugin install explain@max-skills
/optimizev1.0.0

Identify and fix performance bottlenecks in the selected code

performance
performanceoptimizationprofilingmemory
/plugin install optimize@max-skills
/pr-descriptionv1.0.0

Write a clear pull request title and description from git diff and commits

git
gitpull-requestdocumentationcollaboration
/plugin install pr-description@max-skills
/refactorv1.0.0

Refactor selected code for clarity, maintainability, and idiomatic style

quality
refactorclean-codemaintainabilitypatterns
/plugin install refactor@max-skills
/reviewv1.0.0

Review code for bugs, security vulnerabilities, and performance issues

quality
code-reviewsecurityperformancebugs
/plugin install review@max-skills
/testv1.0.0

Generate comprehensive unit tests for the selected code

testing
testingunit-testscoveragetdd
/plugin install test@max-skills