·js-micro-utilities
</>

js-micro-utilities

matthewharwood/fantasy-phonics

Zero-dependency JavaScript utilities using native APIs and just-* micro-packages. Use when manipulating objects, arrays, strings, numbers, or functions. Scan tables for native solution first (backticks), fall back to just-* package only when needed. Prefer native over dependencies.

0Installs·0Trend·@matthewharwood

Installation

$npx skills add https://github.com/matthewharwood/fantasy-phonics --skill js-micro-utilities

SKILL.md

Zero-dependency utilities for common JavaScript operations. Prefer native APIs (in backticks) over packages. Install just- packages only when native solutions don't exist.

| Deep diff two objects/arrays | just-diff | | Apply JSON-patch to object | just-diff-apply | | Deep equality check | just-compare | | Deep clone | structuredClone(obj) | | Extract property from array | arr.map(x => x.prop) | | Remove nullish from array | arr.filter(x => x != null) |

| Deep merge | just-extend | | Shallow merge | {...a, ...b} or Object.assign(target, src) |

Zero-dependency JavaScript utilities using native APIs and just-* micro-packages. Use when manipulating objects, arrays, strings, numbers, or functions. Scan tables for native solution first (backticks), fall back to just-* package only when needed. Prefer native over dependencies. Source: matthewharwood/fantasy-phonics.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/matthewharwood/fantasy-phonics --skill js-micro-utilities
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is js-micro-utilities?

Zero-dependency JavaScript utilities using native APIs and just-* micro-packages. Use when manipulating objects, arrays, strings, numbers, or functions. Scan tables for native solution first (backticks), fall back to just-* package only when needed. Prefer native over dependencies. Source: matthewharwood/fantasy-phonics.

How do I install js-micro-utilities?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/matthewharwood/fantasy-phonics --skill js-micro-utilities Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/matthewharwood/fantasy-phonics