diff --git a/README.md b/README.md index 261e2f47..b49a2776 100644 --- a/README.md +++ b/README.md @@ -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/). diff --git a/legal/README.md b/legal/README.md index 085d4182..16d360f9 100644 --- a/legal/README.md +++ b/legal/README.md @@ -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