Agentica-Claude Code Proxy Integration Use this skill when developing or debugging the Agentica-Claude proxy integration. When to Use - Setting up Agentica agents to use Claude Code tools - Debugging agent hallucination issues - Fixing permission errors in file operations - Understanding the REPL response format Architecture Overview Critical Requirements 1. --allowedTools Flag (REQUIRED) Claude CLI in mode restricts file operations. You MUST add: Without this, agents will report "permission denied" for Write/Edit operations. 2. SSE Streaming Format (REQUIRED) Agentica expects SSE streaming,…