How this skill is triggered — by the user, by Claude, or both
Slash command
/session-memory:searchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search through knowledge cards and session events.
Search through knowledge cards and session events.
The query supports both simple keywords and structured filters:
/session-memory:search auth null — keyword searchtag:auth — match card tagstype:gotcha — match card type (decision, constraint, gotcha, runbook, onboarding)file:src/auth.ts — match card filesimportance:>=2 — filter by importance levelstatus:active — filter by status (active, draft, deprecated)author:jay — filter by authorExamples:
/session-memory:search tag:auth type:gotcha/session-memory:search database migration importance:>=2/session-memory:search file:src/api.claude/memory/cards/*.md):
.claude/memory/events/*.jsonl):
For cards:
[gotcha] Auth module null check (importance: 2, created: 2026-03-09)
TL;DR: req.user can be null before auth middleware runs
Files: src/auth.ts, src/middleware/auth.ts
Tags: auth, null-safety
For events:
[event] 2026-03-09T10:00:00Z | Edit | Fixed null check in auth.ts (importance: 1)
.claude/memory/cards/*.md.claude/memory/events/*.jsonl if neededstatus:deprecated explicitly requestednpx claudepluginhub teamspwk/claude-session-memory --plugin session-memorySearches vault cards by domain, type, status, keyword; recommends semantically related cards using AI language understanding. Queries inbox, actions, tasks, areas, projects from index for search/find/list/filter/browse requests.
Searches sayou workspace for past decisions, research, notes via structured path/frontmatter, content grep, and semantic search. Useful for recalling prior workspace knowledge.
Performs semantic and full-text search on secondbrain knowledge base (notes, ADRs, tasks) using natural language queries with filters for entity, recency, status, tags via qmd.