
Agents
- Updated August 4, 2026
- gjtorikian/claude-plugins
agents provides agent workflow commands for session handoffs. It helps an agent package and transfer context so a new session can pick up where a previous one left off. It supports continuity in multi-session, agent-driven development.
Key points
- Agent workflow commands
- Session handoff support
Agents by the numbers
- Data as of Aug 5, 2026 (Skillselion catalog sync)
/plugin marketplace add gjtorikian/claude-plugins/plugin install agents@gjtorikian-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | August 4, 2026 |
|---|---|
| Repository | gjtorikian/claude-plugins ↗ |
What it does
Use agent workflow commands to hand off context between sessions so work continues cleanly across runs.
README.md
agents
Agent workflow commands for session handoffs.
Available Commands
/handoff
Create or resume session handoff documents for seamless context transfer between AI sessions.
Usage:
- Create:
/handoff create— Save current session state (branch, work completed, next steps, context) for a future session - Resume:
/handoff resume— Load a previous handoff document and prepare to continue work
Handoff documents are stored in .claude/handoffs/ and include:
- Current project state and active branch
- Work completed and files modified
- Pending work and immediate next steps
- Important context and gotchas for the resuming agent
- Environment state and assumptions
When to use:
- Before ending a session with incomplete work
- When picking up work after a break
- When multiple people/sessions work on the same branch
- After significant progress to create a checkpoint