원클릭으로
dashboard
Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Scan a target codebase for data model definitions (SQL schemas, ORM models, TypeScript interfaces, Pydantic models) and propose data_concept, data_aggregate, and data_entity registry entries. Presents findings for review before writing files.
Scan a target codebase for API definitions (OpenAPI, REST routes, GraphQL schemas) and propose api_contract and api_endpoint registry entries. Presents findings for review before writing files.
Build and deploy static sites (catalog-ui, docs-site) to Firebase Hosting. Supports dry-run preview, selective target deployment, and automatic build detection.
Enterprise Platform architecture assistant. Use for questions about Customer Management, Billing & Payments, Analytics & Insights, or any Enterprise Platform architecture topic.
Create a new registry entry with guided wizard. Supports components, data-objects, functions, services, and other ArchiMate element types.
Scaffold a new React component with test file for the catalog UI.
| name | dashboard |
| description | Generate HTML dashboard showing architecture model health, domain maturity, layer statistics, and orphan elements. |
| allowed-tools | Bash, Read |
| model | haiku |
Generate the HTML dashboard and summarize key metrics.
python scripts/generate_dashboard.pydashboard.html**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.