skill-export

Export Claude.ai skills into repository-ready folders with SKILL.md and commit instructions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill exports Claude.ai skills to a repository-ready format for GitHub, enabling teams to share, version, and reuse skills across projects.

Core Features & Use Cases

  • Two modes: Mode 1 exports an existing skill from /mnt/skills/user and Mode 2 formats a newly drafted skill from a conversation.
  • Automatic safety classification and optional data redaction to prepare skills for team repos.
  • Packaging workflow that creates skills/<skill-name>/ with SKILL.md and optional references/, scripts/, and assets/ directories, plus commit instructions for repository integration.

Quick Start

Use the Skill Export workflow to package the active skill into a repo-ready folder at skills/<skill-name>/ with SKILL.md and optional directories ready for commit.

Frequently Asked Questions about skill-export

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

FAQPage Schema
How do I export Claude skills to a GitHub repository format?

Format newly drafted skills from conversations by applying the Skill Export workflow, which structures the active conversation into SKILL.md with optional references, scripts, and assets directories, preparing it for GitHub sharing and team reuse.

Can I include scripts and templates when packaging skills for repo-ready sharing?

Yes, packaging skills for repo-ready sharing supports optional references, scripts, and assets directories alongside the SKILL.md file. These components are structured automatically within the skills/<skill-name>/ folder for direct repository commit.

Does exporting skills to GitHub require safety classification and data redaction?

Exporting skills to GitHub includes automatic safety classification and optional data redaction to prepare skills for team repositories. This refactoring step ensures sensitive data is handled before the skill is packaged into the final directory structure.

What is the best way to share Claude.ai skills across multiple projects?

The best way to share Claude.ai skills across projects is exporting them into a standardized repository-ready format. This enables teams to version, reuse, and share skills by creating a structured folder with SKILL.md and commit instructions for GitHub integration.