@juho0719/codexkit
v0.1.1
Published
Codex Harness Installer - Interactive CLI for installing Codex and agent skills, commands, notify scripts, rules, AGENTS.md, and statusline assets
Downloads
112
Readme
codex-harness
codexkit package source. This repository now follows the claude-code-harness style asset-based installer layout, adapted for Codex.
What It Installs
- Skills from both
assets/skills/codexandassets/skills/agents - Codex commands from
assets/commands - Codex notify scripts from
assets/hooks - Codex rules from
assets/rules AGENTS.mdassets fromassets/agentsmd- Statusline script from
assets/statusline
Source assets were populated from the current local environments:
~/.codex~/.agents
Install
npm i -g @juho0719/codexkit
codexkit --helpLocal Development
npm ci
npm run build
npm run typecheckCLI
codexkit
codexkit --all
codexkit --all --target codex
codexkit --all --target agents
codexkit --all --scope project
codexkit --uninstall
codexkit --versionInteractive mode supports:
- Scope selection: global or project
- Target selection:
.codexor.agents - Skill list is shared; target selection only decides whether skills go under
.codex/skillsor.agents/skills .codextarget additionally installs Codex-only assets such as notify, rules, and statusline
Release
Pushing a tag matching v* triggers npm publish via GitHub Actions.
