awesome_codex_skills

(★ 22)

Collection of awesome skills with codex. Get best skills to work with codex

File Explorer

  • .gitignore
  • GUIDE.md
  • GUIDE_ar.md
  • GUIDE_de.md
  • GUIDE_es.md
  • GUIDE_fr.md
  • GUIDE_id.md
  • GUIDE_it.md
  • GUIDE_ja.md
  • GUIDE_ko.md
  • GUIDE_pt.md
  • GUIDE_ru.md
  • GUIDE_th.md
  • GUIDE_tw.md
  • GUIDE_vi.md
  • GUIDE_zh.md
  • LICENSE
  • package.json
  • README.md
  • README_ar.md
  • README_de.md
  • README_es.md
  • README_fr.md
  • README_id.md
  • README_it.md
  • README_ja.md
  • README_ko.md
  • README_pt.md
  • README_ru.md
  • README_th.md
  • README_tw.md
  • README_vi.md
  • README_zh.md

# Use via CDN

jsDelivr

jsDelivr 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.

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

🔍

npx

View Details ▼

This command is an alias of `npm exec`.

tldr npm exec

View documentation for the original command:

// repository documentation