> ## Documentation Index
> Fetch the complete documentation index at: https://agent.minimax.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills

> Extend Agent behavior with reusable workflows, instructions, and tools.

<div className="code-docs">
  Skills are reusable instructions, tools, and workflows the Agent can apply during tasks. MiniMax Code supports browsing, installing, managing, and creating skills.

  <img src="https://mintcdn.com/agent-en/yEQNl2mVInzXN9Xt/images/code/skills-market.png?fit=max&auto=format&n=yEQNl2mVInzXN9Xt&q=85&s=25f9c821be1400402c546f6793a4d77b" alt="Skills market" className="code-screenshot" width="2794" height="1696" data-path="images/code/skills-market.png" />

  ## Common Uses

  * Invoke installed skills with /
  * Install official or community skills from the market
  * Manage skills you have added
  * Create custom skills for your own workflows

  ## Recommendation

  If you repeat the same type of task often, turn the workflow into a skill instead of re-explaining it every time.
</div>
