laravel-wayfinder-skill
v0.1.5
Published
Adds Laravel Wayfinder AI Agent Skill To Your Project
Downloads
856
Readme
Laravel Wayfinder AI Agent Skill For Laravel Projects
CLI tool that installs standardized AI agent instructions for Laravel (12/13) projects using Wayfinder instead of Ziggy across coding agents like Claude, Cursor, Windsurf, Antigravity, Gemini, and Trae.
🚀 Features
- Installs reusable AI coding skills into Laravel projects
- Works across multiple agent tools
- Prevents duplicate configuration in AGENTS.md
- Centralized skill storage under
.agents/skills - Safe idempotent installation (no overwrites)
📦 Installation & Usage
To install the right skill for your agent run the following command:
npx laravel-wayfinder-skill install <agent>⚙️ Supported Agents:
- Claude Code:
claude - Windsurf:
windsurf - Cursor:
cursor - Antigravity
antigravity - Trae:
trae - Gemini
gemini
Or install globally:
npm install -g laravel-wayfinder-skill🧠 Usage Examples
# for Claude Code
npx laravel-wayfinder-skill install claude
# for Windsurf
npx laravel-wayfinder-skill install windsurf
# for Cursor
npx laravel-wayfinder-skill install cursor
# for Google Antigravity
npx laravel-wayfinder-skill install antigravity
# for Trae
npx laravel-wayfinder-skill install trae
# for gemini
npx laravel-wayfinder-skill install gemini📁 What gets created
- .agents/skills/laravel-wayfinder-skill.md
- AGENTS.md
🧩 AGENTS.md behavior
If AGENTS.md does not exist: it will be created automatically
If it exists: it will NOT be overwritten only a single pointer will be added:
## AI Skills
Load skills from .agents/skills/🔒 Safety rules
- No file overwrites
- No duplicate skill entries
- Idempotent installs
- Safe to re-run anytime
🚀 Philosophy Instead of teaching each agent separately, I have centralize Laravel Wayfinder rules into a portable skill system for all coding agents.
📄 License
MIT
