claude-plugin

TendrilApp/claude-plugin
★ 0 stars Unknown language Code/Dev Tools Updated today
Tendril for Claude Code — MCP server + skill in one plugin install. Figma design systems → pixel-verified React components.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "TendrilApp/claude-plugin"
      ]
    }
  }
}

README Excerpt

design systems into pixel-verified React components: it records the design as ground truth, generates the component, and certifies the result against the recording with a local ruler. Terminal: ``` /plugin marketplace add TendrilApp/claude-plugin /plugin install tendril@tendrilapp ``` VS Code extension: type `/plugins` (or `/plugin`) in the chat →