New to Claude Skills? Learn how to install them →

Session Management skills

Free agent skills tagged session management, ready to install into any SKILL.md-compatible agent.

Context Agent

sickn33

Enhance session continuity with automatic context management.

ProductivityintermediatePython · Shell44.7k repo

Handoff

alirezarezvani

Efficiently summarize and transfer work between AI agents.

ProductivityintermediatePython · Shell24.3k repo

Sessions Management

microsoft

Essential guidelines for agents window development.

Developer Toolsintermediate188.6k repo
H

Harness Creator

walkinglabs

Build reliable harnesses for AI coding agents.

AI & AgentsintermediateNode · Shell11.1k repo

Coding Agent Sessions

code-yeongyu

Easily find and inspect coding agent sessions across platforms.

Developer ToolsintermediatePython · Shell67.6k repo

Mem0 Scope

mem0ai

Control memory scope for saving and searching.

UtilitiesintermediateShell63k repo
P

Project Session Manager

yeachan-heo

Automate isolated development environments with ease.

Developer ToolsintermediateShell38.5k repo

Broken Authentication

sickn33

Identify vulnerabilities in authentication systems.

Security & ComplianceintermediateShell44.7k repo
A

ACP Harness Router

openclaw

Seamlessly route coding requests across multiple agents.

Developer ToolsintermediateNode · Shell385.8k repo
B

Browser Automation via PinchTab MCP

pinchtab

Automate browser tasks using PinchTab's MCP server.

Developer Toolsintermediate10k repo

Authentication Patterns

wshobson

Master secure authentication and authorization systems.

Security & Complianceintermediate38.7k repo

Claude Code Sessions

davila7

Manage and analyze your Claude Code session history.

ProductivityintermediateShell30.2k repo

Browser Automation

ruvnet

Automate web browsing with AI-optimized snapshots.

Developer ToolsintermediateShell67.6k repo

Agent-Browser Core

Core agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with elements (click, fill, type, select), extracting text and data, taking screenshots, managing tabs, handling forms and auth, waiting for content, running multiple browser sessions in parallel, and troubleshooting common failures. Use when the user asks to interact with a website, fill a form, click something, extract data, take a screenshot, log into a site, test a web app, or automate any browser task.

Session Memory Management

Manage durable working-session memory for coding agents. Use when a user asks to preserve or recover agent context across disconnects, VS Code restarts, long-running work, handoffs, or any session where important state should be written periodically under the repo's session directory. Do NOT use for: simple questions, short tasks, one-off commands, linting, or code review.

C

Context Compression

This skill should be used when long-running agent sessions need context compression, structured summarization, compaction, token-per-task optimization, or durable handoff summaries that preserve decisions, files, risks, and next actions.

H

Herdr Throwaway Reproduction

Create and control a disposable named Herdr session from inside an existing Herdr session. Use for isolated Herdr runtime, pane, terminal, process, API, persistence, or agent reproductions that should be driven through the CLI/API without touching the default session.

Workshop Facilitation

Facilitate workshop sessions in a one-step, multi-turn flow. Use when an interactive skill needs consistent pacing, options, and progress tracking.

C

Continue Codex Work

Recover actionable context from a prior Codex CLI session's local rollout files and continue interrupted work without running `codex resume`. Use this whenever the user wants to pick up Codex (OpenAI Codex CLI / GPT agent) work — they give a Codex session id, ask to continue what Codex was doing, say a Codex run was cut off mid-task, or want to inspect `~/.codex/sessions` rollout JSONL before resuming. This is the Codex counterpart of continue-claude-work: reach for it for Codex/`~/.codex` sessions, and for continue-claude-work when the prior session was Claude Code (`~/.claude`).