Skip to main content
SkillCreator skills are agent-agnostic. Write a skill once, export it to multiple runtimes.

Export to multiple agents

When exporting a skill, you can select multiple target agents. SkillCreator handles the format conversion for each runtime.
1

Open export dialog

From the Editor or Library, click Export.
2

Select targets

Check the agent runtimes you want to export to:
  • Claude Code (.claude/skills/)
  • Cursor (.cursor/skills/)
  • GitHub Copilot (.github/skills/)
  • Codex CLI (AGENTS.md)
3

Review diffs

SkillCreator shows a diff preview for each target. Review what will be added, modified, or removed.
4

Confirm

Click Install to write all files. Each export is transactional; if any write fails, all changes are rolled back.

Keeping skills in sync

After updating a skill, re-deploy to update the installed copies.

MCP as a universal layer

Instead of file-based exports, you can use the MCP server as a universal skill provider. Agents that support MCP can query skills directly from your SkillCreator runtime. This means:
  • No file duplication across agent configs
  • Skills are always up to date
  • Agents can discover skills dynamically
See MCP overview for details.
Use file exports for skills you want to be available without SkillCreator running. Use MCP for dynamic, always-current skill access.
Last modified on March 19, 2026