meta-skill-importer
Installation
SKILL.md
External Skill Importer
Overview
The Skill Importer streamlines the process of integrating external expertise into your AI Skills Library. It handles the cloning, filtering, and structural adaptation required to make third-party skills compatible with this repository's standards.
Capabilities
1. Automated Import
Use the scripts/import_skill.ps1 utility to surgically extract a specific skill from a remote Git repository.
Usage:
./scripts/import_skill.ps1 -RepoUrl "<git-repo-url>" -SkillPath "<relative-path-to-skill>" -DestCategory "<local-category>"
Example:
./scripts/import_skill.ps1 -RepoUrl "https://github.com/google-gemini/gemini-skills" -SkillPath "skills/gemini-api-dev" -DestCategory "api"