plugins marketplace
← All plugins

business-analytics

v1.2.3

Business metrics analysis, KPI tracking, financial reporting, and data-driven decision making

CodexClaude Code2 skills

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/business-analytics/ inside the repository.

Layout

plugins/business-analytics/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/data-storytelling/SKILL.md
└── skills/kpi-dashboard-design/SKILL.md

Skills2

data-storytellingskills/data-storytelling/SKILL.md

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

kpi-dashboard-designskills/kpi-dashboard-design/SKILL.md

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

plugins/business-analytics/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/business-analytics/.claude-plugin/plugin.json
{
  "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"
}