From powerskills-tool
Guides ANDES power system dynamic studies — power flow, eigenvalue analysis, and time-domain simulation — through progressive disclosure. Activates on stability questions like damping, oscillations, or faults.
How this skill is triggered — by the user, by Claude, or both
Slash command
/powerskills-tool:andesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Expose ANDES tools in stages. Do not jump into dynamics until the base case is loaded, solved, and understood.
Expose ANDES tools in stages. Do not jump into dynamics until the base case is loaded, solved, and understood.
run_power_flow(file_path) to load the case and solve the steady-state point.get_system_info() to summarize buses, generators, dynamic states, and controls.run_eigenvalue_analysis(file_path) to screen oscillatory modes and poor damping.run_time_domain_simulation(step_size, t_end) only after the disturbance and success criteria are explicit.Quote the failing metric (mode + damping ratio, channel + recovery time) rather than saying "it is unstable".
| Observation | Escalate to |
|---|---|
| Eigenvalue with damping ratio below ~5% or any right-half-plane mode | dynamic-stability-mitigation |
| Time-domain run shows growing angles, sustained oscillations, or failed voltage recovery | dynamic-stability-mitigation |
| Base power-flow voltages outside [0.95, 1.05] pu | voltage-violation-mitigation |
| Frequency nadir, RoCoF, or settling frequency violates its limit after a generation-loss event | frequency-response-mitigation |
npx claudepluginhub power-agent/powerskills --plugin powerskills-toolDebug and fix dynamic power-system instabilities (poor damping, angle swings, weak voltage recovery) using eigenvalue screens, time-domain simulation, and an ordered mitigation sequence covering dispatch, controls, protection, and special schemes.
Opens PowerWorld cases, solves power flow, inspects flows/voltages, changes model data, runs contingency analysis, and pulls sensitivity matrices (PTDF, LODF, Jacobian, Ybus) via PowerMCP.
Performs steady-state distribution power system analysis including power flow, state estimation, short-circuit calculations, and batch simulations using power-grid-model library with numpy structured arrays.