From entire
Explains the intent behind source code by tracing it to the original session transcript via git history. Works with functions, files, or lines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/entire:explain <function, file, or line><function, file, or line>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explain the intent behind source code by tracing it back to the original conversation where it was created. Works with:
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.
npx claudepluginhub entireio/skills --plugin entireTraces the latest change for a file range or pasted snippet via git blame and entire explain lookups to explain code provenance.
Traces git history to find when and why code changed, who wrote it, and root cause of bugs. Use for code archaeology, git blame, and change tracking.
Builds a mental model of unfamiliar codebases by searching, reading dependencies, and checking git history. Use when onboarding or before editing unknown code.