data-storytelling
SolidNarrative generation skill for transforming analytical insights into compelling business stories
Data & Documents 814 stars
53 forks Updated today MIT
Install
Quality Score: 95/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Data Storytelling
## Overview
The Data Storytelling skill transforms analytical insights into compelling, actionable business narratives. It bridges the gap between complex analysis and executive decision-making by generating clear, contextual, and persuasive communications tailored to different audiences.
## Capabilities
- Insight prioritization and selection
- Narrative structure generation
- Chart annotation automation
- Key takeaway extraction
- Executive summary generation
- Recommendation framing
- Action item identification
- Audience-appropriate language adaptation
## Used By Processes
- Insight-to-Action Process
- Executive Dashboard Development
- Decision Documentation and Learning
## Usage
### Insight Input
```python
# Analytical insights to narrate
insights = {
"context": {
"analysis_type": "quarterly_performance",
"period": "Q3 2024",
"audience": "executive_leadership",
"objective": "investment_decision"
},
"key_findings": [
{
"metric": "Revenue",
"value": 12500000,
"change": 0.15,
"benchmark": "above_target",
"significance": "high",
"drivers": ["new_product_launch", "market_expansion"]
},
{
"metric": "Customer Acquisition Cost",
"value": 185,
"change": 0.22,
"benchmark": "above_target",
"significance": "medium",
"drivers": ["increased_competit...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Related Skills
Data & Documents Featured
burpsuite-project-parser
Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.
38,979 Updated today
sickn33 Data & Documents Featured
data-storytelling
Transform raw data into compelling narratives that drive decisions and inspire action.
38,979 Updated today
sickn33 Data & Documents Featured
documentation
Documentation generation workflow covering API docs, architecture docs, README files, code comments, and technical writing.
38,979 Updated today
sickn33