What problem does it solve? Keeping SKU master data accurate in a gbrain knowledge base is error-prone when done by hand — duplicate SKUs, missing fields, and inconsistent frontmatter break downstream inventory workflows. This Skill standardizes how inventory item records are created, read, and updated under procurement/items/<SKU>.md. ## Core Features & Use Cases - SKU Record Creation: Gathers item details, checks for duplicates via proc_get_item, and writes a compliant frontmatter page with stock, cost, reorder point, vendor, and bin location. - Record Updates: Modifies stock levels, reorder points, or vendor assignments on existing SKUs, using proc_update_stock for quantity changes. - Search & Audit: Lists and filters inventory by category or below-reorder status for audits and stock verification. - Use Case: A procurement manager says "Add SKU-099, a USB-C Hub, with 50 units in stock" — the Skill verifies the SKU doesn't exist, creates the brain page with full frontmatter, and confirms the new stock level. ## Quick Start Ask the agent to add a new inventory item with its SKU, name, category, unit cost, initial stock, reorder point, preferred vendor, and bin location.