Designer Setup banner
PyModel PyModel

Designer Setup

Development community

Description

--- name: designer-setup description: Verify designer-skill MCP is installed and reachable --- # designer-skill Setup ## Step 1: Check MCP package ```bash npx -y @pymodel/designer-skill-mcp --version ``` If this prints a version, the npm package resolves. If not, check Node.js (18+) and network access. ## Step 2: Verify MCP is connected In Cursor: **Settings → Tools & MCP** — confirm `designer-skill` is listed and enabled. Or test from the shell: ```bash npx -y @pymodel/designer-skill-mc

Installation

Installs to ~/.claude/skills/pymodel-designer-skill-designer-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pymodel-designer-skill-designer-setup && curl -fsSL https://raw.githubusercontent.com/PyModel/designer-skill/HEAD/commands/designer-setup.md -o ~/.claude/skills/pymodel-designer-skill-designer-setup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository