{
  "id": "cco-plugin-dev-plugin-structure",
  "name": "plugin-structure",
  "description": "This skill should be used when the user asks to \"create a plugin\", \"scaffold a plugin\", \"understand plugin structure\", \"organize plugin components\", \"set up plugin.json\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"add commands/agents/skills/hooks\", \"configure auto-discovery\", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.",
  "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"
}