ai-coding-agents-sessions

Featured

Designs session lifecycle for coding-agent runtimes. Use when implementing resume, transcript restoration, checkpoint rewind, cross-worktree recovery, or session-state persistence.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI Coding Agents Sessions Use this skill to design or review the session lifecycle for a coding-agent runtime: session IDs, transcript persistence, resume pickers, stale-cache clearing, cross-worktree recovery, and what state must be restored versus recomputed. This skill owns runtime session lifecycle. For persistent repo instructions and always-loaded memory, use [`../agents-memory/SKILL.md`](../agents-memory/SKILL.md). ## ASCII Flow ```text new or resumed invocation | v session identity project + worktree + session_id + title + runtime mode | v state restoration transcript + summaries + tool state + task state + provider cache metadata | v branch decision continue | rewind | compact | clear | fork subagent | exact resume | claude agents (background resume) | v active turn append events, persist checkpoints, keep recovery path auditable ``` ## Quick Reference | Question | Read | Outcome | |----------|------|---------| | What belongs in a coding-agent session model? | [`references/session-lifecycle-and-resume.md`](references/session-lifecycle-and-resume.md) | Session IDs, picker flows, stale-cache reset, and resume semantics | | How should transcripts recover across worktrees and summaries? | [`references/transcript-restoration-and-cross-worktree-recovery.md`](references/transcript-restoration-and-cross-worktree-recovery.md) | Restoration boundaries, search, cross-project safeguards, and replay rules | | How do users decide between continue / ...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category