codex-install-with-alternatives

Document Codex adapter installation paths and local mirror locations.

3|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/xiongxianfei/rigorloop --skill codex-install-with-alternatives
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-install-with-alternatives
Source: https://github.com/xiongxianfei/rigorloop/tree/main/tests/fixtures/adapters/codex-install-with-alternatives
Command: npx skills add https://github.com/xiongxianfei/rigorloop --skill codex-install-with-alternatives

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents Codex adapter installation locations and alternatives.

Core Features & Use Cases

  • Clarifies where Codex adapters are installed and how to access generated packages; notes that public adapter packages are generated under dist/adapters and that the local Codex mirror resides at .codex/skills/.

Quick Start

Identify the portable generated adapter package location and verify the local Codex mirror under .codex/skills/.

Frequently Asked Questions about codex-install-with-alternatives

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Where are Codex adapter packages installed?

Codex adapter packages are generated under the dist/adapters directory. This location holds the portable generated adapter packages required for your installation scenarios.

How do I locate the local Codex mirror?

The local Codex mirror is located at .codex/skills/. You can verify this path directly in your project structure to access your local Codex skills.

What is the difference between dist/adapters and .codex/skills/?

The dist/adapters directory stores generated public adapter packages, while .codex/skills/ serves as the local Codex mirror for your installed skills and adapters.

How do I find generated adapter packages for Codex?

Generated adapter packages are output to the dist/adapters path. Check this directory to locate the portable adapter packages generated during your build process.

When do I need to document Codex adapter installation locations?

You need to document Codex adapter installation locations when locating generated adapter packages and verifying the local Codex mirror at .codex/skills/ is required for your setup.