three-versions-types とは?
型宣言を発行するときに使用します。バージョンの競合に対処する場合に使用します。ライブラリに型がある場合に使用します。 @types パッケージを管理するときに使用します。型の不一致をデバッグする場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
型宣言を発行するときに使用します。バージョンの競合に対処する場合に使用します。ライブラリに型がある場合に使用します。 @types パッケージを管理するときに使用します。型の不一致をデバッグする場合に使用します。
コマンドラインで three-versions-types AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
When working with TypeScript types, three versions must align: the version of the package you're using, the version of its type declarations (@types), and the version of TypeScript itself. Misalignment between these versions can cause confusing type errors even when the code works at runtime.
Understanding these three versions helps diagnose and prevent type compatibility issues.
Keep package, @types, and TypeScript versions compatible. Update them together to avoid mysterious type errors.
型宣言を発行するときに使用します。バージョンの競合に対処する場合に使用します。ライブラリに型がある場合に使用します。 @types パッケージを管理するときに使用します。型の不一致をデバッグする場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill three-versions-typesBrowse more skills from marius-townhouse/effective-typescript-skills
型宣言を発行するときに使用します。バージョンの競合に対処する場合に使用します。ライブラリに型がある場合に使用します。 @types パッケージを管理するときに使用します。型の不一致をデバッグする場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill three-versions-types インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills