Skip to content

yzin-17/yzin-skills

v0.1.0Apache-2.0

A personal library of reusable skills for Codex and other agents that consume SKILL.md-based skills.

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": "yzin-skills",
  "version": "0.1.0",
  "description": "A personal library of reusable skills for Codex and other agents that consume SKILL.md-based skills.",
  "author": {
    "name": "yzin",
    "url": "https://github.com/yzin-17"
  },
  "homepage": "https://github.com/yzin-17/skills",
  "repository": "https://github.com/yzin-17/skills",
  "license": "Apache-2.0",
  "keywords": [
    "codex",
    "skills",
    "openapi"
  ],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "yzin Skills",
        "shortDescription": "Reusable skills for Codex workflows",
        "longDescription": "A personal library of reusable skills for Codex and other agents.",
        "developerName": "yzin",
        "category": "Productivity",
        "capabilities": [
          "Read",
          "Write",
          "Interactive"
        ],
        "defaultPrompt": [
          "Use the OpenAPI mock artifact workflow.",
          "Use the OpenAPI API-code workflow.",
          "Use the spec-driven workflow."
        ],
        "brandColor": "#334155"
      }
    }
  }
}

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.

  • 2JavaScript files
  • 2Python files
  • 6YAML 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.

  • com.openai