skills-import

Import skills from the anthropics/skills repository into local Claude configuration.

Updated Jul 10, 2025
One-click install
npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill skills-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-import
Source: https://github.com/damilola-elegbede-org/claude-config-5ad01dbe/tree/main/.claude/skills/skills-import
Command: npx skills add https://github.com/damilola-elegbede-org/claude-config-5ad01dbe --skill skills-import

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Import skills from external repositories like anthropics/skills into local Claude configuration, enabling quick expansion of capabilities without manual setup.

Core Features & Use Cases

  • Interactive import: browse, preview, and install skills from anthropics/skills into system-configs/.claude/skills/.
  • Cached listings: minimize network calls with TTL-based caching.
  • Offline-ready: download complete skill directories including references, scripts, and assets for local use.

Quick Start

Run the interactive /skills-import workflow to browse and install skills from Anthropics.

Frequently Asked Questions about skills-import

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

FAQPage Schema
How do I import skills from the anthropics/skills repository into local Claude configuration?

You can import skills from the anthropics/skills repository by running an interactive workflow that automatically discovers, previews, and installs skill directories into your local system-configs/.claude/skills/ configuration. This automates the extraction of SKILL.md files.

How does caching work when discovering external skills?

Caching for external skill discovery uses a TTL-based mechanism to minimize network calls to the GitHub API. This ensures repeated browsing of available skills is fast and reduces redundant external requests during the import workflow.

Can I use imported skills offline?

Yes, you can use imported skills offline because the process downloads complete skill directories including references, scripts, and assets directly to your local Claude configuration. This ensures full offline access and local execution capability.

What is the best way to expand Claude capabilities with external skills?

The best way to expand Claude capabilities is using an automated import tool that interactively browses, previews, and installs external skills from the anthropics/skills repository. It integrates deployment and manages cache for quick capability expansion.

Do I need to manually extract SKILL.md files when adding skills from external repos?

No, you do not need to manually extract SKILL.md files. The interactive import workflow automates per-skill SKILL.md extraction from external repositories, handling the discovery and deployment of complete skill directories into your local configuration.