بنقرة واحدة
julia-plot
Activates when user asks to plot, chart, or visualize data in the Julia REPL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Activates when user asks to plot, chart, or visualize data in the Julia REPL.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Activates when user asks to run, evaluate, or test Julia code in a persistent REPL session, or mentions Julia REPL, Julia session, or hot-reloading Julia changes.
Build, run, and drive the AgentREPL.jl MCP server. Use when asked to start AgentREPL, launch the Julia REPL MCP server, run its tests, eval Julia code through it, render a plot, or confirm a change works against the running server.
Manage multiple Julia REPL sessions (create, switch, list, destroy)
Activate a Julia project/environment for the session
Set up a Julia development workflow with Revise hot-reloading
Show Julia session information (version, project, variables, loaded modules, Revise status)
| name | julia-plot |
| description | Activates when user asks to plot, chart, or visualize data in the Julia REPL. |
| version | 0.7.1 |
For terminal-native plots in the Julia REPL, use UnicodePlots.jl:
pkg(action="add", packages="UnicodePlots")
using UnicodePlots
Available: lineplot, scatterplot, histogram, barplot, heatmap, boxplot, densityplot, stairs, contourplot. Use ! variants (e.g., lineplot!) to overlay series on an existing plot. Control size with height and width kwargs.