import-skill
Discover and import Claude Code skills into this shared repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover and import Claude Code skills into this shared repo
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build a lightweight single-file web application with no external dependencies
Walk through project setup improvements for efficient AI-assisted development
Set up automated cross-platform binary releases for a Go project
Work through a project's bug list autonomously, fixing bugs in priority order
Generate or update project README documentation
Evaluate code quality with letter grades across multiple dimensions
| name | import-skill |
| description | Discover and import Claude Code skills into this shared repo |
| argument-hint | ["skill name","path","or \"browse\""] |
Discover existing Claude Code skills from your machine and import them into this shared skills repository.
/import-skill # browse all discoverable skills
/import-skill browse # same — show what's available
/import-skill my-cool-skill # import a specific skill by name
/import-skill ~/project/.claude/skills/refactor # import from explicit path
When invoked with no argument or browse, scan all discovery sources and present a table of importable skills.
Scan these locations. This repo lives at the path of the current working directory — its parent directory is the base directory where sibling projects are checked out.
~/.claude/skills/*/SKILL.md (skip any that are symlinks pointing back into this repo)../*/.claude/skills/*/SKILL.md (every directory alongside this one that contains a .claude/skills/ dir)../*/.claude/commands/*.md (older command format, still importable)When scanning sibling directories, skip node_modules, .git, build, dist, and other common non-project directories.
For each discovered skill, extract:
.md for commands)description: field../backend)Present a table like:
Found 5 importable skills (excluding 3 already in this repo):
Name Source Description
───────────── ─────────────────────── ──────────────────────────────────
deploy ../backend Run deployment pipeline with checks
lint-fix ../frontend Auto-fix lint errors and commit
db-migrate ~/.claude/skills Generate and run DB migrations
review-pr ../backend Review a PR with structured feedback
test-plan ../api-service Generate test plan from requirements
Already in this repo: deploy (different version), hello-world, sitrep
Import one?
Skip skills that are identical to ones already in this repo. Flag skills with the same name but different content as "(different version)".
If the user specified a skill by name or picked one from browse:
SKILL.md inside it (or treat it as a direct file path)skills/, show a diff summary and ask: rename, overwrite, or skip?Check the skill for things that won't transfer to a shared/global context:
Present a brief summary of what the skill does and any portability issues. Ask the user to confirm before proceeding.
skills/<name>/SKILL.md with the (possibly adapted) contentname, description--- separators between major sectionsmake install to symlink the new skillREADME.md — add the skill to the Skills table (alphabetical order)/skill-nameskills/ directory should be excluded from discovery — they're already here.