# 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*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FRwfulvzVT1o1eoskDglt%2Fimage.png?alt=media\&token=8939ea35-1485-42fb-b203-011ef59b0157)

## 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](https://docs.anyrpg.org/scriptable-objects/abilities) that will be learned when the skill is learned.  These should generally be [Gathering Abilities](https://docs.anyrpg.org/scriptable-objects/abilities/gather-ability) or [Crafting Abilities](https://docs.anyrpg.org/scriptable-objects/abilities/craft-ability), but that is a suggestion, not a hard requirement. |

## Next Steps

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