From agent-talk
Show or set owner-wide retalk defaults in ~/.retalk/config.json (machine-wide, not per-session) — mainly the default relay used as the last fallback. Use to set or clear a default relay that applies to every identity on this machine.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-talk:configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
retalk config # show ~/.retalk/config.json
retalk config --relay https://relay.example.com # set the default relay
retalk config --relay "" # clear the default relay
Owner-wide (machine-wide), not per-session — so no --dir. The default
relay is the last fallback: a --relay flag, RETALK_RELAY, and the relay
saved in an identity at init all override it. retalk ships a built-in default
of https://relay.retalk.dev, so a fresh setup can talk without
configuring a relay. RETALK_HOME relocates the file.
Per-session identities still set their own relay at init; use this only to change the machine-wide fallback shared by all identities.
npx claudepluginhub xhluca/agent-talk --plugin agent-talkGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.