acliniaacliniaCommunityยท5 Agent Skills Included

torchlight-of-building

Extend a Torchlight Infinite build planner and damage calculator

Guides developers through adding mod parsers, hero traits, skill factories, and configuration fields to a Torchlight Infinite build planner. Eliminates guesswork when wiring game data strings into typed calculation engine objects. Provides step-by-step checklists, code patterns, and test commands so new game mechanics work correctly on the first attempt.
npx skills add aclinia/torchlight-of-building --all -g -y
Available:

Gives your AI agent the project structure, coding conventions, and data flow rules it needs to modify this build planner's engine and UI correctly.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’