convert_content
Convert pasted instruction-file text into another tool's format (claude_md, agents_md, cursor_mdc, gemini_md, copilot_instructions, windsurf_rules, skill_md). The same instructions, ready for any tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional title for the converted file's heading/frontmatter. | |
| content | Yes | The raw instruction-file text to convert. | |
| to_format | Yes | The target tool format. | |
| description | No | Optional one-line description for the converted file. |