plugins/enterprise-architecture/skills/ea-dashboard/SKILL.md
Show architecture overview and metrics (ADR count, documentation coverage, Zachman cell coverage)
npx skillsauth add melodic-software/claude-code-plugins ea-dashboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Display architecture metrics and status overview for the current project.
Scan architecture artifacts:
/architecture/adr//architecture/viewpoints/Calculate coverage metrics:
Report status summary:
# Architecture Dashboard
## ADR Status
- Total: X ADRs
- Proposed: X | Accepted: X | Deprecated: X | Superseded: X
- Latest: [ADR title] (date)
## Documentation Coverage
- [x] Context diagram
- [ ] Container diagram
- [ ] Component diagrams
- [x] Executive summary
- [ ] Data architecture
## Zachman Coverage
What How Where Who When Why
Planner [ ] [ ] [ ] [ ] [ ] [ ]
Owner [ ] [ ] [ ] [ ] [ ] [ ]
Designer [ ] [ ] [ ] [ ] [ ] [ ]
Builder [x] [x] [ ] [ ] [ ] [x]
Subcontr [x] [ ] [ ] [ ] [ ] [ ]
User [ ] [ ] [ ] [ ] [ ] [ ]
## Recommendations
- Create container diagram for service overview
- Document data architecture
- Add ADR for [identified decision]
/ea:dashboard
development
Search Milan Jovanovic's .NET blog for Clean Architecture, DDD, CQRS, EF Core, and ASP.NET Core patterns. Use for finding applicable patterns, code examples, and architecture guidance. Invoke when working with .NET projects that could benefit from proven architectural patterns.
tools
Install and configure Data API Builder (DAB) for production SQL Server MCP access with RBAC
tools
Manage MssqlMcp servers - status, rebuild, and upstream updates
tools
Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more.