๐Ÿ“ฆ anthropics / financial-services-plugins

๐Ÿ“„ CLAUDE.md ยท 38 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38# 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 paths
- `plugin.json`: Plugin metadata - name, description, version, and component discovery settings
- `commands/*.md`: Slash commands invoked as `/plugin:command-name`
- `skills/*/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

1. Edit markdown files directly - changes take effect immediately
2. Test commands with `/plugin:command-name` syntax
3. Skills are invoked automatically when their trigger conditions match