larvling/skills/sessions/SKILL.md
Browse and search past sessions
npx skillsauth add athrael-soju/larvling sessionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Schema:
sessions (id TEXT PK, started_at TEXT, ended_at TEXT, duration_min REAL, title TEXT, agent_summary TEXT, exchange_count INT, summary_at TEXT, summary_msg_count INT, tags TEXT, summary_offered INT DEFAULT 0)messages (id INT PK AUTO, session_id TEXT FK, timestamp TEXT, role TEXT, content TEXT, metadata TEXT)Search sessions by date, keyword, topic, or any available context. Search across session titles, summaries, tags, and message content as needed.
Run SQL via:
$PY "${CLAUDE_PLUGIN_ROOT}/scripts/query.py" "<SQL>"
Present as a compact list, most recent first:
**Sessions** (3 found)
| Date | Duration | Summary | Tags |
|------------|----------|---------------------------------|---------------|
| 2026-04-01 | 6.6m | Fixed Python discovery pattern | python, hooks |
| 2026-03-31 | 12.2m | Schema migration for tasks | sqlite, dev |
| 2026-03-30 | 3.1m | Quick status check | greeting |
For detailed view of a single session, show the summary and message highlights.
REQUIRED: You MUST call AskUserQuestion (type: Decision) with these options after presenting results. Do not end your response without this menu:
testing
Audit and consolidate Larvling's knowledge base, tasks, and sessions
tools
Generate or view a session summary
tools
Show a quick overview of Larvling's state
tools
Store knowledge that Larvling will remember across sessions