Agentic AI Atlasby a5c.ai
OverviewWikiGraphFor AgentsEdgesSearchWorkspace
/
GitHubDocsDiscord
iiRecord
Agentic AI Atlas · Claude Code Platform (1.x)
agent-platform-impl:claude-code.platform@1.xa5c.ai
Search record views/
Record · tabs

Available views

II.Record viewspp. 1 - 1
overviewjsongraph
II.
AgentPlatformImpl JSON

agent-platform-impl:claude-code.platform@1.x

Structured · live

Claude Code Platform (1.x) json

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

File · agent-stack/platform-impls/claude-code-platform-1-x.yamlCluster · agent-stack
Record JSON
{
  "id": "agent-platform-impl:claude-code.platform@1.x",
  "_kind": "AgentPlatformImpl",
  "_file": "agent-stack/platform-impls/claude-code-platform-1-x.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "Claude Code Platform (1.x)",
    "agentVersionId": "agentVersion:claude:ge-0-0-0",
    "subagentDefinitionFormat": "claude-code-md",
    "packageRef": "source-ref:claude-code-github",
    "nativeExtensionFormat": "claude-plugin",
    "nativeExtensionManifestPath": ".claude-plugin/plugin.json",
    "nativeExtensionsDirectoryPath": [
      "~/.claude/plugins/",
      ".claude/plugins/"
    ],
    "skillFormat": "anthropic-skill-md",
    "skillsDirectoryPath": [
      "~/.claude/skills/",
      ".claude/skills/"
    ],
    "customSlashCommandsPath": [
      "~/.claude/commands/",
      ".claude/commands/"
    ],
    "subagentsDirectoryPath": [
      "~/.claude/agents/",
      ".claude/agents/"
    ],
    "hooksDirectoryOrConfigPath": [
      ".claude/settings.json (hooks block)",
      ".claude/hooks.json"
    ],
    "settingsFiles": [
      "~/.claude/settings.json",
      ".claude/settings.json",
      ".claude/settings.local.json"
    ],
    "marketplaceUrl": "https://docs.anthropic.com/en/docs/claude-code/plugin-marketplaces",
    "pluginRegistryPath": "~/.claude/plugins/registry.json",
    "capabilityProfileRegistry": true,
    "launchConfigRegistry": true,
    "platformIdentityStrategy": "oauth-keychain",
    "updateChannelMechanism": "npm",
    "supportedChannelKinds": [
      "mcp-channel"
    ],
    "skillStringSubstitutions": [
      "$ARGUMENTS",
      "$ARGUMENTS[N]",
      "$N",
      "$<name>",
      "${CLAUDE_SESSION_ID}",
      "${CLAUDE_EFFORT}",
      "${CLAUDE_SKILL_DIR}"
    ],
    "skillDynamicContextInjection": true,
    "pluginManifestPath": ".claude-plugin/marketplace.json",
    "marketplaceCommands": [
      "add",
      "list",
      "update",
      "remove"
    ],
    "pluginCommands": [
      "install",
      "disable",
      "enable",
      "uninstall",
      "reload-plugins"
    ],
    "agentTeamSupport": {
      "experimental": true,
      "flagEnvVar": "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS",
      "requiresVersion": ">=2.1.32",
      "displayModes": [
        "in-process",
        "tmux",
        "auto"
      ],
      "setting": "teammateMode",
      "storageLocations": {
        "teamConfig": "~/.claude/teams/<team>.json",
        "taskList": "~/.claude/teams/<team>/tasks.jsonl"
      }
    },
    "subagentStorageLocations": [
      "~/.claude/agents/",
      ".claude/agents/",
      "<plugin>/agents/"
    ],
    "skillStorageLocations": [
      "~/.claude/skills/",
      ".claude/skills/",
      "<plugin>/skills/"
    ],
    "extraKnownMarketplacesSupport": true,
    "pluginAutoUpdateControl": {
      "disableEnvVar": "DISABLE_AUTOUPDATER",
      "forceEnvVar": "FORCE_AUTOUPDATE_PLUGINS"
    }
  },
  "outgoingEdges": [
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "layer:6-agent-platform",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent:claude-code",
      "kind": "composes",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "presentation:claude-code-tui",
      "kind": "bundles",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:requires-tool-approval",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:supports-custom-subagents",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:supports-plugins",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:can-resume",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "`claude --resume` reattaches to the most recent session;\ntranscripts persist on disk (runtime-side jsonl in\n~/.claude/projects/<hash>/).\n",
        "evidenceSourceIds": [
          "evidence:claude-code-docs-resume-2026"
        ]
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:supports-plugins",
      "kind": "supports",
      "attributes": {
        "versionRange": ">=1.0.0 <2.0.0",
        "level": "full",
        "notes": "Claude Code 1.x loads claude-plugin-format extensions from\n~/.claude/plugins/ and .claude/plugins/, with a registry index\nat ~/.claude/plugins/registry.json.\n",
        "evidenceSourceIds": [
          "evidence:claude-code-docs-plugins-2026"
        ]
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "capability:supports-custom-subagents",
      "kind": "supports",
      "attributes": {
        "versionRange": "*",
        "level": "full",
        "notes": "Loads custom subagents from .claude/agents/<name>.md.\n"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent-team:research",
      "kind": "has_team",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent-team:parallel-review",
      "kind": "has_team",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent-team:doc-pipeline",
      "kind": "has_team",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "plugin-marketplace:claude-plugins-official",
      "kind": "has_marketplace",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "plugin-marketplace:claude-code-plugins-demo",
      "kind": "has_marketplace",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "plugin-marketplace:team-internal-example",
      "kind": "has_marketplace",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "interaction-primitive:claude-cli-deep-link-open",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "mechanism": "deep-link"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "interaction-primitive:vscode-claude-code-deep-link-open",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "mechanism": "deep-link"
      }
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-name",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-description",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-when-to-use",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-argument-hint",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-arguments",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-disable-model-invocation",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-user-invocable",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-allowed-tools",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-model",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-effort",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-context",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-agent",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-hooks",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-paths",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:skill-shell",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:subagent-name",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:subagent-description",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:subagent-tools",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:subagent-model",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    },
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "frontmatter-field:subagent-color",
      "kind": "defines_frontmatter_field",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "presentation:claude-code-tui",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "bundled_with"
    },
    {
      "from": "agentVersion:claude:ge-0-0-0",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "agent-version:claude-code-remote-control@current",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "composed_of",
      "attributes": {
        "role": "platform"
      }
    },
    {
      "from": "path:claude-projects-dir",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "owned_by",
      "attributes": {}
    },
    {
      "from": "path:claude-statsig-dir",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "owned_by",
      "attributes": {}
    },
    {
      "from": "plugin-target:claude-code",
      "to": "agent-platform-impl:claude-code.platform@1.x",
      "kind": "hosted_by",
      "attributes": {}
    }
  ]
}

Shortcuts

Back to overview
Open graph tab