Skip to content

plagueho/skill-lifecycle

v1.0.1MIT

Create, convert, and generate agent skills from prompts and pull requests.

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-lifecycle",
  "description": "Create, convert, and generate agent skills from prompts and pull requests.",
  "version": "1.0.1",
  "author": {
    "name": "Daniel Scott-Raynsford",
    "url": "https://github.com/PlagueHO"
  },
  "repository": "https://github.com/PlagueHO/plagueho.copilot",
  "license": "MIT",
  "keywords": [
    "skills",
    "agents",
    "prompts",
    "scaffolding",
    "lifecycle"
  ],
  "extensions": {
    "com.github.plagueho": {
      "skills": [
        "./skills/convert-prompt-to-skill/",
        "./skills/create-skill-from-pr/",
        "./skills/skill-creator/"
      ]
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.github.plagueho