From b0e10300544797c9f93b55563df2550ee71c4019 Mon Sep 17 00:00:00 2001 From: Matthew Zeng Date: Mon, 12 Jan 2026 15:03:55 -0800 Subject: [PATCH] update --- skills/.system/skill-creator/SKILL.md | 1 + skills/.system/skill-installer/SKILL.md | 1 + 2 files changed, 2 insertions(+) diff --git a/skills/.system/skill-creator/SKILL.md b/skills/.system/skill-creator/SKILL.md index 7b44b52b..5d0aa44f 100644 --- a/skills/.system/skill-creator/SKILL.md +++ b/skills/.system/skill-creator/SKILL.md @@ -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. metadata: short-description: Create or update a skill + short-instruction: Describe the skill you want to create --- # Skill Creator diff --git a/skills/.system/skill-installer/SKILL.md b/skills/.system/skill-installer/SKILL.md index 313626ac..8ee868e7 100644 --- a/skills/.system/skill-installer/SKILL.md +++ b/skills/.system/skill-installer/SKILL.md @@ -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). metadata: short-description: Install curated skills from openai/skills or other repos + short-instruction: Describe the skill you want to install --- # Skill Installer