| skill | s, $, (), m, mechanics, meta | The metaskill to be executed. Accepts [Placeholders](/Skills/Placeholders) |<!--type:Metaskill-->|
| forcesync | sync | Whether to force the skill to be run synchroniously with Minecraft | false |
| branch | b, fork, f| Whether the called metaskill's skilltree should [branch](/skills/mechanics/skill#branch-attribute) off from the skilltree of the calling mechanic | false |
| executeafterdeath | continueafterdeath | Whether the metaskill should be able to be called after the caster's death | false |
| variable | var | The MetaSkill variable whose value is to be executed. When set, `skill` is ignored |
In the example, the `ExampleSkill` metaskill, once triggered, will execute a skill whose name is composed of `ExampleSkill_` and a randomly generated number between 1 and 3.