Instructions file
Claude Code instructions for oledmansfeld/unopim-mcp, covering claude.md, project overview, development commands, setup and build.
Instructions file
Claude Code instructions for oledmansfeld/unopim-mcp, covering claude.md, project overview, development commands, setup and build.
Skill Claude CodeCodex
Use when the user wants to create a configurable product (a parent with variants) in UnoPim — e.g. a T-shirt with color × size combinations, or jewellery available in multiple metal colors. Covers parent-first ordering, super-attribute requirements (type=select), variant linking, option-code matching, and what to do…
Skill Claude CodeCodex
Use when the user wants to load product data into UnoPim — from a CSV, JSON, spreadsheet, or any structured source. Covers the dependency order (attributes → families → products), code formatting rules, value scoping, and the common 500-level failure modes.
Skill Claude CodeCodex
Use when an unopim-mcp tool call fails or returns an unexpected error. Decodes the enriched error format, points at the right next step for each failure class, and prevents the common rabbit-hole of blaming MCP for what's actually a backend or input issue.