skills/smithery.ai/adding-mod-parsers

adding-mod-parsers

Installation
SKILL.md

Adding Mod Parsers

Overview

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.

When to Use

  • Adding support for new mod string patterns
  • Extending existing mod types to handle new variants
  • Adding new mod types to the engine

Project File Locations

Installs
1
First Seen
Mar 26, 2026
adding-mod-parsers from smithery.ai