diff --git a/Coding/Codex-cpp/.codex/config.toml b/Codex/Coding/Codex-cpp/.codex/config.toml similarity index 100% rename from Coding/Codex-cpp/.codex/config.toml rename to Codex/Coding/Codex-cpp/.codex/config.toml diff --git a/Coding/Codex-cpp/.codex/hooks.json b/Codex/Coding/Codex-cpp/.codex/hooks.json similarity index 100% rename from Coding/Codex-cpp/.codex/hooks.json rename to Codex/Coding/Codex-cpp/.codex/hooks.json diff --git a/Coding/Codex-cpp/.codex/hooks/pre_commit_checks.py b/Codex/Coding/Codex-cpp/.codex/hooks/pre_commit_checks.py similarity index 100% rename from Coding/Codex-cpp/.codex/hooks/pre_commit_checks.py rename to Codex/Coding/Codex-cpp/.codex/hooks/pre_commit_checks.py diff --git a/Coding/Codex-cpp/.codex/hooks/tdd-guard.py b/Codex/Coding/Codex-cpp/.codex/hooks/tdd-guard.py similarity index 100% rename from Coding/Codex-cpp/.codex/hooks/tdd-guard.py rename to Codex/Coding/Codex-cpp/.codex/hooks/tdd-guard.py diff --git a/Coding/Codex-cpp/.codex/skills/harness-review/SKILL.md b/Codex/Coding/Codex-cpp/.codex/skills/harness-review/SKILL.md similarity index 100% rename from Coding/Codex-cpp/.codex/skills/harness-review/SKILL.md rename to Codex/Coding/Codex-cpp/.codex/skills/harness-review/SKILL.md diff --git a/Coding/Codex-cpp/.codex/skills/harness-review/agents/openai.yaml b/Codex/Coding/Codex-cpp/.codex/skills/harness-review/agents/openai.yaml similarity index 100% rename from Coding/Codex-cpp/.codex/skills/harness-review/agents/openai.yaml rename to Codex/Coding/Codex-cpp/.codex/skills/harness-review/agents/openai.yaml diff --git a/Coding/Codex-cpp/.codex/skills/harness-workflow/SKILL.md b/Codex/Coding/Codex-cpp/.codex/skills/harness-workflow/SKILL.md similarity index 100% rename from Coding/Codex-cpp/.codex/skills/harness-workflow/SKILL.md rename to Codex/Coding/Codex-cpp/.codex/skills/harness-workflow/SKILL.md diff --git a/Coding/Codex-cpp/.codex/skills/harness-workflow/agents/openai.yaml b/Codex/Coding/Codex-cpp/.codex/skills/harness-workflow/agents/openai.yaml similarity index 100% rename from Coding/Codex-cpp/.codex/skills/harness-workflow/agents/openai.yaml rename to Codex/Coding/Codex-cpp/.codex/skills/harness-workflow/agents/openai.yaml diff --git a/Coding/Codex-cpp/.gitignore b/Codex/Coding/Codex-cpp/.gitignore similarity index 100% rename from Coding/Codex-cpp/.gitignore rename to Codex/Coding/Codex-cpp/.gitignore diff --git a/Coding/Codex-cpp/AGENTS.md b/Codex/Coding/Codex-cpp/AGENTS.md similarity index 100% rename from Coding/Codex-cpp/AGENTS.md rename to Codex/Coding/Codex-cpp/AGENTS.md diff --git a/Coding/Codex-cpp/docs/ADR.md b/Codex/Coding/Codex-cpp/docs/ADR.md similarity index 100% rename from Coding/Codex-cpp/docs/ADR.md rename to Codex/Coding/Codex-cpp/docs/ADR.md diff --git a/Coding/Codex-cpp/docs/ARCHITECTURE.md b/Codex/Coding/Codex-cpp/docs/ARCHITECTURE.md similarity index 100% rename from Coding/Codex-cpp/docs/ARCHITECTURE.md rename to Codex/Coding/Codex-cpp/docs/ARCHITECTURE.md diff --git a/Coding/Codex-cpp/docs/PRD.md b/Codex/Coding/Codex-cpp/docs/PRD.md similarity index 100% rename from Coding/Codex-cpp/docs/PRD.md rename to Codex/Coding/Codex-cpp/docs/PRD.md diff --git a/Coding/Codex-cpp/docs/UI_GUIDE.md b/Codex/Coding/Codex-cpp/docs/UI_GUIDE.md similarity index 100% rename from Coding/Codex-cpp/docs/UI_GUIDE.md rename to Codex/Coding/Codex-cpp/docs/UI_GUIDE.md diff --git a/Coding/Codex-cpp/scripts/execute.py b/Codex/Coding/Codex-cpp/scripts/execute.py similarity index 100% rename from Coding/Codex-cpp/scripts/execute.py rename to Codex/Coding/Codex-cpp/scripts/execute.py diff --git a/Coding/Codex-cpp/scripts/test_pre_commit_checks.py b/Codex/Coding/Codex-cpp/scripts/test_pre_commit_checks.py similarity index 100% rename from Coding/Codex-cpp/scripts/test_pre_commit_checks.py rename to Codex/Coding/Codex-cpp/scripts/test_pre_commit_checks.py diff --git a/Coding/Codex-cpp/scripts/test_tdd_guard.py b/Codex/Coding/Codex-cpp/scripts/test_tdd_guard.py similarity index 100% rename from Coding/Codex-cpp/scripts/test_tdd_guard.py rename to Codex/Coding/Codex-cpp/scripts/test_tdd_guard.py diff --git a/Coding/Codex-cpp/scripts/test_validate_workspace.py b/Codex/Coding/Codex-cpp/scripts/test_validate_workspace.py similarity index 100% rename from Coding/Codex-cpp/scripts/test_validate_workspace.py rename to Codex/Coding/Codex-cpp/scripts/test_validate_workspace.py diff --git a/Coding/Codex-cpp/scripts/validate_workspace.py b/Codex/Coding/Codex-cpp/scripts/validate_workspace.py similarity index 100% rename from Coding/Codex-cpp/scripts/validate_workspace.py rename to Codex/Coding/Codex-cpp/scripts/validate_workspace.py diff --git a/Coding/Codex-tsjs/.codex/config.toml b/Codex/Coding/Codex-tsjs/.codex/config.toml similarity index 100% rename from Coding/Codex-tsjs/.codex/config.toml rename to Codex/Coding/Codex-tsjs/.codex/config.toml diff --git a/Coding/Codex-tsjs/.codex/hooks.json b/Codex/Coding/Codex-tsjs/.codex/hooks.json similarity index 100% rename from Coding/Codex-tsjs/.codex/hooks.json rename to Codex/Coding/Codex-tsjs/.codex/hooks.json diff --git a/Coding/Codex-tsjs/.codex/hooks/pre_commit_checks.py b/Codex/Coding/Codex-tsjs/.codex/hooks/pre_commit_checks.py similarity index 100% rename from Coding/Codex-tsjs/.codex/hooks/pre_commit_checks.py rename to Codex/Coding/Codex-tsjs/.codex/hooks/pre_commit_checks.py diff --git a/Coding/Codex-tsjs/.codex/hooks/tdd-guard.py b/Codex/Coding/Codex-tsjs/.codex/hooks/tdd-guard.py similarity index 100% rename from Coding/Codex-tsjs/.codex/hooks/tdd-guard.py rename to Codex/Coding/Codex-tsjs/.codex/hooks/tdd-guard.py diff --git a/Coding/Codex-tsjs/.codex/skills/harness-review/SKILL.md b/Codex/Coding/Codex-tsjs/.codex/skills/harness-review/SKILL.md similarity index 100% rename from Coding/Codex-tsjs/.codex/skills/harness-review/SKILL.md rename to Codex/Coding/Codex-tsjs/.codex/skills/harness-review/SKILL.md diff --git a/Coding/Codex-tsjs/.codex/skills/harness-review/agents/openai.yaml b/Codex/Coding/Codex-tsjs/.codex/skills/harness-review/agents/openai.yaml similarity index 100% rename from Coding/Codex-tsjs/.codex/skills/harness-review/agents/openai.yaml rename to Codex/Coding/Codex-tsjs/.codex/skills/harness-review/agents/openai.yaml diff --git a/Coding/Codex-tsjs/.codex/skills/harness-workflow/SKILL.md b/Codex/Coding/Codex-tsjs/.codex/skills/harness-workflow/SKILL.md similarity index 100% rename from Coding/Codex-tsjs/.codex/skills/harness-workflow/SKILL.md rename to Codex/Coding/Codex-tsjs/.codex/skills/harness-workflow/SKILL.md diff --git a/Coding/Codex-tsjs/.codex/skills/harness-workflow/agents/openai.yaml b/Codex/Coding/Codex-tsjs/.codex/skills/harness-workflow/agents/openai.yaml similarity index 100% rename from Coding/Codex-tsjs/.codex/skills/harness-workflow/agents/openai.yaml rename to Codex/Coding/Codex-tsjs/.codex/skills/harness-workflow/agents/openai.yaml diff --git a/Coding/Codex-tsjs/.gitignore b/Codex/Coding/Codex-tsjs/.gitignore similarity index 100% rename from Coding/Codex-tsjs/.gitignore rename to Codex/Coding/Codex-tsjs/.gitignore diff --git a/Coding/Codex-tsjs/AGENTS.md b/Codex/Coding/Codex-tsjs/AGENTS.md similarity index 100% rename from Coding/Codex-tsjs/AGENTS.md rename to Codex/Coding/Codex-tsjs/AGENTS.md diff --git a/Coding/Codex-tsjs/docs/ADR.md b/Codex/Coding/Codex-tsjs/docs/ADR.md similarity index 100% rename from Coding/Codex-tsjs/docs/ADR.md rename to Codex/Coding/Codex-tsjs/docs/ADR.md diff --git a/Coding/Codex-tsjs/docs/ARCHITECTURE.md b/Codex/Coding/Codex-tsjs/docs/ARCHITECTURE.md similarity index 100% rename from Coding/Codex-tsjs/docs/ARCHITECTURE.md rename to Codex/Coding/Codex-tsjs/docs/ARCHITECTURE.md diff --git a/Coding/Codex-tsjs/docs/PRD.md b/Codex/Coding/Codex-tsjs/docs/PRD.md similarity index 100% rename from Coding/Codex-tsjs/docs/PRD.md rename to Codex/Coding/Codex-tsjs/docs/PRD.md diff --git a/Coding/Codex-tsjs/docs/UI_GUIDE.md b/Codex/Coding/Codex-tsjs/docs/UI_GUIDE.md similarity index 100% rename from Coding/Codex-tsjs/docs/UI_GUIDE.md rename to Codex/Coding/Codex-tsjs/docs/UI_GUIDE.md diff --git a/Coding/Codex-tsjs/scripts/execute.py b/Codex/Coding/Codex-tsjs/scripts/execute.py similarity index 100% rename from Coding/Codex-tsjs/scripts/execute.py rename to Codex/Coding/Codex-tsjs/scripts/execute.py diff --git a/Skills/Codex/.system/.codex-system-skills.marker b/Codex/Skills/.system/.codex-system-skills.marker similarity index 100% rename from Skills/Codex/.system/.codex-system-skills.marker rename to Codex/Skills/.system/.codex-system-skills.marker diff --git a/Skills/Codex/.system/imagegen/LICENSE.txt b/Codex/Skills/.system/imagegen/LICENSE.txt similarity index 100% rename from Skills/Codex/.system/imagegen/LICENSE.txt rename to Codex/Skills/.system/imagegen/LICENSE.txt diff --git a/Skills/Codex/.system/imagegen/SKILL.md b/Codex/Skills/.system/imagegen/SKILL.md similarity index 100% rename from Skills/Codex/.system/imagegen/SKILL.md rename to Codex/Skills/.system/imagegen/SKILL.md diff --git a/Skills/Codex/.system/imagegen/agents/openai.yaml b/Codex/Skills/.system/imagegen/agents/openai.yaml similarity index 100% rename from Skills/Codex/.system/imagegen/agents/openai.yaml rename to Codex/Skills/.system/imagegen/agents/openai.yaml diff --git a/Skills/Codex/.system/imagegen/assets/imagegen-small.svg b/Codex/Skills/.system/imagegen/assets/imagegen-small.svg similarity index 100% rename from Skills/Codex/.system/imagegen/assets/imagegen-small.svg rename to Codex/Skills/.system/imagegen/assets/imagegen-small.svg diff --git a/Skills/Codex/.system/imagegen/assets/imagegen.png b/Codex/Skills/.system/imagegen/assets/imagegen.png similarity index 100% rename from Skills/Codex/.system/imagegen/assets/imagegen.png rename to Codex/Skills/.system/imagegen/assets/imagegen.png diff --git a/Skills/Codex/.system/imagegen/references/cli.md b/Codex/Skills/.system/imagegen/references/cli.md similarity index 100% rename from Skills/Codex/.system/imagegen/references/cli.md rename to Codex/Skills/.system/imagegen/references/cli.md diff --git a/Skills/Codex/.system/imagegen/references/codex-network.md b/Codex/Skills/.system/imagegen/references/codex-network.md similarity index 100% rename from Skills/Codex/.system/imagegen/references/codex-network.md rename to Codex/Skills/.system/imagegen/references/codex-network.md diff --git a/Skills/Codex/.system/imagegen/references/image-api.md b/Codex/Skills/.system/imagegen/references/image-api.md similarity index 100% rename from Skills/Codex/.system/imagegen/references/image-api.md rename to Codex/Skills/.system/imagegen/references/image-api.md diff --git a/Skills/Codex/.system/imagegen/references/prompting.md b/Codex/Skills/.system/imagegen/references/prompting.md similarity index 100% rename from Skills/Codex/.system/imagegen/references/prompting.md rename to Codex/Skills/.system/imagegen/references/prompting.md diff --git a/Skills/Codex/.system/imagegen/references/sample-prompts.md b/Codex/Skills/.system/imagegen/references/sample-prompts.md similarity index 100% rename from Skills/Codex/.system/imagegen/references/sample-prompts.md rename to Codex/Skills/.system/imagegen/references/sample-prompts.md diff --git a/Skills/Codex/.system/imagegen/scripts/image_gen.py b/Codex/Skills/.system/imagegen/scripts/image_gen.py similarity index 100% rename from Skills/Codex/.system/imagegen/scripts/image_gen.py rename to Codex/Skills/.system/imagegen/scripts/image_gen.py diff --git a/Skills/Codex/.system/imagegen/scripts/remove_chroma_key.py b/Codex/Skills/.system/imagegen/scripts/remove_chroma_key.py similarity index 100% rename from Skills/Codex/.system/imagegen/scripts/remove_chroma_key.py rename to Codex/Skills/.system/imagegen/scripts/remove_chroma_key.py diff --git a/Skills/Codex/.system/openai-docs/LICENSE.txt b/Codex/Skills/.system/openai-docs/LICENSE.txt similarity index 100% rename from Skills/Codex/.system/openai-docs/LICENSE.txt rename to Codex/Skills/.system/openai-docs/LICENSE.txt diff --git a/Skills/Codex/.system/openai-docs/SKILL.md b/Codex/Skills/.system/openai-docs/SKILL.md similarity index 100% rename from Skills/Codex/.system/openai-docs/SKILL.md rename to Codex/Skills/.system/openai-docs/SKILL.md diff --git a/Skills/Codex/.system/openai-docs/agents/openai.yaml b/Codex/Skills/.system/openai-docs/agents/openai.yaml similarity index 100% rename from Skills/Codex/.system/openai-docs/agents/openai.yaml rename to Codex/Skills/.system/openai-docs/agents/openai.yaml diff --git a/Skills/Codex/.system/openai-docs/assets/openai-small.svg b/Codex/Skills/.system/openai-docs/assets/openai-small.svg similarity index 100% rename from Skills/Codex/.system/openai-docs/assets/openai-small.svg rename to Codex/Skills/.system/openai-docs/assets/openai-small.svg diff --git a/Skills/Codex/.system/openai-docs/assets/openai.png b/Codex/Skills/.system/openai-docs/assets/openai.png similarity index 100% rename from Skills/Codex/.system/openai-docs/assets/openai.png rename to Codex/Skills/.system/openai-docs/assets/openai.png diff --git a/Skills/Codex/.system/openai-docs/references/latest-model.md b/Codex/Skills/.system/openai-docs/references/latest-model.md similarity index 100% rename from Skills/Codex/.system/openai-docs/references/latest-model.md rename to Codex/Skills/.system/openai-docs/references/latest-model.md diff --git a/Skills/Codex/.system/openai-docs/references/prompting-guide.md b/Codex/Skills/.system/openai-docs/references/prompting-guide.md similarity index 100% rename from Skills/Codex/.system/openai-docs/references/prompting-guide.md rename to Codex/Skills/.system/openai-docs/references/prompting-guide.md diff --git a/Skills/Codex/.system/openai-docs/references/upgrade-guide.md b/Codex/Skills/.system/openai-docs/references/upgrade-guide.md similarity index 100% rename from Skills/Codex/.system/openai-docs/references/upgrade-guide.md rename to Codex/Skills/.system/openai-docs/references/upgrade-guide.md diff --git a/Skills/Codex/.system/openai-docs/scripts/fetch-codex-manual.mjs b/Codex/Skills/.system/openai-docs/scripts/fetch-codex-manual.mjs similarity index 100% rename from Skills/Codex/.system/openai-docs/scripts/fetch-codex-manual.mjs rename to Codex/Skills/.system/openai-docs/scripts/fetch-codex-manual.mjs diff --git a/Skills/Codex/.system/openai-docs/scripts/resolve-latest-model-info.js b/Codex/Skills/.system/openai-docs/scripts/resolve-latest-model-info.js similarity index 100% rename from Skills/Codex/.system/openai-docs/scripts/resolve-latest-model-info.js rename to Codex/Skills/.system/openai-docs/scripts/resolve-latest-model-info.js diff --git a/Skills/Codex/.system/plugin-creator/SKILL.md b/Codex/Skills/.system/plugin-creator/SKILL.md similarity index 100% rename from Skills/Codex/.system/plugin-creator/SKILL.md rename to Codex/Skills/.system/plugin-creator/SKILL.md diff --git a/Skills/Codex/.system/plugin-creator/agents/openai.yaml b/Codex/Skills/.system/plugin-creator/agents/openai.yaml similarity index 100% rename from Skills/Codex/.system/plugin-creator/agents/openai.yaml rename to Codex/Skills/.system/plugin-creator/agents/openai.yaml diff --git a/Skills/Codex/.system/plugin-creator/assets/plugin-creator-small.svg b/Codex/Skills/.system/plugin-creator/assets/plugin-creator-small.svg similarity index 100% rename from Skills/Codex/.system/plugin-creator/assets/plugin-creator-small.svg rename to Codex/Skills/.system/plugin-creator/assets/plugin-creator-small.svg diff --git a/Skills/Codex/.system/plugin-creator/assets/plugin-creator.png b/Codex/Skills/.system/plugin-creator/assets/plugin-creator.png similarity index 100% rename from Skills/Codex/.system/plugin-creator/assets/plugin-creator.png rename to Codex/Skills/.system/plugin-creator/assets/plugin-creator.png diff --git a/Skills/Codex/.system/plugin-creator/references/installing-and-updating.md b/Codex/Skills/.system/plugin-creator/references/installing-and-updating.md similarity index 100% rename from Skills/Codex/.system/plugin-creator/references/installing-and-updating.md rename to Codex/Skills/.system/plugin-creator/references/installing-and-updating.md diff --git a/Skills/Codex/.system/plugin-creator/references/plugin-json-spec.md b/Codex/Skills/.system/plugin-creator/references/plugin-json-spec.md similarity index 100% rename from Skills/Codex/.system/plugin-creator/references/plugin-json-spec.md rename to Codex/Skills/.system/plugin-creator/references/plugin-json-spec.md diff --git a/Skills/Codex/.system/plugin-creator/scripts/create_basic_plugin.py b/Codex/Skills/.system/plugin-creator/scripts/create_basic_plugin.py similarity index 100% rename from Skills/Codex/.system/plugin-creator/scripts/create_basic_plugin.py rename to Codex/Skills/.system/plugin-creator/scripts/create_basic_plugin.py diff --git a/Skills/Codex/.system/plugin-creator/scripts/read_marketplace_name.py b/Codex/Skills/.system/plugin-creator/scripts/read_marketplace_name.py similarity index 100% rename from Skills/Codex/.system/plugin-creator/scripts/read_marketplace_name.py rename to Codex/Skills/.system/plugin-creator/scripts/read_marketplace_name.py diff --git a/Skills/Codex/.system/plugin-creator/scripts/update_plugin_cachebuster.py b/Codex/Skills/.system/plugin-creator/scripts/update_plugin_cachebuster.py similarity index 100% rename from Skills/Codex/.system/plugin-creator/scripts/update_plugin_cachebuster.py rename to Codex/Skills/.system/plugin-creator/scripts/update_plugin_cachebuster.py diff --git a/Skills/Codex/.system/plugin-creator/scripts/validate_plugin.py b/Codex/Skills/.system/plugin-creator/scripts/validate_plugin.py similarity index 100% rename from Skills/Codex/.system/plugin-creator/scripts/validate_plugin.py rename to Codex/Skills/.system/plugin-creator/scripts/validate_plugin.py diff --git a/Skills/Codex/.system/skill-creator/SKILL.md b/Codex/Skills/.system/skill-creator/SKILL.md similarity index 100% rename from Skills/Codex/.system/skill-creator/SKILL.md rename to Codex/Skills/.system/skill-creator/SKILL.md diff --git a/Skills/Codex/.system/skill-creator/agents/openai.yaml b/Codex/Skills/.system/skill-creator/agents/openai.yaml similarity index 100% rename from Skills/Codex/.system/skill-creator/agents/openai.yaml rename to Codex/Skills/.system/skill-creator/agents/openai.yaml diff --git a/Skills/Codex/.system/skill-creator/assets/skill-creator-small.svg b/Codex/Skills/.system/skill-creator/assets/skill-creator-small.svg similarity index 100% rename from Skills/Codex/.system/skill-creator/assets/skill-creator-small.svg rename to Codex/Skills/.system/skill-creator/assets/skill-creator-small.svg diff --git a/Skills/Codex/.system/skill-creator/assets/skill-creator.png b/Codex/Skills/.system/skill-creator/assets/skill-creator.png similarity index 100% rename from Skills/Codex/.system/skill-creator/assets/skill-creator.png rename to Codex/Skills/.system/skill-creator/assets/skill-creator.png diff --git a/Skills/Codex/.system/skill-creator/license.txt b/Codex/Skills/.system/skill-creator/license.txt similarity index 100% rename from Skills/Codex/.system/skill-creator/license.txt rename to Codex/Skills/.system/skill-creator/license.txt diff --git a/Skills/Codex/.system/skill-creator/references/openai_yaml.md b/Codex/Skills/.system/skill-creator/references/openai_yaml.md similarity index 100% rename from Skills/Codex/.system/skill-creator/references/openai_yaml.md rename to Codex/Skills/.system/skill-creator/references/openai_yaml.md diff --git a/Skills/Codex/.system/skill-creator/scripts/__pycache__/generate_openai_yaml.cpython-312.pyc b/Codex/Skills/.system/skill-creator/scripts/__pycache__/generate_openai_yaml.cpython-312.pyc similarity index 100% rename from Skills/Codex/.system/skill-creator/scripts/__pycache__/generate_openai_yaml.cpython-312.pyc rename to Codex/Skills/.system/skill-creator/scripts/__pycache__/generate_openai_yaml.cpython-312.pyc diff --git a/Skills/Codex/.system/skill-creator/scripts/generate_openai_yaml.py b/Codex/Skills/.system/skill-creator/scripts/generate_openai_yaml.py similarity index 100% rename from Skills/Codex/.system/skill-creator/scripts/generate_openai_yaml.py rename to Codex/Skills/.system/skill-creator/scripts/generate_openai_yaml.py diff --git a/Skills/Codex/.system/skill-creator/scripts/init_skill.py b/Codex/Skills/.system/skill-creator/scripts/init_skill.py similarity index 100% rename from Skills/Codex/.system/skill-creator/scripts/init_skill.py rename to Codex/Skills/.system/skill-creator/scripts/init_skill.py diff --git a/Skills/Codex/.system/skill-creator/scripts/quick_validate.py b/Codex/Skills/.system/skill-creator/scripts/quick_validate.py similarity index 100% rename from Skills/Codex/.system/skill-creator/scripts/quick_validate.py rename to Codex/Skills/.system/skill-creator/scripts/quick_validate.py diff --git a/Skills/Codex/.system/skill-installer/LICENSE.txt b/Codex/Skills/.system/skill-installer/LICENSE.txt similarity index 100% rename from Skills/Codex/.system/skill-installer/LICENSE.txt rename to Codex/Skills/.system/skill-installer/LICENSE.txt diff --git a/Skills/Codex/.system/skill-installer/SKILL.md b/Codex/Skills/.system/skill-installer/SKILL.md similarity index 100% rename from Skills/Codex/.system/skill-installer/SKILL.md rename to Codex/Skills/.system/skill-installer/SKILL.md diff --git a/Skills/Codex/.system/skill-installer/agents/openai.yaml b/Codex/Skills/.system/skill-installer/agents/openai.yaml similarity index 100% rename from Skills/Codex/.system/skill-installer/agents/openai.yaml rename to Codex/Skills/.system/skill-installer/agents/openai.yaml diff --git a/Skills/Codex/.system/skill-installer/assets/skill-installer-small.svg b/Codex/Skills/.system/skill-installer/assets/skill-installer-small.svg similarity index 100% rename from Skills/Codex/.system/skill-installer/assets/skill-installer-small.svg rename to Codex/Skills/.system/skill-installer/assets/skill-installer-small.svg diff --git a/Skills/Codex/.system/skill-installer/assets/skill-installer.png b/Codex/Skills/.system/skill-installer/assets/skill-installer.png similarity index 100% rename from Skills/Codex/.system/skill-installer/assets/skill-installer.png rename to Codex/Skills/.system/skill-installer/assets/skill-installer.png diff --git a/Skills/Codex/.system/skill-installer/scripts/github_utils.py b/Codex/Skills/.system/skill-installer/scripts/github_utils.py similarity index 100% rename from Skills/Codex/.system/skill-installer/scripts/github_utils.py rename to Codex/Skills/.system/skill-installer/scripts/github_utils.py diff --git a/Skills/Codex/.system/skill-installer/scripts/install-skill-from-github.py b/Codex/Skills/.system/skill-installer/scripts/install-skill-from-github.py similarity index 100% rename from Skills/Codex/.system/skill-installer/scripts/install-skill-from-github.py rename to Codex/Skills/.system/skill-installer/scripts/install-skill-from-github.py diff --git a/Skills/Codex/.system/skill-installer/scripts/list-skills.py b/Codex/Skills/.system/skill-installer/scripts/list-skills.py similarity index 100% rename from Skills/Codex/.system/skill-installer/scripts/list-skills.py rename to Codex/Skills/.system/skill-installer/scripts/list-skills.py diff --git a/Skills/Codex/grill-me/SKILL.md b/Codex/Skills/grill-me/SKILL.md similarity index 100% rename from Skills/Codex/grill-me/SKILL.md rename to Codex/Skills/grill-me/SKILL.md diff --git a/Skills/Codex/grill-me/agents/openai.yaml b/Codex/Skills/grill-me/agents/openai.yaml similarity index 100% rename from Skills/Codex/grill-me/agents/openai.yaml rename to Codex/Skills/grill-me/agents/openai.yaml diff --git a/Skills/Codex/spreadsheet/LICENSE.txt b/Codex/Skills/spreadsheet/LICENSE.txt similarity index 100% rename from Skills/Codex/spreadsheet/LICENSE.txt rename to Codex/Skills/spreadsheet/LICENSE.txt diff --git a/Skills/Codex/spreadsheet/SKILL.md b/Codex/Skills/spreadsheet/SKILL.md similarity index 100% rename from Skills/Codex/spreadsheet/SKILL.md rename to Codex/Skills/spreadsheet/SKILL.md diff --git a/Skills/Codex/spreadsheet/agents/openai.yaml b/Codex/Skills/spreadsheet/agents/openai.yaml similarity index 100% rename from Skills/Codex/spreadsheet/agents/openai.yaml rename to Codex/Skills/spreadsheet/agents/openai.yaml diff --git a/Skills/Codex/spreadsheet/assets/spreadsheet-small.svg b/Codex/Skills/spreadsheet/assets/spreadsheet-small.svg similarity index 100% rename from Skills/Codex/spreadsheet/assets/spreadsheet-small.svg rename to Codex/Skills/spreadsheet/assets/spreadsheet-small.svg diff --git a/Skills/Codex/spreadsheet/assets/spreadsheet.png b/Codex/Skills/spreadsheet/assets/spreadsheet.png similarity index 100% rename from Skills/Codex/spreadsheet/assets/spreadsheet.png rename to Codex/Skills/spreadsheet/assets/spreadsheet.png diff --git a/Skills/Codex/spreadsheet/references/examples/openpyxl/create_basic_spreadsheet.py b/Codex/Skills/spreadsheet/references/examples/openpyxl/create_basic_spreadsheet.py similarity index 100% rename from Skills/Codex/spreadsheet/references/examples/openpyxl/create_basic_spreadsheet.py rename to Codex/Skills/spreadsheet/references/examples/openpyxl/create_basic_spreadsheet.py diff --git a/Skills/Codex/spreadsheet/references/examples/openpyxl/create_spreadsheet_with_styling.py b/Codex/Skills/spreadsheet/references/examples/openpyxl/create_spreadsheet_with_styling.py similarity index 100% rename from Skills/Codex/spreadsheet/references/examples/openpyxl/create_spreadsheet_with_styling.py rename to Codex/Skills/spreadsheet/references/examples/openpyxl/create_spreadsheet_with_styling.py diff --git a/Skills/Codex/spreadsheet/references/examples/openpyxl/read_existing_spreadsheet.py b/Codex/Skills/spreadsheet/references/examples/openpyxl/read_existing_spreadsheet.py similarity index 100% rename from Skills/Codex/spreadsheet/references/examples/openpyxl/read_existing_spreadsheet.py rename to Codex/Skills/spreadsheet/references/examples/openpyxl/read_existing_spreadsheet.py diff --git a/Skills/Codex/spreadsheet/references/examples/openpyxl/styling_spreadsheet.py b/Codex/Skills/spreadsheet/references/examples/openpyxl/styling_spreadsheet.py similarity index 100% rename from Skills/Codex/spreadsheet/references/examples/openpyxl/styling_spreadsheet.py rename to Codex/Skills/spreadsheet/references/examples/openpyxl/styling_spreadsheet.py diff --git a/plugins/agents-md-management/.codex-plugin/plugin.json b/Codex/plugins/agents-md-management/.codex-plugin/plugin.json similarity index 100% rename from plugins/agents-md-management/.codex-plugin/plugin.json rename to Codex/plugins/agents-md-management/.codex-plugin/plugin.json diff --git a/plugins/agents-md-management/LICENSE b/Codex/plugins/agents-md-management/LICENSE similarity index 100% rename from plugins/agents-md-management/LICENSE rename to Codex/plugins/agents-md-management/LICENSE diff --git a/plugins/agents-md-management/README.md b/Codex/plugins/agents-md-management/README.md similarity index 100% rename from plugins/agents-md-management/README.md rename to Codex/plugins/agents-md-management/README.md diff --git a/plugins/agents-md-management/skills/agents-md-improver/SKILL.md b/Codex/plugins/agents-md-management/skills/agents-md-improver/SKILL.md similarity index 100% rename from plugins/agents-md-management/skills/agents-md-improver/SKILL.md rename to Codex/plugins/agents-md-management/skills/agents-md-improver/SKILL.md diff --git a/plugins/agents-md-management/skills/agents-md-improver/references/quality-criteria.md b/Codex/plugins/agents-md-management/skills/agents-md-improver/references/quality-criteria.md similarity index 100% rename from plugins/agents-md-management/skills/agents-md-improver/references/quality-criteria.md rename to Codex/plugins/agents-md-management/skills/agents-md-improver/references/quality-criteria.md diff --git a/plugins/agents-md-management/skills/agents-md-improver/references/templates.md b/Codex/plugins/agents-md-management/skills/agents-md-improver/references/templates.md similarity index 100% rename from plugins/agents-md-management/skills/agents-md-improver/references/templates.md rename to Codex/plugins/agents-md-management/skills/agents-md-improver/references/templates.md diff --git a/plugins/agents-md-management/skills/agents-md-improver/references/update-guidelines.md b/Codex/plugins/agents-md-management/skills/agents-md-improver/references/update-guidelines.md similarity index 100% rename from plugins/agents-md-management/skills/agents-md-improver/references/update-guidelines.md rename to Codex/plugins/agents-md-management/skills/agents-md-improver/references/update-guidelines.md diff --git a/plugins/agents-md-management/skills/revise-agents-md/SKILL.md b/Codex/plugins/agents-md-management/skills/revise-agents-md/SKILL.md similarity index 100% rename from plugins/agents-md-management/skills/revise-agents-md/SKILL.md rename to Codex/plugins/agents-md-management/skills/revise-agents-md/SKILL.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/.codex-plugin/plugin.json b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/.codex-plugin/plugin.json similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/.codex-plugin/plugin.json rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/.codex-plugin/plugin.json diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/LICENSE b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/LICENSE similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/LICENSE rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/LICENSE diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/README.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/README.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/README.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/README.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/assets/claude-md-improver-example.png b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/assets/claude-md-improver-example.png similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/assets/claude-md-improver-example.png rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/assets/claude-md-improver-example.png diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/assets/revise-claude-md-example.png b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/assets/revise-claude-md-example.png similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/assets/revise-claude-md-example.png rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/assets/revise-claude-md-example.png diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/SKILL.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/SKILL.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/SKILL.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/SKILL.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/quality-criteria.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/quality-criteria.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/quality-criteria.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/quality-criteria.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/templates.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/templates.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/templates.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/templates.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/update-guidelines.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/update-guidelines.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/update-guidelines.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/claude-md-improver/references/update-guidelines.md diff --git a/plugins/cache/local-personal/claude-md-management/1.0.0/skills/revise-claude-md/SKILL.md b/Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/revise-claude-md/SKILL.md similarity index 100% rename from plugins/cache/local-personal/claude-md-management/1.0.0/skills/revise-claude-md/SKILL.md rename to Codex/plugins/cache/local-personal/claude-md-management/1.0.0/skills/revise-claude-md/SKILL.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/api-multi-tab.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/api-multi-tab.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/api-multi-tab.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/api-multi-tab.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/control-in-app-browser-multi-tab.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/control-in-app-browser-multi-tab.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/control-in-app-browser-multi-tab.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/control-in-app-browser-multi-tab.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/plugin.json b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/plugin.json similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/plugin.json rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/.codex-plugin/plugin.json diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/assets/browser.png b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/assets/browser.png similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/assets/browser.png rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/assets/browser.png diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/assets/composer-icon.png b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/assets/composer-icon.png similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/assets/composer-icon.png rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/assets/composer-icon.png diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/api-troubleshooting.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/api-troubleshooting.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/api-troubleshooting.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/api-troubleshooting.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/api.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/api.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/api.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/api.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/viewport.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/viewport.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/viewport.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/viewport.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/visibility.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/visibility.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/visibility.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/browser/visibility.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/tab/pageAssets.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/tab/pageAssets.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/tab/pageAssets.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/capabilities/tab/pageAssets.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/confirmations.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/confirmations.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/confirmations.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/confirmations.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/playwright.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/playwright.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/playwright.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/playwright.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/docs/screenshots.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/screenshots.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/docs/screenshots.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/docs/screenshots.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/scripts/browser-client.mjs b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/scripts/browser-client.mjs similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/scripts/browser-client.mjs rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/scripts/browser-client.mjs diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/SKILL.md b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/SKILL.md similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/SKILL.md rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/SKILL.md diff --git a/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/agents/openai.yaml b/Codex/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/agents/openai.yaml rename to Codex/plugins/cache/openai-bundled/browser/26.608.12217/skills/control-in-app-browser/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/.codex-plugin/plugin.json b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/.codex-plugin/plugin.json similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/.codex-plugin/plugin.json rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/.codex-plugin/plugin.json diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/CODE_OF_CONDUCT.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/CODE_OF_CONDUCT.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/CODE_OF_CONDUCT.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/CODE_OF_CONDUCT.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/LICENSE b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/LICENSE similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/LICENSE rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/LICENSE diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/README.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/README.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/README.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/README.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/assets/app-icon.png b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/assets/app-icon.png similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/assets/app-icon.png rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/assets/app-icon.png diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/assets/superpowers-small.svg b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/assets/superpowers-small.svg similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/assets/superpowers-small.svg rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/assets/superpowers-small.svg diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/frame-template.html b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/frame-template.html similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/frame-template.html rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/frame-template.html diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/helper.js b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/helper.js similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/helper.js rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/helper.js diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/server.cjs b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/server.cjs similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/server.cjs rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/server.cjs diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/start-server.sh b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/start-server.sh similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/start-server.sh rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/start-server.sh diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/stop-server.sh b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/stop-server.sh similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/stop-server.sh rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/scripts/stop-server.sh diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/spec-document-reviewer-prompt.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/spec-document-reviewer-prompt.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/spec-document-reviewer-prompt.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/spec-document-reviewer-prompt.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/visual-companion.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/visual-companion.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/visual-companion.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/brainstorming/visual-companion.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/dispatching-parallel-agents/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/executing-plans/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/finishing-a-development-branch/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/receiving-code-review/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/code-reviewer.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/code-reviewer.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/code-reviewer.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/requesting-code-review/code-reviewer.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/code-quality-reviewer-prompt.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/code-quality-reviewer-prompt.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/code-quality-reviewer-prompt.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/code-quality-reviewer-prompt.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/implementer-prompt.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/implementer-prompt.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/implementer-prompt.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/implementer-prompt.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/spec-reviewer-prompt.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/spec-reviewer-prompt.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/spec-reviewer-prompt.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/subagent-driven-development/spec-reviewer-prompt.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/CREATION-LOG.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/CREATION-LOG.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/CREATION-LOG.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/CREATION-LOG.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting-example.ts b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting-example.ts similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting-example.ts rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting-example.ts diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/condition-based-waiting.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/defense-in-depth.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/defense-in-depth.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/defense-in-depth.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/defense-in-depth.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/find-polluter.sh b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/find-polluter.sh similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/find-polluter.sh rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/find-polluter.sh diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/root-cause-tracing.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/root-cause-tracing.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/root-cause-tracing.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/root-cause-tracing.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-academic.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-academic.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-academic.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-academic.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-1.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-1.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-1.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-1.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-2.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-2.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-2.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-2.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-3.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-3.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-3.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/systematic-debugging/test-pressure-3.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/testing-anti-patterns.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/testing-anti-patterns.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/testing-anti-patterns.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/test-driven-development/testing-anti-patterns.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-git-worktrees/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/codex-tools.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/codex-tools.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/codex-tools.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/codex-tools.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/copilot-tools.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/copilot-tools.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/copilot-tools.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/copilot-tools.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/gemini-tools.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/gemini-tools.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/gemini-tools.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/using-superpowers/references/gemini-tools.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/verification-before-completion/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/plan-document-reviewer-prompt.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/plan-document-reviewer-prompt.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/plan-document-reviewer-prompt.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-plans/plan-document-reviewer-prompt.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/SKILL.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/SKILL.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/SKILL.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/SKILL.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/agents/openai.yaml b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/agents/openai.yaml similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/agents/openai.yaml rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/agents/openai.yaml diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/anthropic-best-practices.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/anthropic-best-practices.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/anthropic-best-practices.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/anthropic-best-practices.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/examples/CLAUDE_MD_TESTING.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/examples/CLAUDE_MD_TESTING.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/examples/CLAUDE_MD_TESTING.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/examples/CLAUDE_MD_TESTING.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/graphviz-conventions.dot b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/graphviz-conventions.dot similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/graphviz-conventions.dot rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/graphviz-conventions.dot diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/persuasion-principles.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/persuasion-principles.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/persuasion-principles.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/persuasion-principles.md diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/render-graphs.js b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/render-graphs.js similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/render-graphs.js rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/render-graphs.js diff --git a/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/testing-skills-with-subagents.md b/Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/testing-skills-with-subagents.md similarity index 100% rename from plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/testing-skills-with-subagents.md rename to Codex/plugins/cache/openai-curated/superpowers/c6ea566d/skills/writing-skills/testing-skills-with-subagents.md diff --git a/Coding/Gemini/.agents/skills/harness-review/SKILL.md b/Gemini/Coding/Gemini-tsjs/.agents/skills/harness-review/SKILL.md similarity index 100% rename from Coding/Gemini/.agents/skills/harness-review/SKILL.md rename to Gemini/Coding/Gemini-tsjs/.agents/skills/harness-review/SKILL.md diff --git a/Coding/Gemini/.agents/skills/harness-review/agents/openai.yaml b/Gemini/Coding/Gemini-tsjs/.agents/skills/harness-review/agents/openai.yaml similarity index 100% rename from Coding/Gemini/.agents/skills/harness-review/agents/openai.yaml rename to Gemini/Coding/Gemini-tsjs/.agents/skills/harness-review/agents/openai.yaml diff --git a/Coding/Gemini/.agents/skills/harness-workflow/SKILL.md b/Gemini/Coding/Gemini-tsjs/.agents/skills/harness-workflow/SKILL.md similarity index 100% rename from Coding/Gemini/.agents/skills/harness-workflow/SKILL.md rename to Gemini/Coding/Gemini-tsjs/.agents/skills/harness-workflow/SKILL.md diff --git a/Coding/Gemini/.agents/skills/harness-workflow/agents/openai.yaml b/Gemini/Coding/Gemini-tsjs/.agents/skills/harness-workflow/agents/openai.yaml similarity index 100% rename from Coding/Gemini/.agents/skills/harness-workflow/agents/openai.yaml rename to Gemini/Coding/Gemini-tsjs/.agents/skills/harness-workflow/agents/openai.yaml diff --git a/Coding/Gemini/.codex/config.toml b/Gemini/Coding/Gemini-tsjs/.codex/config.toml similarity index 100% rename from Coding/Gemini/.codex/config.toml rename to Gemini/Coding/Gemini-tsjs/.codex/config.toml diff --git a/Coding/Gemini/.codex/hooks.json b/Gemini/Coding/Gemini-tsjs/.codex/hooks.json similarity index 100% rename from Coding/Gemini/.codex/hooks.json rename to Gemini/Coding/Gemini-tsjs/.codex/hooks.json diff --git a/Coding/Gemini/.codex/hooks/pre_commit_checks.py b/Gemini/Coding/Gemini-tsjs/.codex/hooks/pre_commit_checks.py similarity index 100% rename from Coding/Gemini/.codex/hooks/pre_commit_checks.py rename to Gemini/Coding/Gemini-tsjs/.codex/hooks/pre_commit_checks.py diff --git a/Coding/Gemini/.codex/hooks/tdd-guard.py b/Gemini/Coding/Gemini-tsjs/.codex/hooks/tdd-guard.py similarity index 100% rename from Coding/Gemini/.codex/hooks/tdd-guard.py rename to Gemini/Coding/Gemini-tsjs/.codex/hooks/tdd-guard.py diff --git a/Coding/Gemini/.gitignore b/Gemini/Coding/Gemini-tsjs/.gitignore similarity index 100% rename from Coding/Gemini/.gitignore rename to Gemini/Coding/Gemini-tsjs/.gitignore diff --git a/Coding/Gemini/AGENTS.md b/Gemini/Coding/Gemini-tsjs/AGENTS.md similarity index 100% rename from Coding/Gemini/AGENTS.md rename to Gemini/Coding/Gemini-tsjs/AGENTS.md diff --git a/Coding/Gemini/docs/ADR.md b/Gemini/Coding/Gemini-tsjs/docs/ADR.md similarity index 100% rename from Coding/Gemini/docs/ADR.md rename to Gemini/Coding/Gemini-tsjs/docs/ADR.md diff --git a/Coding/Gemini/docs/ARCHITECTURE.md b/Gemini/Coding/Gemini-tsjs/docs/ARCHITECTURE.md similarity index 100% rename from Coding/Gemini/docs/ARCHITECTURE.md rename to Gemini/Coding/Gemini-tsjs/docs/ARCHITECTURE.md diff --git a/Coding/Gemini/docs/PRD.md b/Gemini/Coding/Gemini-tsjs/docs/PRD.md similarity index 100% rename from Coding/Gemini/docs/PRD.md rename to Gemini/Coding/Gemini-tsjs/docs/PRD.md diff --git a/Coding/Gemini/docs/UI_GUIDE.md b/Gemini/Coding/Gemini-tsjs/docs/UI_GUIDE.md similarity index 100% rename from Coding/Gemini/docs/UI_GUIDE.md rename to Gemini/Coding/Gemini-tsjs/docs/UI_GUIDE.md diff --git a/Coding/Gemini/scripts/execute.py b/Gemini/Coding/Gemini-tsjs/scripts/execute.py similarity index 100% rename from Coding/Gemini/scripts/execute.py rename to Gemini/Coding/Gemini-tsjs/scripts/execute.py