From entire
Searches prior checkpoints and agent conversations by topic, repo, branch, author, or time window using entire CLI. Summarizes top matches and explains details on request.
npx claudepluginhub entireio/skills --plugin entireThis skill uses the workspace's default tool permissions.
Use `entire search` to find relevant checkpoints before guessing from memory.
Searches coding agent session history to answer questions about past work, previous attempts, investigations, recent activity, or prior sessions—even if not explicitly named.
Searches prior Claude-Code/Codex-CLI sessions for code patterns, decisions, or work via aichat CLI, jq parsing, and session file reads (max 3). For non-subagent CLI agents.
Searches Claude Code conversation history in Scribe DB (SQLite FTS5) or JSONL files to recall past discussions, decisions, code snippets, and context from prior sessions.
Share bugs, ideas, or general feedback.
Use entire search to find relevant checkpoints before guessing from memory.
Begin the first response to this skill invocation with the line:
Entire Search:
followed by a blank line, then the content.
Do not use this for the current active session. Use session-handoff for that.
entire search "<query>" --json
Add filters when the user already gave them or when the first search is too broad:
entire search "<query>" --json --repo owner/name --branch branch-name --author "Name" --date week
Inline filters are also supported in the query: author:<name>, date:<week|month>, branch:<name>, repo:<owner/name>, repo:*.
Review the top matches and summarize the likely candidates for the user. Do not dump raw JSON unless they ask for it.
If the user wants details on a specific result, open the checkpoint with:
entire explain --checkpoint <checkpoint-id> --full --no-pager
If --full fails, fall back to:
entire explain --checkpoint <checkpoint-id> --raw-transcript --no-pager
--limit--repo or repo:* explicitly when repository scope mattersentire loginsession-handoff instead of searching checkpoints