Commit Graph

7 Commits

Author SHA1 Message Date
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
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
Antoine van der Lee 430a3c5a44 Fix release workflow failing when version already matches
The "Commit and push version bump" step hard-failed (exit 1) when
plugin.json and marketplace.json already contained the target version,
preventing the tag and GitHub release from being created. Treat an
already-correct version as a no-op and proceed to tagging.
2026-04-01 19:48:36 +02:00
Antoine van der Lee a56a465c1b Fix sync-readme script to only generate skills-only tree
The script was hard-coding the entire repo structure (references, schemas,
scripts, .claude-plugin) into the README skill tree. Simplified to only
output the skills/ directory, matching the intended structure.
2026-03-25 11:32:02 +01:00
Antoine van der Lee 772c3baf6c Add GitHub Sponsors funding configuration 2026-03-24 09:39:52 +01:00
Antoine van der Lee 753cff9cb7 Update Xcode build optimization skills and documentation
- Added a new skill: `xcode-build-fixer` for applying approved optimization changes.
- Introduced `xcode-build-orchestrator` to manage the optimization workflow.
- Updated existing skills to reflect new names and roles, including `xcode-compilation-analyzer` and `xcode-project-analyzer`.
- Revised documentation across multiple files to include six installable skills and their purposes.
- Enhanced contribution guidelines to align with the new skill structure.
- Updated plugin metadata to reflect the addition of new skills.
2026-03-15 13:07:12 +01:00
Antoine van der Lee cc642e0b52 Add Xcode build optimization skills, references, scripts, and plugin metadata
First versioned snapshot of the full skill repository including:
- Five installable agent skills under skills/
- Shared references, schemas, and helper scripts
- Plugin and marketplace metadata for Claude Code
- GitHub workflows for release and README sync
- Compilation caching as a recommended build setting
- Four deeper Swift compiler diagnostic flags for compilation analysis
- Fixed SWIFT_COMPILATION_MODE to use singlefile (actual build setting value)
2026-03-14 17:09:17 +01:00