skills/.system/skill-installer/SKILL.md
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
npx skillsauth add guicedee/ai-rules skill-installerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Helps install skills. Default sources include:
https://github.com/openai/skills (skills/.curated, and optionally skills/.system)https://github.com/GuicedEE/ai-rules (skills/.curated, and optionally skills/.system)Users can still provide any other GitHub repo/path.
Use the helper scripts based on the task:
.curated across both default sources.Install skills with the helper scripts.
When listing skills, output approximately as follows, depending on the context of the user's request: """ Skills from {repo} ({path}):
After installing a skill, tell the user: "Restart Codex to pick up new skills."
All of these scripts use network, so when running in the sandbox, request escalation when running them.
scripts/list-skills.py (prints skills list with installed annotations)scripts/list-skills.py --format jsonscripts/list-skills.py --source openaiscripts/list-skills.py --include-systemscripts/install-skill-from-defaults.py <skill-name> [<skill-name> ...]scripts/install-skill-from-defaults.py --source guicedee <skill-name>scripts/install-skill-from-defaults.py --curated-only <skill-name>scripts/install-skill-from-github.py --repo <owner>/<repo> --path <path/to/skill> [<path/to/skill> ...]scripts/install-skill-from-github.py --url https://github.com/<owner>/<repo>/tree/<ref>/<path>scripts/install-skill-from-github.py --repo openai/skills --path skills/.experimental/<skill-name>$CODEX_HOME/skills/<skill-name> (defaults to ~/.codex/skills).--path values install multiple skills in one run, each named from the path basename unless --name is supplied.--ref <ref>, --dest <path>, --method auto|download|git.https://github.com/openai/skills/tree/main/skills/.curatedhttps://github.com/GuicedEE/ai-rules/tree/master/skills/.curatedopenai/skills -> mainGuicedEE/ai-rules -> master--include-system to include skills/.system paths for the selected default sources.GuicedEE/ai-rules, the helper scripts also fall back to .claude/skills if skills/.curated / skills/.system are unavailable in the selected ref.GITHUB_TOKEN/GH_TOKEN for download.$CODEX_HOME/skills.tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
development
WebAwesome icon integration for JWebMP — modern, open-source icon library. Provides 1,500+ icons with solid/regular styles, sizing, rotation, animation, and CSS utilities. Drop-in FontAwesome alternative with fresh designs. Use when working with WebAwesome icons, modern icon designs, or as FontAwesome alternative in JWebMP applications.
development
WebAwesome Pro integration for JWebMP with premium icons and features. Extends jwebmp-webawesome with additional styles, premium icons, and advanced features. Use when working with WebAwesome Pro icons or premium WebAwesome features in JWebMP applications.
development
Portable connector between JWebMP and Vert.x 5 powered by GuicedEE. Provides automatic page routing, AJAX event pipeline, data component servlet, CSS endpoint, site-loader script, WebSocket broadcasting via event bus, user-agent detection, and call-scope integration. Use when working with JWebMP Vert.x integration, HTTP routing, AJAX handling, WebSocket communication, or building reactive web applications with JWebMP.