skills/plot/SKILL.md
Generate and execute a visualization script for a given data file based on user instructions and context.
npx skillsauth add a554b554/Reactant plotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate a data visualization by producing and executing a Python script (Matplotlib/Seaborn) based on the prompt, surrounding context, and a referenced data file.
<@plot: ...> tag appears. ``). Read the data file to understand its structure (columns, types, number of rows).plot_completion_time.png).pandas for CSV/TSV/Excel, or appropriate libraries for other formats).matplotlib and/or seaborn.dpi=300 and bbox_inches='tight'.python -c "
<generated script here>
"
<@plot: ...> tag with a format-appropriate image reference:
.md): .tex): \includegraphics{output_path.png}The prompt may contain context references wrapped in double backticks ( ``). These point to external resources.
<@plot: bar chart using ``data/results.csv``> -- read data/results.csv as the input data.<@plot: line chart, save to ``figures/trend.png``> -- save the plot to figures/trend.png. delimiters from the output.python (not python3) for execution.<@plot: ...> tag and all delimiters must be removed in the output.data-ai
Apply a preceding plan/output chain to the content, then remove all tags.
tools
Proofread surrounding text for grammar and spelling errors.
data-ai
Produce a revision plan for the surrounding text based on the prompt. Supports multi-turn conversation chains.
content-media
Fill a placeholder — infer the best content from surrounding context.