b891783b23
Financial services plugins for Claude Code covering: - Equity Research - Financial Analysis (comps, DCF, LBO, 3-statements, check-deck, check-model) - Investment Banking (strip profiles, CIM, pitch decks, merger models) - Private Equity (deal screening, IC memos, portfolio monitoring) - Wealth Management
1.4 KiB
1.4 KiB
Financial Services Plugins
This is a marketplace of Claude Cowork plugins for financial services professionals. Each subdirectory is a standalone plugin.
Repository Structure
├── investment-banking/ # Investment banking productivity
Plugin Structure
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)
Key Files
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
Development Workflow
- Edit markdown files directly - changes take effect immediately
- Test commands with
/plugin:command-namesyntax - Skills are invoked automatically when their trigger conditions match