Kristof's Claude Code plugins
npx claudepluginhub krzko/claude-code-pluginsKristof's Claude Code plugins
My personal Claude Code plugins. These plugins provide a set of agents, commands, skills and MCP servers to help you with your development workflow.
# Step 1: Add the marketplace
/plugin marketplace add krzko/claude-code-plugins
# Step 2: Install the plugin
/plugin install claude-code-plugins
/new-task - Analyse code for performance issues/code-explain - Generate detailed explanations/code-optimise - Performance optimisation/code-cleanup - Refactoring and cleanup/feature-plan - Feature implementation planning/lint - Linting and fixes/docs-generate - Documentation generation/api-new - Create new API endpoints/api-test - Test API endpoints/api-protect - Add protection & validation/component-new - Create React components/page-new - Create Next.js pages/types-gen - Generate TypeScript types/edge-function-new - Create Edge FunctionsArchitecture & Planning
Code Quality & Performance
Documentation & Research
# Add marketplace
/plugin marketplace add krzko/claude-code-plugins
# Install plugin
/plugin install claude-code-plugins
git clone https://github.com/krzko/claude-code-plugins.git
cd claude-code-plugins
# Add as local marketplace
/plugin marketplace add /path/to/claude-code-plugins
# Install plugin
/plugin install claude-code-plugins
/feature-plan
# Then describe your feature idea
/api-new
# Claude will scaffold a complete API route with types, validation, and error handling
Just ask Claude questions like:
The tech-stack-researcher agent automatically activates and provides detailed, researched answers.
This setup emphasises:
any typesAfter installation, you can customise any command by editing files in .claude/commands/ and .claude/agents/.