mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
chore: modernize all plugins to new format with per-plugin plugin.json
Add .claude-plugin/plugin.json to all 67 remaining plugins and simplify marketplace.json entries by removing redundant fields (keywords, strict, commands, agents, skills, repository) that are now auto-discovered. Bump marketplace version to 1.5.0.
This commit is contained in:
10
plugins/julia-development/.claude-plugin/plugin.json
Normal file
10
plugins/julia-development/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "julia-development",
|
||||
"version": "1.0.0",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user