session-peer v0.9.1
session-peer v0.9.1
This documentation hotfix separates Python package management from agent skill
management. Install or upgrade the CLI with pip, pipx, or uv, and install the
official skill for Claude Code, Codex, and Antigravity with the open agent
skills CLI:
npx -y skills@latest add abruption/session-peer \
--skill session-peer --global \
--agent claude-code --agent codex --agent antigravity --copy --yesThe verified command writes the skill to
~/.claude/skills/session-peer/SKILL.md and the shared
~/.agents/skills/session-peer/SKILL.md path used for Codex and Antigravity.
Skill updates remain explicit and
independent from Python package upgrades:
npx -y skills@latest update session-peer --global --yesThe validation used skills@1.7.0, which declares Node.js 22.20 or newer. This
release does not add a package-install hook and does not make pip write into
agent configuration directories.