Portable, user-authored Skills for Codex.
codex-sync-skills: safely previews and creates approved symbolic links from Windows Skill installations into WSL. It protects conflicts and never copies or overwrites existing Skill destinations.repository-aligned-development: keeps repository work aligned with local instructions, established patterns, user-owned changes, minimal diffs, verification evidence, and explicit authorization gates.crafting-desktop-companion-pets: researches, recommends, builds, repairs, reviews, validates, and packages DesktopCompanion pets across the supported v2, v3, and v4 formats.
Ask Codex:
Use
skill-installerto installskills/codex-sync-skillsandskills/repository-aligned-developmentfromLegender134/codex-skills.
The installer places each selected directory under $CODEX_HOME/skills (or ~/.codex/skills when CODEX_HOME is unset). Restart or reload the Codex client if the new Skills are not discovered immediately.
The pet-production workflow has two separate pieces: install the Skill for Codex guidance, then copy the project overlay into a compatible DesktopCompanion checkout.
Ask Codex:
Use
skill-installerto installskills/crafting-desktop-companion-petsfromLegender134/codex-skills.
This installs the crafting-desktop-companion-pets Skill; skill-installer does not copy the project overlay.
The project overlay is source, configuration, and toolchain material, not a Skill. Copy the contents of templates/desktop-companion-pet-studio (including its hidden .codex directory) into the root of a compatible DesktopCompanion checkout; do not nest the directory. Read the detailed project overlay README for prerequisites, setup, and verification.
Clone this repository, then copy or link the selected directory from skills/ into the user Skill directory for the target Codex installation.
For codex-sync-skills, install the authoritative copy on Windows first. Run its utility inside the intended WSL distribution in preview mode, review portability, and explicitly approve any links before applying them.
agents/repository-aligned-development/AGENTS.md is a portable companion template for Codex's global instructions. Merge its contents into ~/.codex/AGENTS.md when you want the repository-aligned development rules to apply across projects. Preserve any existing environment- or project-specific instructions; do not replace the whole file blindly.
The similarly named skills/repository-aligned-development/agents/openai.yaml is different: it contains UI metadata and the default prompt for the Skill. It is installed with the Skill and is not a global agent configuration file.
Run the portable synchronization test suite from a Linux or WSL shell:
python3 skills/codex-sync-skills/scripts/test_sync_skills.pyMIT