Skip to content

clarkrickman2/Antigravity-Filament-v4-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Antigravity Skill: Laravel Filament v4 and v5

This repository contains a custom skill designed for developers using Antigravity to write Laravel code with Filament.

πŸ›‘ The Problem

Currently, Antigravity defaults to Filament v3 context generation. It does not natively support Filament v4 or Filament v5, despite v4 having been released for quite some time.

As a result, generating code for a standard modern Laravel/Filament installation often results in deprecated code, breaking changes, and immediate errors when using models like Gemini or Claude v3.

βœ… The Solution

This skill acts as a compatibility bridge. It alleviates the pain of fixing the hallucinations and errors produced by the default v3 context.

Since Filament version 5 introduced no breaking changes from version 4, this skill should also work for Filament version 5.

  • Active Maintenance: This skill is tested and modified regularly.
  • Error Correction: It specifically targets known breaking changes between v3 and v4 that are commonly violated by AI models.

πŸ“¦ Installation

To install this as a global skill in Antigravity, place the SKILL.md file from this repository into the following directory on your machine:

.gemini/antigravity/skills/filament-v4/SKILL.md

Note: You may need to create the directory structure if it does not already exist.

πŸš€ Usage

Once installed, the skill is available to Antigravity. However, for best results:

You should explicitly remind the model to reference the skill at the start of a new conversation.

Sometimes the model may forget to load the specific context automatically. A simple prompt like this ensures the correct versioning is used:

"Please reference the filament-v4 global skill for this task."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors