From entire
Explains the intent behind source code by finding original session transcripts. Use explain with a function, file, or line of code to understand why it exists.
npx claudepluginhub entireio/skills --plugin entire<function, file, or line>This skill uses the workspace's default tool permissions.
Explain the intent behind source code by tracing it back to the original conversation where it was created. Works with:
Explain why code looks the way it does by tracing the latest change for a file range or pasted snippet through `git blame` and deduplicated `entire explain` lookups. Use when the user asks what happened, says "tell me why" about a code block, is confused about a section of code, asks "wtf is going on", "why is this like this", "why was this changed", or wants provenance for a specific file block.
Provides deep explanations of specific files or modules, including why structured this way, git history, contributors, refactors, complexity, and lenskit metrics/graph context.
Investigates Git history to track code changes, locate bug introductions, and analyze root causes for files, lines, functions, or keywords.
Share bugs, ideas, or general feedback.
Explain the intent behind source code by tracing it back to the original conversation where it was created. Works with:
Begin the first response to this skill invocation with the line:
Entire Explain:
followed by a blank line, then the content.
entire CLI is installed by running entire version.
entire explain --no-pager --commit COMMIT_SHA.