用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill bi-dashboards命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Expert Electron application architecture skill for IPC design, main/renderer/preload boundaries, security hardening, performance optimization, packaging strategy, native integration, and cross-platform desktop development. Use when reviewing or designing Electron apps, planning migrations, auditing architecture risks, choosing IPC patterns, diagnosing startup or memory issues, or coordinating related Electron skills.
Generates DrawIO XML diagrams for Amazon Web Services architectures from text descriptions or images. Analyzes existing .drawio files to extract AWS components. Use for AWS architecture diagrams, cloud infrastructure documentation, or when converting AWS diagram images to editable DrawIO format.
Generates DrawIO XML diagrams for Google Cloud Platform architectures from text descriptions or images. Analyzes existing .drawio files to extract GCP components. Use for GCP architecture diagrams, cloud infrastructure documentation, or when converting GCP diagram images to editable DrawIO format.
基于 SOC 职业分类
正在显示 SKILL.md
| name | bi-dashboards |
| description | Business intelligence and marketing dashboard creation with multi-platform support |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Marketing Analytics","skill-id":"SK-014"} |
The BI and Dashboard Platform Skill provides comprehensive integration with business intelligence and marketing dashboard tools. This skill enables automated dashboard development, report building, data connector configuration, and visualization optimization across major BI platforms including Tableau, Power BI, Looker Studio, and Domo.
This skill integrates with the following marketing processes:
skill: bi-dashboards
action: create-dashboard
parameters:
platform: tableau | powerbi | looker-studio | domo
dashboard_name: "Marketing Performance Dashboard"
data_sources:
- type: google-analytics
connection: ga4-production
- type: crm
connection: salesforce-marketing
visualizations:
- type: kpi-cards
metrics: [revenue, conversions, cpa]
- type: trend-chart
dimension: date
metrics: [sessions, conversions]
- type: breakdown-table
dimensions: [channel, campaign]
metrics: [spend, revenue, roas]
skill: bi-dashboards
action: schedule-report
parameters:
platform: powerbi
report_id: "marketing-weekly-report"
schedule:
frequency: weekly
day: monday
time: "08:00"
distribution:
format: pdf
recipients:
- marketing-team@company.com
- leadership@company.com
skill: bi-dashboards
action: create-metric
parameters:
platform: tableau
metric_name: "Blended ROAS"
calculation: |
SUM([Revenue]) / SUM([Ad Spend])
format: percentage
aggregation: ratio
skill: bi-dashboards
action: blend-data
parameters:
platform: looker-studio
primary_source: google-analytics
secondary_source: google-ads
join_keys:
- primary: campaign_name
secondary: campaign
metrics_to_add:
- cost
- clicks
- impressions