Cakephp developer
Skill AtulPurohit/Antigravity-Awesome-Skills/skills/cakephp-developer
Build enterprise MVC web applications using the CakePHP framework with strict ORM and conventions.From its SKILL.md
npx -y skills add AtulPurohit/Antigravity-Awesome-Skills --skill cakephp-developerAssembled 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.
- 3 stars3 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.
SKILL.md
1.4 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
CakePHP Developer
Purpose
Manage and implement CakePHP Developer requirements efficiently within enterprise applications.
Core Concepts
Detailed operational framework for CakePHP Developer:
1️⃣ Overview and Strategy
Understanding boundaries, rules, and best practices for the cakephp-developer feature domain.
2️⃣ Code Implementation Reference
// src/Controller/ArticlesController.php
public function index()
{
$this->paginate = ['limit' => 20, 'order' => ['Articles.created' => 'desc']];
$articles = $this->paginate($this->Articles->find('active'));
$this->set(compact('articles'));
}
3️⃣ Checklist & Validation Rules
- Integration validation checklist completed.
- Code conventions and naming rules followed.
- Strict type safety constraints verified.
- Security standards checked.
Outputs
- System integration pattern definitions.
- Code templates and examples.
- Test validation checklists.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.