From powerskills-tool
Progressive-disclosure workflow for PSLF transmission studies. Opens cases, solves power flow, checks violations, edits network, and runs contingency analysis via PowerMCP.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:pslfThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Start with the current case and base power flow. Use network edits and contingencies only after the solved case is credible.
Start with the current case and base power flow. Use network edits and contingencies only after the solved case is credible.
open_case(case)solve_case()get_voltage(bus), get_voltage_violations(...), and get_overload_violations(...) to identify the real issue.add_shunt(...), add_generator(...), add_load(...), add_branch(...), or add_bus(...) for controlled model changes.save_case() after the edited state is worth keeping.run_contingency_analysis() only after the base case is solved and monitored.Quote the violated bus or branch and its value rather than saying "violations exist".
| Observation | Escalate to |
|---|---|
get_voltage_violations returns low or high buses | voltage-violation-mitigation |
get_overload_violations returns loaded branches | thermal-overload-mitigation |
run_contingency_analysis returns binding N-1 cases | contingency-mitigation |
solve_case fails to converge | convergence-failure-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolOpens PowerWorld cases, solves power flow, inspects flows/voltages, changes model data, runs contingency analysis, and pulls sensitivity matrices (PTDF, LODF, Jacobian, Ybus) via PowerMCP.
Diagnoses and resolves power-flow convergence failures in PSS/E, PSLF, PowerWorld, pandapower, PyPSA, surge, and OpenDSS. Separates data errors from numerical fragility from physical infeasibility.
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.