mirror of
https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill.git
synced 2026-09-14 13:59:59 +08:00
d1b713c9ac
Add a root plugin.json manifest per the Agent Plugins specification (https://agent-plugins.org); the skills/ layout already conformed, so no skill moves were needed. Compatible clients now discover all six skills automatically. Aligns all wrapper versions at 1.1.0 (Cursor and Codex manifests had drifted to 1.0.0), adds per-skill ChatGPT desktop display metadata, and updates the release workflow to bump every manifest.
29 lines
845 B
JSON
29 lines
845 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "xcode-build-skills",
|
|
"version": "1.1.0",
|
|
"description": "A multi-skill plugin for benchmarking and optimizing Xcode builds, compile hotspots, project settings, and Swift Package Manager dependency overhead.",
|
|
"author": {
|
|
"name": "Antoine van der Lee",
|
|
"email": "contact@avanderlee.com",
|
|
"url": "https://www.avanderlee.com"
|
|
},
|
|
"homepage": "https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill",
|
|
"repository": "https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"xcode",
|
|
"builds",
|
|
"incremental-builds",
|
|
"clean-builds",
|
|
"swift",
|
|
"ios",
|
|
"macos",
|
|
"spm",
|
|
"benchmarking",
|
|
"compilation",
|
|
"project-settings",
|
|
"explicit-modules"
|
|
]
|
|
}
|