cowork-plugin-management
v0.2.2Create, 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.
by Anthropic23.4kupdated 37 minutes ago
Source
git clone https://github.com/anthropics/knowledge-work-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is cowork-plugin-management/ inside the repository.
Layout
├── .claude-plugin/plugin.json├── skills/cowork-plugin-customizer/SKILL.md└── skills/create-cowork-plugin/SKILL.md
Skills2
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.
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
{
"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"
}
}