session management skills

63 tagged session management, measured the same way as everything else here.

Browse within: rust 14ReAct 12desktop-app 12agent-memory 7ai-workflow 7cli-plugin 6cost-tracking 6project-initialization 6token-optimization 6workflow 6dev-tools 5plugin 5

Effective Memory

01

plur-ai/plur

Skill Claude CodeCodex

The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.

243 2d ago A 44 tokens original Apache-2.0

oly-apps

02

slaveOftime/open-relay

Skill Claude CodeCodex

Use when building a web app/api to present rich output or interactive experiences to users.

93 6d ago A 21 tokens original MIT

oly

03

slaveOftime/open-relay

Skill Claude CodeCodex

Use when starting a long-running or interactive CLI command with oly, especially when it may need later input, should be detachable, or should keep durable logs for supervision and resume.

93 6d ago A 37 tokens original MIT

test-spec-gen

04

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Universal test specification generator that explores codebases, researches best practices, and generates comprehensive test specs via multi-agent orchestration. Outputs Hermes-style test specification documents with TC-XXX formatting, area segmentation, and optional Trello card conversion.

88 29d ago A 50 tokens original MIT

start

05

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.

88 29d ago A 55 tokens original MIT

start

06

anombyte93/atlas-session-lifecycle

Skill Claude CodeCodex

Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.

88 29d ago A 55 tokens original MIT

s-compact

07

ww-w-ai/super-token-saver

Skill Claude CodeCodex

Session handoff for the next session — write-side pair of /s-continue. Triggers on "s-compact", "session handoff", "handoff prompt", "hand off", "wrap up the session", "prep for next session". Distills what /s-continue cannot recover: subagent findings, tool-output numbers, and decisions that never entered the…

31 2d ago A 99 tokens original Apache-2.0

s-continue

08

ww-w-ai/super-token-saver

Skill Claude CodeCodex

Cheaper and faster than /compact. Restores previous session context from Claude Code AND Codex transcripts by reading them directly — no LLM calls, no token cost. Also auto-loads a handoff written by /s-compact, if one exists. Triggers on "s-continue", "restore context", "what was I doing", "pick up where I left off"…

31 2d ago A 95 tokens original Apache-2.0

usage-view

09

ww-w-ai/super-token-saver

Skill Claude CodeCodex

Know exactly what you spent. Interactive HTML dashboard with cost breakdown, token usage, and 5-hour window timeline across all sessions.

31 2d ago A 28 tokens original Apache-2.0

project-memory

10

ur-grue/autopunk-media-skills

Skill Claude CodeCodex

Generate a project-specific context file from a brief so an AI assistant remembers your editorial constraints, voice, audience, and quality bar across sessions.

27 1mo ago A 31 tokens original MIT

projects

12

urav06/claudestrophobic

Skill Claude CodeCodex

List all Claude Code projects and nuke ones you're finished with.

9 3mo ago A 14 tokens original MIT

sessions

13

urav06/claudestrophobic

Skill Claude CodeCodex

List and manage sessions in the current project.

9 3mo ago A 10 tokens original MIT

ci-debug

14

imadAttar/orbit

Skill Claude CodeCodex

Skill "ci-debug" from imadAttar/orbit, covering ci debug, usage and steps.

5 2mo ago A 0 tokens AGPL-3.0

explore

15

imadAttar/orbit

Skill Claude CodeCodex

Deep exploration of codebase, docs, and web for any topic or question.

5 2mo ago A 0 tokens AGPL-3.0

perf

16

imadAttar/orbit

Skill Claude CodeCodex

Analyze bundle size, render performance, and build speed. Use when the app feels slow or before a release. Triggers on: perf, performance, bundle size, slow, optimize.

5 2mo ago A 39 tokens AGPL-3.0

cadence-bootstrap

17

hxt9805/cadence

Skill Claude CodeCodex

Use when starting any conversation in a cadence-managed project (project root contains cadence/INDEX.md or cadence/ACTIVE.md). Establishes cadence workflow conventions — 记 / 整 / 查 三阶段记录协议, ACTIVE.md / INDEX.md state contract, domain-neutral adaptive recording fidelity, session start behaviors, and subagent dispatch…

5 1mo ago A 117 tokens original MIT

cadence-resume

18

hxt9805/cadence

Skill Claude CodeCodex

A session-resume helper for the cadence project workflow, which stores conversation handoffs so work can continue after starting a new session.

5 1mo ago A 65 tokens original MIT

project-discuss

19

hxt9805/cadence

Skill Claude CodeCodex

A project-discussion management workflow that keeps track of decisions, open questions, project context, and incidents. It uses a project's cadence files, which are shared records for ongoing discussions and decisions.

5 1mo ago A 216 tokens original MIT

rocketmandrey/claude-recall

Skill Claude CodeCodex

Session orchestrator on top of the recall index of all Claude Code sessions: finds a past session by task description, dives in (context, project, skill, artifacts) and acts in one of three modes — finish here, hand off the resume command, or open the session in a new terminal window. Use when user asks: "find the…

5 1mo ago B 196 tokens original MIT

checkpoint

21

tianhanz/ears

Skill Claude CodeCodex

Save current task progress to structured checkpoint file. Use when: session is ending, context window approaching limit, significant progress made, or before risky operation. Captures phase, parameters, experiments, decisions, blockers, and resume instructions.

5 4mo ago A 48 tokens original MIT

orchestrate

22

tianhanz/ears

Skill Claude CodeCodex

Enter orchestrator mode: coordinate multiple Claude Code sessions as workers. Use this when you want to run parallel workstreams, delegate tasks to worker sessions, or manage a team of agents. The orchestrator maintains strategic context while workers execute specific tasks. Usage: /orchestrate…

5 4mo ago A 71 tokens original MIT

handoff-more

23

Sting25/claude-code-handoff

Skill Claude CodeCodex

Pull older handoffs from .claude/handoffhistory/ into the current session's context. Requires the scripts/hooks installed by this repo's ./install.sh — the history it reads only exists once those are in place. Use when the auto-loaded handoffcurrent.md is thin (placeholder Notes, missing context the user is…

4 2d ago A 110 tokens original MIT

handoff-recover

24

Sting25/claude-code-handoff

Skill Claude CodeCodex

Compose a retroactive curated handoff when the previous session ended without invoking /handoff. Requires the scripts/hooks installed by this repo's ./install.sh — not a prompt-only skill. Triggered by the SessionStart "ACTION: RUN /handoff-recover" banner (emitted when handoffcurrent.md still has the placeholder…

4 2d ago A 134 tokens original MIT