## What changed - add six curated Figma skills: `figma-use`, `figma-generate-design`, `figma-generate-library`, `figma-code-connect-components`, `figma-create-design-system-rules`, and `figma-create-new-file` - refresh the existing `figma` and `figma-implement-design` skill metadata to match the imported partner workflow split - import the referenced assets, maintainers files, docs, and helper scripts that those skills depend on - add a small follow-up cleanup commit to remove repo-unsupported `disable-model-invocation` frontmatter and strip imported trailing whitespace ## Why - Figma asked for the latest skills from `figma/mcp-server-guide` to be available in `openai/skills` - the provided patch needed a small repo-specific cleanup pass to satisfy this repository's skill validation rules ## Impact - makes the expanded Figma skill set available from the curated skills catalog - keeps the imported skills structurally compatible with the current `openai/skills` validation expectations ## Validation - `python3 skills/.system/skill-creator/scripts/quick_validate.py` for `skills/.curated/figma-code-connect-components`, `skills/.curated/figma-create-design-system-rules`, `skills/.curated/figma-create-new-file`, `skills/.curated/figma-generate-design`, `skills/.curated/figma-generate-library`, `skills/.curated/figma-use`, and `skills/.curated/figma-implement-design` - `git diff --check origin/main...HEAD` - `python3 -m py_compile skills/.curated/figma-code-connect-components/scripts/normalize_node_id.py` - `bash -n skills/.curated/figma-create-design-system-rules/scripts/check_agents_md.sh` - `node --check skills/.curated/figma-generate-library/scripts/*.js` --------- Co-authored-by: Ashwin Mathews <ashwinm@openai.com>
Agent Skills
Agent Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks. Write once, use everywhere.
Codex uses skills to help package capabilities that teams and individuals can use to complete specific tasks in a repeatable way. This repository catalogs skills for use and distribution with Codex.
Learn more:
Installing a skill
Skills in .system are automatically installed in the latest version of Codex.
To install curated or experimental skills, you can use the $skill-installer inside Codex.
Curated skills can be installed by name (defaults to skills/.curated):
$skill-installer gh-address-comments
For experimental skills, specify the skill folder. For example:
$skill-installer install the create-plan skill from the .experimental folder
Or provide the GitHub directory URL:
$skill-installer install https://github.com/openai/skills/tree/main/skills/.experimental/create-plan
After installing a skill, restart Codex to pick up new skills.
License
The license of an individual skill can be found directly inside the skill's directory inside the LICENSE.txt file.