From powerskills-tool
Runs power system optimization (DC-OPF, AC-OPF, unit commitment) through PowerMCP with a progressive-disclosure workflow, starting from simplest credible model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:egretThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start with the cheapest model that can answer the question. Do not jump into unit commitment when a single-snapshot OPF will do.
Start with the cheapest model that can answer the question. Do not jump into unit commitment when a single-snapshot OPF will do.
solve_dc_opf(case_file, solver, return_results) for fast feasibility and congestion screening.solve_ac_opf(case_file, solver, return_results) when voltage or reactive realism matters.solve_unit_commitment_problem(case_file, solver, mipgap, timelimit) only after the horizon, reserve logic, and commitment assumptions are clear.Quote the binding constraint or infeasibility cause rather than saying "it failed".
| Observation | Escalate to |
|---|---|
| OPF or UC infeasible, reserve-short, or implausibly expensive | operations-planning-mitigation |
| AC-OPF bus voltage outside [0.95, 1.05] pu | voltage-violation-mitigation |
| A branch limit binds persistently across the horizon | thermal-overload-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolRuns transmission power-system studies: AC/DC power flow, OPF, contingency analysis, PTDF/LODF sensitivities, ATC, SCED, SCUC. Builds or edits networks and loads MATPOWER, PSS/E, XIIDM, CIM/CGMES files.
Debugs infeasible or expensive power-system optimization runs (Egret/PyPSA) with corrective actions: data quality fixes, screening solves, flexibility additions, congestion relief.
Analyzes electric power networks with pandapower v3.4.0: builds models (buses, lines, transformers, loads, generators), runs AC/DC power flow, OPF, short circuit (IEC 60909), state estimation, time series, topology, plotting.