Stats
Actions
Tags
Search and summarize past work from the `session_store` database when the user asks what they worked on before, how a similar problem was handled, or which session, PR, issue, branch, or file changed something.
How this skill is triggered — by the user, by Claude, or both
Slash command
/session-store-history:session-store-historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- The user asks what they worked on recently or in the past.
session_store.Required before querying
Helpful if present
Only investigate if encountered
LIKE, or a structured join based on the user's wording.session_store, then narrow once you see real candidates.session_store, the broad-to-narrow plan, and the evidence surfaces you are checking.LIKEsession_files and session_refs with sessionsreferences/query-patterns.md when you need query-expansion patterns, table choice, or SQL shapes for the request.references/request-examples.md when the wording is ambiguous and you want representative prompt-to-query translations before composing SQL.OR terms plus LIKE fallbacks instead of relying on a single literal phrase.turns for what the user asked and what was answeredcheckpoints for durable session summariessession_files for file-change evidencesession_refs for PR, issue, and commit linkagesessions for repo, branch, summary, and timestampsI'm querying session_store turns and checkpoints first, then I'll narrow with refs and files if needed.session_store queries and evidence surfaces used for the history request, such as turns, checkpoints, refs, or edited files.session_store database for cross-session history instead of the scratch session database.session_store usage and which evidence surfaces are being searched.session_store can provide evidence.sql tool or session_store database.session_store tables that actually support the claim you are making.python _shared/validate-skills.py skills from the catalog root after editing this skill.python _shared/run-trigger-evals.py skills/session-store-history/evals/trigger-queries.json.python _shared/run-functional-evals.py skills/session-store-history/evals/evals.json.skills/README.md beside this skill to confirm the boundary stays distinct from current-workspace exploration and non-history tasks.internal/auth/service.go in a previous session?"references/query-patterns.md when you need table-selection rules, query expansion tactics, or reusable SQL shapes.references/request-examples.md when the user's wording needs to be translated into keywords, filters, and expected evidence surfaces.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub matt-riley/lucky-hat --plugin session-store-history