·js-micro-utilities
</>

js-micro-utilities

matthewharwood/fantasy-phonics

ネイティブ API と just-* マイクロパッケージを使用した、依存関係のない JavaScript ユーティリティ。オブジェクト、配列、文​​字列、数値、または関数を操作するときに使用します。最初にネイティブ ソリューションのテーブルをスキャンし (バッククォート)、必要な場合にのみ just-* パッケージにフォールバックします。依存関係よりもネイティブを優先します。

3インストール·0トレンド·@matthewharwood

インストール

$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) |

ネイティブ API と just-* マイクロパッケージを使用した、依存関係のない JavaScript ユーティリティ。オブジェクト、配列、文​​字列、数値、または関数を操作するときに使用します。最初にネイティブ ソリューションのテーブルをスキャンし (バッククォート)、必要な場合にのみ just-* パッケージにフォールバックします。依存関係よりもネイティブを優先します。 ソース: matthewharwood/fantasy-phonics。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/matthewharwood/fantasy-phonics --skill js-micro-utilities
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

js-micro-utilities とは?

ネイティブ API と just-* マイクロパッケージを使用した、依存関係のない JavaScript ユーティリティ。オブジェクト、配列、文​​字列、数値、または関数を操作するときに使用します。最初にネイティブ ソリューションのテーブルをスキャンし (バッククォート)、必要な場合にのみ just-* パッケージにフォールバックします。依存関係よりもネイティブを優先します。 ソース: matthewharwood/fantasy-phonics。

js-micro-utilities のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/matthewharwood/fantasy-phonics --skill js-micro-utilities インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

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