·godot-rpg-stats
</>

godot-rpg-stats

thedivergentai/gd-agentic-skills

Expert blueprint for RPG stat systems (attributes, leveling, modifiers, damage formulas) using Resource-based stats, stackable modifiers, and derived stat calculations. Use when implementing character progression OR equipment/buff systems. Keywords stats, attributes, leveling, modifiers, CharacterStats, derived stats, damage calculation, XP.

11Installs·1Trend·@thedivergentai

Installation

$npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-rpg-stats

SKILL.md

Resource-based stats, modifier stacks, and derived calculations define flexible character progression.

statresource.gd Robust Resource-based stat system with caching, dirty flags, and modifier stacks.

modifierstackstats.gd Expert stat system with additive/multiplicative modifier stacks and priority ordering.

Expert blueprint for RPG stat systems (attributes, leveling, modifiers, damage formulas) using Resource-based stats, stackable modifiers, and derived stat calculations. Use when implementing character progression OR equipment/buff systems. Keywords stats, attributes, leveling, modifiers, CharacterStats, derived stats, damage calculation, XP. Source: thedivergentai/gd-agentic-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-rpg-stats
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is godot-rpg-stats?

Expert blueprint for RPG stat systems (attributes, leveling, modifiers, damage formulas) using Resource-based stats, stackable modifiers, and derived stat calculations. Use when implementing character progression OR equipment/buff systems. Keywords stats, attributes, leveling, modifiers, CharacterStats, derived stats, damage calculation, XP. Source: thedivergentai/gd-agentic-skills.

How do I install godot-rpg-stats?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thedivergentai/gd-agentic-skills --skill godot-rpg-stats 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/thedivergentai/gd-agentic-skills