惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
博客园 - 司徒正美
C
Check Point Blog
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
IT之家
IT之家
B
Blog
博客园_首页
量子位
MongoDB | Blog
MongoDB | Blog
博客园 - Franky
J
Java Code Geeks
H
Help Net Security
A
About on SuperTechFans
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
D
DataBreaches.Net
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - sabahattink/antigravity-fullstack-hq: Production...
sabahattink · 2026-05-15 · via Hacker News: Show HN

Full Stack HQ

The most opinionated AI coding configuration for serious engineers.

Works with Google Antigravity IDE and Claude Code — out of the box.

Stars License PRs Welcome Last Commit


Antigravity Claude Code
GEMINI.md + full agent stack CLAUDE.md + full agent stack

The Problem

AI coding agents are powerful — but without guardrails, they become unpredictable. They create files without asking. They make assumptions. They break things mid-session.

Full Stack HQ solves this.

Install once. Your agent becomes a disciplined senior engineer who:

  • ✅ Always plans before acting
  • ✅ Uses the right specialist for each task
  • ✅ Knows your full tech stack deeply
  • ✅ Never surprises you with unexpected changes
  • ✅ Writes consistent, production-grade code every time

What's Inside

GEMINI.md — Global rules for Antigravity

  • Permission-first workflow
  • Tech stack defaults
  • Code style enforcement
  • Git conventions

CLAUDE.md — Global rules for Claude Code

  • Same philosophy, Claude-native syntax
  • Agent role definitions
  • Slash command workflows
  • Security checklist
Component Count What it does
Agents 10 Specialist AI personas for each domain
Skills 28 Deep knowledge modules (Next.js, NestJS, Prisma...)
Workflows 10 Slash commands for your dev loop

Install in 30 Seconds

Mac / Linux
curl -fsSL https://raw.githubusercontent.com/sabahattink/antigravity-fullstack-hq/main/install.sh | bash
# Or clone for more control
git clone https://github.com/sabahattink/antigravity-fullstack-hq.git
cd antigravity-fullstack-hq
./install.sh
Flag Effect
--only-antigravity Skip Claude Code
--only-claude Skip Antigravity
--force Overwrite existing configs
Windows (PowerShell)
irm https://raw.githubusercontent.com/sabahattink/antigravity-fullstack-hq/main/install.ps1 | iex
# Or with options
.\install.ps1 -OnlyClaude
.\install.ps1 -OnlyAntigravity
.\install.ps1 -Force

After install, restart your IDE. That's it.


The Permission-First Workflow

Every action requires your explicit approval. The agent plans, shows you what it intends to do, and waits.

You:    "Add user authentication with JWT"

Agent:  Here's my plan:
        Phase 1: Create auth module + JWT strategy
        Phase 2: Add guards to protected routes
        Phase 3: Implement refresh token rotation

        [APPROVAL NEEDED] Should I proceed with Phase 1?

You:    PLAN APPROVED

Agent:  [implements Phase 1 only, then stops and reports]

Valid approval keywords:

PLAN APPROVED  ·  IMPLEMENTATION APPROVED  ·  PROCEED  ·  DO IT

Anything else = the agent waits.


Tech Stack

Full Stack HQ is tuned for modern production stacks:

Frontend     Next.js 15 (App Router)  ·  TypeScript 5  ·  Tailwind CSS v4
Backend      NestJS  ·  Node.js 22+  ·  BullMQ  ·  Redis
Database     PostgreSQL 16+  ·  Prisma 6+
Auth         JWT with refresh token rotation
Testing      Vitest  ·  Jest  ·  Playwright
Infra        Docker  ·  GitHub Actions  ·  Vercel

Not using this stack? Edit ~/.claude/CLAUDE.md or ~/.gemini/GEMINI.md to swap any technology.


Agents

View all 10 agents
Agent Trigger phrase Specialty
frontend-specialist Use the frontend-specialist to... React, Next.js, Tailwind, UI/UX
backend-specialist Use the backend-specialist to... NestJS, APIs, queues, Redis
database-specialist Use the database-specialist to... Prisma, PostgreSQL, migrations
architect Use the architect to... System design, ADRs, trade-offs
code-reviewer Use the code-reviewer to... Quality, patterns, security
test-engineer Use the test-engineer to... Vitest, Jest, Playwright
security-auditor Use the security-auditor to... Auth, OWASP, input validation
devops-engineer Use the devops-engineer to... Docker, CI/CD, deployment
performance-optimizer Use the performance-optimizer to... Bundle, queries, rendering
documentation-writer Use the documentation-writer to... Technical writing, READMEs, ADRs

Workflows

Command When to use
/plan Before starting any feature — produces a phased breakdown
/brainstorm Exploring architecture options before committing
/debug Systematic root-cause analysis on bugs
/create Implementing an approved plan
/enhance Improving existing code quality
/test Generating or fixing tests
/status Progress checkpoint on long tasks
/orchestrate Multi-agent task coordination

What Gets Installed

~/.gemini/
├── GEMINI.md                     ← global rules for Antigravity
└── antigravity/
    ├── agents/                   ← 10 specialist agents
    ├── skills/                   ← 28 skill modules
    └── workflows/                ← 10 workflow files

~/.claude/
├── CLAUDE.md                     ← global rules for Claude Code
├── agents/                       ← 10 specialist agents
└── skills/                       ← 28 skill modules

IDE Support

Feature Antigravity Claude Code
Global rules file GEMINI.md CLAUDE.md
Specialist agents
Skills / modules
Slash workflows
Hooks system
MCP servers
Plan mode

Contributing

Found a missing skill? Have a better agent prompt? PRs are welcome.

git clone https://github.com/sabahattink/antigravity-fullstack-hq.git
cd antigravity-fullstack-hq

# Add a new skill
mkdir skills/your-skill-name
echo "# Your Skill" > skills/your-skill-name/skill.md

# Open a PR
git checkout -b feat/add-your-skill

Please read CONTRIBUTING.md before opening a PR.


Credits

Built with inspiration from the community: