Skip to content

unional/unional-skills

v1.1.1MIT

Workflow orchestration, verification, and contribution skills for AI coding agents — plan-first execution, evidence-backed completion, autonomous bug fixing, subagent strategy, and changeset management.

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": "unional-skills",
	"version": "1.1.1",
	"description": "Workflow orchestration, verification, and contribution skills for AI coding agents — plan-first execution, evidence-backed completion, autonomous bug fixing, subagent strategy, and changeset management.",
	"author": {
		"name": "unional"
	},
	"homepage": "https://github.com/unional/skills",
	"repository": "https://github.com/unional/skills",
	"license": "MIT",
	"keywords": [
		"agent-skill",
		"workflow",
		"planning",
		"verification",
		"task-management",
		"changesets"
	],
	"extensions": {
		"org.cyberuni.universal-plugin": {
			"skills": "./skills/",
			"packagePath": ".",
			"vendors": ["claude-code", "cursor", "codex", "copilot-cli"],
			"harnesses": {
				"claude-code": {},
				"cursor": {
					"publisher": "unional",
					"category": "productivity",
					"tags": ["workflow", "planning", "verification"]
				},
				"codex": {
					"interface": {
						"displayName": "unional skills",
						"category": "productivity"
					}
				}
			}
		}
	}
}

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.

  • 10JSON files
  • 2YAML files
  • LICENSE
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