move-skill

Moves AI skill folders between directories and creates symbolic links for cross-environment sharing.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wwsun/skills --skill move-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: move-skill
Source: https://github.com/wwsun/skills/tree/main/skills/move-skill
Command: npx skills add https://github.com/wwsun/skills --skill move-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of transferring skills between different directories and tools, simplifying the process of sharing and managing AI skills across environments.

Core Features & Use Cases

  • Skill Migration: Moves skills from .Codex/skills/ to .agents/skills/ with proper soft links.
  • Cross-Environment Sharing: Ensures skills are accessible across multiple AI tools by establishing symbolic links.
  • Use Case: When a user wants to upgrade local skills for wider sharing, this Skill facilitates moving and linking skills across configurations for easy access.

Quick Start

Ask the AI to migrate a specific skill from local to shared directory, confirming the skill name and scope.

Frequently Asked Questions about move-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share AI skills across different directories without duplicating files?

To share AI skills without duplicating files, you can move the skill folders between local and shared directories while creating symbolic links. This ensures accessibility across multiple environments without using extra storage space.

Can I migrate skills from a local .Codex directory to a shared .agents directory?

Yes, you can migrate skills from a local .Codex directory to a shared .agents directory. The process moves the skill folders and establishes proper soft links so the skills remain accessible across different AI tools and configurations.

What is the best way to manage skill migration across multiple AI tools?

The best way to manage skill migration across multiple AI tools is by transferring the skill folders to a shared directory and creating symbolic links. This cross-environment sharing approach ensures seamless accessibility without file duplication.

Do I need symbolic links to organize AI skills across different environments?

You need symbolic links to organize AI skills across different environments because they enable seamless sharing without duplication. By linking the moved skill folders, the skills remain accessible from their original locations and the new shared directory.

Why use symbolic links when moving skills to a shared directory?

You use symbolic links when moving skills to a shared directory to maintain accessibility across various AI tools. This approach establishes soft links that prevent duplication while ensuring the original local paths continue functioning correctly.

Does migrating a skill to a shared folder delete the local version?

Migrating a skill to a shared folder does not delete local accessibility because the process creates symbolic links. The skill folder is moved to the new shared directory, and a soft link ensures it remains usable from its original local path.