jgengine-gameplay

Create and manage gameplay systems within the jgengine framework.

5|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/Noisemaker111/jgengine --skill jgengine-gameplay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jgengine-gameplay
Source: https://github.com/Noisemaker111/jgengine/tree/main/.claude/skills/jgengine-gameplay
Command: npx skills add https://github.com/Noisemaker111/jgengine --skill jgengine-gameplay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jgengine, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers build and manage gameplay systems for games using the jgengine framework.

Core Features & Use Cases

  • Gameplay Systems: Implement items, quests, economy, crafting, turns, and objectives.
  • Entity and Item Catalogs: Define entities and items with various properties like stats, movement, and use handlers.
  • Dialogue Management: Create and manage dialogues with choices and AI behaviors.
  • Combat Mechanics: Design combat effects, projectiles, and death scenarios.
  • Puzzle Primitives: Utilize primitives for cell-based puzzle games, including grids and falling pieces.
  • Loot System: Manage world items, loot filters, and player pickups.
  • Gear Systems: Implement durability, affixes, modular items, and storage tiers.
  • Objective Machines: Create content-agnostic state machines for competitive and session-based games.
  • Trade and Economy: Handle trade, economy, and unlock systems.
  • Crafting and Tech Trees: Build recipes, tech trees, and production systems for crafting and tech-based games.
  • Use Case: Design a fantasy RPG where players can craft gear, complete quests, and fight enemies.

Quick Start

Create a new game using jgengine-gameplay and define the core gameplay systems.

Frequently Asked Questions about jgengine-gameplay

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build RPG gameplay mechanics like crafting and combat in a game engine?

You can build RPG gameplay mechanics by implementing combat effects, crafting recipes, tech trees, and gear durability systems. The Skill provides tools for designing entities, items, and interactions to create comprehensive in-game systems.

Do I need jgengine to manage game entities and dialogue systems?

Yes, you need jgengine to function, as this Skill manages the creation and manipulation of gameplay systems within the jgengine framework. It provides the required tools for dialogue management and entity catalogs.

What is the best way to design an in-game economy and trade system for a strategy game?

The best way to design an economy is by using tools to handle trade, economy, and unlock systems. You can manage world items, loot filters, and player pickups to create a functional strategy game economy.

Can I create state machines for competitive and session-based games?

Yes, you can create content-agnostic state machines for competitive and session-based games. These objective machines allow you to manage complex game states and session rules effectively within the engine.

How do I implement modular items and affixes for gear in my game?

You implement modular items by utilizing the gear system to define affixes, durability, and storage tiers. This allows for detailed item properties and use handlers within your game's entity catalogs.