agentsclimarketplace

Dashboard

Skill ea-toolkit/architecture-catalog/.claude/skills/dashboard

Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.From its SKILL.md

Install
npx -y skills add ea-toolkit/architecture-catalog --skill dashboard

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 1 command, including `python scripts/generate_dashboard.py`.

SKILL.md

1.1 KB, 215 tokens by cl100k_base, as published. Nobody here has run it

Generate Architecture Dashboard

Generate the HTML dashboard and summarize key metrics.

Workflow

  1. Run: python scripts/generate_dashboard.py
  2. Confirm dashboard was generated at dashboard.html
  3. Summarize key metrics from the dashboard

Response Format

**Dashboard Generated:** dashboard.html

**Summary:**
| Domain | Maturity | Elements |
|--------|----------|----------|
| customer-management | X/5 | X |
| ... | ... | ... |

**Layer Distribution:**
| Layer | Count |
|-------|-------|
| Application | X |
| Technology | X |
| Business | X |
| ... | ... |

**Health Indicators:**
- Validation errors: X
- Orphan elements: X

Open dashboard.html in a browser to view the full interactive report.

Notes

  • The dashboard provides a visual overview of model health
  • Maturity is based on required views per domain (application-landscape, technology-landscape, data-model)
  • Suggest opening in browser for full experience

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.