game__genre--building-idle-games

Model scalable idle game economies, progression curves, and mobile UX.

1|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/erikhazzard/vasir --skill game-genre-building-idle-games
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: game__genre--building-idle-games
Source: https://github.com/erikhazzard/vasir/tree/main/.agents/skills/game__genre--building-idle-games
Command: npx skills add https://github.com/erikhazzard/vasir --skill game-genre-building-idle-games

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps determine the essential architecture and design patterns for building idle and incremental games, focusing on scalable math, progression systems, and mobile UX.

Core Features & Use Cases

  • Comprehensive guidance on big-number math, cost curves, and prestige layers to balance long-term progression.
  • Strategies for offline progress, tick-based simulation, and save/load persistence across mobile environments.
  • Modular design patterns for notation formatting, UI responsiveness, and progressive disclosure to avoid information overload.

Quick Start

Describe the core production loop and progression plan for a minimal idle game to begin iteration.

Frequently Asked Questions about game__genre--building-idle-games

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

FAQPage Schema
How do I design scalable math and progression curves for an incremental game?

Design scalable incremental game progression by modeling economy curves, big-number math, and prestige layers to balance long-term player progression. It provides comprehensive guidance on cost curves and notation formatting to prevent mathematical overflow.

What is the best way to handle offline progress and tick simulation for mobile idle games?

Handle offline progress in idle games by implementing tick-based simulation and save/load persistence strategies tailored for mobile environments. This ensures resource generation continues accurately and synchronizes when players return to the game.

How do prestige layers work in idle game design?

Prestige layers in idle game design work by resetting current progress in exchange for permanent multipliers, solving scaling challenges by modeling new economy curves. This balances long-term progression and prevents gameplay stagnation.

Can I use this to avoid information overload in incremental game UI?

Yes, you can avoid information overload in incremental game UI by applying modular design patterns for progressive disclosure and notation formatting. This establishes responsive UI guardrails to manage complex big-number displays on mobile screens.

How to start building a minimal idle game core loop?

Start building a minimal idle game by describing the core production loop and progression plan to begin iteration. This establishes the foundational economy and tick simulation architecture required for scalable mobile game design.