mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Add short descriptions to system skills (#8301)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user