function-type-expressions とは?
同じシグネチャを持つ複数の関数を記述する場合に使用します。コールバックを実装するときに使用します。既存の関数の種類を一致させる場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
同じシグネチャを持つ複数の関数を記述する場合に使用します。コールバックを実装するときに使用します。既存の関数の種類を一致させる場合に使用します。
コマンドラインで function-type-expressions AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
When using function expressions (not statements), you can apply a type to the entire function. This reduces repetition, improves type safety, and makes code more readable.
Without the function type, this would only error at call sites.
Response: With shared signatures, centralizing the type removes noise.
同じシグネチャを持つ複数の関数を記述する場合に使用します。コールバックを実装するときに使用します。既存の関数の種類を一致させる場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill function-type-expressionsBrowse more skills from marius-townhouse/effective-typescript-skills
同じシグネチャを持つ複数の関数を記述する場合に使用します。コールバックを実装するときに使用します。既存の関数の種類を一致させる場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill function-type-expressions インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills