share

Generate a share-ready skill export and open its parent directory in Finder.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill share-epologee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: share
Source: https://github.com/epologee/leclause-skills/tree/main/packages/export-skill/skills/share
Command: npx skills add https://github.com/epologee/leclause-skills --skill share-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Packaging a skill for distribution can be a manual, error-prone process. This skill automates the handoff by generating a shareable export, opening the parent directory in Finder for quick sending, and providing a compact summary that can be copied to the clipboard.

Core Features & Use Cases

  • Open the skill's parent directory in Finder to streamline sharing on macOS.
  • Print an export report before handing off to ensure traceability.
  • Generate a short, copy-ready summary for immediate pasting with /clipboard.
  • macOS-only: uses Finder; Linux/Windows require a port.

Quick Start

Invoke /export-skill:share <path-to-SKILL.md-or-source-dir> to create a share-ready export and open the parent directory in Finder.

Frequently Asked Questions about share

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

FAQPage Schema
How do I package a skill for sharing on macOS?▼

You can package a skill for sharing by invoking the export command with your source path. It generates a share-ready export, opens the parent directory in Finder, and prepares a clipboard summary for quick handoff.

What is the best way to hand off a packaged skill to another user?▼

The best way to hand off a packaged skill is using an automated export process that generates a shareable file, opens the parent directory in Finder for quick sending, and provides a compact summary to copy to the clipboard.

Does the skill export workflow work with Linux or Windows?▼

The skill export workflow is designed for macOS and uses Finder to open the parent directory. Linux and Windows environments require a port to handle directory opening and handoff functionality.

How do I generate a clipboard-ready summary when exporting a skill?▼

To generate a clipboard-ready summary when exporting a skill, use the export command which automatically stashes a short, copy-ready summary. You can then immediately paste it with /clipboard.

Why does my skill handoff need an export report?▼

An export report ensures traceability before handing off a packaged skill. It prints a concise report verifying the export generation, so you can confirm the share-ready file and clipboard summary are correct before distribution.