Cross-version Laravel package authoring. Use when: designing a service provider, facade, version-conditional binding, publishable artifact, discovery contract, or package compatibility surface. Not for: application code, one-major API details, Composer release hygiene, or deep Testbench matrix mechanics. Output: an authoring decision or package design with provider, facade, publishing, discovery, and compatibility gates.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add hmj1026/dhpk --skill dhpk-laravel-package-author --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dhpk Laravel Package Author?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hmj1026-dhpk-laravel-package-author-dhpk)More formats (shields.io, HTML) on the badges page.
---
name: dhpk-laravel-package-author
description: 'Cross-version Laravel package authoring. Use when: designing a service provider, facade, version-conditional binding, publishable artifact, discovery contract, or package compatibility surface. Not for: application code, one-major API details, Composer release hygiene, or deep Testbench matrix mechanics. Output: an authoring decision or package design with provider, facade, publishing, discovery, and compatibility gates.'
metadata:
dhpk-invocation-class: implicit-eligible
---
# Laravel package author
Use this skill for code distributed as a Laravel package. A package ships more than
classes: service providers, facades, configuration, migrations, routes, views, and
assets are separate consumer contracts.
## Working sequence
1. Identify the supported Laravel and PHP range and every published surface.
2. Load `references/authoring-patterns.md` for the provider, binding, facade, matrix,
publishing, discovery, or compatibility branch being changed.
3. Keep provider registration, public aliases, version branches, and published names
explicit; pair each conditional branch with a test cell.
4. Validate the package as a real consumer, not only from its own repository.
## Contract branches
- Provider lifecycle or deferred binding → `authoring-patterns.md` §Service provider.
- Multi-major behavior → §Version-conditional bindings and the Testbench skill.
- Facade or auto-discovery → §Facades and discovery metadata.
- Config, views, assets, routes, or migrations → §Publishing recipes.
- Released names or artifact compatibility → §Laravel-specific compatibility surface.
## When NOT to Use
- Application controllers, jobs, or models that are not distributed to consumers.
- Version-specific Laravel deprecations or new APIs; use the matching `laravel-N` module.
- Semver, Composer manifest, or registry publication decisions; use
`dhpk-composer-package-hygiene`.
- Detailed per-cell Testbench setup; use `dhpk-laravel-testbench-matrix`.
## Output
Return an authoring decision or implementation checklist covering the register/boot
split, deferral choice, version branches and test cells, facade/accessor contract,
publish tags and migration ownership, discovery proof, and compatibility impact.
## Verification
- [ ] `register()` contains bindings/config merges; boot-time work is in `boot()`.
- [ ] Every deferred or version-conditional binding has a resolution test.
- [ ] Facade accessor, provider binding, Composer alias, and IDE hints agree.
- [ ] Published artifacts have deliberate tags and migration ownership.
- [ ] `composer validate --strict` and a fresh-consumer `package:discover` pass.
- [ ] The compatibility review covers route/config/migration/view/alias/provider names.
## References
- `references/authoring-patterns.md` — detailed provider, facade, matrix, publishing,
discovery, and compatibility recipes; load only the relevant branch.
- `skills/dhpk-composer-package-hygiene/SKILL.md` — package-level semver and manifest rules.
- `skills/dhpk-laravel-testbench-matrix/SKILL.md` — per-major Testbench mechanics.
- `modules/laravel-N/skills/laravel-N-notes/SKILL.md` — version-specific framework facts.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!