Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub samtalki/agentrepl.jl --plugin juliaHow 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.
Guides Julia 1.10+ development with modern features, multiple dispatch, performance optimization, and production-ready practices.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Share bugs, ideas, or general feedback.
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 project