Skip to content

cyberuni/cyberlegion

v0.4.0

Agent session spawning, messaging, and dispatch — the Legion and its Legate.

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": "cyberlegion",
	"version": "0.4.0",
	"description": "Agent session spawning, messaging, and dispatch — the Legion and its Legate.",
	"author": {
		"name": "unional"
	},
	"homepage": "https://github.com/cyberuni/cyberlegion",
	"repository": "https://github.com/cyberuni/cyberlegion",
	"keywords": ["agent", "dispatch", "inter-agent", "multiplexer"],
	"extensions": {
		"org.cyberuni.universal-plugin": {
			"vendors": ["claude-code", "codex"],
			"packagePath": ".",
			"skills": "./skills",
			"agents": ["./agents/headless-legate.md"],
			"harnesses": {
				"claude-code": {},
				"codex": {}
			}
		}
	}
}

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