Skip to content

Releases: duolahypercho/startup-kit

v0.2.0 — cross-agent install + auto-update

Choose a tag to compare

@duolahypercho duolahypercho released this 29 May 20:02

Install the startup-kit skill into every AI coding agent from one clone, and update them all at once.

Highlights

  • One install, every agent. scripts/setup.sh detects Cursor, Claude Code, Codex, OpenCode, and Factory and symlinks a single clone into each.
  • One update for all. scripts/upgrade.sh fast-forwards the clone and refreshes every agent; --check reports availability.
  • Optional "update available" notifications. scripts/install-hooks.sh wires a throttled, fail-open session-start check into each agent so they proactively offer to update.
  • Hardened + tested. The session hook can never hang a session; 23-assertion test suite runs in CI on every push.

Install

git clone https://github.com/duolahypercho/startup-kit.git ~/.startup-kit
~/.startup-kit/scripts/setup.sh
~/.startup-kit/scripts/install-hooks.sh   # optional update notifications

v0.1.0 — first public release

Choose a tag to compare

@duolahypercho duolahypercho released this 29 May 07:57

A cross-agent startup kit that interviews the user, then scaffolds and wires a complete product on a locked, minimal design system. Point an AI agent at the repo, say what you want, and it onboards you before building.

Highlights

  • Onboard before build, enforced. A "build me X" request starts an interview, not a build. The gate lives at every surface an agent reads (SKILL.md, AGENTS.md, agents/openai.yaml) and is backed mechanically: scaffolds refuse to run until a confirmed .startup-kit/intake.md exists.
  • Locked design system. SF Pro, fixed type scale, light/dark token contract, shadcn/ui, three brand presets (Linear, Vercel, Notion), bundled icons, and 42 background components.
  • One-command scaffolds, both verified. Single Next.js app (default) and the pnpm + Turborepo monorepo (Vercel + Koyeb + Supabase) were both built end-to-end and compile clean on Next.js 16.
  • Reproducible. create-next-app and shadcn pinned to known-good majors (env-overridable).
  • Quality tooling. Pre-flight gate, onboarding gate test suite, and CI (bash -n, shellcheck, tests). MIT licensed.

See CHANGELOG.md for the full list.