Skill laravel production
AI-optimized production readiness skill for Laravel projects. Evaluates architecture, security, database safety, performance, quality gates, deployment safety, and Git workflow before shipping code.From its SKILL.md
npx -y skills add CesarMdz/skill-laravel-productionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.9 KB, 136 tokens by cl100k_base, as published. Nobody here has run it
Laravel Production Readiness Skill
Objective
Standardize and enforce production-safe Laravel practices.
Output Contract
When invoked, the AI must:
- Analyze the change or repository state
- Detect architectural risks
- Identify database and migration risks
- Validate security posture
- Suggest performance improvements
- Validate deploy readiness
- Provide structured Git commit and PR guidance
- Warn if not production-ready
Core Modules
See /modules directory for detailed breakdown.
Start here
- modules/00-overview.md
- modules/03-database.md (highest impact)
- modules/06-deploy.md
What ships with it: 17 files
9.2 KB alongside SKILL.md
modules/
- 00-overview.md670 B
- 01-architecture.md595 B
- 02-security.md114 B
- 03-database.md909 B
- 04-performance.md122 B
- 05-quality.md93 B
- 06-deploy.md143 B
- 07-git.md100 B
- 08-ai-usage.md552 B
- CHANGELOG.md272 B
- CODE_OF_CONDUCT.md340 B
- CONTRIBUTING.md158 B
- .editorconfig161 B
- .gitattributes62 B
- LICENSE227 B
- README.md4.5 KB
- SECURITY.md285 B