session-manager

Manage named Claude Code sessions for CircleTel development workflows.

1|Updated May 5, 2025
One-click install
npx skills add https://github.com/jdeweedata/circletel --skill session-manager-jdeweedata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-manager
Source: https://github.com/jdeweedata/circletel/tree/main/.claude/skills/session-manager
Command: npx skills add https://github.com/jdeweedata/circletel --skill session-manager-jdeweedata

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? Manage named Claude Code sessions for CircleTel development workflows. Use when starting feature work, resuming previous sessions, organizing multi-day tasks, or switching between different work contexts like admin, dashboard, or payment features.

## Core Features & Use Cases

  • Session lifecycle operations: rename, resume, and continue sessions to preserve context.
  • Context switching: organize work by feature area (admin, dashboard, payments) with persistent state and easy resumption.
  • Reusable templates: create and reuse session patterns for multi-day workstreams or sprint cycles.

### Quick Start Start a new session with claude, rename it to capture the task, then resume later with claude --resume <name>.

Frequently Asked Questions about session-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Claude Code sessions across multiple projects?

You can manage Claude Code sessions by using lifecycle commands to start, rename, and resume named sessions, preserving your project context for distinct feature areas like admin or dashboard.

How do I resume a previous Claude Code session to continue feature work?

To resume a previous Claude Code session and continue feature work, run claude --resume <name> to restore the saved context and pick up exactly where you left off.

Can I organize Claude Code context switching by feature area like payments or dashboard?

Yes, you can organize context switching by feature areas such as payments or dashboard by creating distinct named sessions that align with Git branches to maintain persistent state.

What is the best way to organize multi-day tasks in Claude Code?

The best way to organize multi-day tasks in Claude Code is to create reusable session templates, rename them to capture the specific task, and resume them later to maintain continuous context.

Do I need to align Claude Code session names with Git branches?

Aligning Claude Code session names with Git branches is a recommended convention that helps manage context switching and keeps your multi-day tasks organized across projects.