II.
AgentProduct JSON
Structured · liveagent:psclaudecode
PSClaudeCode json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "agent:psclaudecode",
"_kind": "AgentProduct",
"_file": "agent-stack/products/community-agents.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "PSClaudeCode",
"vendor": "Community (open-source)",
"homepageUrl": "https://github.com/dfinke/PSClaudeCode",
"primarySurface": "cli",
"supportTier": "none",
"productKind": "full-cli-agent",
"stackScope": "full",
"description": "PowerShell implementation of the Claude Code agent loop with tools\nand permissions. Brings the agentic coding assistant experience to\nWindows-native PowerShell environments. Implements file editing,\ncommand execution, and tool-use patterns using PowerShell cmdlets\nand the Anthropic API. Designed for developers whose primary\nenvironment is PowerShell on Windows.\n"
},
"outgoingEdges": [
{
"from": "agent:psclaudecode",
"to": "agent-version:psclaudecode@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "agent-core-impl:psclaudecode.core@current",
"to": "agent:psclaudecode",
"kind": "composes",
"attributes": {
"role": "core"
}
},
{
"from": "agent-version:psclaudecode@current",
"to": "agent:psclaudecode",
"kind": "version_of"
},
{
"from": "claim:psclaudecode-is-powershell",
"to": "agent:psclaudecode",
"kind": "asserts_about"
}
]
}