Skip to content

entireio/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Entire Plugin for Claude Code

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.

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors