skill-loader

Load and register Claude Code skills from external GitHub repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the discovery, loading, and maintenance of Claude Code skills from external GitHub repositories by centralizing sources and automating installation of skills and agents.

Core Features & Use Cases

  • Load skills from any GitHub repository that contains Claude Code skills.
  • Maintain a list of trusted skill sources and update installed skills automatically.
  • Install both skills and agents to the local Claude data directories for immediate use.
  • Use case: onboard a new set of skills from a public repo and have them available in all sessions.

Quick Start

Use the skill to load skills from a GitHub URL, for example: User: Load skills from https://github.com/escotilha/skills

Frequently Asked Questions about skill-loader

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

FAQPage Schema
How do I load Claude Code skills from a GitHub repository?▼

To load Claude Code skills from GitHub, provide the repository URL to the skill-loader. It scans the configured sources, clones the repository, and copies discovered skills and agents into local Claude data directories for immediate availability.

Can I manage and update installed Claude Code agents automatically?▼

Yes, you can update installed Claude Code agents automatically. The skill maintains a persistent list of trusted skill sources and supports updating all installed skills and agents with simple commands.

What is the best way to install external Claude Code skills for all sessions?▼

The best way to install external Claude Code skills for all sessions is using a centralized loader. It automates discovery and copies skills from public GitHub repos directly into local Claude data directories.

Do I need to manually copy files to use GitHub skills in Claude Code?▼

No, you do not need to manually copy files to use GitHub skills. The loader automates the process by cloning repositories and copying discovered skills and agents into the appropriate local directories.

How does the skill sources list work for maintaining GitHub repositories?▼

The skill sources list persists your configured GitHub repository URLs. It allows the loader to automatically scan these trusted sources, clone repositories, and update installed skills without requiring manual URL re-entry.

Are there limitations to loading Claude Code skills from external repositories?▼

The primary limitation is that repositories must contain valid Claude Code skills or agents. The loader depends on GitHub repository availability and scans configured sources to copy only discovered skills into local directories.