بنقرة واحدة
julia-session
Manage multiple Julia REPL sessions (create, switch, list, destroy)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Manage multiple Julia REPL sessions (create, switch, list, destroy)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Activates when user asks to plot, chart, or visualize data in the Julia REPL.
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.
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-session |
| description | Manage multiple Julia REPL sessions (create, switch, list, destroy) |
| argument-hint | <action> [name] |
| allowed-tools | ["mcp__plugin_julia_julia-repl__session","mcp__plugin_julia_julia-repl__info"] |
Manage multiple concurrent Julia REPL sessions. Each session has its own isolated worker process with separate state, packages, and project environment.
action - One of: create, switch, list, destroyname - Session name (required for create/switch/destroy)Parse the user's arguments:
| User Input | Action | Name |
|---|---|---|
create analysis | create | analysis |
switch testing | switch | testing |
list | list | (none) |
destroy old-session | destroy | old-session |
Call session with the appropriate action and name parameters.
evaleval without creating a session firstlist to see all sessions with their worker status, project, and Revise availability* marker in list output indicates the current session