Real-time operational performance dashboard skill with KPI visualization and alerting
Creates real-time operational dashboards with KPI visualization and alerting for performance monitoring.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Operational Dashboard Generator skill provides comprehensive capabilities for creating real-time operational performance dashboards. It supports KPI definition, visual management displays, trend analysis, and alert configuration.
skill: operational-dashboard-generator
inputs:
dashboard_type: "operations_center" # executive | operations_center | shop_floor
kpis:
- name: "OEE"
target: 85
warning_threshold: 75
critical_threshold: 65
calculation: "(availability * performance * quality)"
- name: "On-Time Delivery"
target: 98
warning_threshold: 95
critical_threshold: 90
calculation: "(on_time_orders / total_orders) * 100"
data_sources:
- type: "mes"
connection: "mes_api"
- type: "erp"
connection: "sap_bapi"
refresh_rate: 60 # seconds
outputs:
- dashboard_definition
- visualization_specs
- alert_configuration
- data_model
- mobile_view
| KPI | Definition | Target |
|---|---|---|
| OEE | Equipment effectiveness | >85% |
| Throughput | Units per hour | Per plan |
| Yield | Good units / Total units | >99% |
| Cycle Time | Time per unit | At takt |
| KPI | Definition | Target |
|---|---|---|
| First Pass Yield | Pass first time | >98% |
| Defect Rate | Defects per million | <1000 |
| Scrap Rate | Scrap cost % | <1% |
| Customer Complaints | Per period | Trending down |
| KPI | Definition | Target |
|---|---|---|
| On-Time Delivery | % shipped on time | >98% |
| Lead Time | Order to ship | Per commitment |
| Schedule Attainment | Actual vs. plan | >95% |
| Backlog | Past due orders | Zero |
| Level | Threshold | Action |
|---|---|---|
| Info | Near target | Monitor |
| Warning | Below target | Investigate |
| Critical | Significantly below | Immediate action |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.