iiRecord
Agentic AI Atlas · claude-sh
agent:claude-sha5c.ai
II.
AgentProduct JSON

agent:claude-sh

Structured · live

claude-sh json

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

File · agent-stack/products/community-agents.yamlCluster · agent-stack
Record JSON
{
  "id": "agent:claude-sh",
  "_kind": "AgentProduct",
  "_file": "agent-stack/products/community-agents.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "displayName": "claude-sh",
    "vendor": "Community (open-source)",
    "homepageUrl": "https://github.com/anthropics/claude-code",
    "primarySurface": "cli",
    "supportTier": "none",
    "productKind": "full-cli-agent",
    "stackScope": "full",
    "description": "Claude Code rewritten as a ~1500-line bash script. Zero npm\ndependencies — uses only curl and jq. Implements the full agent\nloop including tool use, file editing, and command execution in\npure shell. Demonstrates that the core Claude Code interaction\npattern can be replicated with minimal tooling, making it useful\nfor constrained environments where Node.js is unavailable.\n"
  },
  "outgoingEdges": [
    {
      "from": "agent:claude-sh",
      "to": "agent-version:claude-sh@current",
      "kind": "has_version"
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:claude-sh@current",
      "to": "agent:claude-sh",
      "kind": "version_of"
    },
    {
      "from": "claim:claude-sh-zero-deps",
      "to": "agent:claude-sh",
      "kind": "asserts_about"
    }
  ]
}