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.
FAQ
julia-agent-skills is a Claude Code plugin with 1 hand-picked skill for documentation work, indexed on Flowy. Install it with the command on its page. It includes documenter-vitepress. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add JuliaGenAI/julia-agent-skills> /plugin install documenter-vitepress@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.
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.
| Skill | Description |
|---|---|
| documenter-vitepress | Set up and develop Julia documentation sites with DocumenterVitepress.jl |
See CONTRIBUTING.md.
.claude-plugin/
marketplace.json
.github/
PULL_REQUEST_TEMPLATE.md
workflows/
validate-skills.yml
.gitignore
CONTRIBUTING.md
LICENSE
README.md
skills/
documenter-vitepress/
references/
setup-reference.md
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic