explanatory-output-style

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

Content Preview
{
  "name": "explanatory-output-style",
  "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
  "author": {
    "name": "Anthropic",
    "email": "[email protected]"
  },
  "source": "./plugins/explanatory-output-style",
  "category": "learning",
  "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/explanatory-output-style"
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/explanatory-output-style.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/anthropics/claude-plugins-official

Then reference at .claude-plugin/marketplace.json

Related Skills