·codegen-over-complex-types
</>

codegen-over-complex-types

型が非常に複雑になる場合に使用します。型が外部スキーマをミラーリングする場合に使用します。型とスキーマのマッピングを維持するときに使用します。型が広範な型レベルのロジックを必要とする場合に使用します。型がデータ ソースからずれている場合に使用します。

5インストール·0トレンド·@marius-townhouse

インストール

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill codegen-over-complex-types

codegen-over-complex-types のインストール方法

コマンドラインで codegen-over-complex-types AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill codegen-over-complex-types
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: marius-townhouse/effective-typescript-skills。

Sometimes the best type-level code is no type-level code at all. When types become extremely complex, when they mirror external schemas (APIs, databases, protocols), or when they need to stay synchronized with changing external sources, code generation is often a better solution than sophisticated type-level programming.

Code generation trades compile-time complexity for build-time generation, often resulting in simpler, more maintainable code that stays in sync with its source of truth.

When types become too complex or must stay synchronized with external sources, generate them from schemas rather than writing sophisticated type-level code.

型が非常に複雑になる場合に使用します。型が外部スキーマをミラーリングする場合に使用します。型とスキーマのマッピングを維持するときに使用します。型が広範な型レベルのロジックを必要とする場合に使用します。型がデータ ソースからずれている場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill codegen-over-complex-types
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-26
更新日
2026-03-10

Browse more skills from marius-townhouse/effective-typescript-skills

クイックアンサー

codegen-over-complex-types とは?

型が非常に複雑になる場合に使用します。型が外部スキーマをミラーリングする場合に使用します。型とスキーマのマッピングを維持するときに使用します。型が広範な型レベルのロジックを必要とする場合に使用します。型がデータ ソースからずれている場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。

codegen-over-complex-types のインストール方法は?

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

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

https://github.com/marius-townhouse/effective-typescript-skills