cyberuni/universal-plugin
v0.6.0MIT
Research and design toolkit for building universal AI coding agent plugins that work across Claude Code, Cursor, Codex, and GitHub Copilot CLI.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "universal-plugin",
"version": "0.6.0",
"description": "Research and design toolkit for building universal AI coding agent plugins that work across Claude Code, Cursor, Codex, and GitHub Copilot CLI.",
"author": {
"name": "unional"
},
"homepage": "https://github.com/cyberuni/universal-plugin",
"repository": "https://github.com/cyberuni/universal-plugin",
"license": "MIT",
"keywords": ["universal", "plugin", "agent", "cross-vendor"],
"extensions": {
"org.cyberuni.universal-plugin": {
"skills": "./skills/",
"harnesses": {
"claude-code": {},
"cursor": {},
"codex": {},
"copilot-cli": {}
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 7JavaScript files
- 5JSON files
- LICENSE
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- org.cyberuni.universal-plugin