What problem does it solve?
This Skill automates turning a software repository into a language-agnostic ghost package by extracting a strict SPEC.md, exhaustive tests.yaml, INSTALL.md, README.md, and VERIFY.md while preserving upstream LICENSE files and provenance.
Core Features & Use Cases
- Harvests and paraphrases upstream documents into a coherent, language-neutral artifact set (SPEC.md, tests.yaml, INSTALL.md, README.md, VERIFY.md) without shipping implementation code.
- Preserves licensing and provenance information verbatim to enable reproducible verification and audits.
- Use Case: IT teams want a portable contract for multi-language reimplementation or thorough documentation audits of a codebase.
Quick Start
Use the ghost skill to generate a ghost artifact bundle from a target repository and place it in a new sibling directory named after the source repository.