This guide shows how to add a custom skill so the agent reliably follows your team’s workflow — for example, always exporting clips toDocumentation Index
Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
Use this file to discover all available pages before exploring further.
/exports.
For background on what skills are and why they matter, see Skills in Agentic Editing.
Example Skill: Always export to /exports
Suppose you want every clip export to go to/exports by default. A custom skill can encode this so the agent does it automatically.
Create the skill
Create a skill folder
In your agent’s skills directory (e.g.
~/.cursor/skills/ for Cursor, or $CODEX_HOME/skills/ for Codex), create a new folder — for example jumper-export-exports.Add SKILL.md
Inside that folder, create
SKILL.md with a short description and the rule. See the example below.Example SKILL.md
Related
Agentic editing
Concepts: skills, orchestration, and what agents can do
Your first agentic export
Step-by-step tutorial for searching and exporting via an agent

