Files
Antoine van der Lee d1b713c9ac Adopt Agent Plugins 1.0.0 portable format
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.
2026-08-07 15:17:46 +02:00

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"
]
}