git404hub

what is essence fr?

jurassix/essence — explained in plain English

Analysis updated 2026-05-18

5JavaScriptAudience · developerComplexity · 1/5Setup · easy

tl;dr

A Claude Code and multi agent plugin that strips AI generated writing, chat, comments, PRs, docs, down to only the sentences a reader actually needs.

vibe map

mindmap
  root((essence))
    What it does
      Strip AI writing cruft
      Keep full sentences
      Preserve meaning only
    Tech stack
      JavaScript
      Node.js
      Claude Code plugin
    Use cases
      PR descriptions
      Commit messages
      Doc rewriting
    Audience
      Developers
      AI coding agent users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automatically trim AI generated chat replies, comments, and docs down to only what matters.

VIBE 2

Write PR descriptions that state the bug and fix without restating prior discussion.

VIBE 3

Rewrite an existing doc or comment file to remove hedging and meta commentary.

VIBE 4

Generate commit messages in Conventional Commits format without AI attribution trailers.

what's the stack?

JavaScriptNode.jsClaude Code

how it stacks up fr

jurassix/essence00kaku/wp-rest-playgroundartefactdesigntn/jebari-imagebatch
Stars555
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyhardeasy
Complexity1/53/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
The README does not state a license, so terms of use are unknown.

in plain english

Essence is a tool that trims the writing an AI coding assistant produces down to only what a reader actually needs. It targets things like chat replies, code comments, commit messages, pull request descriptions, and documentation, but leaves private scratch notes and internal reasoning untouched since those were never meant for a reader anyway. The problem it addresses is that AI generated writing often carries leftover baggage from the conversation that produced it, things like hedging phrases, comments about what was asked, and references to earlier drafts the reader never saw. Essence removes that baggage while keeping full sentences and normal grammar, so a reader with no memory of the conversation can understand the result completely on its own. The README points out this is different from a related project called caveman, which shortens writing using telegraphic grammar and dropped words. Essence instead keeps full grammar but removes sentences that do not carry real meaning, so the two tools solve different problems and can be used together. The README shows several before and after examples, like a chat reply that gets trimmed from a rambling explanation full of hedges down to two direct sentences, or a code comment that becomes a single short line stating only the fact a future reader would need. The tool comes with a small set of commands. One toggles the filter on or off, since it runs by default every session. Others are specialized for writing pull request descriptions, rewriting an existing document or comment file in place while keeping code and links untouched, and writing commit messages in a standard format without any AI attribution note. Installing it in Claude Code takes one command since the plugin lives directly in the repository. For other AI coding tools such as Codex, Gemini, Cursor, Windsurf, or Cline, you clone the repository and run an installer script that detects which tools you have and sets up the rules file each one uses. The README does not state a license for the project.

prompts (copy fr)

prompt 1
/essence-pr rewrite this pull request description to only the bug and the fix.
prompt 2
/essence-doc README.md strip this file down to what a new reader actually needs.
prompt 3
/essence-commit write a commit message for these staged changes.
prompt 4
/essence on keep this always active for the rest of the session.

Frequently asked questions

what is essence fr?

A Claude Code and multi agent plugin that strips AI generated writing, chat, comments, PRs, docs, down to only the sentences a reader actually needs.

What language is essence written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Claude Code.

What license does essence use?

The README does not state a license, so terms of use are unknown.

How hard is essence to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is essence for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.