Adds the org-wide Claude Desktop plugin marketplace for MMD Group IT.
.claude-plugin/marketplace.json: marketplace mmd-it, one plugin entry with a relative source path.
plugins/mmd-workspace/: plugin mmd-workspace, installationPreference: required so it installs for every user and cannot be uninstalled.
Four skills, each grounded in real MMD material (mmd-doc-pdf skill, Ben standing rules, mmd-ops docs/ITSM.md, docs/IT-TOOLS.md, manifests/llm-gateway/README.md, manifests/claude-config-server): mmd-document-style, mmd-email-style, mmd-it-support, mmd-data-handling.
Public repo by design — end-user devices clone with no credential, our other MMD Gitea repos are private. No secrets in this repo; the MCP credentials devices need are delivered separately via managedMcpServers in the bootstrap response, wired in a follow-up PR to mmd-ops.
Verification done: marketplace.json/plugin.json/version.json all parse as valid JSON; marketplace name matches the required pattern and is not a reserved value; every SKILL.md has valid YAML frontmatter with name+description. Not yet verified: end-user installation in an actual Claude Desktop client (requires a signed-in device, out of scope for this PR).
Adds the org-wide Claude Desktop plugin marketplace for MMD Group IT.
- `.claude-plugin/marketplace.json`: marketplace `mmd-it`, one plugin entry with a relative source path.
- `plugins/mmd-workspace/`: plugin `mmd-workspace`, `installationPreference: required` so it installs for every user and cannot be uninstalled.
- Four skills, each grounded in real MMD material (mmd-doc-pdf skill, Ben standing rules, mmd-ops docs/ITSM.md, docs/IT-TOOLS.md, manifests/llm-gateway/README.md, manifests/claude-config-server): `mmd-document-style`, `mmd-email-style`, `mmd-it-support`, `mmd-data-handling`.
Public repo by design — end-user devices clone with no credential, our other MMD Gitea repos are private. No secrets in this repo; the MCP credentials devices need are delivered separately via `managedMcpServers` in the bootstrap response, wired in a follow-up PR to `mmd-ops`.
Verification done: marketplace.json/plugin.json/version.json all parse as valid JSON; marketplace name matches the required pattern and is not a reserved value; every SKILL.md has valid YAML frontmatter with name+description. Not yet verified: end-user installation in an actual Claude Desktop client (requires a signed-in device, out of scope for this PR).
Org-wide Claude Desktop plugin marketplace for MMD Group IT. Adds the
mmd-it marketplace manifest and the mmd-workspace plugin
(installationPreference: required) carrying four skills grounded in
real MMD material: mmd-document-style, mmd-email-style,
mmd-it-support, mmd-data-handling. Public repo, no secrets — MCP
credentials are delivered separately via managedMcpServers.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds the org-wide Claude Desktop plugin marketplace for MMD Group IT.
.claude-plugin/marketplace.json: marketplacemmd-it, one plugin entry with a relative source path.plugins/mmd-workspace/: pluginmmd-workspace,installationPreference: requiredso it installs for every user and cannot be uninstalled.mmd-document-style,mmd-email-style,mmd-it-support,mmd-data-handling.Public repo by design — end-user devices clone with no credential, our other MMD Gitea repos are private. No secrets in this repo; the MCP credentials devices need are delivered separately via
managedMcpServersin the bootstrap response, wired in a follow-up PR tommd-ops.Verification done: marketplace.json/plugin.json/version.json all parse as valid JSON; marketplace name matches the required pattern and is not a reserved value; every SKILL.md has valid YAML frontmatter with name+description. Not yet verified: end-user installation in an actual Claude Desktop client (requires a signed-in device, out of scope for this PR).