{
  "id": "cco-plugin-dev-skill-development",
  "name": "skill-development",
  "description": "This skill should be used when the user wants to \"create a skill\", \"add a skill to plugin\", \"write a new skill\", \"improve skill description\", \"organize skill content\", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.",
  "version": "0.1.0",
  "author": "Anthropic",
  "tags": [
    "official",
    "claude-code",
    "skill",
    "plugin-dev",
    "anthropic"
  ],
  "entryPoint": "tool_chain",
  "category": "official",
  "toolChain": [],
  "inputs": [],
  "outputs": [
    {
      "name": "result",
      "type": "string",
      "description": "Skill output"
    }
  ],
  "createdAt": "2026-04-27T03:02:50.783802+00:00",
  "updatedAt": "2026-04-27T03:02:50.783802+00:00"
}