The site behind https://apth.appthrust.dev/: how to ship an application to
appthrust.dev with the apth developer CLI and the appthrust-app-dev agent
skill (Claude Code, Codex, OMP).
/renders the skill as a guide with install steps./skill.mdserves the rawSKILL.mdso agents can read it from the URL.
The skill text is copied from
appthrust/platform
into content/skill.json:
node scripts/sync-skill.mjs ../platform/apth-cli/skills/appthrust-app-dev/SKILL.mdRun locally (DATABASE_URL is optional; the footer shows the managed
PostgreSQL status when AppThrust injects it):
npm ci
npm run devDeploy: push to main. GitHub Actions publishes
ghcr.io/appthrust/apth-guide:edge-<timestamp> and AppThrust releases the
newest edge- tag. This repository was created with
apth apps create apth-guide --template nextjs-postgres --publish --subdomain apth.