Agent skill · AI & Agents

session-management

Manage agent sessions including initialization, handoffs, revival (seance), and persistent identity for Polecats and Crew agents.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill session-management --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlobWebFetchWebSearchAgentAskUserQuestion
Path: library/methodologies/gastown/skills/session-management/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

- Handing off work between agents - Reviving a dead or stuck agent session - Managing Polecat identity persistence across sessions ## Session Operations 1. **Init**: Start new session with role and hook setup 2. **Attach**: Connect agent to Mayor for coordination 3. **Handoff**: Transfer work between agents with context 4. **Seance**: Revive a dead agent's session state 5. **Resume**: Continue from last checkpoint ## Agent Session Types - **Crew**: Long-lived sessions, full state persistence - **Polecat**: Ephemeral sessions, persistent identity, state via hooks - **Dog**: Infrastructure sessions, minimal state ## Key Commands - `gt mayor attach` - Attach to Mayor coordination - `gt handoff` - Hand off work to another agent - `gt seance` - Revive dead session - `gt prime` - Prime agent with context ## Tool Use Used within agent coordination and patrol monitoring processes.

What's inside
Steps it walks through
  1. Session Operations
  2. Agent Session Types
  3. Key Commands
  4. Tool Use
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the session-management skill do?

Manage agent sessions including initialization, handoffs, revival (seance), and persistent identity for Polecats and Crew agents.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill session-management --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going