← All plugins
learning-output-style
v1.0.0Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
Claude Code
by Boris Cherny140.8kupdated 1 day ago
Source
git clone https://github.com/anthropics/claude-codeClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/learning-output-style/ inside the repository.
Layout
plugins/learning-output-style/
└── .claude-plugin/plugin.json
Manifests1
plugins/learning-output-style/.claude-plugin/plugin.json
{
"name": "learning-output-style",
"version": "1.0.0",
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
"author": {
"name": "Boris Cherny",
"email": "boris@anthropic.com"
}
}