newegg-psu-calculator
Installation
SKILL.md
Newegg PSU Wattage Calculator
Intelligently collects component information through adaptive menus, then calculates total wattage via the Newegg API + fixed tables.
Core principle: Be smart about what to ask. If the user already mentioned
components, skip those questions. Combine remaining unknowns into as few
AskUserQuestion calls as possible. Vary question wording based on context.
Phase 0 — Parse the user's message first
Before asking anything, extract whatever components the user has already mentioned:
Related skills