Files
Antoine van der Lee df7b8b8cc2 Prepare OpenAI Plugins Directory submission
Adds the Codex plugin manifest with listing metadata for the six-skill
bundle, renders PNG logos from the SVG (marketplace surfaces cannot use
SVGs), switches the Cursor and OpenAI wrappers to the PNG, bumps the
release workflow to version all manifests including .codex-plugin, and
restructures the README around the primary install paths with the
remaining clients moved to INSTALLATION.md.
2026-08-12 15:51:11 +02:00

46 lines
1.7 KiB
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"
],
"skills": "./skills/",
"interface": {
"displayName": "Xcode Build Optimization",
"shortDescription": "Speed up your Xcode builds",
"longDescription": "A multi-skill plugin for benchmarking and optimizing Xcode builds, compile hotspots, project settings, and Swift Package Manager dependency overhead.",
"developerName": "Antoine van der Lee",
"category": "Developer Tools",
"websiteURL": "https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill",
"defaultPrompt": [
"Benchmark my Xcode build and find what is slowing it down.",
"Analyze the compile hotspots in this project.",
"Audit my build settings for optimization opportunities."
],
"brandColor": "#0071E3",
"composerIcon": "./assets/logo-small.png",
"logo": "./assets/logo.png",
"termsOfServiceURL": "https://github.com/AvdLee/Xcode-Build-Optimization-Agent-Skill/blob/main/LICENSE"
}
}