Work with Orbit CLI app projects and `orbit.json` manifests. Use when a task involves the Orbit Apple app build/sign/submit CLI, `orbit.json`, `.orbit/`, commands such as `orbit init`, `orbit lint`, `orbit format`, `orbit test`, `orbit run`, `orbit build`, `orbit submit`, `orbit ui`, or `orbit apple`, or when an LLM agent needs project-specific guidance for editing and validating Orbit-managed app projects.
Use this skill when a repository is driven by orbit.json and Orbit CLI.
orbit.json first.--manifest.--platform..orbit/ as generated state. Inspect it when useful, but do not edit it by hand.--non-interactive.--verbose before guessing how Orbit behaves.orbit submitorbit clean --allorbit apple ... commandsorbit.json schema. Prefer editor/schema help over handwritten markdown.orbit --help and orbit <command> --help.orbit ui schema [--platform ...].examples/ for canonical manifest shapes and example UI flows.If you are working in the Orbit source repository itself:
README.md, CLI --help, examples/, and tests/ as the behavior contract.