apphouse-new-app
Installation
SKILL.md
AppHouse New App
Turn an app idea (or an existing repo) into an AppHouse-standard project. The deliverables are:
apphouse.project.ymlin the repo root — the single source of truth for this app's facts. Every AppHouse skill reads it instead of re-asking the user.- A completed launch checklist — every infrastructure decision made deliberately, nothing forgotten.
Core rule
An empty or missing section in apphouse.project.yml means that area is NOT set up yet. The manifest doubles as the forgot-nothing checklist. Never silently skip a section — either fill it, or mark it explicitly with status: skipped and a reason.
Never put secrets, API keys, or credentials in the manifest. It stores names and references (e.g. the RevenueCat entitlement name, the env var name that holds a key) — never values.