export-public

Convert private skill repositories to public equivalents using shared configuration and validation rules.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/ronniepinnell/casper --skill export-public
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-public
Source: https://github.com/ronniepinnell/casper/tree/main/collection/meta-and-tooling/export-public
Command: npx skills add https://github.com/ronniepinnell/casper --skill export-public

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill manages the conversion of private skill repositories into their public counterparts, ensuring consistency and security between the two.

Core Features & Use Cases

  • Export Generation: Transforms private repositories into their public versions.
  • Publishing Automation: Handles the creation and updating of public repositories with minimal manual intervention.
  • Use Case: If you have a collection of private skills that you need to make public, use this Skill to automate the process and synchronize updates.

Quick Start

Execute the command to publish the public skill repository: python3 scripts/export-public.py --publish casper

Frequently Asked Questions about export-public

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

FAQPage Schema
How do I automate repository synchronization from private to public codebases?

Repository synchronization from private to public codebases is automated by interpreting a shared configuration and applying scrubbing rules to transform private repositories into their public equivalents.

What does code export scrubbing do when publishing public skill repositories?

Code export scrubbing removes sensitive private repository data and validates content integrity, ensuring the exported public skill repositories maintain consistency and security across different public versions.

How do I publish a public skill repository from the command line?

To publish a public skill repository from the command line, execute the export script with the target repository name, such as running `python3 scripts/export-public.py --publish casper`.

Do I need any external dependencies to run publication automation for code repositories?

No external dependencies are required to run publication automation for code repositories, as the Skill operates independently using its built-in scripts to manage the conversion process.

What is the best way to handle software deployment updates across multiple public repositories?

Handling software deployment updates across multiple public repositories is best managed through automated synchronization, which applies validation rules to ensure integrity and consistency during the export generation process.

Why does repository management fail when converting private repositories to public equivalents?

Repository management may fail during conversion if the shared configuration is misinterpreted or if scrubbing and validation rules encounter conflicts, disrupting the synchronization of public equivalents.