plugins marketplace
← All plugins

cowork-plugin-management

v0.2.2

Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt templates to match how your team works.

Claude Code2 skills

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is cowork-plugin-management/ inside the repository.

Layout

cowork-plugin-management/
├── .claude-plugin/plugin.json
├── skills/cowork-plugin-customizer/SKILL.md
└── skills/create-cowork-plugin/SKILL.md

Skills2

cowork-plugin-customizerskills/cowork-plugin-customizer/SKILL.md

Customize a Claude Code plugin for a specific organization's tools and workflows. Use when: customize plugin, set up plugin, configure plugin, tailor plugin, adjust plugin settings, customize plugin connectors, customize plugin skill, tweak plugin, modify plugin configuration.

create-cowork-pluginskills/create-cowork-plugin/SKILL.md

Guide users through creating a new plugin from scratch in a cowork session. Use when users want to create a plugin, build a plugin, make a new plugin, develop a plugin, scaffold a plugin, start a plugin from scratch, or design a plugin. This skill requires Cowork mode with access to the outputs directory for delivering the final .plugin file.

Manifests1

cowork-plugin-management/.claude-plugin/plugin.json
{
  "name": "cowork-plugin-management",
  "version": "0.2.2",
  "description": "Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt templates to match how your team works.",
  "author": {
    "name": "Anthropic"
  }
}