flint-chart-author Skill
Use when: the user asks to make or render charts with flint-chart, visualize tabular data, generate a ChartAssemblyInput, validate/render through MCP, or add Flint to a JS/TS project. Author the semantic spec, transform data before Flint when needed, install/import Flint only when executable code is needed, and reserve Published by microsoft in flint-chart.
What is flint-chart-author Skill?
Use when: the user asks to make or render charts with flint-chart, visualize tabular data, generate a ChartAssemblyInput, validate/render through MCP, or add Flint to a JS/TS project. Author the semantic spec, transform data before Flint when needed, install/import Flint only when executable code is needed, and reserve Published by microsoft in flint-chart. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Writing
- Data analysis use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use flint-chart-author Skill
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/flint-chart
- Skill file: packages/flint-mcp/assets/flint-chart-author.SKILL.md
What it does
Use when: the user asks to make or render charts with flint-chart, visualize tabular data, generate a ChartAssemblyInput, validate/render through MCP, or add Flint to a JS/TS project. Author the semantic spec, transform data before Flint when needed, install/import Flint only when executable code is needed, and reserve
Skill instructions
flint-chart: authoring and using a chart spec What you produce (and what you do NOT) Your output is the spec: the chartspec and semantictypes of a ChartAssemblyInput. You reference data columns by name. The host passes the resulting input to assembleVegaLite, assembleECharts, or assembleChartjs to get a backend spec. You write the input spec, not the output spec. And critically: - DO emit chartspec (chart type, channel→field mapping, properties) and semantictypes (field → semantic type). - Reference columns by name. How data itself gets bound depends on the situation — a URL, a host-side variable, or embedded rows (see "How data gets bound"). Embedding is fine for small tables; just don't re-serialize a large dataset by hand, since that risks truncation and silent value corruption and wastes tokens. - Transform data before Flint. If the requested chart needs aggregation, filtering, joins, pivots, derived columns, or long/wide reshaping beyond Flint's built-in static-series fold, use a
Explore related resources
Frequently asked questions
What is flint-chart-author?
flint-chart-author is a open-source AI agent skill with Copy skill directory. Use when: the user asks to make or render charts with flint-chart, visualize tabular data, generate a ChartAssemblyInput, validate/render through MCP, or add Flint to a JS/TS project.
Who is flint-chart-author best for?
flint-chart-author is best for reusing agent instructions, scripts, and references, data analysis workflows, writing workflows.
How do I install flint-chart-author?
Install or run flint-chart-author using Copy skill directory. Check flint-chart-author for the latest setup command.
Is flint-chart-author actively maintained?
flint-chart-author may need a closer maintenance check before production use.
Auto-fetched from GitHub.