بنقرة واحدة
plot
Generate and execute a visualization script for a given data file based on user instructions and context.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate and execute a visualization script for a given data file based on user instructions and context.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Find and insert citations to support a claim in the surrounding text.
Router — scan a file for <@skill: prompt> tags and dispatch each to the matching skill subagent.
Produce a revision plan for the surrounding text based on the prompt. Supports multi-turn conversation chains.
Apply a preceding plan/output chain to the content, then remove all tags.
Generic text edit — modify surrounding content according to the prompt.
Generate a figure using Google Gemini Nano Banana 2 API based on the prompt or surrounding context.
| name | plot |
| description | Generate and execute a visualization script for a given data file based on user instructions and context. |
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.