·adding-mod-parsers
</>

adding-mod-parsers

aclinia/torchlight-of-building

新しい MOD パーサーを追加してゲーム MOD 文字列を型指定された Mod オブジェクトに変換するときに使用します - テンプレートベースの解析パターン (プロジェクト) をガイドします

6インストール·2トレンド·@aclinia

インストール

$npx skills add https://github.com/aclinia/torchlight-of-building --skill adding-mod-parsers

SKILL.md

The mod parser converts raw mod strings (e.g., "+10% all stats") into typed Mod objects used by the calculation engine. It uses a template-based system for pattern matching.

| Mod type definitions | src/tli/mod.ts | | Parser templates | src/tli/mod-parser/templates.ts | | Enum registrations | src/tli/mod-parser/enums.ts | | Calculation handlers | src/tli/calcs/offense.ts | | Tests | src/tli/mod-parser.test.ts |

Look in src/tli/mod.ts under ModDefinitions. If the mod type doesn't exist, add it:

新しい MOD パーサーを追加してゲーム MOD 文字列を型指定された Mod オブジェクトに変換するときに使用します - テンプレートベースの解析パターン (プロジェクト) をガイドします ソース: aclinia/torchlight-of-building。

原文を見る

引用可能な情報

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

インストールコマンド
npx skills add https://github.com/aclinia/torchlight-of-building --skill adding-mod-parsers
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

adding-mod-parsers とは?

新しい MOD パーサーを追加してゲーム MOD 文字列を型指定された Mod オブジェクトに変換するときに使用します - テンプレートベースの解析パターン (プロジェクト) をガイドします ソース: aclinia/torchlight-of-building。

adding-mod-parsers のインストール方法は?

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

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

https://github.com/aclinia/torchlight-of-building

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-01