@moubing/codex-skills
v0.1.0
Published
Installer for Moubing's Codex skills.
Readme
Moubing Codex Skills
Install the skills in this repository into a Codex skills directory.
Local test
Windows PowerShell:
cd C:\Users\15183\.codex\skills
node .\bin\install.js --dry-run
node .\bin\install.js --listmacOS/Linux shell:
cd ~/.codex/skills
node ./bin/install.js --dry-run
node ./bin/install.js --listInstall from this Gitea repo
These commands work in PowerShell, bash, and zsh:
npm exec --yes --package git+http://101.35.217.21:3000/moubing/skills.git -- moubing-codex-skillsDry run:
npm exec --yes --package git+http://101.35.217.21:3000/moubing/skills.git -- moubing-codex-skills --dry-runUpdate existing installed skills:
npm exec --yes --package git+http://101.35.217.21:3000/moubing/skills.git -- moubing-codex-skills --updateInstall into another directory:
Windows PowerShell:
npm exec --yes --package git+http://101.35.217.21:3000/moubing/skills.git -- moubing-codex-skills --dest D:\tmp\codex-skillsmacOS/Linux shell:
npm exec --yes --package git+http://101.35.217.21:3000/moubing/skills.git -- moubing-codex-skills --dest /tmp/codex-skillsSafety
- The installer only copies directories that contain
SKILL.md. - Existing skills are skipped by default and listed in the command output.
- Use
--updateto update only skills that already exist locally. Existing directories are moved to a timestamped backup before replacement. - Use
--forceonly when you want to replace existing skills. Existing directories are moved to a timestamped backup before replacement. .system/is not installed.- Machine-specific merge configuration should live outside the skill at
~/.codex/skills-config/merge/projects.json.
Merge skill configuration
The merge skill is machine-specific. After installation, configure:
~/.codex/skills-config/merge/projects.jsonIf this file is missing, the merge script prints guidance for the user or AI assistant to create it.
The detailed configuration guide lives in merge/references/configuration.md.
