ghost
Installation
SKILL.md
ghost
Overview
Generate a ghost package (spec + tests + install prompt) from an existing repo.
Preserve behavior, not prose:
tests.yamlis the behavior contract (operation cases and/or scenarios)- source tests and/or captured traces are the primary evidence
- code/docs/examples only fill gaps (never contradict evidence)
The output is language-agnostic so it can be implemented in any target language or harness.
Scenario testing frame (for agentic systems / tool loops):
- Given an initial world state + tool surface + user goal
- When the agent runs under realistic constraints and noise
- Then it reaches an acceptable outcome without violating invariants (safety, security, cost, latency, policy)