mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user