by sevensir888
A local desktop control center for organizing Codex projects, engineering tasks, sessions, Git changes, Skills, and MCP configuration.
# Add to your Claude Code skills
git clone https://github.com/sevensir888/codex-command-centerGuides for using ai agents skills like codex-command-center.
codex-command-center is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by sevensir888. A local desktop control center for organizing Codex projects, engineering tasks, sessions, Git changes, Skills, and MCP configuration. It has 50 GitHub stars.
codex-command-center's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/sevensir888/codex-command-center" and add it to your Claude Code skills directory (see the Installation section above).
codex-command-center is primarily written in TypeScript. It is open-source under sevensir888 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh codex-command-center against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Turn Codex sessions into organized engineering work.

Codex Command Center is a Windows-first, local-first desktop workspace for organizing Codex-based engineering work across projects, tasks, sessions, Git changes, Skills, and MCP configuration.
Codex does the reasoning, editing, commands, and tests. Codex Command Center keeps the surrounding engineering workflow understandable and resumable.
Heavy Codex usage can leave useful context spread across:
Codex Command Center connects those pieces into one focused workflow:
Project -> Task -> Codex Session -> File Changes -> Result
The app is intentionally smaller than an IDE, terminal emulator, chat client, or advanced Git GUI. It is an organizing layer for local Codex work.
| Dashboard | Projects and tasks |
|---|---|
![]() |
![]() |
| Sessions | Git changes |
|---|---|
![]() |
![]() |
| Codex environment |
|---|
![]() |
Add a repository
-> create or select an engineering task
-> launch or resume Codex work
-> review indexed sessions
-> inspect Git changes
-> continue, complete, or block the task
The app stores its own state as local JSON under the user's local application data directory. Registered projects are path references; Codex Command Center does not copy project source code into application storage.
The native layer reads local Codex session metadata, local Codex configuration files, local Skills folders, local MCP configuration, and Git status for registered projects. Configuration previews redact lines that appear to contain keys, tokens, secrets, or passwords.
The project does not add telemetry, analytics, accounts, cloud synchronization, source-code upload, Codex-session upload, or Git-diff upload. The app can still invoke external local tools such as codex and git; those tools have their own behavior and configuration.
PATH for Git review.PATH for launch and resume actions.Windows binaries are available from GitHub Releases.
The v0.1.0 Windows binaries are currently unsigned. Source-build instructions remain in the Development and Build sections below.
Install dependencies:
npm ci
Run the browser development surface:
npm run dev
Run the desktop app:
npm run tauri:dev
Run the frontend production build:
npm run build
Run the lightweight tracked-file secret scan:
npm run check:secrets
Build the desktop application:
npm run tauri:build
For native checks when Cargo is available:
cargo fmt --manifest-path src-tauri/Cargo.toml -- --check
cargo check --manifest-path src-tauri/Cargo.toml
cargo test --manifest-path src-tauri/Cargo.toml
cargo clippy --manifest-path src-tauri/Cargo.toml --all-targets --all-features -- -D warnings
src/.src-tauri/.Codex Command Center evolved from the open-source CodMate project by Loocor. Upstream work is acknowledged, and applicable Apache-2.0 licensing and attribution are preserved in LICENSE, NOTICE, and THIRD-PARTY-NOTICES.md.
This project has been substantially refocused and reworked around a Windows-first, Codex-centric workflow for projects, tasks, sessions, and Git changes. It should not be described as built entirely from scratch.
See CONTRIBUTING.md.
Use Issues for bugs and focused feature requests, Discussions for questions, workflow ideas, and general feedback, and Security for private vulnerability reports.
See SECURITY.md.
See ROADMAP.md.
Release notes for v0.1.0 are available under docs/releases/v0.1.0.md and on the GitHub Releases page.
Codex Command Center is distributed under the Apache License 2.0.
Codex Command Center is an independent open-source project and is not an official OpenAI product. OpenAI, Codex, and related marks belong to their respective owners.