alizharb / agent-skills
Advanced Laravel AI agent skills and guidelines for Laravel Boost, skills.sh, and modern AI coding assistants.
Fund package maintenance!
Requires
- php: ^8.2
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
- laravel/pint: ^1.0
- orchestra/testbench: ^9.0|^10.0|^11.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- phpstan/phpstan: ^2.0
README
Advanced Laravel AI agent skills and guidelines for Laravel Boost, skills.sh, Claude Code, Codex, Cursor, Windsurf, Copilot, and modern AI-assisted development.
This package gives coding assistants structured Laravel workflows, shared standards, safety rules, Boost-discoverable skills, and validation tooling so developers get better code with less prompting.
Features
- 62 Laravel-focused AI skills.
- 44 reusable guidelines.
- Laravel Boost guideline and skills support.
- Boost-discoverable skills under
resources/boost/skills. - skills.sh-compatible
skills/directory. - Preset metadata for core, Filament, API, SaaS, package, security, testing, frontend, and devops workflows.
- Manifest and preset files for machine-readable discovery.
- Repository validation scripts.
- Package-ready Composer metadata, CI, docs, and release workflow.
Installation
composer require alizharb/agent-skills --dev
Install through Laravel Boost:
php artisan boost:install
Select Agent Skills from Boost's available package list.
Install with skills.sh:
npx skills add AlizHarb/agent-skills
Keep the package up to date:
composer update alizharb/agent-skills php artisan boost:update
Presets
corefullfilamentapisaaspackagesecuritytestingfrontenddevops
Supported Tools
- Laravel Boost
- skills.sh
- Claude Code
- Codex
- Cursor
- Windsurf
- Copilot
- Generic
.agents/skills
Skill Categories
- Architecture and clean design
- Laravel core mechanics
- Filament development
- Livewire, Blade, Inertia, and frontend UI
- Security and authorization
- Testing and static analysis
- Performance and observability
- Package development and releases
- GitHub Actions and Composer debugging
- AI agent safety and instruction audits
Documentation
- Installation
- Laravel Boost
- skills.sh
- Presets
- Validation
- Auditing
- Security
- Creating Skills
- Creating Guidelines
- Versioning
- Codex
- Claude Code
- Cursor
- Windsurf
- Copilot
Quality Philosophy
Agent Skills is built around practical AI-agent safety:
- Inspect context before editing.
- Preserve dirty worktrees.
- Avoid destructive commands without approval.
- Never expose secrets.
- Verify changes before claiming completion.
- Prefer Laravel-native APIs and installed-version checks.
Development
composer install composer validate vendor/bin/pint --test vendor/bin/pest vendor/bin/phpstan analyse php scripts/sync-boost-skills.php php scripts/generate-manifest.php php scripts/validate-skills.php
License
Laravel Agent Skills is open-source software licensed under the MIT License.