package-dev

Installation
SKILL.md

Package Development Skill

Scaffold, test, document, and release production-quality Laravel/PHP packages — from initial directory structure through Packagist publishing. Follows Laravel ecosystem conventions and integrates with Orchestra Testbench for package testing.

Command Reference

Command Description
/package scaffold Generate complete package directory structure with all boilerplate files
/package test Set up Pest test suite with Orchestra Testbench integration
/package release Run release checklist: version bump, changelog, git tag, Packagist
/package readme Generate professional README with badges, installation, usage, and testing sections
/package upgrade Upgrade PHP/Laravel version constraints and dependencies

1. /package scaffold — Generate Package Structure

Installs
14
GitHub Stars
20
First Seen
Mar 3, 2026
package-dev — nasrulhazim/claude