AI Engineer Guide

Claude Code Plugin Support

Claude Code now has support for plugins using which you can easily share Slash commands, Subagents, Hooks, MCP Servers

Why?

Moving forward, plugins will be our standard way to bundle and share Claude Code customizations, and we’ll continue to evolve the format as we add more extension points

Instead of manually sharing things, Claude Code team wants us to leverage the plugins to share it. 2025-10-11-at-12.23.592x.png

How to get started?

Make sure you’re on latest version of Claude Code (if not npm install -g @anthropic-ai/claude-code)

Then enter /plugins

2025-10-11-at-12.17.162x.png

It’ll give you options to manage the plugins like installing/uninstalling plugins & marketplace. You can think of marketplace as a store in which you can install specific plugins.

For example you can add install Anthropic’s claude code by running this command

/plugin marketplace add anthropics/claude-code

And once you install it, you should be able to see these plugins 2025-10-11-at-12.25.392x.png

How does it works?

When you install a plugin by entering something like /plugin marketplace add anthropics/claude-code

It’ll look for GitHub repo or URL with the .claude-plugin/marketplace.json file.

2025-10-11-at-12.31.112x.png

And it’ll install the commands like this

2025-10-11-at-12.32.102x.png

For more details on how to create & publish your workflows refer their docs which has really good info about it.

Reference

Customize Claude Code with plugins \ Anthropic

#Claude-Code

Stay Updated

Get the latest AI engineering insights delivered to your inbox.

No spam. Unsubscribe at any time.