Skip to content

stillmx/Claude_Codex_Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude_Codex_Integration v2.9 beta

Activation phrase: Still

Claude_Codex_Integration is a workflow for creating AI-assisted projects with less risk, more review, and better traceability.

Its core idea is simple:

Claude builds.
Codex audits.
The user decides.
Still configures the project so the workflow works correctly.

Latest Release

Download the latest beta release:

https://github.com/stillmx/Claude_Codex_Integration/releases

Demo

See the full demo:

Dog Food Landing Page Demo

What problem does it solve?

When a user asks one AI assistant to create a page, app, agent, automation, or system, that assistant can create quickly but also miss hidden issues: broken CTAs, mobile overflow, accessibility problems, fragile logic, incomplete flows, or weak implementation details.

The risky pattern is:

AI builds -> AI says "done" -> user assumes it is correct.

Claude_Codex_Integration changes that pattern into:

Claude builds -> Codex audits -> Claude fixes if needed -> Codex validates -> task is closed.

This avoids building projects blindly with AI.

Main function

Claude_Codex_Integration installs a coordination layer between Claude and Codex inside any project.

After local configuration, Claude receives persistent project instructions through CLAUDE.md, Codex receives persistent project instructions through AGENTS.md, and both use .still/ as the shared state area for audit queues, reports, status, locks, and final results.

How Still fits in

Still is not the product name. Still is the activation command/phrase used after the global installation.

After installing Claude_Codex_Integration globally, open any project and say:

Still, configura este proyecto para Claude+Codex_Integration.

That configures the current project with the Claude + Codex workflow.

Why install it?

Install Claude_Codex_Integration when you want a more professional AI development process:

  • Claude does not silently finish product changes without preparing a Codex audit.
  • Codex audits as an independent reviewer.
  • The user receives a clear summary of what is wrong, why it matters, and what to do next.
  • If Codex finds issues, Claude fixes only what is necessary.
  • If Codex returns PASS, the task is considered complete.
  • Every step leaves traceable files inside .still/.

Safety model

Claude_Codex_Integration uses an Assisted Handoff model.

It does not run Codex automatically in the background. It does not approve changes automatically. It does not replace human review.

Claude builds and prepares an audit. Codex audits and reports findings. The user decides what to approve, fix, or ignore.

Platform support

Claude_Codex_Integration is designed to work on Windows, macOS and Linux.

Current installer support:

  • Windows: PowerShell and BAT scripts.
  • macOS/Linux: Bash scripts.

Python is not required.

Current validation status:

  • Windows: tested in a real workflow with VS Code, Claude and Codex.
  • macOS/Linux: installer support is included through Bash scripts, but it should be validated in real environments before considering it fully production-tested.

Claude_Codex_Integration should be described as cross-platform by design, not guaranteed on every operating system without validation.

Typical workflow

1. Install globally once

You can install Claude_Codex_Integration globally from GitHub or from a downloaded/extracted package.

Option A: Install from GitHub

Ask Claude or Codex:

Instala Claude_Codex_Integration / Still globalmente desde este repositorio:

https://github.com/stillmx/Claude_Codex_Integration

No uses Python.
En Windows usa install-global.ps1 o install-global.bat.
Despues verifica que la version instalada sea la ultima.

Option B: Install from a local extracted package

Open the extracted package folder and ask Claude or Codex:

Instala Claude_Codex_Integration / Still globalmente desde esta carpeta.

No uses Python.
En Windows usa install-global.ps1 o install-global.bat.
Despues verifica que la version instalada sea la ultima.

Expected global closing message:

Still quedo instalado globalmente.

A partir de ahora, cada vez que abras un proyecto donde quieras usar Still:
1. Abre ese proyecto en VS Code, Claude Code o Codex.
2. Dile a Claude o Codex: Still, configura este proyecto para Claude+Codex_Integration.
3. Cuando la configuracion local termine, veras la guia de uso del proyecto.

Windows fallback:

powershell -NoProfile -ExecutionPolicy Bypass -File install-global.ps1

2. Configure any project

Open any target project in VS Code, Claude Code, or Codex, then say:

Still, configura este proyecto para Claude+Codex_Integration.

Expected project closing message:

Still quedo listo.

A partir de ahora:
1. Usa Claude normalmente para construir.
2. Claude dejara tareas de auditoria en .still/AUDIT_QUEUE.md.
3. Abre Codex y dile: Revisa este proyecto.
4. Codex dejara el diagnostico en .still/CODEX_REPORT.md y te mostrara un resumen claro en el chat.
5. Vuelve a Claude para corregir si hace falta.

3. Build with Claude

Example:

Crea solo un archivo llamado demo.html con una landing muy simple para una tienda de alimento para perros.

Claude should build the requested file and prepare .still/AUDIT_QUEUE.md.

4. Audit with Codex

In Codex, say:

Revisa este proyecto.

Codex should write the full report to .still/CODEX_REPORT.md, show a clear summary in chat, update .still/LAST_RESULT.md, and close with either:

Estado: PASS
Puedes considerar esta tarea finalizada.

or:

Estado: NEEDS_FIX
Vuelve a Claude y escribe: Revisa .still/CODEX_REPORT.md, corrige solo lo necesario y deja preparada una nueva auditoria para Codex.

Installed project files

CLAUDE.md
AGENTS.md
.still/
.claude/settings.json
.claude/skills/still-project/SKILL.md
.codex/skills/still-project/SKILL.md
.agents/skills/still-project/SKILL.md
scripts/still-handoff-guard.ps1
scripts/still-queue-audit.ps1
scripts/check-still.ps1

Verify a project installation

Windows:

powershell -NoProfile -ExecutionPolicy Bypass -File scripts/check-still.ps1

macOS/Linux:

bash scripts/check-still.sh

Credits

Created and directed by:

STELMASZECK BORJAS
Ingeniero Informático
GitHub: @stillmx

Project: Claude_Codex_Integration
Activation phrase: Still

License

This project is released under the MIT License.

Copyright (c) 2026 STELMASZECK BORJAS

See LICENSE.