alizharb/agent-skills
Composer 安装命令:
composer require alizharb/agent-skills
包简介
Advanced Laravel AI agent skills and guidelines for Laravel Boost, skills.sh, and modern AI coding assistants.
关键字:
README 文档
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.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-07-10