The whole hunk
from line 219, old and new numbered
/
lines
from line 219
219219
220220 <MultiFileExample language="cli" label="CLI">
221221 ```bash CLI
222 ant beta:agents create < agent.yaml
222 ant apply agent.md
223223 ```
224224
225 <File filename="agent.yaml">
226 ```yaml
225 <File filename="agent.md">
226 ```markdown
227 ---
227228 name: Financial Analyst
228229 model: claude-opus-5
229 system: You are a financial analysis agent.
230230 skills:
231231 - type: anthropic
232232 skill_id: xlsx
from line 233
233233 - type: custom
234234 skill_id: skill_01AbCdEfGhIjKlMnOpQrStUv
235235 version: latest
236 ---
237
238 You are a financial analysis agent.
236239 ```
237240 </File>
238241 </MultiFileExample>