> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: skills add ## Article: skills add ## Article Link: https://dev.wix.com/docs/wix-cli/command-reference/global-commands/skills-add.md ## Article Content: # wix skills add Add [Wix skills](https://dev.wix.com/docs/wix-cli/guides/development/about-wix-skills.md) to your project. Use this command on projects that don't have skills installed. For more information about where skills appear in your project, see the [CLI Project structure](https://dev.wix.com/docs/wix-cli/guides/get-started/project-structure.md#skills-directories). ## Usage ```bash wix skills add ```