skill-import

Import skills from the dwarvesf/claude-skills GitHub repository into Claude.ai's /mnt/skills/user/ directory.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/dwarvesf/claude-skills --skill skill-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-import
Source: https://github.com/dwarvesf/claude-skills/tree/main/skills/skill-import
Command: npx skills add https://github.com/dwarvesf/claude-skills --skill skill-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Imports skills from the dwarvesf/claude-skills GitHub repo into Claude.ai's /mnt/skills/user/ directory, enabling users to bring external capabilities into their Claude.ai environment without manual file transfers.

Core Features & Use Cases

  • Import skills from the dwarvesf/claude-skills GitHub repository into Claude.ai's /mnt/skills/user/ directory.
  • Supports per-skill selection, diff checks, and both single-skill and batch imports when users request to pull latest skills or all skills.
  • Enables seamless synchronization with existing Claude.ai workflows by aligning local skills with repository versions.

Quick Start

To start, say 'import skill' or run '/skill-import' to begin importing a skill.

Frequently Asked Questions about skill-import

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import GitHub skills into Claude.ai?

To import GitHub skills into Claude.ai, you can use the skill-import command to automatically pull skills from the dwarvesf/claude-skills repository directly into your local Claude.ai environment.

Can I batch import multiple skills from a repository at once?

Yes, you can batch import multiple skills from the repository at once. The skill-import process supports optional batch pulls when you request to pull all latest skills, handling per-skill selection and conflict checks automatically.

How does importing skills handle existing local version conflicts?

Importing skills handles local version conflicts by enforcing timestamp comparisons to detect existing versions, prompting for user confirmation before overwriting any local skills, and running diff checks to ensure safe synchronization.

Do I need an MCP connection to fetch skills from GitHub?

No, you do not strictly need an MCP connection to fetch skills. The skill-import mechanism supports both MCP-based and direct GitHub fetch methods to pull external capabilities into your Claude.ai directory.

What is the best way to sync local Claude.ai skills with repository versions?

The best way to sync local Claude.ai skills with repository versions is by running the skill-sync import process, which aligns your local directory with the latest repository updates using timestamp-based version comparison.

Where are imported skills stored in the Claude.ai environment?

Imported skills are stored in Claude.ai's /mnt/skills/user/ directory. This enables you to bring external capabilities into your environment without requiring manual file transfers from the GitHub repository.