local-skill-loader

Copy skill directories into .claude/skills using load_skill.py.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/atman-33/skills --skill local-skill-loader
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: local-skill-loader
Source: https://github.com/atman-33/skills/tree/main/skills/local-skill-loader
Command: npx skills add https://github.com/atman-33/skills --skill local-skill-loader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This tool lets you import a complete skill from any local directory into your AI project's skill library (.claude/skills), streamlining reuse and sharing of custom capabilities.

Core Features & Use Cases

  • Copy entire skill directories (including SKILL.md and resources) into the project to reuse or migrate skills.
  • Supports importing skills from any filesystem path to your local skill registry for quick setup and testing.
  • Use Case: You want to duplicate a known-good skill from a colleague's machine into your environment to review and adapt it.

Quick Start

Run the load_skill.py script with the source path of the skill directory to copy, for example: python3 {path}/scripts/load_skill.py /path/to/source/skill

Frequently Asked Questions about local-skill-loader

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

FAQPage Schema
How do I import a local skill directory into my project's .claude/skills folder?▼

To import a local skill directory, run the load_skill.py script with the source path. It copies the entire skill directory into .claude/skills, overwriting any existing skill with the same name.

Can I migrate custom skills across different local environments?▼

Yes, you can migrate custom skills across environments by copying the entire skill directory from any filesystem path into your project's local skill registry for quick setup and testing.

Does importing a local skill overwrite existing skills with the same name?▼

Yes, importing a local skill overwrites any existing skill with the same name. The load_skill.py script copies the source directory directly into .claude/skills, replacing conflicts.

What is the best way to duplicate a known-good skill from a colleague's machine?▼

The best way to duplicate a known-good skill is to use the local skill loader. It imports the complete skill directory from any local path into your environment for review and adaptation.

Does the local skill copying process require external dependencies?▼

No, the local skill copying process requires no external dependencies. It uses a standalone Python script to copy the source skill directory into the current project's skill library.