Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ Once installed, plugins activate automatically. Skills fire when relevant, and s

## How Plugins Work

Every plugin follows the same structure:
Every plugin follows the same baseline structure:

```
plugin-name/
├── .claude-plugin/plugin.json # Manifest
├── .mcp.json # Tool connections
├── commands/ # Slash commands you invoke explicitly
└── skills/ # Domain knowledge Claude draws on automatically
```

Some plugins also include a `commands/` directory for explicit slash commands.

- **Skills** encode the domain expertise, best practices, and step-by-step workflows Claude needs to give you useful help. Claude draws on them automatically when relevant.
- **Commands** are explicit actions you trigger (e.g., `/finance:reconciliation`, `/product-management:write-spec`).
- **Connectors** wire Claude to the external tools your role depends on — CRMs, project trackers, data warehouses, design tools, and more — via [MCP servers](https://modelcontextprotocol.io/).
Expand Down
6 changes: 0 additions & 6 deletions legal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ legal/
├── .claude-plugin/plugin.json
├── .mcp.json
├── README.md
├── commands/
│ ├── review-contract.md
│ ├── triage-nda.md
│ ├── vendor-check.md
│ ├── brief.md
│ └── respond.md
└── skills/
├── contract-review/SKILL.md
├── nda-triage/SKILL.md
Expand Down