{"id":37832375,"url":"https://github.com/alfonsskills/skillsync","last_synced_at":"2026-01-20T08:05:22.247Z","repository":{"id":332077449,"uuid":"1132669198","full_name":"AlfonsSkills/SkillSync","owner":"AlfonsSkills","description":"Sync skills from Git repositories to local AI coding tools (Gemini CLI / Claude Code / Codex CLI ... )","archived":false,"fork":false,"pushed_at":"2026-01-17T05:30:52.000Z","size":2265,"stargazers_count":24,"open_issues_count":0,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-18T07:32:11.952Z","etag":null,"topics":["agent-skill","skill-installer"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlfonsSkills.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-12T09:36:27.000Z","updated_at":"2026-01-18T04:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AlfonsSkills/SkillSync","commit_stats":null,"previous_names":["alfonsskills/agentsync","alfonsskills/skillsync"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/AlfonsSkills/SkillSync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsSkills%2FSkillSync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsSkills%2FSkillSync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsSkills%2FSkillSync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsSkills%2FSkillSync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlfonsSkills","download_url":"https://codeload.github.com/AlfonsSkills/SkillSync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlfonsSkills%2FSkillSync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28553055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skill","skill-installer"],"created_at":"2026-01-16T15:50:19.160Z","updated_at":"2026-01-20T08:05:22.242Z","avatar_url":"https://github.com/AlfonsSkills.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SkillSync\n\n[![CI](https://github.com/AlfonsSkills/SkillSync/actions/workflows/ci.yml/badge.svg)](https://github.com/AlfonsSkills/SkillSync/actions/workflows/ci.yml)\n[![Release](https://github.com/AlfonsSkills/SkillSync/actions/workflows/release.yml/badge.svg)](https://github.com/AlfonsSkills/SkillSync/releases)\n[![GitHub release](https://img.shields.io/github/v/release/AlfonsSkills/SkillSync)](https://github.com/AlfonsSkills/SkillSync/releases/latest)\n[![Go Report Card](https://goreportcard.com/badge/github.com/AlfonsSkills/SkillSync)](https://goreportcard.com/report/github.com/AlfonsSkills/SkillSync)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n[中文文档](README_CN.md)\n\n**Sync skills from Git repositories to 14+ AI coding tools with one command.**\n\n## Preview\n\n```\n📦 Installed Skills:\n\n  Gemini CLI (1):\n  📁 ~/.gemini/skills\n    ✓ devops\n\n  Claude Code (2):\n  📁 ~/.claude/skills\n    ✓ devops\n    [project:MyProject]\n      ✓ docx\n\n  Codex CLI (5):\n  📁 ~/.codex/skills\n    ✓ gh-address-comments\n    [public]\n      ✓ devops\n    [.system]\n      ✓ skill-creator\n```\n\n## Installation\n\n### Homebrew (macOS/Linux)\n\n```bash\nbrew install AlfonsSkills/tap/skillsync\n```\n\n### Script\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/AlfonsSkills/SkillSync/main/install.sh | bash\n```\n\n**One-liner with skill installation:**\n\n```bash\n# Install SkillSync and a skill repository in one command\ncurl -fsSL https://raw.githubusercontent.com/AlfonsSkills/SkillSync/main/install.sh | bash -s -- install AlfonsSkills/skills\n\n# With target tool specification\ncurl -fsSL https://raw.githubusercontent.com/AlfonsSkills/SkillSync/main/install.sh | bash -s -- install AlfonsSkills/skills -t claude,gemini\n```\n\n### From Release\n\nDownload the latest binary from [Releases](https://github.com/AlfonsSkills/SkillSync/releases).\n\n### From Source\n\n```bash\ngit clone https://github.com/AlfonsSkills/SkillSync.git\ncd SkillSync\nmake build\n# Binary will be at ./build/skillsync\n```\n\n## Quick Start\n\n```bash\n# Install skills from a repository\nskillsync install anthropics/skills\n\n# Install to specific tool\nskillsync install anthropics/skills -t gemini\n\n# Install to project-local directory\nskillsync install anthropics/skills --local\n\n# List installed skills\nskillsync list\n\n# Remove a skill\nskillsync remove skill-name\n\n# Install to multiple tools\nskillsync install AlfonsSkills/skills -t claude,codex,gemini\n\n# Install from GitLab or other platforms\nskillsync install https://gitlab.com/user/skill-repo.git\n\n# Install a single skill from a tree URL (GitHub)\nskillsync install https://github.com/davila7/claude-code-templates/tree/main/cli-tool/components/skills/creative-design/canvas-design\n\n# Install a single skill using GitHub default host (no domain)\nskillsync install davila7/claude-code-templates/tree/main/cli-tool/components/skills/creative-design/canvas-design\n\n# List skills for specific tool\nskillsync list --target gemini\n\n# Remove from specific tool\nskillsync remove skill-name --target claude\n\n# Remove from project directories only\nskillsync remove skill-name --local\n```\n\n## Supported Tools\n\nSkillSync supports **14 AI coding tools** across terminal and IDE environments.\n\n### Terminal Tools\n\n| Tool | Skills Directory | Flag |\n|------|-----------------|------|\n| Gemini CLI | `~/.gemini/skills/` | `-t gemini` |\n| Claude Code | `~/.claude/skills/` | `-t claude` |\n| Codex CLI | `~/.codex/skills/public/` | `-t codex` |\n| OpenCode | `~/.config/opencode/skill/` | `-t opencode` |\n| Goose AI | `~/.config/goose/skills/` | `-t goose` |\n| Crush | `~/.config/crush/skills/` | `-t crush` |\n\n### IDE Tools\n\n| Tool | Skills Directory | Flag |\n|------|-----------------|------|\n| Antigravity IDE | `~/.gemini/antigravity/skills/` | `-t antigravity` |\n| Copilot | `~/.copilot/skills/` | `-t copilot` |\n| Cursor | `~/.cursor/skills/` | `-t cursor` |\n| Cline IDE | `~/.cline/skills/` | `-t cline` |\n| Droid (Factory AI) | `~/.factory/skills/` | `-t droid` |\n| Kilo Code | `~/.kilocode/skills/` | `-t kilocode` |\n| Roo Code | `~/.roo/skills/` | `-t roocode` |\n| VSCode (Copilot) | `~/.copilot/skills/` | `-t vscode` |\n\n## Skill Format\n\nA valid skill repository must contain a `SKILL.md` file:\n\n```\nmy-skill/\n├── SKILL.md          # Required: Skill definition\n├── references/       # Optional: Reference docs\n└── scripts/          # Optional: Scripts\n```\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsskills%2Fskillsync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfonsskills%2Fskillsync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfonsskills%2Fskillsync/lists"}