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:

  1. apphouse.project.yml in the repo root — the single source of truth for this app's facts. Every AppHouse skill reads it instead of re-asking the user.
  2. 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.

Workflow

1. Establish context

Installs
1
GitHub Stars
8
First Seen
Jul 31, 2026
apphouse-new-app — onatcipli/skills