Skip to content

repobuddy/buddy-changesets

v1.0.0MIT

Changesets skills for AI agents — set up releases and write changeset files.

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-changesets",
	"version": "1.0.0",
	"description": "Changesets skills for AI agents — set up releases and write changeset files.",
	"author": {
		"name": "repobuddy"
	},
	"homepage": "https://github.com/repobuddy/buddy-changesets",
	"repository": "https://github.com/repobuddy/buddy-changesets.git",
	"license": "MIT",
	"keywords": [
		"agent-skill",
		"changesets",
		"claude-code",
		"cursor",
		"codex"
	],
	"extensions": {
		"org.cyberuni.universal-plugin": {
			"skills": "./skills/",
			"vendors": [
				"claude-code",
				"cursor",
				"codex",
				"copilot-cli"
			],
			"harnesses": {
				"claude-code": {},
				"cursor": {
					"publisher": "repobuddy",
					"category": "developer-tools",
					"tags": ["changesets", "release", "versioning"]
				},
				"codex": {
					"interface": {
						"displayName": "Buddy Changesets",
						"category": "developer-tools"
					}
				},
				"copilot-cli": {}
			}
		}
	}
}

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