skill-importer
Installation
SKILL.md
Skill Importer
Overview
The Skill Importer maintains a list of skills from remote GitHub repositories that can be imported into the local .github/skills/ directory. It uses a configuration file to track skill sources and provides both automated and manual import methods.
Quick Start (Automated)
The easiest way to import skills is using the automated script located in the scripts/ directory:
# Import all enabled skills
cd .github/skills/skill-importer
python3 scripts/import_skills.py --all
# Import a specific skill
python3 scripts/import_skills.py --skill sync-job-expert