module-by-module-migration とは?
大規模なコードベースを移行する場合に使用します。 JavaScript を TypeScript に変換するときに使用します。依存関係を管理するときに使用します。移行順序を計画するときに使用します。チームが TypeScript を採用する場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
大規模なコードベースを移行する場合に使用します。 JavaScript を TypeScript に変換するときに使用します。依存関係を管理するときに使用します。移行順序を計画するときに使用します。チームが TypeScript を採用する場合に使用します。
コマンドラインで module-by-module-migration AI スキルを開発環境にすばやくインストール
ソース: marius-townhouse/effective-typescript-skills。
When migrating JavaScript to TypeScript, follow the dependency graph: start with leaf modules (those with no dependencies) and work upward. This ensures that when you convert a module, all its dependencies are already typed. This minimizes type errors and makes migration manageable.
Migrate modules starting from leaves (no dependencies) and work up the dependency graph. This ensures dependencies are typed before dependents.
大規模なコードベースを移行する場合に使用します。 JavaScript を TypeScript に変換するときに使用します。依存関係を管理するときに使用します。移行順序を計画するときに使用します。チームが TypeScript を採用する場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill module-by-module-migration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill module-by-module-migrationBrowse more skills from marius-townhouse/effective-typescript-skills
大規模なコードベースを移行する場合に使用します。 JavaScript を TypeScript に変換するときに使用します。依存関係を管理するときに使用します。移行順序を計画するときに使用します。チームが TypeScript を採用する場合に使用します。 ソース: marius-townhouse/effective-typescript-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill module-by-module-migration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/marius-townhouse/effective-typescript-skills