← All plugins
julia-development
v1.0.1Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices
CodexClaude Code
by Community ContributionMIT38.6kupdated 4 days ago
Source
git clone https://github.com/wshobson/agentsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/julia-development/ inside the repository.
Layout
plugins/julia-development/
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Manifests2
plugins/julia-development/.codex-plugin/plugin.json
{
"name": "julia-development",
"version": "1.0.1",
"description": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices",
"skills": "./skills/",
"author": {
"name": "Community Contribution",
"url": "https://github.com/exAClior"
},
"license": "MIT",
"interface": {
"displayName": "Julia Development",
"shortDescription": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical…",
"category": "Coding"
}
}plugins/julia-development/.claude-plugin/plugin.json
{
"name": "julia-development",
"version": "1.0.1",
"description": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices",
"author": {
"name": "Community Contribution",
"url": "https://github.com/exAClior"
},
"license": "MIT"
}