Skip to content

repobuddy/buddy-agent-harness

v0.12.0MIT

Initialize standards-based agent configuration across agent harnesses

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": "buddy-agent-harness",
	"version": "0.12.0",
	"description": "Initialize standards-based agent configuration across agent harnesses",
	"author": {
		"name": "repobuddy"
	},
	"homepage": "https://github.com/repobuddy/buddy-agent-harness",
	"repository": "https://github.com/repobuddy/buddy-agent-harness",
	"license": "MIT",
	"keywords": ["agent", "skills", "harness", "claude-code", "codex"],
	"extensions": {
		"org.cyberuni.universal-plugin": {
			"skills": "./skills/",
			"harnesses": {
				"claude-code": {},
				"cursor": {
					"category": "productivity",
					"tags": ["agent", "skills"]
				},
				"codex": {
					"interface": {
						"displayName": "Buddy Agent Harness",
						"category": "productivity"
					}
				},
				"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.

  • openai.yaml
View on GitHub

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