Releases: duolahypercho/startup-kit
Releases · duolahypercho/startup-kit
Release list
v0.2.0 — cross-agent install + auto-update
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.shdetects Cursor, Claude Code, Codex, OpenCode, and Factory and symlinks a single clone into each. - One update for all.
scripts/upgrade.shfast-forwards the clone and refreshes every agent;--checkreports availability. - Optional "update available" notifications.
scripts/install-hooks.shwires 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 notificationsv0.1.0 — first public release
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.mdexists. - 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-appandshadcnpinned 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.