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 Functions
Architecture & Planning
- tech-stack-researcher - Technology choice recommendations with trade-offs
- system-architect - Scalable system architecture design
- backend-architect - Backend systems with data integrity & security
- frontend-architect - Performant, accessible UI architecture
- requirements-analyst - Transform ideas into concrete specifications
Code Quality & Performance
- refactoring-expert - Systematic refactoring and clean code
- performance-engineer - Measurement-driven optimization
- security-engineer - Vulnerability identification and security standards
Documentation & Research
- technical-writer - Clear, comprehensive documentation
- learning-guide - Teaching programming concepts progressively
- deep-research-agent - Comprehensive research with adaptive strategies
# Add marketplace
/plugin marketplace add edmund-io/edmunds-claude-code
# Install plugin
/plugin install edmunds-claude-codegit 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- Next.js developers
- TypeScript projects
- Supabase users
- React developers
- Full-stack engineers
/feature-plan
# Then describe your feature idea/api-new
# Claude will scaffold a complete API route with types, validation, and error handlingJust ask Claude questions like:
- "Should I use WebSockets or SSE?"
- "How should I structure this database?"
- "What's the best library for X?"
The tech-stack-researcher agent automatically activates and provides detailed, researched answers.
This setup emphasizes:
- Type Safety: Never uses
anytypes - Best Practices: Follows modern Next.js/React patterns
- Productivity: Reduces repetitive scaffolding
- Research: AI-powered tech decisions with evidence
- Claude Code 2.0.13+
- Works with any project (optimized for Next.js + Supabase)
After installation, you can customize any command by editing files in .claude/commands/ and .claude/agents/.
Feel free to:
- Fork and customize for your needs
- Submit issues or suggestions
- Share your improvements
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.