Skip to content

zyuapp/unclaude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unclaude

I am making this tool to use Codex and other harnesses in Claude Code focused repos without disrupting the team repo with extra harness files.

@zyuapp/unclaude keeps Claude as the source of truth and adds Codex-facing bridges only when needed.

What it can do

  • create AGENTS.md -> CLAUDE.md
  • create .agents/skills -> .claude/skills
  • add AGENTS.md and .agents/ to the user's global Git ignore

The command requires Git and runs at the repo root. It skips missing Claude-owned sources and refuses to overwrite existing real files or directories.

Usage

npx @zyuapp/unclaude

Interactive mode lets you choose any of the supported actions.

You can also run it with flags:

npx @zyuapp/unclaude --bridge-all
npx @zyuapp/unclaude --bridge-agents
npx @zyuapp/unclaude --bridge-skills
npx @zyuapp/unclaude --global-ignore

About

Bridge Claude-first repos into Codex-compatible symlinks without polluting the repo.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors