·fp-immutable
</>

fp-immutable

whatiskadudoing/fp-ts-skills

Praktische Unveränderlichkeitsmuster in TypeScript – Spread-Operatoren, verschachtelte Aktualisierungen, schreibgeschützte Typen und wann Mutation tatsächlich in Ordnung ist

11Installationen·0Trend·@whatiskadudoing

Installation

$npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-immutable

SKILL.md

| Add to array end | [...arr, item] | | Add to array start | [item, ...arr] | | Remove from array | arr.filter(x => x !== item) | | Update array item | arr.map(x => x.id === id ? {...x, ...updates} : x) | | Update object prop | {...obj, prop: newValue} | | Remove object prop | const {prop, ...rest} = obj | | Merge objects | {...defaults, ...overrides} |

| Deep update | Use Immer or nested spread | | Prevent mutation | readonly types or Object.freeze() |

Praktische Unveränderlichkeitsmuster in TypeScript – Spread-Operatoren, verschachtelte Aktualisierungen, schreibgeschützte Typen und wann Mutation tatsächlich in Ordnung ist Quelle: whatiskadudoing/fp-ts-skills.

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-immutable Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-immutable
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist fp-immutable?

Praktische Unveränderlichkeitsmuster in TypeScript – Spread-Operatoren, verschachtelte Aktualisierungen, schreibgeschützte Typen und wann Mutation tatsächlich in Ordnung ist Quelle: whatiskadudoing/fp-ts-skills.

Wie installiere ich fp-immutable?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-immutable Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/whatiskadudoing/fp-ts-skills

Details

Kategorie
</>Entwicklung
Quelle
skills.sh
Erstes Auftreten
2026-02-01