# Julia Info

> Show Julia session information (version, project, variables, loaded modules, Revise status)

- Skill: `samtalki/julia-info` (Agent Skill)
- Install (CLI): `npx skillmds@latest add samtalki/julia-info`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samtalki/julia-info/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: samtalki (https://skillmd.com/u/samtalki)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/samtalki/julia-info

---


# Julia Info

Display information about the current Julia session.

## Instructions

1. If the user provides a session name argument, pass it as the `session` parameter
2. Call the `info` MCP tool
3. Present the information clearly to the user:
   - Session name and current status
   - Julia version
   - Active project path
   - Revise.jl availability
   - User-defined variables with types and sizes
   - Number of loaded modules
   - Worker process ID

## Use Cases

- Check what variables exist from previous work
- Verify which Julia version is running
- See the active project environment
- Check if Revise.jl is loaded
- Confirm the worker is alive and which ID it has

