Quick Tweaks

Adjust game parameters like speed, scale, and color via natural language commands.

64|4|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/gamekit-agent/gamekit-cli --skill quick-tweaks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Quick Tweaks
Source: https://github.com/gamekit-agent/gamekit-cli/tree/main/template/.claude/skills/quick-tweaks
Command: npx skills add https://github.com/gamekit-agent/gamekit-cli --skill quick-tweaks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows for rapid iteration on game design by quickly adjusting numerical values of game elements, making it easier to fine-tune gameplay without extensive code changes.

Core Features & Use Cases

  • Adjust Speeds: Modify player, enemy, or projectile movement speeds.
  • Scale Objects: Change the size of game objects.
  • Modify Colors: Alter the color of game elements.
  • Tune Difficulty: Increase or decrease game difficulty by adjusting various parameters.
  • Control Spawning: Fine-tune spawn rates and quantities.
  • Use Case: A game designer wants to test if a faster player character leads to more engaging gameplay. They can use this skill to instantly increase the player's movement speed by 50% and test the feel.

Quick Start

Make the player character 20% faster.

Frequently Asked Questions about Quick Tweaks

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

FAQPage Schema
How do I quickly adjust Unity game parameters without modifying code?

You can tune gameplay in Unity by modifying script properties and game object components via natural language commands, allowing instant adjustments to speed, scale, and color without manual code changes.

What is the best way to iterate on game balancing in Unity?

Iterating on game balancing is best done by directly manipulating script variables to fine-tune difficulty, spawn rates, and movement speeds, allowing designers to test gameplay feel instantly without extensive recompilation.

Can I modify individual game object properties like scale and color directly?

Yes, you can modify individual game object properties directly. The system supports both default script variable changes and instance-specific property modifications for scale, color, and movement speeds.

How do I tune enemy spawn rates and difficulty during gameplay testing?

To tune enemy spawn rates and difficulty during testing, you can issue natural language commands to directly adjust the numerical parameters of spawning scripts, facilitating rapid gameplay balancing.

Does this gameplay tuning approach work for both global script variables and specific instances?

Yes, this gameplay tuning approach works for both global script variables and specific instances, allowing designers to modify default script values or target individual game object components for precise adjustments.