spatie-package-skeleton
Installation
SKILL.md
Creating a Laravel Package with Spatie's Skeleton
Prerequisites
ghCLI installed and authenticatedphpavailable in PATHcomposeravailable in PATH
Workflow
1. Gather Package Details
Ask the user for:
- Vendor name (e.g.
spatie) — the GitHub org or username - Package name (e.g.
laravel-cool-feature) — the repo/package name - Package description — one-liner for composer.json
- Visibility — public or private (default: public)