This is a marketplace of Claude Cowork plugins for financial services professionals. Each subdirectory is a standalone plugin.
├── investment-banking/ # Investment banking productivity
Each plugin follows this layout:
plugin-name/
├── .claude-plugin/plugin.json # Plugin manifest (name, description, version)
├── commands/ # Slash commands (.md files)
├── skills/ # Knowledge files for specific tasks
├── hooks/ # Event-driven automation
├── mcp/ # MCP server integrations
└── .claude/ # User settings (*.local.md)
marketplace.json: Marketplace manifest - registers all plugins with source pathsplugin.json: Plugin metadata - name, description, version, and component discovery settingscommands/*.md: Slash commands invoked as/plugin:command-nameskills/*/SKILL.md: Detailed knowledge and workflows for specific tasks*.local.md: User-specific configuration (gitignored)mcp-categories.json: Canonical MCP category definitions shared across plugins
- Edit markdown files directly - changes take effect immediately
- Test commands with
/plugin:command-namesyntax - Skills are invoked automatically when their trigger conditions match