project-sharing

Create organized project-sharing packages with manifests and READMEs.

17|2|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/Delphine-L/claude_global --skill project-sharing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-sharing
Source: https://github.com/Delphine-L/claude_global/tree/main/skills/collaboration/project-sharing
Command: npx skills add https://github.com/Delphine-L/claude_global --skill project-sharing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of packaging project outputs into share-ready bundles, ensuring consistent structure and documentation while leaving the working directory intact.

Core Features & Use Cases

  • Level-based sharing: Create summary, reproducible, or full-traceability packages tailored to the audience.
  • Workflow preservation: Keeps the original project directory untouched; generates a manifest and README for distribution.
  • Use Case: Prepare a complete reproducible package for a manuscript submission or a quick summary for a project handoff.

Quick Start

Run the create-sharing-package script from the project root with the desired level, for example: create_sharing_package --level reproducible.

Frequently Asked Questions about project-sharing

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

FAQPage Schema
How do I package project outputs for manuscript submission or collaboration?

Project sharing automates creation of organized, share-ready bundles with consistent structure and documentation. Run create_sharing_package with your desired level—summary, reproducible, or full-traceability—to generate a manifest and README that support reproducibility while keeping your original directory intact.

What's the difference between summary, reproducible, and full-traceability sharing levels?

Level-based sharing tailors packages to your audience. Summary provides a quick overview for handoffs; reproducible includes all inputs and outputs needed to recreate results; full-traceability captures complete workflow documentation for manuscript submissions or data repositories.

Can I share project outputs without modifying my working directory?

Yes. Project sharing preserves your original working directory entirely. It generates a separate, organized package with manifest and README, leaving your source files untouched while creating distribution-ready bundles.

How do I ensure reproducibility when sharing project results with collaborators?

Use the reproducible sharing level to create a package containing all project inputs, outputs, and a generated manifest and README. This self-documenting bundle enables collaborators to understand dependencies and recreate your results.

What documentation does the sharing package include?

The generated package includes a manifest listing all contents and structure, plus a README providing context and guidance. These support reproducibility and help recipients understand the project's outputs and how to use them.