Thanks to visit codestin.com
Credit goes to github.com

Skip to content

entireio/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Entire Plugin for Claude Code

Tools for understanding code intent by tracing changes back to original session transcripts.

Installation

In Claude Code, run:

/plugin marketplace add https://github.com/entireio/claude-plugins
/plugin install entire

Local Development

Load the plugin without installing using the --plugin-dir flag:

claude --plugin-dir ./plugins/entire

Commands

/entire:explain

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:

  • 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:

  1. Uses git blame or git log to identify the commit that introduced the code
  2. Uses entire explain --commit COMMIT_SHA to read the session transcripts

Requirements

About

Claude Code Plugins by Entire

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors