adding-support-mod-parsers
✓Use when adding support mod parsers to convert support skill affix strings to typed SupportMod objects - guides the template-based parsing pattern (project)
Installation
SKILL.md
Support mod parsers convert raw support skill affix strings (e.g., "+15% additional damage for the supported skill") into typed SupportMod objects at runtime. Unlike active/passive skills which use level-scaling factories, support skills parse their affixes directly using templates.
| Support mod templates | src/tli/skills/support-mod-templates.ts | | Mod type definitions | src/tli/mod.ts | | SupportMod type | src/tli/core.ts | | Template/spec helpers | src/tli/mod-parser/ | | Calculation handlers | src/tli/calcs/offense.ts |
Look in src/tli/mod.ts under ModDefinitions. If the mod type doesn't exist, add it first (see adding-mod-parsers skill).
Use when adding support mod parsers to convert support skill affix strings to typed SupportMod objects - guides the template-based parsing pattern (project) Source: aclinia/torchlight-of-building.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/aclinia/torchlight-of-building --skill adding-support-mod-parsers- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is adding-support-mod-parsers?
Use when adding support mod parsers to convert support skill affix strings to typed SupportMod objects - guides the template-based parsing pattern (project) Source: aclinia/torchlight-of-building.
How do I install adding-support-mod-parsers?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/aclinia/torchlight-of-building --skill adding-support-mod-parsers Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/aclinia/torchlight-of-building
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01