Composer Integration
Composer is optional and mainly useful for PHP-first teams that standardize installs through Composer scripts.
Is Composer required?
No. The official installation path remains the Codex skill-installer command.
What is supported?
This repository includes:
composer.jsonwith installer scripts;scripts/composer_install.phpwrapper to call the official Python installer.
Commands
Install full suite (core + all packs):
bash
composer codex:install-allInstall only core workflow skill:
bash
composer codex:install-coreCustom ref:
bash
composer codex:install-all -- --ref=v1.1.0Notes
- Composer commands still depend on Python and Codex home tooling.
- This channel is a convenience wrapper, not a separate installer implementation.