Session Search
Skill Verified ActiveSearches Claude Code sessions across all projects by keyword, topic, or content. Use when the user wants to find a previous session, locate past work, search for something they discussed before, or cannot remember which project a conversation was in. Also use when the user says "find that session where" or "search sessions".
To efficiently locate past Claude Code sessions for reference, analysis, or retrieval of previous discussions and work.
Features
- Search sessions by keyword or regex
- Filter search results by project
- Filter search results by date
- Present results with context and session details
- Suggest search broadening for no-result scenarios
Use Cases
- Find a previous session containing specific information
- Locate past work or code discussions
- Search for something discussed in a previous conversation
- Identify the project a conversation belonged to
Non-Goals
- Modifying or deleting session files (handled by separate skills)
- Analyzing session content beyond keyword matching
- Interacting with external services or APIs
Workflow
- Run the search command with query and optional filters
- Process and group results by session
- Present results including session ID, project, matching text, and context
- Suggest broadening search if no results are found
Scope
- info:Tool surface sizeWhile the overall project has 11 skills, this specific skill primarily exposes one core search command.
Installation
First, add the marketplace
/plugin marketplace add apappascs/claude-code-sessions/plugin install claude-code-sessions@claude-code-sessionsQuality Score
VerifiedTrust Signals
Similar Extensions
Session Tasks
100Aggregates tasks across Claude Code task lists and sessions — shows pending, in-progress, and completed tasks with dependencies. Use when the user asks "what tasks are pending", "show my tasks", "orphaned tasks", "task dependencies", or wants a cross-session task inventory.
Session List
78Lists all Claude Code sessions for a project or globally, sorted by recency, size, or duration. Use when the user asks how many sessions they have, wants to see recent sessions, says "list sessions", or wants a session inventory.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration