Edmund's curated Claude Code setup for productive development
npx claudepluginhub kaz4n/edmunds-claude-codeEdmund's personal Claude Code setup with 14 productivity commands and 11 specialized AI agents for modern web development
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
My personal Claude Code configuration for productive web development. This plugin provides 14 slash commands and 11 specialized AI agents to supercharge your development workflow.
# Step 1: Add the marketplace
/plugin marketplace add edmund-io/edmunds-claude-code
# Step 2: Install the plugin
/plugin install edmunds-claude-code
/new-task - Analyze code for performance issues/code-explain - Generate detailed explanations/code-optimize - Performance optimization/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 edmund-io/edmunds-claude-code
# Install plugin
/plugin install edmunds-claude-code
git clone https://github.com/edmund-io/edmunds-claude-code.git
cd edmunds-claude-code
# Add as local marketplace
/plugin marketplace add /path/to/edmunds-claude-code
# Install plugin
/plugin install edmunds-claude-code
/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 emphasizes:
any typesAfter installation, you can customize any command by editing files in .claude/commands/ and .claude/agents/.
Feel free to:
MIT - Use freely in your projects
Created by Edmund
Note: This is my personal setup that I've refined over time. Commands are optimized for Next.js + Supabase workflows but work great with any modern web stack.