Skip to main content
This guide shows how to add a custom skill so the agent reliably follows your team’s workflow — for example, always exporting clips to /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

1

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.
2

Add SKILL.md

Inside that folder, create SKILL.md with a short description and the rule. See the example below.
3

Validate with real footage

Run the agent with a simple search-and-export task and confirm clips land in /exports.

Example SKILL.md

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
Last modified on February 25, 2026