PHPackages                             alizharb/agent-skills - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. alizharb/agent-skills

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

alizharb/agent-skills
=====================

Advanced Laravel AI agent skills and guidelines for Laravel Boost, skills.sh, and modern AI coding assistants.

v1.0.0(1mo ago)16MITPHPPHP ^8.2CI passing

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/AlizHarb/agent-skills)[ Packagist](https://packagist.org/packages/alizharb/agent-skills)[ Docs](https://github.com/AlizHarb/agent-skills)[ GitHub Sponsors](https://github.com/sponsors/AlizHarb)[ RSS](/packages/alizharb-agent-skills/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

Laravel Agent Skills
====================

[](#laravel-agent-skills)

[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE.md)[![Latest Version on Packagist](https://camo.githubusercontent.com/6c28dfd0120e32a52b8493d1f4f58d9e3e083a3848670cef5fd3dd36c7ee515f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c697a686172622f6167656e742d736b696c6c732e737667)](https://packagist.org/packages/alizharb/agent-skills)[![Total Downloads](https://camo.githubusercontent.com/9ba7a4e625e69ca3d896c8f28af5f9c23f20a04bfb9069cb855ff7f438150f36/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c697a686172622f6167656e742d736b696c6c732e737667)](https://packagist.org/packages/alizharb/agent-skills)[![Laravel Boost](https://camo.githubusercontent.com/532315ddb6bc1a086d7f59003c183bf7a8a715f14793609924c3b3034e678e34/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c253230426f6f73742d72656164792d4646324432302e737667)](resources/boost/guidelines/core.blade.php)[![skills.sh](https://camo.githubusercontent.com/b942c3aaf0105be7d4d5a6f1a2280c105234dca4773529f02871ddc76544fe3b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736b696c6c732e73682d636f6d70617469626c652d3030373046332e737667)](https://www.skills.sh/alizharb/agent-skills)

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
--------

[](#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
------------

[](#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
-------

[](#presets)

- `core`
- `full`
- `filament`
- `api`
- `saas`
- `package`
- `security`
- `testing`
- `frontend`
- `devops`

Supported Tools
---------------

[](#supported-tools)

- Laravel Boost
- skills.sh
- Claude Code
- Codex
- Cursor
- Windsurf
- Copilot
- Generic `.agents/skills`

Skill Categories
----------------

[](#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
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Laravel Boost](docs/laravel-boost.md)
- [skills.sh](docs/skills-sh.md)
- [Presets](docs/presets.md)
- [Validation](docs/validation.md)
- [Auditing](docs/auditing.md)
- [Security](docs/security.md)
- [Creating Skills](docs/creating-skills.md)
- [Creating Guidelines](docs/creating-guidelines.md)
- [Versioning](docs/versioning.md)
- [Codex](docs/codex.md)
- [Claude Code](docs/claude-code.md)
- [Cursor](docs/cursor.md)
- [Windsurf](docs/windsurf.md)
- [Copilot](docs/copilot.md)

Quality Philosophy
------------------

[](#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
-----------

[](#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
-------

[](#license)

Laravel Agent Skills is open-source software licensed under the [MIT License](LICENSE.md).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance90

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/34816428?v=4)[Ali Harb](/maintainers/AlizHarb)[@AlizHarb](https://github.com/AlizHarb)

---

Tags

claudeclaude-codecodexgeminigooglelaravellaravel-boostlivewirephplaravelaicodexcursoragentsskillscopilotclaudeguidelinesboostwindsurf

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alizharb-agent-skills/health.svg)

```
[![Health](https://phpackages.com/badges/alizharb-agent-skills/health.svg)](https://phpackages.com/packages/alizharb-agent-skills)
```

###  Alternatives

[spatie/guidelines-skills

Spatie's coding guidelines as AI skills for Laravel Boost and skills.sh

88110.8k7](/packages/spatie-guidelines-skills)[mischasigtermans/laravel-altitude

Claude Code agents for the TALL stack, powered by Laravel Boost

12219.2k](/packages/mischasigtermans-laravel-altitude)[gonetone/laravel-boost-windsurf-extension

Laravel Boost extension package that provides Windsurf editor and Windsurf JetBrains plugin integration.

2515.3k](/packages/gonetone-laravel-boost-windsurf-extension)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
