Add short descriptions to system skills (#8301)

This commit is contained in:
Gav Verma 2025-12-18 18:44:53 -08:00 committed by GitHub
parent 8120c8765b
commit f4371d2f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,7 @@
name: plan
description: Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
metadata:
short-description: Create and manage plan markdown files under $CODEX_HOME/plans.
short-description: Generate a plan for a complex task
---
# Plan

View file

@ -1,6 +1,8 @@
---
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
---
# Skill Creator