feat: add julia-development plugin with julia-pro agent (#110)

Add comprehensive Julia 1.10+ development support including:
- Modern Julia features (multiple dispatch, metaprogramming)
- Package management with Pkg.jl and PkgTemplates.jl
- Code formatting with JuliaFormatter.jl (BlueStyle)
- Scientific computing (DifferentialEquations.jl, DataFrames.jl)
- Machine learning (Flux.jl, MLJ.jl)
- Performance optimization and type stability
- Testing and benchmarking best practices
- Web development with Genie.jl and Oxygen.jl

The julia-pro agent provides expert guidance on production-ready
Julia development following community best practices.
This commit is contained in:
Yusheng Zhao
2025-11-01 19:13:37 +06:00
committed by GitHub
parent ed129a899d
commit 54c78d19b4
2 changed files with 215 additions and 0 deletions

View File

@@ -1890,6 +1890,34 @@
"./agents/elixir-pro.md"
]
},
{
"name": "julia-development",
"source": "./plugins/julia-development",
"description": "Modern Julia development with Julia 1.10+, package management, scientific computing, high-performance numerical code, and production best practices",
"version": "1.0.0",
"author": {
"name": "Community Contribution",
"url": "https://github.com/exAClior"
},
"homepage": "https://github.com/wshobson/agents",
"repository": "https://github.com/wshobson/agents",
"license": "MIT",
"keywords": [
"julia",
"scientific-computing",
"numerical",
"performance",
"data-science",
"multiple-dispatch"
],
"category": "languages",
"strict": false,
"commands": [],
"agents": [
"./agents/julia-pro.md"
],
"skills": []
},
{
"name": "arm-cortex-microcontrollers",
"source": "./plugins/arm-cortex-microcontrollers",