10x-fullstack-engineer
Elite full-stack engineering capabilities with expert-level development across frontend, backend, databases, and infrastructure. Includes architecture design, feature implementation, performance optimization, refactoring, debugging, and comprehensive code review.
View on GitHubTable of content
Elite full-stack engineering capabilities with expert-level development across frontend, backend, databases, and infrastructure. Includes architecture design, feature implementation, performance optimization, refactoring, debugging, and comprehensive code review.
Installation
npx claude-plugins install @dhofheinz/open-plugins/10x-fullstack-engineer
Contents
Folders: agents, commands
Files: CHANGELOG.md, LICENSE, README.md, plugin.json
Documentation
Elite-level full-stack development capabilities with AI-augmented expertise across the entire software development lifecycle
The 10x Fullstack Engineer plugin provides a comprehensive suite of integrated skills that embody the expertise of a senior engineer with 20+ years of production experience. Each skill operates as a specialized expert system, working in concert to deliver production-ready software across architecture, development, optimization, debugging, refactoring, and quality assurance.
Philosophy
Modern software engineering in 2025 requires more than technical proficiency—it demands systemic thinking, quality-first execution, and continuous optimization. This plugin embodies the mindset of a 10x engineer:
- First Principles Thinking: Understand the “why” before the “how”
- Quality is Non-Negotiable: Production-ready code from the start
- Performance by Design: Optimize for speed, scalability, and efficiency
- Security by Default: Build secure systems, not bolt-on security
- Aggressive Modernization: Embrace modern patterns, eliminate legacy debt
- Comprehensive Solutions: Think across the entire stack
- Continuous Improvement: Refactor, optimize, evolve
Architecture
The plugin follows a skill-based architecture where each skill is a self-contained expert system with:
10x-fullstack-engineer/
├── agents/
│ └── 10x-fullstack-engineer.md # Core agent with 15+ years expertise
├── commands/
│ ├── architect/ # System architecture & design
│ │ ├── skill.md # Router
│ │ ├── design.md # Architecture design
│ │ ├── review.md # Architecture review
│ │ ├── adr.md # Decision records
│ │ ├── assess.md # Health assessment
│ │ ├── .scripts/ # Utility tools
│ │ └── README.md
│ ├── feature/ # Full-stack implementation
│ │ ├── skill.md # Router
│ │ ├── implement.md # Complete implementation
│ │ ├── database.md # Database layer
│ │ ├── backend.md # Backend layer
│ │ ├── frontend.md # Frontend layer
│ │ ├── integrate.md # Integration & polish
│ │ ├── scaffold.md # Boilerplate generation
│ │ └── README.md
│ ├── debug/ # Debugging toolkit
│ │ ├── skill.md # Router
│ │ ├── diagnose.md # Root cause analysis
│ │ ├── reproduce.md # Reproduction strategies
│ │ ├── fix.md # Fix implementation
│ │ ├── analyze-logs.md # Log analysis
│ │ ├── performance.md # Performance debugging
│ │ ├── memory.md # Memory leak detection
│ │ ├── .scripts/ # Profiling tools
│ │ └── README.md
│ ├── optimize/ # Performance optimization
│ │ ├── skill.md # Router
│ │ ├── analyze.md # Performance analysis
│ │ ├── database.md # Database optimization
│ │ ├── backend.md # Backend optimization
│ │ ├── frontend.md # Frontend optimization
│ │ ├── infrastructure.md # Infrastructure optimization
│ │ ├── benchmark.md # Performance benchmarking
│ │ └── README.md
│ ├── refactor/ # Code refactoring
│ │ ├── skill.md # Router
│ │ ├── analyze.md # Code quality analysis
│ │ ├── extract.md # Method/class extraction
│ │ ├── patterns.md # Design pattern introduction
│ │ ├── types.md # TypeScript type safety
│ │ ├── duplicate.md # Duplication elimination
│ │ ├── modernize.md # Legacy code modernization
│ │ ├── .scripts/ # Analysis tools
│ │ └── README.md
│ └── review/ # Code review
│ ├── skill.md # Router
│ ├── full.md # Comprehensive review
│ ├── security.md # Security audit
│ ├── performance.md # Performance review
│ ├── quality.md # Code quality review
│ ├── pr.md # Pull request review
│ ├── accessibility.md # Accessibility review
│ └── README.md
└── plugin.json
Design Patterns
Router Pattern: Each skill uses a skill.md router that parses arguments and delegates to specialized operation files.
Agent Integration: All operations invoke the 10x-fullstack-engineer agent for expert-level guidance.
Utility Scripts: Each skill includes .scripts/ directory with automated analysis tools.
Consistent Interface: All skills use key:"value" parameter format for predictability.
**Layered Abstractio
…(truncated)