edneymatias/antigravity-laravel-kit
Composer 安装命令:
composer require edneymatias/antigravity-laravel-kit
包简介
AI Agent templates for Laravel development - Skills, Agents, and Workflows for enhanced coding assistance
README 文档
README
AI Agent templates for Laravel development - Skills, Agents, and Workflows optimized for the Laravel ecosystem.
🚀 Installation
composer require edneymatias/antigravity-laravel-kit --dev
Then, run the installation command:
php artisan antigravity:install
The .agent folder will be created in your project root.
Reinstall / Update
To reinstall or update the agent files:
php artisan antigravity:install --force
Agents (20)
| Agent | Focus |
|---|---|
backend-specialist |
Controllers, Eloquent, Jobs, APIs |
frontend-specialist |
Blade, Livewire, Alpine, Tailwind |
database-architect |
Eloquent, Migrations, Factories |
test-engineer |
Pest, PHPUnit, Dusk |
security-auditor |
Sanctum, Policies, Gates |
devops-engineer |
Forge, Vapor, Sail |
debugger |
Telescope, Debugbar, Logs |
code-reviewer |
Security, quality, performance reviews |
ai-engineer |
OpenAI, Anthropic, Gemini, RAG |
| And 11 more... | See .agent/ARCHITECTURE.md |
Workflows (11)
| Command | Description |
|---|---|
/create |
Create new Laravel features with Artisan |
/test |
Run Pest/PHPUnit tests |
/deploy |
Deploy with Forge or manually |
/debug |
Debug with Telescope/Debugbar |
/preview |
Start dev server |
/review |
Code review (security, quality) |
/brainstorm |
Socratic discovery |
/plan |
Task breakdown |
Skills (51)
- Laravel Core: laravel-best-practices, eloquent-expert, filament-expert, error-handling-mastery
- CLI & Debug: artisan-mastery, tinker-usage (v1.3)
- Frontend: livewire-expert, blade-mastery, tailwind-patterns
- Testing: pest-testing, tdd-workflow, testing-patterns
- Security: secure-coding-patterns, api-security, pre-deploy-security
- Queues/Jobs: laravel-queues, job-patterns
- AI/LLM: openai-client, anthropic-client, gemini-client, pgvector-search
- Refactoring: code-refactoring, codebase-cleanup, legacy-modernization
🚀 Quick Start
- Clone/Copy the
.agent/folder to your Laravel project - Configure your AI assistant to use the agents and skills
- Use workflows with slash commands like
/create,/test,/deploy
📁 Directory Structure
.agent/
├── ARCHITECTURE.md # System overview
├── agents/ # 20 specialist agents
├── skills/ # 50 knowledge modules
├── workflows/ # 11 slash commands
├── rules/ # Global rules
└── scripts/ # Validation scripts
📝 Agent Usage
Invoke agents by name:
@backend-specialist Help me create a REST API for posts
@frontend-specialist Build a Livewire component for comments
@database-architect Design the schema for a blog
@test-engineer Write Pest tests for PostController
📚 Documentation
- Example: Building a CRM with Filament Step-by-step guide to building a Customer Relationship Management system using Antigravity agents and workflows.
🙏 Credits & Acknowledgments
Este projeto não existiria sem o trabalho excepcional de dois projetos fundamentais. Todo o crédito vai para eles:
Antigravity Kit
O Antigravity Kit é a base completa deste projeto. A arquitetura modular de agents, skills e workflows, o sistema de routing inteligente, e toda a filosofia de desenvolvimento assistido por IA foram criados por este projeto incrível.
O que utilizamos:
- 🏗️ Arquitetura completa de
.agent/(agents, skills, workflows) - 🤖 8 agents mantidos integralmente (project-planner, orchestrator, etc.)
- 📚 24 skills preservados (clean-code, brainstorming, architecture, etc.)
- 🔄 3 workflows mantidos (brainstorm, plan, orchestrate)
- 📜 Scripts de validação (checklist.py, verify_all.py)
- ✨ Princípios de Design UI/UX (Deep Design Thinking, Purple Ban, etc.)
Sem o Antigravity Kit, este projeto simplesmente não existiria.
Laravel Boost
O Laravel Boost forneceu todo o contexto Laravel-específico que tornou possível adaptar o Antigravity Kit para o ecossistema Laravel. As práticas, padrões e convenções do "Laravel Way" vieram diretamente deste projeto.
O que utilizamos:
- 📖 Contexto do "Laravel Way" (Eloquent, Form Requests, Policies)
- ⚡ Padrões Livewire 3 (wire:model.live, eventos, testing)
- 🎨 Convenções Blade (components, slots, layouts)
- 🧪 Práticas de testing com Pest
- 🔐 Padrões de segurança (Sanctum, Gates, Policies)
- 🚀 Práticas de deployment (Forge, Vapor, Sail)
Sem o Laravel Boost, não teríamos o conhecimento Laravel necessário para esta adaptação.
Um Trabalho de Combinação
O Antigravity Laravel Kit é essencialmente uma combinação desses dois projetos extraordinários:
┌─────────────────────┐ ┌─────────────────────┐
│ Antigravity Kit │ │ Laravel Boost │
│ ─────────────── │ │ ─────────────── │
│ • Arquitetura │ + │ • Laravel Way │
│ • Agents/Skills │ │ • Livewire/Blade │
│ • Workflows │ │ • Pest Testing │
│ • Design Principles│ │ • Security/Deploy │
└─────────────────────┘ └─────────────────────┘
│ │
└────────────┬────────────┘
▼
┌─────────────────────────────────┐
│ Antigravity Laravel Kit │
│ ───────────────────────── │
│ AI Agent Templates for │
│ Laravel Development │
└─────────────────────────────────┘
Agradecemos imensamente aos mantenedores e contribuidores de ambos os projetos. 🎉
📄 License
MIT License - See LICENSE for details.
edneymatias/antigravity-laravel-kit 适用场景与选型建议
edneymatias/antigravity-laravel-kit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 559 次下载、GitHub Stars 达 7, 最近一次更新时间为 2026 年 02 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「templates」 「laravel」 「Agent」 「ai」 「skills」 「Gemini」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 edneymatias/antigravity-laravel-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 edneymatias/antigravity-laravel-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 edneymatias/antigravity-laravel-kit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Shoot aims to make providing data to your templates more manageable
CakePHP 4.x AdminLTE Theme.
Bookdown.io With Bootswatch Styles And Prism Syntax Highlighting
CakePHP 3.x Gentelella Theme.
Custom laravel monolog logger for datadog logs management, both api and agent ways
The Message Submission Agent Diagnostics tool (msadiag) facilitates testing the compatibility of third party message submission agents.
统计信息
- 总下载量: 559
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-01