@miranda0808/maya-codex
v0.1.4
Published
Install the repo-local Maya runtime into the current project or a target directory.
Readme
@miranda0808/maya-codex
Install the repo-local Maya runtime into the current project or a target directory.
Usage
npx @miranda0808/maya-codex init
npx @miranda0808/maya-codex init --dry-run
npx @miranda0808/maya-codex init --force
npx @miranda0808/maya-codex init --target ../some-projectWhat It Installs
- portable
AGENTS.md .env.example.gitignoreentries for.envand.env.localcommands/compatibility docs.maya/templates/campaigns/README.mdresearch/README.mdtools/.agents/skills/bootstrap entry skills for/maya-consult,/maya-task, and/product.agents/skills/marketing specialist skills used by the Codex specialist subagents.codex/config.toml.codex/agents/
Specialist Runtime
After bootstrap, the Codex marketing specialist subagents in .codex/agents/ load and follow their matching repo-local skills from .agents/skills/<specialist>/SKILL.md. The TOMLs stay as Codex-facing wrappers, while the matching skill remains the primary workflow contract for each marketing specialist.
Secrets
After install, copy .env.example to .env or .env.local in the target repo.
.env.localoverrides.envwhen both exist.- Maya keeps
.envand.env.localout of git by adding them to.gitignore. - The Meta boundary auto-loads
META_ACCESS_TOKENandMETA_AD_ACCOUNT_IDfrom those files for each invocation.
Options
--dry-runprints the planned writes without modifying the target project.--forceoverwrites files Maya previously installed.--target <path>installs into a different existing directory.
Codex Entry Skills
After install, Codex App should surface these repo-local Maya entrypoints from .agents/skills/:
/maya-consult/maya-task/product
