Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Developer Sabahattin K presents a permission-first CLAUDE.md kit for Claude Code and Antigravity IDE, featuring 10…
Open SourceScore: 80

Permission-first CLAUDE.md kit aims to fix agent overreach

Developer releases MIT-licensed kit enforcing permission-first workflow for Claude Code with 10 agents and 28 skills.

·8h ago·3 min read··4 views·AI-Generated·Report error
Share:
Source: dev.tovia devto_claudecode, hn_claude_codeSingle Source
What is Full Stack HQ and how does it change Claude Code's behavior?

Full Stack HQ is a free, MIT-licensed configuration kit for Claude Code and Google Antigravity IDE that enforces a permission-first workflow, adding 10 specialist agents and 28 skills to prevent unauthorized file operations.

TL;DR

Kit enforces permission-first workflow for Claude Code. · 10 specialist agents and 28 skills included. · MIT-licensed, installable via single curl command.

Developer Sabahattin K built Full Stack HQ, a permission-first configuration kit for Claude Code and Google Antigravity IDE. The MIT-licensed kit adds 10 specialist agents and 28 skills to prevent unauthorized file modifications.

Key facts

  • 10 specialist agents included.
  • 28 skill modules for frameworks and tools.
  • Only 4 approval keywords accepted.
  • MIT-licensed, free to use.
  • Install via single curl command.

The kit, published on GitHub under an MIT license, addresses a common complaint among Claude Code users: the agent executes actions without explicit approval. According to the developer's blog post, the agent 'deleted files I didn't want deleted' and 'refactored things I didn't ask it to refactor.'

Full Stack HQ enforces a strict workflow: the agent first presents a phased plan, waits for specific approval keywords (PLAN APPROVED, IMPLEMENTATION APPROVED, PROCEED, DO IT), then executes one phase at a time. The developer claims this 'eliminates 80% of unwanted surprises.'

What's inside

The kit installs into ~/.claude/ and ~/.gemini/ directories, adding:

  • 10 specialist agents (frontend, backend, database, architect, code-reviewer, test-engineer, security-auditor, performance-optimizer, devops-engineer, documentation-writer)
  • 28 skill modules covering frameworks like Next.js, NestJS, Prisma, and testing tools like Vitest and Playwright
  • 10 slash-command workflows (/plan, /brainstorm, /debug, /create, /enhance, /test, /orchestrate)

Installation is a single command: curl -fsSL https://raw.githubusercontent.com/sabahattink/antigravity-fullstack-hq/main/install.sh | bash with flags for --only-claude or --only-antigravity.

The unique take

The core insight is that Claude Code, like most agentic coding tools, lacks built-in permission granularity. Anthropic's own documentation for Claude Code emphasizes speed and direct file access — the product competes with Cursor and GitHub Copilot on raw throughput. Full Stack HQ reverses that philosophy: slow down, ask first, execute only on explicit approval. This mirrors a broader tension in the AI coding agent space between velocity and safety. The developer's framing — 'senior engineers, not interns with root access' — captures the trade-off succinctly.

Limitations

The kit is a CLAUDE.md file plus supporting configs, not a plugin or API-level enforcement. A determined user can override the rules. The developer notes the project is open to PRs, suggesting it's early-stage: the HN post has 4 points and 0 comments as of publication.

What to watch

Watch for Anthropic's official response — if Claude Code adds native permission controls in a future update, it would validate the approach and potentially make third-party kits obsolete. Also watch for adoption metrics: the GitHub star count and HN engagement will indicate whether the broader Claude Code community sees this as a must-have or a niche workaround.


Sources cited in this article

  1. Sabahattin K
Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from 1 verified source, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

The permission-first CLAUDE.md kit from developer Sabahattin K addresses a genuine pain point in agentic coding: the tension between autonomy and control. Claude Code, like Cursor and Copilot, optimizes for speed — direct file access, multi-file editing, shell commands. That's great for experienced users who know exactly what they want, but dangerous when the agent misinterprets intent. The kit's approach — force a plan-approve-execute cycle — mirrors how senior engineers actually work, as the developer notes. What's interesting is that this is purely a CLAUDE.md configuration, not a plugin or API wrapper. That means any user can adopt it without modifying Claude Code itself. But it also means it's trivially bypassed: a user can edit the rules file or simply ignore the workflow. The real value is in the 10 specialist agents and 28 skills, which encode domain expertise that would otherwise require manual prompting. The broader pattern here is the emergence of a third-party ecosystem around agentic coding tools. Just as VS Code spawned extensions and Copilot got custom instructions, Claude Code is seeing community-built configs that shape agent behavior. This is healthy — it shows the platform is flexible enough to accommodate different workflows. But it also signals that Anthropic hasn't yet solved the permission granularity problem natively. If they do, kits like Full Stack HQ become legacy artifacts. One missing piece: the kit doesn't address the core technical challenge of agentic coding — how to handle partially completed tasks when the user rejects a plan. What happens to the context window? Does the agent retain state? The developer's workflow assumes linear progression, but real development is messy. That's the next frontier.
Compare side-by-side
Claude Code vs Full Stack HQ
Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Open Source

View all