## 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>
## Summary
- Add curated skills from internal: `atlas`, `develop-web-game`,
`figma-implement-design`, `jupyter-notebook`, `openai-docs`,
`playwright`, `sentry`, and `transcribe`
- Normalize repo-root script paths to `skills/.curated/...` within the
copied skill docs
- Remove `dependencies.tools` blocks from all new `agents/openai.yaml`
files (matching the cleanup approach from PR #64)
## Notes
- Atlas validation succeeds via `uv run --python 3.12`
- Develop web game/playwright scripts require local Playwright
dependencies to run