bysimstudioai· 33 skills
Review PRs and diffs for unbounded memory loading, concurrency explosions, oversized payload materialization, and missing pagination or byte caps. Use when reviewing cleanup jobs, background jobs, data imports/exports, file parsing, API fan-out, workflow execution payloads, large arrays/files, or any change that reads many rows, files, responses, logs, or external API pages into process memory.
$npx -y skills add simstudioai/sim --skill memory-load-checkInstalls into the current project.
Run `npx skills use "https://github.com/simstudioai/sim" --skill "simstudioai/sim/memory-load-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/simstudioai/sim" that are relevant to the current task. Run `npx skills add "https://github.com/simstudioai/sim"` and select the relevant skills, then follow their instructions.