mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
* feat: add Codex plugin packaging (single-plugin, metadata-only) Adds .codex-plugin/plugin.json with a skills array listing all public skills, plus .agents/plugins/marketplace.json for one-command install: codex plugin marketplace add magnus919/agent-skills codex plugin install magnus919 Same pattern as mattpocock/skills — one plugin, explicit skill paths, no dist/, no curation, no duplication. Bundle-internal helpers excluded by the shared glob. CI check mode fails if the manifest drifts. Closes #79 AI-assisted: yes (Jasper/Hermes Agent) * chore: trigger CI * chore: regenerate Codex plugin manifest to include neckbeard bundle
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"name": "magnus919",
|
|
"interface": {
|
|
"displayName": "Magnus Agent Skills"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "magnus919",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Developer Tools"
|
|
}
|
|
]
|
|
}
|