essence-distiller
v1.0.1Find the essence of an artifact and strip away what is inessential — the via-negativa counterpart to doc-refactor, across prose/docs, specs & requirements, source code, and diagrams. Separates what is load-bearing for the artifact's ONE purpose and audience from redundancy, gold-plating, decoration, filler, speculative generality, premature detail, and scope creep, then PROPOSES cuts with rationale and a 'what would be lost' note. Deliberately meaning-changing (unlike doc-refactor, which only rearranges): diagnose-first, non-destructive, propose-then-confirm. Anchors every cut to a stated purpose + audience, respects Chesterton's Fence (flag, don't cut, what you don't understand), and preserves correctness/behavior. Hands off the code edit to /simplify or /code-review, the redraw to document-figures, a separate short derivative to document-summary, pure rearrange to doc-refactor. Bilingual JA/EN.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install essence-distiller@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/essence-distiller/.
Plugin files
├── .claude-plugin/plugin.json└── skills/essence-distiller/SKILL.md
Included Skills1
Find the essence of an artifact and cut what is inessential — the via-negativa counterpart to doc-refactor, across prose/docs, specs & requirements, code, and diagrams. Separates what is load-bearing for the artifact's ONE purpose and audience from redundancy, gold-plating, decoration, filler, speculative generality, premature detail, and scope creep, then PROPOSES cuts with rationale and a "what would be lost" note. Deliberately meaning-changing, so: diagnose-first, non-destructive, propose-then-confirm; every cut anchored to a stated purpose + audience; Chesterton's Fence respected; correctness and behavior preserved. Use when the user says "cut this down to the essence", "strip the nice-to-haves", "remove the fluff / bloat", "over-engineered", "YAGNI review", "本質は何か", "本質だけ残して", "そぎ落として", "盛りすぎ". Hands off pure rearrange → doc-refactor; the code edit → /simplify; a diagram redraw → document-figures; a short derivative → document-summary; style tics → ai-tell-reducer. Bilingual JA/EN.
Plugin manifests1
{
"name": "essence-distiller",
"description": "Find the essence of an artifact and strip away what is inessential — the via-negativa counterpart to doc-refactor, across prose/docs, specs & requirements, source code, and diagrams. Separates what is load-bearing for the artifact's ONE purpose and audience from redundancy, gold-plating, decoration, filler, speculative generality, premature detail, and scope creep, then PROPOSES cuts with rationale and a 'what would be lost' note. Deliberately meaning-changing (unlike doc-refactor, which only rearranges): diagnose-first, non-destructive, propose-then-confirm. Anchors every cut to a stated purpose + audience, respects Chesterton's Fence (flag, don't cut, what you don't understand), and preserves correctness/behavior. Hands off the code edit to /simplify or /code-review, the redraw to document-figures, a separate short derivative to document-summary, pure rearrange to doc-refactor. Bilingual JA/EN.",
"version": "1.0.1",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[essence-distiller on Agent Plugins Marketplace](https://pluginsmp.com/plugins/essence-distiller)