### Motivation
- Remove the curated Sora skill package and all associated runtime/docs
so it no longer appears in the skills catalog.
### Description
- Delete the entire `skills/.curated/sora` directory, removing
`SKILL.md`, `agents/openai.yaml`, `scripts/sora.py`, `assets/*`,
`references/*`, and `LICENSE.txt`.
- Remove the bundled CLI, reference docs, assets, and agent manifest so
the skill is no longer discoverable or installable from this repository.
- No other code paths or files required modifications because skill
discovery is directory-based.
### Testing
- Ran `rg -n "\bsora\b|Sora" skills README.md contributing.md` and
confirmed there are no remaining references (success).
- Verified the directory removal with `test ! -d skills/.curated/sora`
which reported the skill directory is gone (success).
- Checked the repository status with `git status --short` to ensure the
deletions are reflected in the working tree (success).
------
[Codex
Task](https://chatgpt.com/codex/cloud/tasks/task_i_69f193d7125c833196851fb3b90fc534)
## Summary
- Move the `imagegen` skill from `skills/.curated` into `skills/.system`
- Preserve the skill contents and assets under the new installed
location
- Update the CLI reference to point at the new system path
## Testing
- Not run (not requested)
Summary
- document a preliminary `vercel` CLI check and clarify when to escalate
permissions
- align deploy script references with other skills using the `skill_dir`
placeholder for script paths
- spell out fallback behavior when the CLI is missing or lacks
credentials
Testing
- Not run (not requested)
**Summary**
- aligned the Cloudflare, Netlify, and Render deploy skills with the
prereqs and escalation guidance from the Vercel skill
- documented requirement to rerun deployments with
`sandbox_permissions=require_escalated` when sandboxing blocks
networking and reminded that deployments may take several minutes
- added a Troubleshooting section that describes when to request
escalated network access and sample messaging for Cloudflare, Netlify,
and Render
**Testing**
- Not run (not requested)
## Summary
- add small and large icons for the develop-web-game skill
- add matching assets for the jupyter-notebook skill
- add icons and assets for the transcribe skill so every curated
openai.yaml has imagery
## Testing
- Not run (not requested)
Summary
- add MCP configs for both Notion skills mirroring existing structure
with small and large icon references
- add exported Notion assets, small SVG supporting currentColor and PNG
large icon for each skill
Testing
- Not run (not requested)
Summary
- create an openai.yaml manifest for the Linear skill with ownership,
interface, and MCP tooling details matching render-deploy guidance
- add the required small and large asset files (linear-small.svg with
currentColor path and linear.png icon)
Testing
- Not run (not requested)
Summary
- tighten up the `yeet` skill instructions by trimming extra whitespace
and reformatting the workflow steps into consistent Markdown bullets
- clarify that the branch creation step only applies when starting from
main/master/default
Testing
- Not run (not requested)