Instructions file
Claude Code instructions for cresset-tools/bougie, covering bougie, repo layout, workspace crates, cli surface and build / test / lint conventions.
Instructions file
Claude Code instructions for cresset-tools/bougie, covering bougie, repo layout, workspace crates, cli surface and build / test / lint conventions.
Instructions file
Claude Code instructions for cresset-tools/magequery, covering magequery, locked decisions, architecture, the central engine and the flagship resolve(type, area).
Skill Claude CodeCodex
Inspect and verify how a Magento 2 codebase is wired using the fast magequery CLI, before grepping, before reading XML by hand, and before booting bin/magento or magerun. Two modes, both first-choice. Investigate: what a class resolves to (preferences, plugins, virtual types, constructor arguments), why a…
Skill Claude CodeCodex
Build a Magento 2 codebase with the fast magecommand CLI in place of bin/magento setup:di:compile and setup:static-content:deploy. Use whenever you need to generate or refresh generated/code and generated/metadata, deploy or rebuild pub/static, compile a theme's LESS, emit requirejs artifacts or js/bundle/bundle .js…