torchlight-of-building
Extend a Torchlight Infinite build planner and damage calculator
All Skills in This Repository (5)
Pure Emerald Level Indicatorsadding-mod-parsers
Convert raw mod strings into typed Mod objects using template-based parsing.
adding-support-mod-parsers
Convert support skill affix strings into typed SupportMod objects.
implementing-game-skill-parsers
Extract level-scaling values from HTML data for game build planners.
add-mod-resolver
Adds multiplicative stacking buffs/debuffs to skill damage calculations.
add-configuration
Extend a TypeScript configuration interface with a new parameter across schema and UI.
Frequently Asked Questions
FAQPage SchemaHow to install Torchlight of Building skills?โผ
Run `npx skills add aclinia/torchlight-of-building --all -g -y` in your terminal to install all skills in this suite globally.
What is Torchlight of Building?โผ
It is a character build planner and DPS calculator for the game Torchlight Infinite, built with React, TypeScript, and a template-based mod parsing engine.
How do I add a new mod parser to the project?โผ
The adding-mod-parsers skill walks your agent through defining templates, registering enums, updating the calculation engine, and writing tests for new mod string patterns.
Can these skills help implement new hero traits?โผ
Yes. The add-hero-trait skill guides your agent through reading trait descriptions, creating mod factories, and wiring stackables and conditions into the damage engine.
Do I need to know the codebase to contribute?โผ
No. Each skill contains file locations, code patterns, and verification commands so your agent can make correct changes without prior project knowledge.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core