docs: add Codex install symlink instructions#1
docs: add Codex install symlink instructions#1sanogueralorenzo wants to merge 1 commit intohamen:mainfrom
Conversation
ed7f50c to
7748ea6
Compare
7748ea6 to
317b34c
Compare
|
@claude what do you think of this PR? |
|
Claude finished @hamen's task in 48s —— View job PR review: docs: add Codex install symlink instructions
OverallSmall, focused docs change. It cleanly mirrors the existing Claude Code / Cursor blocks, so it's stylistically consistent and easy to read. I'd merge it after one tweak below. Mismatch between PR description and diffThe PR description states:
…but the diff doesn't actually do that — it only hardcodes # Codex (README.md:49-51)
mkdir -p ~/.codex/skills
ln -s "$(pwd)" ~/.codex/skills/jetpack-compose-auditEither the description should be trimmed to match the diff, or the snippet should honor # Codex
CODEX_SKILLS="${CODEX_HOME:-$HOME/.codex}/skills"
mkdir -p "$CODEX_SKILLS"
ln -s "$(pwd)" "$CODEX_SKILLS/jetpack-compose-audit"Minor nits (optional)
VerdictLGTM once the description/diff mismatch is reconciled. Preference: update the snippet to honor |
|
@sanogueralorenzo would you mind giving it another polishing shot, please? |
|
have you considered using skills.sh? https://skills.sh/hamen/compose_skill/jetpack-compose-audit |
@claude what are the advantages of using https://skills.sh ? |
|
Claude finished @hamen's task in 1m 1s —— View job Re: advantages of skills.shQuick disclosure: I couldn't fetch Likely upsides over the symlink block in this PR
Things to weigh before adopting it
Suggestion for this PR specificallyI'd keep the scope of #1 narrow: land the Codex symlink block (with the If you do want to evaluate skills.sh, the things I'd want to confirm before recommending it:
|
Adds the Codex equivalent install commands in the README install section, alongside Claude Code and Cursor instructions.
CODEX_HOMEwhen set$HOME/.codex/skills