← All plugins
explanatory-output-style
v1.0.0Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
Claude Code
by Dickson Tsai934updated 2 weeks ago
Source
git clone https://github.com/LING71671/Open-ClaudeCodeClone 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"
}
}