This commit is contained in:
Matthew Zeng
2026-01-12 15:03:55 -08:00
parent 894d404ce8
commit b0e1030054
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ name: skill-creator
description: 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. description: 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.
metadata: metadata:
short-description: Create or update a skill short-description: Create or update a skill
short-instruction: Describe the skill you want to create
--- ---
# Skill Creator # Skill Creator
+1
View File
@@ -3,6 +3,7 @@ name: skill-installer
description: 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). description: 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).
metadata: metadata:
short-description: Install curated skills from openai/skills or other repos short-description: Install curated skills from openai/skills or other repos
short-instruction: Describe the skill you want to install
--- ---
# Skill Installer # Skill Installer