### Install Mintlify Skill Source: https://github.com/mintlify/starter/blob/main/AGENTS.md Install the Mintlify skill to access product knowledge. This command-line instruction is used for initial setup. ```bash npx skills add https://mintlify.com/docs ``` -------------------------------- ### Start the Application Source: https://github.com/mintlify/starter/blob/main/quickstart.mdx Run the command to start the application and see it working. This is the first action a user takes to verify the setup. ```bash your-cli start ``` -------------------------------- ### Install Your Package Source: https://github.com/mintlify/starter/blob/main/quickstart.mdx Install the necessary package using npm. Ensure you have Node.js 18+ installed. ```bash npm install your-package ``` -------------------------------- ### Install Mintlify CLI Source: https://github.com/mintlify/starter/blob/main/README.md Installs the Mintlify Command Line Interface globally. This tool is used to preview documentation changes locally. ```bash npm i -g mint ``` -------------------------------- ### Update Mintlify CLI Source: https://github.com/mintlify/starter/blob/main/README.md Ensures you have the most recent version of the Mintlify CLI installed. This is useful for troubleshooting development environment issues. ```bash mint update ``` -------------------------------- ### Initialize CLI Configuration Source: https://github.com/mintlify/starter/blob/main/quickstart.mdx Initialize the command-line interface configuration. This step is required before first use. ```bash your-cli init ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.