# Pkc Federate

> Multi-repo federated knowledge roots — list remotes, search across them, write shadow federation index. Remotes are read-only; link with maps_to.

- Skill: `spillwavesolutions/pkc-federate` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spillwavesolutions/pkc-federate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spillwavesolutions/pkc-federate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spillwavesolutions (https://skillmd.com/u/spillwavesolutions)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spillwavesolutions/pkc-federate

---


# Federation

Configure in `.pkc/config.yml`:

```yaml
pkc:
  federation:
    - name: platform
      path: ../platform/knowledge
      readonly: true
```

```bash
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_federate.py" list --repo .
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_federate.py" search JWT --repo .
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/pkc_federate.py" index --repo . --write
```

