askill
reference-session

reference-sessionSafety 90Repository

Imports decisions and context from past sessions. Use when the user asks "reference that earlier session" or "what did we decide before?"

1 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Reference Session

Import context from past sessions into current work without duplicating full context.

Input: $ARGUMENTS


Process

Step 1: Parse Arguments

Parse for: search term (session name fragment, Linear issue ID, or topic keyword), optional content type (decisions, context, or all; default: decisions).

/reference-session auth              # Search "auth", import decisions
/reference-session auth context      # Import full context summary
/reference-session PLT-123           # Search by Linear issue
/reference-session                   # List available session decisions

Step 2: Search for Sessions

Option A: Use Serena MCP list_memories(), filter for session-*-decisions.md

Option B: Search .agents/sessions/archive/*<search-term>*.md

Step 3: Display Matches

Show matching sessions with date, Linear issue, and decision count. If single match, proceed directly.

Step 4: Read and Import

Read decision memory via Serena or extract from archived session file.

If active session exists: update session frontmatter referenced_sessions and add ## Referenced Decisions section with decision name, what was decided, rationale, and context.

If no active session: display decisions without updating any file.

Step 5: Report

Confirm what was imported: source session, content type, decision count, summary list, and updated session path.


Content Types

TypeImports
decisions (default)Decision name, what was decided, rationale, council outcome
contextProblem statement, technical approach, key files, final outcome
allBoth decisions and context

Anti-Patterns

Don'tDo Instead
Import full session filesImport only decisions/summaries
Import without trackingAlways update referenced_sessions
Import from unrelated sessionsSearch by topic or Linear issue

Related Skills

  • resume-session -- Resume active sessions (not reference past ones)
  • review-sessions -- Session hygiene and cleanup
  • implement -- Start new work that may reference past sessions

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

85/100Analyzed 2/25/2026

Well-structured reference skill for importing past session decisions. Clear process steps, good examples, and comprehensive content type tables. Has explicit trigger guidance. Slightly generic tag (security) but overall high-quality technical reference with reusable patterns.

90
85
85
85
90

Metadata

Licenseunknown
Version-
Updated2/21/2026
Publisherlevifig

Tags

security