Designer Status banner
PyModel PyModel

Designer Status

Development community

Description

--- name: designer-status description: Print designer-skill-mcp version and npm update status --- # designer-skill Status ```bash npx -y @pymodel/designer-skill-mcp --version npx -y @pymodel/designer-skill-mcp --check-update ``` Report both lines to the user. **Updates:** MCP via `npx …@latest` or pin `@<semver>` in `mcp.json`. Plugin skill content via `/plugin update designer-skill@pymodel` (Claude/Codex) or reinstall the Cursor plugin.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository