> For the complete documentation index, see [llms.txt](https://docs.anyrpg.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyrpg.org/scriptable-objects/skill.md).

# Skill

{% embed url="<https://youtu.be/DuNoF0h7lUc>" %}

## Creation

To create a skill, find (or create) the *GameName/Resources/GameName/Recipe* folder in the project tab and right click.  Choose *Create > AnyRPG > Skills > Skill*.

## Properties

| Name           | Description                                                                                                                                                                                                                                                                                                                          |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Required Level | The minimum level which the character must reach to learn this skill.                                                                                                                                                                                                                                                                |
| Auto Learn     | If true, this skill will be automatically learned upon reaching the *Required Level*.                                                                                                                                                                                                                                                |
| Ability Names  | A list of [Abilities](/scriptable-objects/abilities.md) that will be learned when the skill is learned.  These should generally be [Gathering Abilities](/scriptable-objects/abilities/gather-ability.md) or [Crafting Abilities](/scriptable-objects/abilities/craft-ability.md), but that is a suggestion, not a hard requirement. |

## Next Steps

* Add a skill as a reward for completing a [Quest](/scriptable-objects/quest.md).
* Add a skill to a [Skill Trainer](/scriptable-objects/interactable-option-configurations/skill-trainer-config.md) so the trainer can teach it.
