How this skill is triggered — by the user, by Claude, or both
Slash command
/julia:julia-activateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Activate a Julia project or environment for the current session.
Activate a Julia project or environment for the current session.
path - Path to project directory, "." for current directory, or named environment like "@v1.10"Parse the user's argument to determine the path:
Call activate with the path
After activation, offer to run pkg(action="instantiate") to install dependencies if the project has a Project.toml
/julia:julia-activate .
/julia:julia-activate /path/to/MyProject
/julia:julia-activate @v1.10
pkg(action="instantiate") after activation to install dependenciesreset callsinfo to see the currently active projectnpx claudepluginhub samtalki/agentrepl.jl --plugin juliaGuides Julia 1.10+ development with modern features, multiple dispatch, performance optimization, and production-ready practices.
Maps 137 Python scientific packages in bioinformatics, chemistry, ML, quantum, and data science to Julia equivalents. Useful for migrating code to Julia ecosystem.