Export to multiple agents
When exporting a skill, you can select multiple target agents. SkillCreator handles the format conversion for each runtime.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)
Review diffs
SkillCreator shows a diff preview for each target. Review what will be added, modified, or removed.
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