iiRecord
Agentic AI Atlas · Example Native Claude Plugin
plugin:example-native-claudea5c.ai
II.
Plugin JSON

plugin:example-native-claude

Structured · live

Example Native Claude Plugin json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/plugins/example-native-claude.yamlCluster · extensions
Record JSON
{
  "id": "plugin:example-native-claude",
  "_kind": "Plugin",
  "_file": "extensions/plugins/example-native-claude.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Example Native Claude Plugin",
    "vendor": "a5c-ai",
    "homepageUrl": "https://github.com/a5c-ai/plugins/example-native-claude",
    "installFormats": [
      "marketplace"
    ],
    "description": "A Claude Code-native plugin built directly against Claude's plugin\nformat (plugin.json + commands/, agents/, skills/, hooks/). No\nportable manifest; ships only to Claude Code.\n"
  },
  "outgoingEdges": [
    {
      "from": "plugin:example-native-claude",
      "to": "agent:claude-code",
      "kind": "installs_into",
      "attributes": {
        "installMethod": "marketplace"
      }
    },
    {
      "from": "plugin:example-native-claude",
      "to": "skill:security-review",
      "kind": "contains_skill",
      "attributes": {}
    },
    {
      "from": "plugin:example-native-claude",
      "to": "extension-interface:governance",
      "kind": "implements",
      "attributes": {}
    },
    {
      "from": "plugin:example-native-claude",
      "to": "source-ref:a5c-plugins-example-native-claude",
      "kind": "sourced_from",
      "attributes": {}
    },
    {
      "from": "plugin:example-native-claude",
      "to": "subagent:claude-code.general-purpose",
      "kind": "contains_subagent",
      "attributes": {}
    },
    {
      "from": "plugin:example-native-claude",
      "to": "tool-descriptor:agent",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "plugin-marketplace:claude-plugins-official",
      "to": "plugin:example-native-claude",
      "kind": "catalogs",
      "attributes": {}
    }
  ]
}