docs/agents/managed-agent/add-skills.mdx
Skills are instruction files that teach your managed agent how to handle specific tasks. When the system prompt is not detailed enough for a multi-step workflow or a domain-specific process, a skill fills the gap.
A skill is a SKILL.md file written in Markdown. It contains step-by-step instructions the AI platform follows when a relevant situation comes up in a conversation.
A skill might describe:
The AI platform reads the skill and applies the instructions when it decides the skill is relevant to the current conversation turn.
https://github.com/org/repo/tree/main/skills/triage).Novu downloads the files, bundles them, and sends them to the AI platform. The platform assigns a stable skill ID.
</Tab> <Tab title="Inline">This is useful for quick iterations or skills that do not need to live in a repository.
</Tab> </Tabs>If you upload a skill with the same display title as an existing one, the platform creates a new version automatically. The agent always uses the latest version.
To remove a skill, go to the Skills section and delete it from the list. The agent stops using the skill on the next conversation turn.