project-share

Package multi-document research projects into share-ready folders with provenance indexes.

1|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/rjwalters/bucket-brigade --skill project-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-share
Source: https://github.com/rjwalters/bucket-brigade/tree/main/.anvil/skills/project-share
Command: npx skills add https://github.com/rjwalters/bucket-brigade --skill project-share

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Sharing a multi-document research project requires gathering the latest versions of each thread, their assets, references, and shared research into a single clean folder while maintaining a clear provenance record. Manually collecting these pieces is error-prone and time-consuming, especially when documents are updated frequently.

Core Features & Use Cases

  • Automated Packaging: Collects each thread's latest resolved source, rendered PDFs, figures, exhibits, speaker notes, and thread-root references into a single SHARE directory.
  • Provenance Tracking: Generates an EXPORT.md index with build timestamps, resolution modes, and PDF SHA-256 fingerprints so recipients can verify exactly what they received.
  • Flexible Configuration: Supports custom ordering, selective inclusion of research pools and assets, and configurable stripping of internal bookkeeping files via the BRIEF.md export block.

Quick Start

Use the project-share skill to package the current project directory into a clean SHARE folder with a provenance index.

Frequently Asked Questions about project-share

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

FAQPage Schema
How do I package research documents into a share-ready export folder with provenance tracking?

To package research documents into a share-ready export folder, use an automated packaging tool that collects the latest resolved sources, rendered PDFs, and assets while generating SHA-256 fingerprints and a machine-readable provenance index. This ensures recipients can verify exactly what they received.

What is document provenance tracking and when do I need it for project exports?

Document provenance tracking records build timestamps, resolution modes, and PDF SHA-256 fingerprints to create an auditable export index. You need provenance tracking when distributing multi-document research projects externally to satisfy requirements for reproducible and verifiable exports.

Can I selectively include research pools and assets when exporting an anvil framework project?

Yes, you can selectively include research pools and assets when exporting an anvil framework project by configuring custom ordering and inclusion rules. Flexible configuration options allow you to strip internal bookkeeping files and specify exactly which project components are packaged into the SHARE directory.

What's the best way to ensure reproducible exports of multi-document research projects?

The best way to ensure reproducible exports of multi-document research projects is to automate version resolution and generate a provenance index. Resolving the latest document versions, stripping internal bookkeeping, and producing SHA-256 fingerprints guarantees recipients receive an auditable, verifiable export.

How do I generate SHA-256 fingerprints for PDFs in a research project export?

You generate SHA-256 fingerprints for PDFs in a research project export by using an automated packaging process that hashes each rendered PDF during collection. These fingerprints are then written into a machine-readable EXPORT.md index alongside build timestamps and resolution modes.

Does the anvil framework support automated collection of thread-root references and speaker notes for external sharing?

Yes, the anvil framework supports automated collection of thread-root references, speaker notes, figures, and exhibits for external sharing. The packaging process gathers each thread's latest resolved source and associated assets into a single clean SHARE directory with full provenance.