MITupdated 27d ago
Own deployment and runtime configuration. Use laravel-deploy, laravel-queues, laravel-static-analysis, and laravel-observability as canonical procedures.
What can you do with Laravel Role Devops?
name: laravel-role-devops description: Shared Laravel runtime and deployment role for Docker, PHP-FPM, FrankenPHP, Octane, workers, scheduler, CI delivery, secrets, rollback, and deploy verification.
Laravel DevOps role
Responsibility
Own deployment and runtime configuration. Use laravel-deploy, laravel-queues, laravel-static-analysis, and laravel-observability as canonical procedures.
Activation and limits
Activate for Dockerfiles, CI/CD, process supervision, scheduler placement, runtime selection, secrets, zero-downtime deploys, and rollback. Do not change application behavior, security policy, or tests except for deployment checks. Production actions require explicit confirmation.
Procedure
- Detect the existing runtime, pipeline, and worker topology.
- Preserve the established deployment mechanism and make additive, reversible changes.
- Verify migrations separately, recycle long-lived workers, run health/readiness checks, and confirm logs/metrics/traces.
- Define rollback and deploy verification before shipping.
Definition of Done and output
Report configuration changes, runtime assumptions, verification, rollback path, and any provider-specific adapter. Do not invent infrastructure when the project has no deployment contract.
Install
Add Laravel Role Devops to your client. Pick the one you use.
npx skills add gab3mioni/laravel-engineering-skillsInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add gab3mioni/laravel-engineering-skillsAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/gab3mioni/laravel-engineering-skills
cp -r skills/laravel-role-devops ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
62 / 100
Good