Skip to content

Quickstart

  1. Activation explicite: cw /orchestrate harden auth flow with testscw /helpcw /examplesUse codex-workflows in /orchestrate and <objective>Use codex-workflows in /game-dev and design a core gameplay loopUse codex-workflows in /roblox-game-dev and secure RemoteEvent boundaries

Quick wins par profil: examples/quick-wins/README.md

  1. Bootstrap local (profil par defaut codex-native):
bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project .

Ce chemin par defaut est independant du pack de compatibilite.

Compatibilite:

bash
python ~/.codex/skills/codex-workflows/scripts/bootstrap_project_agent.py --project . --profile antigravity-compat
  1. Validation stack:
bash
python ~/.codex/skills/codex-node-validation-pack/scripts/validate_node_stack.py --project . --run
python ~/.codex/skills/codex-python-validation-pack/scripts/validate_python_stack.py --project . --run
python ~/.codex/skills/codex-rust-validation-pack/scripts/validate_rust_stack.py --project . --run
  1. Verifier la qualite codex-native:
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_quality.py \
  --native ~/.codex/skills/codex-workflows/templates/codex-native/.agent/workflows \
  --compat ~/.codex/skills/codex-workflows/packs/antigravity-compat/.agent/workflows \
  --max-similarity 0.35
  1. Verifier les actifs structurels codex-native:
bash
python ~/.codex/skills/codex-workflows/scripts/check_codex_native_assets.py \
  --native-root ~/.codex/skills/codex-workflows/templates/codex-native/.agent \
  --min-agents 20 \
  --min-skills 37

Licence MIT