·combat-system-creator

Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management.

4Installs·0Trend·@cesaraugustusgrob

Installation

$npx skills add https://github.com/cesaraugustusgrob/shinobi-way-the-inifinite-tower --skill combat-system-creator

SKILL.md

Create combat system components following the dual-system architecture: pure calculations separated from state workflow.

CombatCalculationSystem: Pure functions, no mutations, returns complete results CombatWorkflowSystem: State management, applies calculated results, controls flow

| Physical | STR × 0.3 | STR / (STR + 200) | | Elemental | SPI × 0.3 | SPI / (SPI + 200) | | Mental | CAL × 0.25 | CAL / (CAL + 150) |

Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management. Source: cesaraugustusgrob/shinobi-way-the-inifinite-tower.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cesaraugustusgrob/shinobi-way-the-inifinite-tower --skill combat-system-creator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is combat-system-creator?

Create and modify combat system components for SHINOBI WAY game following the dual-system architecture (CombatCalculationSystem + CombatWorkflowSystem). Use when user wants to add new combat mechanics, damage formulas, status effects, mitigation logic, turn phases, or refactor existing combat code. Guides through proper separation of pure calculations vs state management. Source: cesaraugustusgrob/shinobi-way-the-inifinite-tower.

How do I install combat-system-creator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cesaraugustusgrob/shinobi-way-the-inifinite-tower --skill combat-system-creator 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/cesaraugustusgrob/shinobi-way-the-inifinite-tower