plugins marketplace
← All plugins

explanatory-output-style

v1.0.0

Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)

Claude Code

by Dickson Tsai140.8kupdated 1 day ago

Source

git clone https://github.com/anthropics/claude-code

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/explanatory-output-style/ inside the repository.

Layout

plugins/explanatory-output-style/
└── .claude-plugin/plugin.json

Manifests1

plugins/explanatory-output-style/.claude-plugin/plugin.json
{
  "name": "explanatory-output-style",
  "version": "1.0.0",
  "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
  "author": {
    "name": "Dickson Tsai",
    "email": "dickson@anthropic.com"
  }
}