Enterprise-grade Angular 17+ development marketplace with specialized agents for architecture, development, testing, performance, security, and GIS integration.
Based on: "Angular for Enterprise Applications, 3rd Edition" by Doguhan Uluca & Official Angular Documentation
A Claude Code marketplace that transforms the comprehensive Angular-Master agent into 6 focused, specialized plugins following the Seth Hobson pattern.
Each plugin is:
- ✅ Single-purpose - Does one thing extremely well
- ✅ Token-efficient - Loads only what you need
- ✅ Production-ready - Based on real-world patterns
- ✅ Router-First - Follows Doguhan Uluca's methodology
Router-First architecture design, enterprise patterns, project structure planning.
Agent: angular-architect (opus)
Commands: scaffold-project, design-routes
Skills: router-first-methodology, enterprise-patterns
Modern Angular 17+ development with standalone components, signals, and RxJS.
Agent: angular-developer (sonnet)
Commands: create-component, create-service
Skills: signals-patterns, rxjs-operators
Comprehensive testing with Jasmine/Jest, TestBed, E2E with Cypress/Playwright.
Agent: angular-tester (sonnet)
Commands: generate-tests, run-e2e
Skills: testing-strategies, mocking-patterns
Performance optimization with OnPush, lazy loading, @defer, and Core Web Vitals.
Agent: angular-performance-engineer (opus)
Commands: analyze-bundle, optimize-app
Skills: change-detection, lazy-loading-patterns
Security patterns with XSS prevention, CSRF protection, CSP, and authentication.
Agent: angular-security-specialist (opus)
Commands: security-audit, setup-auth
Skills: security-checklist, auth-patterns
GIS/geospatial development with PostGIS, Leaflet, OpenLayers, spatial queries.
Agent: angular-gis-specialist (opus)
Commands: create-map, spatial-query
Skills: postgis-integration, leaflet-patterns
/plugin marketplace add YOUR_GITHUB_USERNAME/angular-master-marketplace# Install all
/plugin install angular-architecture
/plugin install angular-development
/plugin install angular-testing
/plugin install angular-performance
/plugin install angular-security
/plugin install angular-gis
# Or just what you need
/plugin install angular-development
/plugin install angular-testingNatural Language:
"Use angular-architect to design routes for an e-commerce app"
"Use angular-developer to create a user dashboard component"
"Use angular-gis-specialist to integrate Leaflet with PostGIS"
Slash Commands:
/angular-architecture:scaffold-project my-enterprise-app
/angular-development:create-component user-profile
/angular-testing:generate-tests user-profile
/angular-gis:create-map- ✅ Define routes BEFORE components
- ✅ Plan for lazy loading from day one
- ✅ Enforce stateless, data-driven design
- ✅ Always use
templateUrlandstyleUrls - ✅ Separate concerns for maintainability
- ✅ Modern Angular with standalone-first
- ✅ Tree-shakable and efficient
- ✅
strict: truein tsconfig.json - ✅ No
anytypes allowed
- ✅ Prefer
asyncpipe over manual subscriptions - ✅ Use signals for reactive state
src/app/
├── core/ # Singleton services, guards, interceptors
├── shared/ # Reusable components, directives, pipes
├── features/ # Lazy-loaded feature modules
│ ├── dashboard/
│ ├── users/
│ └── map-viewer/ # GIS example
├── layout/ # App shell components
├── app.routes.ts # Root routing
└── app.config.ts # App providers
- Enterprise teams (5-100+ developers)
- Full-stack developers building Angular apps
- GIS specialists integrating maps and spatial data
- Architects planning scalable applications
- Anyone following modern Angular best practices
Official:
Books:
- "Angular for Enterprise Applications, 3rd Edition" by Doguhan Uluca
Patterns:
- Router-First Architecture
- Smart/Dumb Components
- OnPush Change Detection
- Reactive Forms
Version: 1.0.0
Status: ✅ Initial Release
Angular Version: 17+
Last Updated: October 2025
MIT License - See LICENSE file for details
This marketplace is built from the Angular-Master agent by Ihsan, combining:
- Doguhan Uluca's Router-First methodology
- Official Angular team best practices
- Real-world enterprise patterns
- GIS integration expertise
Made with ❤️ for the Angular community