Agent Skills: Register Your Team Identity

Record your teammate identity (name@team) at session start so later hooks can recover your friendly name. Invoke as your first action when your spawn prompt directs it.

UncategorizedID: ProfSynapse/PACT-prompt/pact-team-registration

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Synaptic-Labs-AI/PACT-Plugin/tree/HEAD/pact-plugin/skills/pact-team-registration

Skill Files

Browse the full folder contents for pact-team-registration.

Download Skill

Loading file tree…

pact-plugin/skills/pact-team-registration/SKILL.md

Skill Metadata

Name
pact-team-registration
Description
Record your teammate identity (name@team) at session start so later hooks can recover your friendly name. Invoke as your first action when your spawn prompt directs it.

Register Your Team Identity

As your first action, record your name@team. Run exactly:

python3 ~/.claude/protocols/pact-plugin/../hooks/shared/session_registry.py register --name '<your-name>@<your-team>'

Use your name/team from the spawn prompt. It self-acquires session_id and is fail-safe (internal error → no-op); a missing symlink is a shell error, not a no-op. Do NOT add a fallback or rewrite the path. Identity bookkeeping — exempt from the teachback no-Bash-before rule.