marko-php/marko

The modular PHP framework.

393Stars on the repository
18Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

release

01

marko-php/marko

Skill Claude CodeCodex

Cut a new Marko release. Reads every PR merged since the last tag, audits their release-notes labels, recommends the next version number with reasoning, and — only after you confirm or override it — runs ./bin/release.sh. Use this skill whenever the user types /release or asks to cut, ship, publish, or tag a release.…

393 3d ago A 93 tokens original MIT

create-module

02

marko-php/marko

Skill Claude CodeCodex

Scaffold a new Marko module — a self-contained Composer package with composer.json, namespaced src/, and Pest tests. Use this skill whenever the user asks to create, add, or scaffold a new Marko module or package. Concrete triggers: 'create a module named payment', 'scaffold an acme/blog package', 'add a new module…

393 3d ago A 120 tokens original MIT

create-plugin

03

marko-php/marko

Skill Claude CodeCodex

Create a Marko plugin — a class that intercepts methods on another class to modify behavior without subclassing. Use this skill whenever the user wants to add a plugin, intercept a method, or extend a class's behavior. Concrete triggers: "add a plugin for the OrderService", "intercept the save method on User", "extend…

393 3d ago A 119 tokens original MIT