plugins
All plugins

002-jeremy-yaml-master-agent

v2.21.0

Intelligent YAML validation, generation, and transformation agent with schema inference, linting, and format conversion capabilities

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/002-jeremy-yaml-master-agent/ inside the repository.

Layout

plugins/productivity/002-jeremy-yaml-master-agent/
├── .claude-plugin/plugin.json
└── skills/yaml-master/SKILL.md

Skills1

yaml-masterskills/yaml-master/SKILL.md

Execute proactive YAML intelligence: automatically activates when working with YAML files. Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/productivity/002-jeremy-yaml-master-agent/.claude-plugin/plugin.json
{
  "name": "002-jeremy-yaml-master-agent",
  "version": "2.21.0",
  "description": "Intelligent YAML validation, generation, and transformation agent with schema inference, linting, and format conversion capabilities",
  "author": {
    "name": "Jeremy Longshore",
    "email": "jeremy@intentsolutions.io"
  },
  "keywords": [
    "yaml",
    "validation",
    "linting",
    "schema",
    "json",
    "conversion",
    "parsing",
    "agent-skills"
  ],
  "license": "MIT",
  "repository": "https://github.com/jeremylongshore/claude-code-plugins/tree/main/plugins/productivity/002-jeremy-yaml-master-agent"
}