session
SolidStart or resume a work session with full context loading and work tracking. Use at the beginning of work.
AI & Automation 68 stars
11 forks Updated today MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Session
Start or resume a session with full context loading. This is the generic session workflow — hermits may provide specialized versions.
## Workflow
### 1. Start or resume
Invoke `/claude-code-hermit:session-start` to check session state and load context.
### 2. If resuming an active session
- Call `TaskList` to see current plan steps
- Show: task, progress (completed/remaining tasks), and blockers
- If the session status is `blocked`: suggest running `/debug` to diagnose tool/hook failures before re-attempting
- Ask: "Continue this, or start something new?"
### 3. If starting a new session
- Ask: "What should I help with?"
- The session-start skill handles tags
### 4. Plan the work
Once I know what to work on:
- Propose an ordered plan to get it done
- Confirm the plan with the operator before starting work
- For multi-step work: create a native Task (`TaskCreate`) for each step
- For quick single-step tasks: skip `TaskCreate`
### 5. Execute
Work through tasks using whatever tools, skills, and agents are available:
- Use the tools best suited to each step
- Mark tasks in progress (`TaskUpdate`) when starting each step, completed when done
- Update `.claude-code-hermit/sessions/SHELL.md` Progress Log after each significant step
- If a step is blocked, document the blocker in SHELL.md and ask the operator how to proceed
### 6. Work done
When the work is done, or the operator decides to move on (even if partial or blocked):
**Completion notification is the...
Details
- Author
- gtapps
- Repository
- gtapps/claude-code-hermit
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
session-start
Initializes or resumes a work session. Loads context from OPERATOR.md and SHELL.md, orients the agent, and establishes what to work on. Use at the beginning of every work session.
68 Updated today
gtapps AI & Automation Listed
session
Use for start, checkpoint, handoff, compaction, or end-of-session continuity on substantial work. Not for a multi-session route map or read-only write authority; use work-map for effort state.
2 Updated today
mblauberg AI & Automation Listed
load-session
Restore session context at the start of every new conversation. Auto-triggers on session start, or when user says 'continue', 'what were we doing', 'where did we leave off'.
0 Updated yesterday
lethilu4796