Odel
skill deck

skill deck

Local
@xingbofeng2TypeScriptMITUpdated 3mo ago

Expose local Agent Skills as adapter tools, MCP resources, MCP tools, and share artifacts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmskill-deckv1.0.0

Run

npx -y skill-deck

MCP client config

{
  "mcpServers": {
    "skill-deck": {
      "command": "npx",
      "args": [
        "-y",
        "skill-deck"
      ]
    }
  }
}