business-analytics
v1.2.3Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making
by Seth HobsonMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-analytics/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/data-storytelling/SKILL.md└── skills/kpi-dashboard-design/SKILL.md
Skills2
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill when building an executive SaaS metrics dashboard tracking MRR, churn, and LTV/CAC ratios; designing an operations center with live service health and request throughput; creating a cohort retention analysis view for a product team; or debugging a dashboard where metrics contradict each other due to inconsistent calculation methodology.
Manifests2
{
"name": "business-analytics",
"version": "1.2.3",
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
"skills": "./skills/",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT",
"interface": {
"displayName": "Business Analytics",
"shortDescription": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
"category": "Coding"
}
}{
"name": "business-analytics",
"version": "1.2.3",
"description": "Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making",
"author": {
"name": "Seth Hobson",
"email": "seth@major7apps.com"
},
"license": "MIT"
}