.claude/skills/inst-skill/SKILL.md
GitHub URL로 Claude Code 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .claude/skills/ 에 설치합니다.
npx skillsauth add Mineru98/skills-store inst-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ARGUMENTS: GitHub 스킬 폴더 URL과 옵션
GitHub URL에서 Claude Code 스킬을 설치해줘.
다음 순서로 진행해:
$ARGUMENTS를 파싱해서 GitHub URL과 옵션을 분리해줘install-skill.js를 사용해node <이 스킬의 script/install-skill.js 경로> $ARGUMENTS
https://github.com/{owner}/{repo}/tree/{branch}/{path}--global : ~/.claude/skills/에 전역 설치 (기본은 현재 프로젝트의 .claude/skills/)--name <이름> : 스킬 폴더명을 직접 지정--dry-run : 실제 설치 없이 파일 목록만 확인/inst-skill https://github.com/Mineru98/skills-store/tree/main/.claude/skills/commands-creator
/inst-skill https://github.com/Mineru98/skills-store/tree/main/.claude/skills/mcp-builder --global
/inst-skill https://github.com/user/repo/tree/main/my-skill --name custom-name
/inst-skill https://github.com/user/repo/tree/main/my-skill --dry-run
GITHUB_TOKEN 또는 GH_TOKEN 환경변수 설정이 필요합니다tools
Use when browser automation, web testing, screenshots, form filling, scraping, or page interaction is needed. Prefer Codex Playwright browser tools for navigation, clicking, typing, screenshots, tabs, and waiting. Fall back to the local `playwright-cli` command when CLI-based browser control or artifact files are specifically useful.
tools
지정한 포트에서 실행 중인 프로세스를 찾아 종료합니다.
tools
변경된 파일을 기능별로 그룹화하여 커밋 생성
development
Guide for defining and using Claude subagents effectively. Use when (1) creating new subagent types, (2) learning how to delegate work to specialized subagents, (3) improving subagent delegation prompts, (4) understanding subagent orchestration patterns, or (5) debugging ineffective subagent usage.