Skip to main content
ClaudeWave
Skill181 repo starsupdated 5d ago

executive-dashboard-generator

Transform raw data from CSVs, Google Sheets, or databases into executive-ready reports with visualizations, key metrics, trend analysis, and actionable recommendations. Creates data-driven narratives for leadership. Use when users need to turn spreadsheets into executive summaries or board reports.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/OneWave-AI/claude-skills /tmp/executive-dashboard-generator && cp -r /tmp/executive-dashboard-generator/executive-dashboard-generator ~/.claude/skills/executive-dashboard-generator
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Executive Dashboard Generator

Turn raw data into executive-ready insights with visualizations and recommendations.

## Contents

- `references/analysis-coverage.md` — supported data inputs and analysis types per domain (financial, sales/marketing, operations, customer).
- `references/output-template.md` — the full Markdown dashboard template to populate.
- `references/best-practices.md` — reporting principles, visualization do/don't, trigger phrases, example request.

## Workflow

1. Clarify business context and collect the data sources (files, Sheets links, query output). See `references/analysis-coverage.md` for accepted inputs and the analysis types to run per domain.
2. Discover the data: identify structure, date ranges, granularity, key metrics and dimensions, and any data quality issues. Map relationships across datasets.
3. Analyze: calculate period-over-period changes, identify trends and patterns, flag outliers and anomalies, run cohort analysis, and set benchmarks and targets.
4. Generate insights: synthesize findings into key messages, prioritize by business impact, connect each metric to a business outcome, and develop concrete action recommendations and risk/opportunity flags.
5. Choose visualizations: select chart types built for executive readability and maintain a clear visual hierarchy. See `references/best-practices.md` for the visualization do/don't list.
6. Assemble the report using the structure in `references/output-template.md`. Replace every placeholder with real values; never ship a template with bracketed placeholders left in.
7. Prioritize recommendations and include scenario planning and a risk assessment, then deliver the dashboard.

Lead with insights over raw numbers, and answer "So what?" and "What should we do?" Apply the reporting principles in `references/best-practices.md`.
accessibility-auditorSkill

Audit websites for accessibility issues and WCAG compliance. Use when checking accessibility, fixing a11y issues, or ensuring WCAG compliance.

agent-armySkill

Deploy a 2-layer parallel agent hierarchy for large, parallelizable work — big refactors, multi-file migrations, codebase-wide audits, bulk generation. Layer 1 is 3-50+ specialist agents, each with its own full context window; Layer 2 is 2+ sub-agents per member. Includes git safety, tiered sizing, a pre-deploy gate, phantom-completion checks, and multi-wave follow-up.

agent-swarm-deployerSkill

Deploys swarms of sub-agents for massive parallel data processing tasks. Unlike agent-army (which is for code changes), this is for DATA tasks -- processing 1000 documents, analyzing datasets, bulk content generation. Configurable swarm size, task distribution, result aggregation, progress tracking, and error recovery.

agent-team-builderSkill

Designs and deploys custom agent teams for specific business workflows. Interactive discovery of business processes, then generates complete team configurations with specialized agent roles, tool access, communication protocols, and handoff rules.

agent-to-agentSkill

Agent-to-Agent (A2A) communication protocol. Connect two or more Claude agents that pass messages, share context, delegate tasks, and collaborate. Implements structured handoffs, shared memory, and multi-agent conversations.

ai-readiness-assessmentSkill

Assesses how ready a business is for AI adoption across six dimensions. Evaluates data maturity, tech stack, team skills, process documentation, budget, and culture. Generates a comprehensive ai-readiness-report.md with scores, gap analysis, and recommended starting points. Aligned with OneWave AI's audit methodology.

animateSkill

Generate animated videos and motion graphics from natural language descriptions. Creates a standalone Vite + React project with Framer Motion scenes that auto-play in the browser. Use when the user wants to create animations, motion graphics, video intros, animated presentations, or product demos.

api-documentation-writerSkill

Generate comprehensive API documentation including endpoint descriptions, request/response examples, authentication guides, error codes, and SDKs. Creates OpenAPI/Swagger specs, REST API docs, and developer-friendly reference materials. Use when users need to document APIs, create technical references, or write developer documentation.