Back to Skills

resume

verified

Restore context and momentum via Pratyabhijñā (recognition)

View on GitHub

Marketplace

genomewalker-cc-soul

genomewalker/cc-soul

Plugin

cc-soul

Repository

genomewalker/cc-soul

skills/resume/SKILL.md

Last Verified

January 21, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/genomewalker/cc-soul/blob/main/skills/resume/SKILL.md -a claude-code --skill resume

Installation paths:

Claude
.claude/skills/resume/
Powered by add-skill CLI

Instructions

# Resume: Pratyabhijñā

```ssl
[pratyabhijñā] re-cognition = recognizing what was known | not loading state→becoming aware

process:
  1. ledger_load(project?)→soul_state+work_state+continuation
  2. environment: git status | git log -5 | git diff --stat
  3. soul: soul_context + recall(recent work)
  4. semantic: recall(current directory/files) + recall(task type)

recognize thread:
  uncommitted changes→work in progress
  recent commits→what's next?
  ledger todos→pending tasks
  ledger next_steps→continuation points
```

## Process

1. **Load checkpoint** - Use `ledger_load` to get most recent state
2. **Check environment** - Git status, recent commits, changes
3. **Query soul** - Get soul_context, recall relevant memories
4. **Synthesize** - Combine ledger + environment + memories
5. **Continue** - Resume work from where we left off

## Tool Calls

### Load checkpoint
```bash
chitta ledger_load --project "cc-soul"
```

Returns structured data:
```json
{
  "found": true,
  "id": 123,
  "session_id": "previous-session",
  "project": "cc-soul",
  "mood": "confident",
  "coherence": 0.85,
  "confidence": 0.90,
  "todos": [{"content": "...", "status": "..."}],
  "active_files": ["path/to/file.cpp"],
  "decisions": ["Chose X because Y"],
  "next_steps": ["First step", "Second step"],
  "blockers": [],
  "discoveries": ["Important insight"],
  "snapshot": "# Full checkpoint text..."
}
```

### List recent checkpoints
```bash
chitta ledger_list --project "cc-soul" --limit 5
```

### Get specific checkpoint
```bash
chitta ledger_get --id 123
```

## Output Format

```markdown
## Pratyabhijñā: Recognition

### From Ledger
- **Session**: [session_id] at [timestamp]
- **Mood**: [mood] (coherence: [N]%, confidence: [N]%)
- **Active files**: [list]
- **Key decisions**: [list]

### Pending Work
[todos with status != done]

### From Environment
- **Git status**: [uncommitted changes summary]
- **Recent commits**: [last 3-5 commits]
- **Current branch**: [branch name]

### Seman

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
2643 chars