# Show GN: Agents Skills를 Github gist 기반으로 동기화 하는 도구

> Clean Markdown view of GeekNews topic #26636. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=26636](https://news.hada.io/topic?id=26636)
- GeekNews Markdown: [https://news.hada.io/topic/26636.md](https://news.hada.io/topic/26636.md)
- Type: show
- Author: [yonpark571](https://news.hada.io/@yonpark571)
- Published: 2026-02-13T02:56:02+09:00
- Updated: 2026-02-13T02:56:02+09:00
- Original source: [github.com/yw9142](https://github.com/yw9142/skillhub-cli)
- Points: 5
- Comments: 0

## Summary

**Agent Skills** 구성을 GitHub Gist로 자동 백업·복원할 수 있는 CLI 도구 **Skillhub**가 공개되었습니다. 로컬 환경의 스킬 설정을 `skillhub.json` 형태로 private Gist에 저장하고, `sync pull|push|merge|auto` 명령으로 손쉽게 동기화할 수 있습니다. 인증과 상태 관리를 위한 `auth` 명령도 제공해, 여러 개발 환경에서 동일한 에이전트 스킬 구성을 유지하기가 한결 간편해집니다.

## Topic Body

요즘 codex나 claude code에서 skills 활용하면 좋은 것 같더라구요.  
vscode extension 처럼 skills도 환경 동기화가 되면 좋을 것 같아서  
Gist 기반으로 동기화 할 수 있게 만들었습니다.  
  
#### 주요 기능  
- 로컬 Agent Skills 상태를 private GitHub Gist(`skillhub.json`)에 백업/동기화  
- `sync pull|push|merge|auto` 4가지 동기화 모드 지원  
- `--dry-run`, `--json`으로 적용 전 검증 및 자동화 연동  
- `auth login|status|logout`로 토큰/동기화 상태 관리  
  
#### 설치 방법  
```bash  
npm i @yonpark/skillhub-cli  
```  
  
#### 사용 예  
```bash  
# 1) 인증  
skillhub auth login  
  
# 2) 원격 상태를 로컬로 가져오기(미러)  
skillhub sync pull  
  
# 3) 로컬 상태를 원격 gist로 반영  
skillhub sync push --json  
```

## Comments



_No public comments on this page._
