Rendered directly from the canonical source.
Choose either the skills installer or the native plugin. Using both makes each skill available twice.
Quick Install (Recommended)
npx skills@latest add lencx/skillsSpecific Install (Global)
# Claude Code
npx skills@latest add lencx/skills -a claude-code -g
# Codex
npx skills@latest add lencx/skills -a codex -gPlugin Install
Codex
codex plugin marketplace add lencx/skills
codex plugin add lencx-skills@lencxClaude Code
claude plugin marketplace add lencx/skills
claude plugin install lencx-skills@lencxUpdate Skills
Use the same path you chose for installation.
Skills Installer
# Update the selected project or global scope
npx skills@latest updatePass -p to update project skills only, or -g to update global skills only.
Native Plugin
# Codex — refresh the marketplace, then reinstall from it
codex plugin marketplace upgrade lencx
codex plugin add lencx-skills@lencx
# Claude Code — restart Claude Code after the update
claude plugin update lencx-skills@lencxStart a new Codex task, or restart Claude Code, to load the updated plugin.