share-skill

Package a specified Claude Code skill into a zip file and open its folder in Finder.

2|Updated Jun 2, 2024
One-click install
npx skills add https://github.com/magnusrodseth/dotfiles --skill share-skill-magnusrodseth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-skill
Source: https://github.com/magnusrodseth/dotfiles/tree/main/.claude/skills/share-skill
Command: npx skills add https://github.com/magnusrodseth/dotfiles --skill share-skill-magnusrodseth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of packaging and sharing Claude Code skills by creating a zip file that can be easily distributed to others.

Core Features & Use Cases

  • Skill Packaging: Automatically packages a specified Claude Code skill into a zip file.
  • Temporary Folder: Creates a fresh temporary folder to store the zip file.
  • Finder Access: Opens the folder containing the zip file in Finder for easy sharing.
  • Use Case: When a user wants to share a skill with someone else, they can use this Skill to quickly package the skill and make it ready for sharing.

Quick Start

To share a skill, use the command: /share-skill <skill-name>

Frequently Asked Questions about share-skill

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

FAQPage Schema
How do I package a Claude Code skill into a zip file for distribution?

To package a Claude Code skill into a zip file, use the /share-skill command followed by the skill name. The skill automatically compresses the specified directory and opens the output folder in Finder for easy sharing.

What is the easiest way to share Claude Code skills with other users?

The easiest way to share Claude Code skills is using a packaging tool that compresses the skill directory into a zip file. It creates a temporary folder to store the zip file and opens it in Finder for quick distribution.

Do I need any special dependencies to create a zip file of my Claude Code skill?

No special dependencies are required to create a zip file of your Claude Code skill. You only need access to the skill's base directory and permissions to create temporary files for the packaging process to work.

Where does the skill packaging process store the generated zip file?

The skill packaging process stores the generated zip file in a fresh temporary folder. Once the packaging is complete, it automatically opens this folder in Finder so you can immediately access the file.

Can I use this skill packaging method on operating systems without Finder?

This skill packaging method opens the output folder in Finder, which is specific to macOS. On operating systems without Finder, the packaging logic may execute, but the folder opening step will not function as intended.