> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillcreator.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills across multiple agents

> Share the same skills across Claude Code, Cursor, Copilot, and other agent runtimes.

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.

<Steps>
  <Step title="Open export dialog">
    From the Editor or Library, click **Export**.
  </Step>

  <Step title="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`)
  </Step>

  <Step title="Review diffs">
    SkillCreator shows a diff preview for each target. Review what will be added, modified, or removed.
  </Step>

  <Step title="Confirm">
    Click **Install** to write all files. Each export is transactional; if any write fails, all changes are rolled back.
  </Step>
</Steps>

## 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](/mcp/overview) for details.

<Tip>
  Use file exports for skills you want to be available without SkillCreator running. Use MCP for dynamic, always-current skill access.
</Tip>
