Harness-engineering node-buffer-encoding
name: node-buffer-encoding
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/node-buffer-encoding/skill.yamlsource content
name: node-buffer-encoding version: "1.0.0" description: Handle binary data, encodings, and conversions with Node.js Buffer and TextEncoder 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:
- node-crypto-patterns
- ts-async-patterns stack_signals:
- nodejs
- typescript keywords:
- Buffer
- TextEncoder
- TextDecoder
- encoding
- binary-data metadata: author: community upstream: nodejs.org/api/buffer.html state: persistent: false files: [] depends_on: []