GitHub URL로 Claude Code 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .claude/skills/ 에 설치합니다.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add Mineru98/skills-store --skill install-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Install Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mineru98-install-skill)More formats (shields.io, HTML) on the badges page.
---
name: install-skill
description: GitHub URL로 Claude Code 스킬을 설치합니다. GitHub 저장소의 스킬 폴더 URL을 입력하면 해당 스킬의 모든 파일을 자동으로 다운로드하여 .claude/skills/ 에 설치합니다.
argument-hint: "<GitHub URL> [옵션: --global, --name <이름>, --dry-run]"
---
$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 저장소는 `GITHUB_TOKEN` 또는 `GH_TOKEN` 환경변수 설정이 필요합니다
- GitHub API 속도 제한(시간당 60회)에 걸리면 토큰을 설정하세요
- 이미 설치된 스킬은 덮어쓰기(업데이트) 됩니다
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...
Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.
**Complete production-ready guide for Google Gemini embeddings API** This skill provides comprehensive coverage of the `gemini-embedding-001` model for generating text embeddings, including SDK usage, REST API patterns, batch processing, RAG integration with Cloudflare Vectorize, and advanced use cases like semantic search and document clustering. ---
Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.