gitmyhub

antigravity-lazy-pack

★ 52 updated 19d ago

A public cheat-sheet repository of reusable setup guides and checklists for an AI-assisted development workflow combining NotebookLM, Firebase, GitHub, and Obsidian. Hand it to an AI assistant to get your environment configured quickly.

MarkdownNotebookLMFirebaseGitHubObsidiansetup: easycomplexity 1/5

This repository is a quick-start reference document collection for a personal AI-assisted development workflow called Anti-Gravity. The term used in the title, which translates roughly from Chinese as a lazy pack or cheat sheet, refers to a pre-organized set of instructions and checklists that a person can hand directly to an AI coding assistant to get a working environment set up quickly.

The repository contains one main document that covers how to set up and use several tools together: NotebookLM for research notes, Firebase for backend services, GitHub for version control, and Obsidian for personal knowledge management. The document also includes checklists for starting work, ending a work session, and initializing a new project from scratch.

The README, written in Traditional Chinese, is explicit about what does not belong here. Personal notebook lists, research outputs, generated images, test projects, account credentials, and API keys are all excluded. The repository is intentionally public and contains only the reusable reference documents, not any private data.

Security notes are prominent in the README. OAuth browser login is the only approved way to access NotebookLM. Keys, tokens, and credentials of any kind must not be written into Markdown files or committed to GitHub. At the end of each work session, the instruction is to review the diff and commit only the files relevant to that session, avoiding blanket staging commands that might accidentally capture sensitive files.

The maintainer also links to related quick-start packs for other AI coding tools including Codex, Claude Code, and OpenCode.

Where it fits