Harness-engineering node-performance-profiling
name: node-performance-profiling
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/node-performance-profiling/skill.yamlsource content
name: node-performance-profiling version: "1.0.0" description: Profile Node.js applications using --prof, clinic.js, memory snapshots, and event loop lag stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "/server/"
- "/routes/"
- "**/*.mjs"
- "/workers/"
- "/streams/" related_skills:
- test-performance-testing
- node-worker-threads
- perf-event-loop
- perf-garbage-collection
- perf-memory-leaks
- perf-heap-profiling
- perf-profiling-methodology stack_signals:
- nodejs
- typescript keywords:
- profiling
- --prof
- clinic.js
- memory-snapshots
- event-loop-lag metadata: author: community upstream: nodejs.org/en/docs/guides/simple-profiling state: persistent: false files: [] depends_on: []