Help us improve
Share bugs, ideas, or general feedback.
From sessions
Recall what was done on a specific project or topic. Use when the user says "what did I do on [project]", "recall [topic]", "history of [project]", "when did I last work on [thing]", or wants to remember past work on a specific codebase or feature.
npx claudepluginhub nicknisi/sessions --plugin sessionsHow this skill is triggered — by the user, by Claude, or both
Slash command
/sessions:recall project name or pathproject name or pathThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Recall past work on a specific project or topic.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
Recall past work on a specific project or topic.
Identify the target. The user's argument is a project name, path, or topic. If it looks like a path, use it directly. If it's a name, search for it.
Search sessions. Call search_sessions with:
query: the topic/keyword if searching by contentproject: the path if filtering by project directorylimit: 20Get context for top results. For the most relevant sessions (up to 5), call get_session_messages with:
filePath: from the search resultslimit: 20Summarize the history. Write a chronological summary:
For each relevant session:
Overall arc: How the work evolved across sessions.
search_sessions (keyword search) and get_activity_digest (project path filter) to find matches.