Files
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

32 lines
952 B
JSON

{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "core-data-expert",
"version": "1.1.0",
"description": "Expert guidance on Core Data persistence, data modeling, and performance. Covers NSPersistentContainer, fetch optimization, threading with NSManagedObjectID, batch operations, schema migration, and NSPersistentCloudKitContainer integration.",
"author": {
"name": "Antoine van der Lee",
"email": "contact@avanderlee.com",
"url": "https://www.avanderlee.com"
},
"homepage": "https://github.com/AvdLee/Core-Data-Agent-Skill",
"repository": "https://github.com/AvdLee/Core-Data-Agent-Skill",
"license": "MIT",
"keywords": [
"core-data",
"coredata",
"persistence",
"database",
"sqlite",
"cloudkit",
"nspersistentcontainer",
"nsmanagedobject",
"fetch-requests",
"threading",
"migration",
"ios",
"macos",
"swift",
"apple"
]
}