[!WARNING] This repository is deprecated.
Development has moved to entireio/skills. Please use that repository for the latest versions, installation instructions, and new features. This repo is no longer maintained and will not receive updates.
Tools for understanding code intent by tracing changes back to original session transcripts.
In Claude Code, run:
/plugin marketplace add https://github.com/entireio/claude-plugins
/plugin install entire
Load the plugin without installing using the --plugin-dir flag:
claude --plugin-dir ./plugins/entire
Explains the intent behind source code by finding original session transcripts.
Usage:
In Claude Code, use /entire:explain with a function, file, or line of code to understand why it exists.
Examples:
/entire:explain handleUserLogin/entire:explain src/auth/middleware.ts/entire:explain src/utils.ts:42How it works:
git blame or git log to identify the commit that introduced the codeentire explain --commit COMMIT_SHA to read the session transcripts[!WARNING] This repository is deprecated.
Development has moved to entireio/skills. Please use that repository for the latest versions, installation instructions, and new features. This repo is no longer maintained and will not receive updates.
Tools for understanding code intent by tracing changes back to original session transcripts.
In Claude Code, run:
/plugin marketplace add https://github.com/entireio/claude-plugins
/plugin install entire
Load the plugin without installing using the --plugin-dir flag:
claude --plugin-dir ./plugins/entire
Explains the intent behind source code by finding original session transcripts.
Usage:
In Claude Code, use /entire:explain with a function, file, or line of code to understand why it exists.
Examples:
/entire:explain handleUserLogin/entire:explain src/auth/middleware.ts/entire:explain src/utils.ts:42How it works:
git blame or git log to identify the commit that introduced the codeentire explain --commit COMMIT_SHA to read the session transcripts