add-skill

Installation
SKILL.md

Add Skill

Import skills from GitHub repositories into the current workspace.

Workflow

When a user requests to add a skill from a GitHub URL:

  1. Parse the URL to extract repository owner, name, and skill path
  2. Fetch the skill using the bundled script:
    python3 <this-skill-path>/scripts/fetch_skill.py "<github-url>" "<workspace-path>"
    
  3. Verify that SKILL.md exists in the destination
  4. Inform the user the skill is now available

URL Formats Supported

  • https://github.com/owner/repo/tree/main/path/to/skill
Related skills
Installs
3
GitHub Stars
95
First Seen
Mar 1, 2026