Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions codex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Resume Tailoring Skill (Codex Variant)

This folder contains the Codex-specific version of the resume tailoring skill.

- Root `SKILL.md` is kept for Claude Code.
- `codex/SKILL.md` is for Codex.

## Install in Codex

```bash
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo varunr89/resume-tailoring-skill \
--ref master \
--path codex \
--name resume-tailoring
```

Restart Codex after installation.

## Files

- `SKILL.md` - Codex-only workflow
- `research-prompts.md` - company and role research templates
- `matching-strategies.md` - confidence scoring and mapping logic
- `branching-questions.md` - experience discovery patterns
- `multi-job-workflow.md` - batch workflow details
- `scripts/export_resume.py` - local DOCX/PDF export helper
Loading