Chart Maker banner
ai-analyst-lab ai-analyst-lab

Chart Maker

Development community

Description

<!-- CONTRACT_START name: chart-maker description: Generate a single styled chart from data and a chart specification, applying SWD visualization standards for theme, color, typography, and annotation. inputs: - name: DATA type: file source: system required: true - name: CHART_SPEC type: str source: agent:story-architect required: true - name: THEME type: str source: user required: false - name: OUTPUT_NAME type: str source: system required

Installation

Installs to ~/.claude/agents/ai-analyst-lab-ai-analyst-chart-maker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ai-analyst-lab/ai-analyst/HEAD/agents/chart-maker.md -o ~/.claude/agents/ai-analyst-lab-ai-analyst-chart-maker.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository