Skip to content

SIF to CSV

A Claude Code skill that converts SIF (Standard Interchange Format) files from dealer and procurement systems into clean, readable CSV files or Google Sheets — with pricing calculations and manufacturer code expansion.

What it does

Type /sif-to-csv and point it at a .sif file from a dealer. The skill parses the SIF field codes, expands manufacturer codes to full brand names, calculates sell prices from discount percentages, computes extended totals, and outputs a clean spreadsheet.

Use it to review dealer quotes, compare pricing against your specification, or import dealer data into your master product library.

Install

Claude Desktop:

  1. Open CustomizeBrowse plugins
  2. Click +Add marketplace from GitHub
  3. Enter AlpacaLabsLLC/skills-for-architects
  4. Install the Product & Materials Research plugin

Claude Code (terminal):

claude plugin marketplace add AlpacaLabsLLC/skills-for-architects
claude plugin install 06-materials-research@skills-for-architects

Or symlink just this skill:

git clone https://github.com/AlpacaLabsLLC/skills-for-architects.git
ln -s $(pwd)/skills-for-architects/plugins/06-materials-research/skills/sif-to-csv ~/.claude/skills/sif-to-csv

Usage

/sif-to-csv ~/Documents/project/dealer-quote.sif

Handles Standard, CET, and Cyncly Worksheet SIF dialects automatically.

SIF field reference

CodeNameDescription
SF/STHeaderProject reference and title
PNProduct NumberSKU — starts each record
PDProduct DescriptionProduct name
MCManufacturer Code3-5 char code (HMI, KNL, STC)
MNManufacturer NameFull brand name
QT/NTQuantityInteger (QT standard, NT alternate)
PLList PriceUnit price
P1-P5Price TiersAlternate price tiers
GCCategoryProduct category
TGSide Mark / TagRoom or area
S-/S%Sell Discount %Sell = PL - (PL × S- × 0.01)
P%/B%Purchase %Cost = PL × (P% × 0.01)
ON/ODOptionFinish, fabric, color (paired)
AN/ADAttributeDimensions, weight (paired)
WTWeightProduct weight
ProductURLProduct URLLink to product page
ImageURLImage URLLink to product image

Manufacturer code variants: MC (standard), MG (Cyncly), EC (CET). Price variants: I1/I2 (Cyncly).

Pairs with

Related skills

Explore