@mrtrinhvn/ag-kit
v1.0.11
Published
Antigravity Kit Base Framework - Generic Agentic AI Programming Core
Maintainers
Readme
Antigravity Kit Core (@mrtrinhvn/ag-kit) 🚀
A generic, institutional-grade AI programming framework for automating scaffolding, architecture, and coding directly inside your software projects. Inspired by the principles of .agent systems, carefully stripped of domain-specific constraints to adapt to any software development lifecycle.
📦 Quick Install
The best way to initialize the AG-Kit in a new project is using npx:
npx @mrtrinhvn/ag-kit init🛠 Global Usage & Commands
You can also install it globally if you frequently create new projects:
npm install -g @mrtrinhvn/ag-kitThen use the provided CLI anywhere:
| Command | Description |
|---|---|
| ag-kit init | Scaffolds the .agent framework (Agents, Skills, Workflows) into your current directory. |
| ag-kit update | Pulls the latest rules and templates and safely overwrites the core .agent folders without breaking your custom knowledge/ base. |
| ag-kit status | Checks exactly which version of the AG-Kit is active in your current working directory. |
🧠 What's Inside the Brain?
Running ag-kit init injects the following core architecture into your project:
GEMINI.md: The supreme constitution (Tier 0 Rules) ensuring the Agent always thinks systematically, acts safely, and never hallucinates code.agents/: Core personas taking specialized roles (e.g.,orchestrator,frontend-specialist,backend-specialist,debugger).skills/: Tactical operational algorithms spanning fromclean-codeandtdd-workflowtopython-patternsandnextjs-react-expert.workflows/: Pre-defined step-by-step instructions (slash commands) like/create,/plan,/brainstorm, and/debug.scripts/: CI/CD automation checkers likelint_runner.pyandsecurity_scan.py.
⚙️ How It Works
The AG-Kit is designed to be injected into an AI IDE or a custom Agent workspace.
- The AI reads
GEMINI.mdfirst. - It assumes the persona of the relevant specialist in
agents/. - It selectively loads specific techniques from
skills/based on context. - It continuously documents important technical learnings in
knowledge/.
Built with ❤️ to enforce Institutional-Grade Software Standards.
