# FORGE-call-map

> Use when mapping every callable in the federation or planning boot-time call contracts between FI harnesses. Use when mapping every callable in the federation or planning boot-time call contracts between FI harnesses. Boot-time call contract: how to invoke every FI harness, organ MCP, A2A target, and FED socket. AAA 3-layer cards = directory (who). This skill = telephone (how). Load on session start.

- Skill: `ariffazil/forge-call-map` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ariffazil/forge-call-map`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ariffazil/forge-call-map/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ariffazil (https://skillmd.com/u/ariffazil)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/ariffazil/forge-call-map

---


# FORGE-call-map

## Load first when

- Dispatching work to OpenCode / Claude / Kimi / Grok / Codex
- Hermes or OpenClaw needs to spawn a coder
- Agent says "I don't know how to call X"

## Canonical paths

| Form | Path |
|------|------|
| Human | `/root/AAA/docs/CALL_MAP.md` |
| Machine | `/root/AAA/federation/call_map.yaml` |

## Rule

1. Read CALL_MAP (or yaml twin).
2. Probe target health.
3. Prefer **local CLI** on same VPS; A2A when cross-process/mesh; MCP for organs.
4. Respect boundary column (T3 HOLD / organ ceiling).
5. Do **not** treat FED as a person — FED is model transport.

## Quick coding path

```bash
opencode run "<task>"
```

## Related

- Directory: AAA agent cards / `AGENTS_UNIFIED.yaml`
- Route intent: skill `route-dispatch` + `arif_route`
- Handoff packet: `FORGE-cross-agent-handoff`

