bookstrap-export-project

Package Bookstrap projects with manuscript, BRD.md, config, and database backup into zip, tar.gz, or directory exports with manifest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Exporting a Bookstrap project as a single portable artifact ensures no critical artifacts are lost during backups, sharing, or archiving.

Core Features & Use Cases

  • Complete export packs manuscript files, BRD.md, bookstrap.config.json, and the database backup into a single package.
  • Flexible formats (zip, tar.gz, or directory) with optional inclusions such as git history, ingested sources, edit logs, and database schema.
  • Use Case: hand off a full project to a collaborator or archive a project for compliance.

Quick Start

Run the export command to generate a packaged project with default settings.

Frequently Asked Questions about bookstrap-export-project

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

FAQPage Schema
How do I backup a manuscript project with its configuration and database?

To backup a manuscript project, package the manuscript files, BRD.md, bookstrap.config.json, and database backup into a single portable export artifact. This ensures no critical files are lost during archiving or sharing.

What is the best way to archive a bookstrap project for collaborator handoff?

The best way to archive a bookstrap project is exporting a complete package containing the manuscript, BRD.md, bookstrap.config.json, and database backup. You can optionally include git history, sources, logs, and schema for full context.

Can I export a project archive as a zip or tar.gz file?

Yes, you can export a project archive as a zip, tar.gz, or directory format. The export process generates an export-manifest.json file to describe the contents and checksums of the packaged archive.

What files are required to package a full project for backup?

Packaging a full project for backup requires a manuscript, BRD.md, bookstrap.config.json, and a database backup. You can optionally add git history, ingested sources, edit logs, and database schema to the export package.

Does the project export include git history and edit logs?

Yes, the project export can optionally include git history, ingested sources, edit logs, and database schema. These flexible inclusions ensure complete project context is preserved alongside the required manuscript and database backup.