Hi,
I have a rough time finding a script to do something so simple.
Short story: I am making a strategy-heavy game and I feel unnatural (also has to do with laziness

) to double-press/click in order to use skills that don't have any real option at the selection phase. Found one similar that could cover my needs made by Lecode, but didn't work with the Yanfly plugins I have installed, also was programmed in a way any skill even single target skills with one selectable option would make the auto-target stuff.
Description (the help text
)
This is a simple quality of life improvement to avoid double-clicking to use certain skills.
Skip the target selection for skills that really don't have real options in the targeting phase. These skills can be configured to either have the selection phase or are used automatically when you select the skill.
The effect is against all skills that use the following scopes (configurable):
The User (self)
All Allies
All Enemies
X Random Enemies
Should be highly compatible with most battle selection related plugins, as the override is done before the selection phase.
Terms:
- Credit to author (Ninakoru) is optional, but appreciated

- Free for non-commercial & commercial use.
Let me know if you suffer any incompatibility with this simple plugin!
IMPORTANT NOTE: I investigated further, on the Yanfly's BattleEngineCore plugin of there's an option named "Select Help Window", that shows who is the current target for the skill. This causes the system internally to force you to select the target even if it is one of the above scopes. This script is not needed if you have that option turned off and there's nothing similar that forces you to always select a target.
Happy RPG Making!