plugins marketplace
← All plugins

learning-output-style

v1.0.0

Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)

Claude Code

by Boris Cherny934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

Clone 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"
  }
}