local-skill-loader
Installation
SKILL.md
Local Skill Loader
Overview
This skill enables the importing of skills from external local directories into the current project's skill structure. It copies the entire skill directory (including SKILL.md and resources) to .claude/skills/<skill-name>.
Usage
To load a skill, execute the load_skill.py script.
Command
python3 {path}/scripts/load_skill.py <source_path> [--dest-root <destination_directory>]
<source_path>: The absolute path to the skill directory you want to copy (e.g.,/home/user/repo/skills/my-skill).--dest-root: (Optional) The root directory where skills should be installed. Defaults to.claude/skills.