Files
avdlee__core-data-agent-skill/package.json
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

7 lines
92 B
JSON

{
"keywords": ["pi-package"],
"pi": {
"skills": ["./skills/core-data-expert"]
}
}