agent-converter
Installation
SKILL.md
Agent Converter
Objective
Convert agent definitions between two formats:
- Markdown format (
.mdwith YAML frontmatter) — Rich format with explicit tool restrictions - TOML format (
.toml) — Simple format for Codex agents with sandbox modes
Inputs
- Source file: Path to an agent
.mdfile (or directory of agents) - Output format:
toml(default) ormd - Output directory: Where to write converted files (default: same as source)