mirror of
https://github.com/AvdLee/Core-Data-Agent-Skill.git
synced 2026-09-19 03:33:29 +08:00
7f66a470ac
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.
7 lines
92 B
JSON
7 lines
92 B
JSON
{
|
|
"keywords": ["pi-package"],
|
|
"pi": {
|
|
"skills": ["./skills/core-data-expert"]
|
|
}
|
|
}
|