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 entireLoad the plugin without installing using the --plugin-dir flag:
claude --plugin-dir ./plugins/entireExplains 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:
- Explain a function:
/entire:explain handleUserLogin - Explain a file:
/entire:explain src/auth/middleware.ts - Explain a line:
/entire:explain src/utils.ts:42
How it works:
- Uses
git blameorgit logto identify the commit that introduced the code - Uses
entire explain --commit COMMIT_SHAto read the session transcripts
- Claude Code CLI
- Entire CLI installed and configured