create-codex
TypeScriptAGENTS.md setup that just works.
Bootstrap every project with the open standard for AI coding agents. One command, zero headaches. Adds a local AGENTS.md file to your project with zero dependencies and zero overhead.
cli agents ai
[features]
Universal Compatibility
Works with Codex, Cursor, Aider, Jules, Zed, Windsurf, Continue
Intelligent Detection
Auto-detects runtime, framework, package manager, git info
Production-Ready
SHA256 verification, atomic operations, automatic backups
Zero Lock-in
One file that works with any AI coding agent
[install]
npm create codex
pnpm create codex
bun create codex
yarn create codex [usage]
npm create codex # Interactive setup
npm create codex my-project # Create in specific directory
npm create codex --dry-run # Preview files
npm create codex --help # All options
# Programmatic usage:
import { init } from 'create-codex';
await init('./my-project'); [requirements]
- Node.js 20+
- Any AI coding agent that supports AGENTS.md
[license]
This project is licensed under the MIT license.