ja-so-seo-do-u-mi
취준생을 위한 자소서 작성 스킬
File Explorer
- marketplace.json
- plugin.json
- social-preview-en.png
- social-preview.png
- intent-preservation.md
- make_social_preview.py
- application-naturalness-rules.md
- audit-checklist.md
- diagnosis-taxonomy.md
- field-writing-rules.md
- intake-schema.md
- jd-parser-rules.md
- question-taxonomy.md
- rewrite-playbook.md
- count_korean_length.py
- SKILL.md
- README.en.md
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
codex
View Details ▼
codex
Natural language code assistant for the terminal, powered by OpenAI.
Reads and edits files in your current directory to fulfill requests.
codex
Start an interactive Codex session in the current directory:
codex "{{prompt}}"
Run a single Codex command using a prompt:
codex --sandbox workspace-write "{{prompt}}"
Run a prompt allowing Codex to edit files in the workspace:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
python3
View Details ▼
python3
This command is an alias of `python`.
tldr python
View documentation for the original command:
