mineru98/skills-store

install-skill

GitHub URL로 Claude Code 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 ?

First seen Jun 23, 2026

Installation

$ npx skills add mineru98/skills-store --skill install-skill

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mineru98/skills-store · top by installs.

npx skills add mineru98/skills-store

Browse all from mineru98/skills-store

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 13
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,719 B
  • docs SUMMARY.md 230 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

$ARGUMENTS: GitHub 스킬 폴더 URL과 옵션

GitHub URL에서 Claude Code 스킬을 설치해줘.

다음 순서로 진행해:

  1. $ARGUMENTS를 파싱해서 GitHub URL과 옵션을 분리해줘
  2. 스크립트 경로를 확인해: 이 스킬의 script 폴더에 있는 install-skill.js를 사용해
  3. 다음 명령을 실행해:
node <이 스킬의 script/install-skill.js 경로> $ARGUMENTS

입력 형식

  • URL 형식: https://github.com/{owner}/{repo}/tree/{branch}/{path}
  • 옵션:

- --global : ~/.claude/skills/에 전역 설치 (기본은 현재 프로젝트의 .claude/skills/) - --name <이름> : 스킬 폴더명을 직접 지정 - --dry-run : 실제 설치 없이 파일 목록만 확인

사용 예시

/install-skill https://github.com/Mineru98/skills-store/tree/main/.claude/skills/commands-creator
/install-skill https://github.com/Mineru98/skills-store/tree/main/.claude/skills/mcp-builder --global
/install-skill https://github.com/user/repo/tree/main/my-skill --name custom-name
/install-skill https://github.com/user/repo/tree/main/my-skill --dry-run

주의사항

  • private 저장소는 GITHUBTOKEN 또는 GHTOKEN 환경변수 설정이 필요합니다
  • GitHub API 속도 제한(시간당 60회)에 걸리면 토큰을 설정하세요
  • 이미 설치된 스킬은 덮어쓰기(업데이트) 됩니다