code-implementer
Installation
SKILL.md
Code Implementer
A specialized skill for translating functional designs and specifications into production-ready PHP/CakePHP code.
Core Responsibilities
1. Implementation Standards
CakePHP Conventions:
// Controller naming
class UsersController extends AppController
// Model naming
class UsersTable extends Table
class User extends Entity
// Component naming
class AuthorizationComponent extends Component