From 646824710ee24730d648d0d67393b8e407421492 Mon Sep 17 00:00:00 2001 From: Max Rabin <927792+maxrabin@users.noreply.github.com> Date: Mon, 18 May 2026 07:48:42 +0300 Subject: [PATCH] Remove stray trailing space in legal README code fence --- README.md | 5 +++-- legal/README.md | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-) 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