Skip to content

torumakabe/skill-creator

v0.1.0Apache-2.0

Create, validate, package, and locally verify Agent Skills for GitHub Copilot.

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": "skill-creator",
  "version": "0.1.0",
  "description": "Create, validate, package, and locally verify Agent Skills for GitHub Copilot.",
  "author": {
    "name": "torumakabe",
    "url": "https://github.com/torumakabe"
  },
  "homepage": "https://github.com/torumakabe/copilot-agent-plugins/tree/main/plugins/skill-creator",
  "repository": "https://github.com/torumakabe/copilot-agent-plugins",
  "license": "Apache-2.0",
  "keywords": [
    "skills",
    "authoring",
    "validation",
    "packaging"
  ]
}

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.

  • package_skill.py
  • LICENSE.txt
View on GitHub