Skip to main content
Skills are reusable capabilities that provide specialized workflows and domain knowledge to your agent. Each skill is stored in the agent’s long-term memory at memories/skills/<skill-name>. The skill’s name and description is loaded when the agent starts. Based on this info the agent can decide to use the skill. The full skill file is only loaded when the agent determines it is relevant to the current task. Any referenced additional resources may be loaded by the agent if they become relevant. Using skills can help:
  • Save on token usage by only providing context relevant to the current task.
  • Prevent the agent from having too much context in the system prompt, which can lead to hallucinations and incorrect responses.
Fleet skills are built on Deep Agents and follow the Agent Skills specification. For details on skill structure, the SKILL.md format, and authoring best practices, see the Deep Agents skills documentation.

Create a skill

You can create a skill two ways:
  • With AI: Use natural language to describe the skill and the agent will create it for you. You can also add additional resources. Any additional files must be referenced in SKILL.md for the agent to be aware of them.
  • Manually: Create a skill with a SKILL.md file.
Skills are private to the agent they belong to. Each agent has its own set of skills stored in its long-term memory, and no other agent can access them.
In Fleet, select the agent to which you want to add the skill. In the chat, prompt the agent to create a skill. For example:

Create a skill that helps the agent use the web to research a topic.

Edit a skill

  1. In Fleet, select the agent to edit.
  2. Click the Edit Agent icon.
  3. In the graph view, navigate to the Skills section and select the skill you want to edit.
  4. Update the skill name, description, or instructions.
  5. Click Save Changes.

Delete a skill

  1. In Fleet, select the agent to which the skill belongs.
  2. Click the Edit Agent icon.
  3. In the graph view, navigate to the Skills section.
  4. For the skill you want to delete, click the Delete skill icon.