alizharb/agent-skills

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

Maintainers

Package info

github.com/AlizHarb/agent-skills

Documentation

pkg:composer/alizharb/agent-skills

Transparency log

Fund package maintenance!

AlizHarb

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.0 2026-07-10 09:18 UTC

This package is auto-updated.

Last update: 2026-07-10 09:18:34 UTC


README

License Latest Version on Packagist Total Downloads Laravel Boost skills.sh

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

  • core
  • full
  • filament
  • api
  • saas
  • package
  • security
  • testing
  • frontend
  • devops

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

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.