Loading...
Loading...
Automated factory for converting GitHub repositories into specialized AI skills. Use this skill when the user provides a GitHub URL and wants to "package", "wrap", or "create a skill" from it. It automatically fetches repository details, latest commit hashes, and generates a standardized skill structure with enhanced metadata suitable for lifecycle management.
npx skill4agent add kkkkhazix/khazix-skills github-to-skillsSKILL.mdscripts/wrapper.py/GitHub-to-skills <github_url>SKILL.mdskill-manager---
name: <kebab-case-repo-name>
description: <concise-description-for-agent-triggering>
# EXTENDED METADATA (MANDATORY)
github_url: <original-repo-url>
github_hash: <latest-commit-hash-at-time-of-creation>
version: <tag-or-0.1.0>
created_at: <ISO-8601-date>
entry_point: scripts/wrapper.py # or main script
dependencies: # List main dependencies if known, e.g., ["yt-dlp", "ffmpeg"]
---scripts/fetch_github_info.pyskill-creatorSKILL.mdscripts/fetch_github_info.pyscripts/create_github_skill.pyuvpipgithub_hashskill-managerif remote_hash != local_hash