taxueseek

Relay Pack — Development skill for Claude Code

Development community

Pack current/related session into agent-relay handoff packet.

How to install Relay Pack

Installs to ~/.claude/skills/taxueseek-agent-relay-relay-pack/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taxueseek-agent-relay-relay-pack && curl -fsSL https://raw.githubusercontent.com/taxueseek/agent-relay/HEAD/commands/relay-pack.md -o ~/.claude/skills/taxueseek-agent-relay-relay-pack/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Relay Pack does


name: relay-pack description: Pack current/related session into agent-relay handoff packet

Run:

python3 ~/.agents/skills/agent-relay/scripts/relay_cli.py pack --from auto $ARGUMENTS

Report packet_id and HANDOFF path. Tell user how to resume in another product.

Alternatives in Development

Full documentation available on GitHub

View Source Repository