Commit Graph

13 Commits

Author SHA1 Message Date
Antoine van der Lee bf62f50639 docs: update skills CLI migration guidance 2026-09-14 11:05:23 +02:00
Antoine van der Lee feba625d06 Replace placeholder logo with branded artwork
Full-bleed icon in the style of the existing SwiftUI skill logo,
shipped as PNG with a 256px variant for the ChatGPT desktop directory.
2026-08-07 15:38:44 +02:00
Antoine van der Lee 7f66a470ac Adopt Agent Plugins 1.0.0 portable format
Add a root plugin.json manifest and move the skill to the canonical
skills/core-data-expert/ location per the Agent Plugins specification
(https://agent-plugins.org). A symlink at the old root path keeps
existing clones and scripts working until the next major version.

Also completes client wrapper coverage: new Cursor plugin manifest with
logo, pi package.json, and Codex agents/openai.yaml including ChatGPT
desktop interface metadata. Release workflow now bumps every manifest.
2026-08-07 15:07:42 +02:00
github-actions[bot] 855ca7d0df Bump version to 1.0.0 1.0.0 2026-03-02 10:00:48 +00:00
Antoine van der Lee c9b355824a Merge pull request #3 from AvdLee/feature/release-workflow
Add release workflow and clean up marketplace.json
2026-03-02 11:00:11 +01:00
Antoine van der Lee d34178eadc Make release workflow retryable after partial failure
If a previous run pushed the version bump but failed before creating the
tag/release, the commit step now skips gracefully instead of erroring out,
allowing the rerun to proceed to tag creation.
2026-03-02 10:53:34 +01:00
Antoine van der Lee fdc596fab1 Add release workflow and clean up marketplace.json
- Add .github/workflows/release.yml for automated semver releases via workflow_dispatch
- Remove redundant 'skills' array from plugins[0] in marketplace.json
2026-03-02 10:47:03 +01:00
Antoine van der Lee f0fc14c834 Merge pull request #2 from justSmK/patch-1
Remove 'strict' property from marketplace.json
2026-03-02 10:39:44 +01:00
Sergei Semko 29fbcbd53c Remove 'strict' property from marketplace.json
[Issue](https://github.com/AvdLee/Core-Data-Agent-Skill/issues/1)
2026-02-27 14:40:03 +03:00
Antoine van der Lee d4ae880eeb Add Swift Testing cross-link to README.
Complete the related skills section so this repository promotes Swift Testing together with the existing SwiftUI and Swift Concurrency references.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 10:41:39 +01:00
Antoine van der Lee 7266de7cce Implement enhancements to the Core Data skill, improving functionality and performance. 2026-01-30 14:39:11 +01:00
Antoine van der Lee 1f62be18e2 Add initial version of the Core Data skill 2026-01-30 14:09:53 +01:00
Antoine van der Lee 39d48cd1c9 Initial commit 2026-01-30 09:09:40 +01:00