import-skill
Discover and import Claude Code skills into this shared repo
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Discover and import Claude Code skills into this shared repo
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.