with one click
golinks
golinks contains 4 collected skills from armand1m, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Use when running database migrations, creating new migrations, regenerating the GraphQL schema from PostgreSQL, regenerating TypeScript types, or querying the database directly. Trigger when the user mentions migrations, dbmate, schema changes, codegen, or any database operation.
Use when starting, stopping, or managing the GoLinks development environment. Covers Docker Compose setup, running the Next.js dev server with LAN-accessible networking, and environment variable configuration. Trigger when the user asks to start the app, spin up a fresh environment, or needs to access the app from their laptop.
Use when managing the GoLinks production deployment on Fly.io. Covers viewing logs, checking status, deploying, and SSH access. Trigger when the user asks about production, deployment, Fly.io, or checking live app status.
Use when testing the GoLinks application after code changes. Covers linting, type checking, unit tests, and visual verification with Playwright headless browser. Trigger when the user asks to verify changes, run tests, check if something works, or test in the browser.