You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
metadata:
5
+
short-description: Create or update a skill
6
+
---
7
+
8
+
# Skill Creator
9
+
10
+
This skill provides guidance for creating effective skills.
11
+
12
+
## About Skills
13
+
14
+
Skills are modular, self-contained packages that extend Codex's capabilities by providing
15
+
specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific
16
+
domains or tasks—they transform Codex from a general-purpose agent into a specialized agent
17
+
equipped with procedural knowledge that no model can fully possess.
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).
4
+
metadata:
5
+
short-description: Install curated skills from openai/skills or other repos
6
+
---
7
+
8
+
# Skill Installer
9
+
10
+
Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated, but users can also provide other locations.
11
+
12
+
Use the helper scripts based on the task:
13
+
- List curated skills when the user asks what is available, or if the user uses this skill without specifying what to do.
14
+
- Install from the curated list when the user provides a skill name.
15
+
- Install from another repo when the user provides a GitHub repo/path (including private repos).
0 commit comments