17 Commits
Author SHA1 Message Date
Dominik KundelandGitHub af9b54f235 add hatch skill (#384) 2026-05-01 10:55:19 -07:00
Dominik KundelandGitHub fb7b56dff0 Remove curated Sora skill (#378)
### 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)
2026-04-29 00:04:28 -07:00
Dominik KundelandGitHub e6afb0d74c Fix imagegen skill placement under .system (#348)
## 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)
2026-04-14 20:43:27 -07:00
Dominik KundelandGitHub 34bcbc7658 move imagegen skill to system (#304) 2026-03-23 20:47:23 -07:00
Dominik KundelandGitHub c207989386 Add aspnet and winui curated skills (#212) 2026-03-04 09:20:21 -08:00
Dominik KundelandGitHub 2c9ebb3219 Update vercel skill instructions for CLI check and fallback (#180)
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)
2026-02-20 20:07:43 -08:00
Dominik KundelandGitHub 2f7901ee42 remove atlas for now (#108) 2026-02-04 23:32:00 -08:00
cf17f38418 Update openai.yaml (#92)
Co-authored-by: ae <ae@openai.com>
2026-02-02 15:49:37 -08:00
Dominik KundelandGitHub bf9e226541 Add prerequisites and troubleshooting to deploy skills (#90)
**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)
2026-02-02 12:20:40 -08:00
Dominik KundelandGitHub 33400391a3 add network and timeout details (#89) 2026-02-02 12:14:17 -08:00
Dominik KundelandGitHub d00f5245b9 Update openai.yaml (#80) 2026-02-01 13:31:48 -08:00
Dominik KundelandGitHub 8447091cbb Add icons for curated skills missing imagery (#75)
## 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)
2026-01-31 18:58:51 -08:00
Dominik KundelandGitHub 1145949323 add more missing metadata (#73)
Also removes mcp dependencies from the GitHub skills since they rely on
`gh`
2026-01-31 17:40:27 -08:00
Dominik KundelandGitHub b1d971d46d Add Notion skill assets and openai configs (#72)
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)
2026-01-31 17:13:17 -08:00
Dominik KundelandGitHub 5b2a32dc28 Add Linear skill metadata (#70)
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)
2026-01-31 14:39:28 -08:00
Dominik KundelandGitHub 8766dfebfe Update yeet skill workflow formatting (#66)
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)
2026-01-31 13:26:07 +01:00
Dominik KundelandGitHub 8e2a96bf02 Updating README (#26)
Adding a few more details into the README to help people in case they
land here first.
2025-12-22 07:17:33 -07:00