Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-pages-handbook

어떤 기술 주제든 한국어 핸드북(레퍼런스 매뉴얼 + 실습 예시)으로 만들어 GitHub Pages에 정적 사이트로 출판하는 Claude Code 스킬입니다.

전체검색 · 페이지 내 검색 · 반응형 디자인 시스템 · SVG 도식화 · 멀티에이전트 품질 검증 · 비공개 저장소 + 공개 Pages 배포가 한 세트로 포함됩니다.

설치 방법

방법 A — 플러그인 마켓플레이스 (권장)

Claude Code에서 다음을 실행합니다.

/plugin marketplace add donchang07/github-pages-handbook
/plugin install github-pages-handbook

설치 후 Claude Code를 재시작하면 스킬이 활성화됩니다. 업데이트는 /plugin 메뉴에서 관리합니다.

방법 B — 개인 스킬로 직접 설치

저장소를 받아 스킬 폴더만 ~/.claude/skills/로 복사합니다.

macOS / Linux

git clone https://github.com/donchang07/github-pages-handbook /tmp/gph
cp -r /tmp/gph/plugins/github-pages-handbook/skills/github-pages-handbook \
  ~/.claude/skills/github-pages-handbook

Windows (PowerShell)

git clone https://github.com/donchang07/github-pages-handbook "$env:TEMP\gph"
Copy-Item "$env:TEMP\gph\plugins\github-pages-handbook\skills\github-pages-handbook" `
  "$env:USERPROFILE\.claude\skills\github-pages-handbook" -Recurse

Claude Code를 새로 띄우면 github-pages-handbook 스킬이 잡힙니다.

사용법

스킬을 호출하면 가장 먼저 주제(TOPIC) 를 물어봅니다(주제는 스킬이 임의로 정하지 않습니다). 함께 받는 값:

  • REPO — URL 슬러그
  • OFFICIAL_SOURCES — 공식 1차 자료
  • VERSION_TARGET — 대상 버전
  • PROJECT_DIR — 새 프로젝트 경로
  • OWNER — GitHub 계정

자동 활성화 예: "핸드북 만들어줘", "GitHub Pages 핸드북 만들어줘", "기술 문서 사이트 출판해줘".

저장소 구조

.
├── .claude-plugin/marketplace.json          # 마켓플레이스 정의
└── plugins/github-pages-handbook/
    ├── .claude-plugin/plugin.json           # 플러그인 매니페스트
    └── skills/github-pages-handbook/
        ├── SKILL.md                         # 스킬 진입점
        ├── references/BUILD_GUIDE.md        # 제작·검증·배포 전 과정 지시서
        ├── assets/                          # 검색 JS (site-search, inpage-search)
        └── templates/                       # docs/ HTML 골격

라이선스

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages