C.W.K.
Stream
Lesson 07 of 10 · published

Gemini 의 Skill

~12 min · gemini, skills, open-standard

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

같은 Skill standard, 다른 host

Gemini 가 open Agent Skills standard 구현. Claude Code 또는 Codex 위해 작성한 SKILL.md 가 Gemini 에서 작동 — 같은 frontmatter, 같은 body, 같은 paths:. Skill 폴더를 .gemini/skills/<name>/ (project) 또는 ~/.gemini/skills/<name>/ (user) 에 drop, /name 으로 가용.

Code

Drop a Skill into Gemini·bash
# Same Skill folder works in all three CLIs
cp -r .claude/skills/pr-summary  .gemini/skills/pr-summary

# Or symlink for shared maintenance
ln -s "$(pwd)/.claude/skills/pr-summary" \
       .gemini/skills/pr-summary

# Use it
gemini
> /pr-summary https://github.com/me/myrepo/pull/42
Verify the standard holds·markdown
# .gemini/skills/pr-summary/SKILL.md (same as Claude/Codex)
---
name: pr-summary
description: |
  Summarize a GitHub PR: changed files, intent, risks.
invocation: explicit
arguments:
  - name: pr_url
    required: true
---
... body identical across CLIs ...

External links

Exercise

Claude 또는 Codex setup 에서 기존 Skill 잡아 Gemini 의 skills 폴더에 link/copy. Gemini 세션에서 /skill-name 으로 run. output parity 확인.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.