Back to Discover

julia-agent-skills

skill

JuliaGenAI

Skills for agents using Julia - general info and package / ecosystem specific skills!

View on GitHub
27 starsMITSynced Aug 12, 2026

Install to Claude Code

/plugin marketplace add JuliaGenAI/julia-agent-skills

README

Julia Agent Skills

Community-maintained Agent Skills for Julia development. Installable into Claude Code, Codex CLI, Cursor, Gemini CLI, Windsurf, and any tool supporting the Agent Skills standard.

Install

Claude Code (plugin marketplace):

/plugin marketplace add JuliaGenAI/julia-agent-skills
/plugin install documenter-vitepress@julia-agent-skills

Cross-tool (npx skills):

npx skills add JuliaGenAI/julia-agent-skills

To install a specific skill:

npx skills add JuliaGenAI/julia-agent-skills --skill documenter-vitepress

Using skild:

skild install JuliaGenAI/julia-agent-skills

GitHub Copilot in VS Code (global, always enabled):

Clone this repo and symlink skills into your personal skills directory:

git clone https://github.com/JuliaGenAI/julia-agent-skills.git ~/dev/julia-agent-skills
mkdir -p ~/.copilot/skills
ln -s ~/dev/julia-agent-skills/skills/documenter-vitepress ~/.copilot/skills/documenter-vitepress

Copilot automatically discovers skills in ~/.copilot/skills/ and loads them when your prompt matches. To update, git pull in the cloned repo.

To add skills to a single repository instead, place them under .github/skills/ in that repo.

Available Skills

SkillDescription
documenter-vitepressSet up and develop Julia documentation sites with DocumenterVitepress.jl

Contributing

See CONTRIBUTING.md.

License

MIT

Rendered live from JuliaGenAI/julia-agent-skills's GitHub README — not stored, always reflects the source repo.

2 Plugins

NameDescriptionCategorySource
documenter-vitepressSet up and develop Julia documentation sites with DocumenterVitepress.jl./
documenter-vitepressSkill bundled in documenter-vitepressskill./skills/documenter-vitepress

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.