mirror of
https://github.com/openai/skills.git
synced 2026-09-20 07:59:25 +03:00
Add curated default prompts and update skill creator metadata (#82)
## What - add `interface.default_prompt` to all curated skill `agents/openai.yaml` files - remove `icon_small` / `icon_large` from `skills/.system/skill-creator/agents/openai.yaml` - remove unused skill creator icon assets ## Validation - run `python3 skills/.system/skill-creator/scripts/quick_validate.py skills/.system/skill-creator` (passes) - parse curated `agents/openai.yaml` files to confirm `interface.default_prompt` exists in all curated skills
This commit is contained in:
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Use the bundled CLI to control Atlas and inspect local browser data."
|
||||
icon_small: "./assets/atlas-small.svg"
|
||||
icon_large: "./assets/atlas.png"
|
||||
default_prompt: "Use Atlas CLI on this Mac to inspect relevant local browser data and summarize findings for this task."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Deploy Workers, Pages, and platform services on Cloudflare"
|
||||
icon_small: "./assets/cloudflare-small.svg"
|
||||
icon_large: "./assets/cloudflare.png"
|
||||
default_prompt: "Deploy this app to Cloudflare (Workers or Pages) and return URL, config, and required env vars."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Web game dev + Playwright test loop"
|
||||
icon_small: "./assets/game-small.svg"
|
||||
icon_large: "./assets/game.png"
|
||||
default_prompt: "Build and iterate a playable web game in this workspace, validating changes with a Playwright loop."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Edit and review docx files"
|
||||
icon_small: "./assets/doc-small.svg"
|
||||
icon_large: "./assets/doc.png"
|
||||
default_prompt: "Edit or review this .docx file and return the updated file plus a concise change summary."
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Turn Figma designs into production-ready code"
|
||||
icon_small: "./assets/figma-small.svg"
|
||||
icon_large: "./assets/figma.png"
|
||||
default_prompt: "Implement this Figma design in this codebase, matching layout, states, and responsive behavior."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Use Figma MCP for design-to-code work"
|
||||
icon_small: "./assets/figma-small.svg"
|
||||
icon_large: "./assets/figma.png"
|
||||
default_prompt: "Use Figma MCP to inspect the target design and translate it into implementable UI decisions."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: Address comments in a GitHub PR review"
|
||||
icon_small: "./assets/github-small.svg"
|
||||
icon_large: "./assets/github.png"
|
||||
default_prompt: "Address all actionable GitHub PR review comments in this branch and summarize the updates."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Debug failing GitHub Actions CI"
|
||||
icon_small: "./assets/github-small.svg"
|
||||
icon_large: "./assets/github.png"
|
||||
default_prompt: "Inspect failing GitHub Actions checks in this repo, summarize root cause, and propose a focused fix plan."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Generate and edit images using OpenAI"
|
||||
icon_small: "./assets/imagegen-small.svg"
|
||||
icon_large: "./assets/imagegen.png"
|
||||
default_prompt: "Generate or edit images for this task and return the final prompt plus selected outputs."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Create Jupyter notebooks for experiments and tutorials"
|
||||
icon_small: "./assets/jupyter-small.svg"
|
||||
icon_large: "./assets/jupyter.png"
|
||||
default_prompt: "Create a Jupyter notebook for this task with clear sections, runnable cells, and concise takeaways."
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Manage Linear issues in Codex"
|
||||
icon_small: "./assets/linear-small.svg"
|
||||
icon_large: "./assets/linear.png"
|
||||
default_prompt: "Use Linear context to triage or update relevant issues for this task, with clear next actions."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Deploy web projects to Netlify with the Netlify CLI"
|
||||
icon_small: "./assets/netlify-small.svg"
|
||||
icon_large: "./assets/netlify.png"
|
||||
default_prompt: "Deploy this project to Netlify and return the preview URL, build settings, and any required fixes."
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Capture conversations into structured Notion pages"
|
||||
icon_small: "./assets/notion-small.svg"
|
||||
icon_large: "./assets/notion.png"
|
||||
default_prompt: "Capture this conversation into structured Notion pages with decisions, action items, and owners when known."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Prep meetings with Notion context and tailored agendas"
|
||||
icon_small: "./assets/notion-small.svg"
|
||||
icon_large: "./assets/notion.png"
|
||||
default_prompt: "Prepare this meeting from Notion context with a brief, agenda, decisions needed, and open questions."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Research Notion content and produce briefs/reports"
|
||||
icon_small: "./assets/notion-small.svg"
|
||||
icon_large: "./assets/notion.png"
|
||||
default_prompt: "Research this topic in Notion and produce a sourced brief with clear recommendations."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Turn Notion specs into implementation plans, tasks, and progress tracking"
|
||||
icon_small: "./assets/notion-small.svg"
|
||||
icon_large: "./assets/notion.png"
|
||||
default_prompt: "Turn this Notion spec into an implementation plan with milestones, tasks, and dependencies."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Reference the official OpenAI Developer docs"
|
||||
icon_small: "./assets/openai-small.svg"
|
||||
icon_large: "./assets/openai.png"
|
||||
default_prompt: "Look up official OpenAI docs for this task and answer with concise, cited guidance."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -2,3 +2,4 @@ interface:
|
||||
display_name: "PDF Skill"
|
||||
short_description: "Create, edit, and review PDFs"
|
||||
icon_large: "./assets/pdf.png"
|
||||
default_prompt: "Create, edit, or review this PDF and summarize the key output or changes."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Automate real browsers from the terminal"
|
||||
icon_small: "./assets/playwright-small.svg"
|
||||
icon_large: "./assets/playwright.png"
|
||||
default_prompt: "Automate this browser workflow with Playwright and produce a reliable script with run steps."
|
||||
|
||||
@@ -3,6 +3,7 @@ interface:
|
||||
short_description: "Deploy applications to Render via Blueprints or MCP"
|
||||
icon_small: "./assets/render-small.svg"
|
||||
icon_large: "./assets/render.png"
|
||||
default_prompt: "Deploy this application to Render and provide service URL, env vars, and next checks."
|
||||
|
||||
dependencies:
|
||||
tools:
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Capture screenshots"
|
||||
icon_small: "./assets/screenshot-small.svg"
|
||||
icon_large: "./assets/screenshot.png"
|
||||
default_prompt: "Capture the right screenshot for this task (target, area, and output path)."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Read-only Sentry observability"
|
||||
icon_small: "./assets/sentry-small.svg"
|
||||
icon_large: "./assets/sentry.png"
|
||||
default_prompt: "Investigate this issue in read-only Sentry data and report likely root cause, impact, and next steps."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Generate and manage Sora videos"
|
||||
icon_small: "./assets/sora-small.svg"
|
||||
icon_large: "./assets/sora.png"
|
||||
default_prompt: "Plan and generate a Sora video for this request, then iterate with concrete prompt edits."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Generate narrated audio from text"
|
||||
icon_small: "./assets/speech-small.svg"
|
||||
icon_large: "./assets/speech.png"
|
||||
default_prompt: "Generate spoken audio for this text with the right voice style, pacing, and output format."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Create, edit, and analyze spreadsheets"
|
||||
icon_small: "./assets/spreadsheet-small.svg"
|
||||
icon_large: "./assets/spreadsheet.png"
|
||||
default_prompt: "Create or update a spreadsheet for this task with the right formulas, structure, and formatting."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs."
|
||||
icon_small: "./assets/transcribe-small.svg"
|
||||
icon_large: "./assets/transcribe.png"
|
||||
default_prompt: "Transcribe this audio or video, include speaker labels when possible, and provide a clean summary."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Create a claimable Vercel preview deployment"
|
||||
icon_small: "./assets/vercel-small.svg"
|
||||
icon_large: "./assets/vercel.png"
|
||||
default_prompt: "Create a claimable Vercel preview deployment for this project and share URL plus setup notes."
|
||||
|
||||
@@ -3,3 +3,4 @@ interface:
|
||||
short_description: "Stage, commit, and open PR"
|
||||
icon_small: "./assets/yeet-small.svg"
|
||||
icon_large: "./assets/yeet.png"
|
||||
default_prompt: "Prepare this branch for review: stage intended changes, write a focused commit, and open a PR."
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
interface:
|
||||
display_name: "Skill Creator"
|
||||
short_description: "Create or update a skill"
|
||||
icon_small: "./assets/skill-creator-small.svg"
|
||||
icon_large: "./assets/skill-creator.png"
|
||||
default_prompt: "Read my repository and create a skill to bootstrap new components for my project."
|
||||
default_prompt: "Read my repository and create a skill to bootstrap new components for my project."
|
||||
@@ -1,3 +0,0 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill="#0D0D0D" d="M12.03 4.113a3.612 3.612 0 0 1 5.108 5.108l-6.292 6.29c-.324.324-.56.561-.791.752l-.235.176c-.205.14-.422.261-.65.36l-.229.093a4.136 4.136 0 0 1-.586.16l-.764.134-2.394.4c-.142.024-.294.05-.423.06-.098.007-.232.01-.378-.026l-.149-.05a1.081 1.081 0 0 1-.521-.474l-.046-.093a1.104 1.104 0 0 1-.075-.527c.01-.129.035-.28.06-.422l.398-2.394c.1-.602.162-.987.295-1.35l.093-.23c.1-.228.22-.445.36-.65l.176-.235c.19-.232.428-.467.751-.79l6.292-6.292Zm-5.35 7.232c-.35.35-.534.535-.66.688l-.11.147a2.67 2.67 0 0 0-.24.433l-.062.154c-.08.22-.124.462-.232 1.112l-.398 2.394-.001.001h.003l2.393-.399.717-.126a2.63 2.63 0 0 0 .394-.105l.154-.063a2.65 2.65 0 0 0 .433-.24l.147-.11c.153-.126.339-.31.688-.66l4.988-4.988-3.227-3.226-4.987 4.988Zm9.517-6.291a2.281 2.281 0 0 0-3.225 0l-.364.362 3.226 3.227.363-.364c.89-.89.89-2.334 0-3.225ZM4.583 1.783a.3.3 0 0 1 .294.241c.117.585.347 1.092.707 1.48.357.385.859.668 1.549.783a.3.3 0 0 1 0 .592c-.69.115-1.192.398-1.549.783-.315.34-.53.77-.657 1.265l-.05.215a.3.3 0 0 1-.588 0c-.117-.585-.347-1.092-.707-1.48-.357-.384-.859-.668-1.549-.783a.3.3 0 0 1 0-.592c.69-.115 1.192-.398 1.549-.783.36-.388.59-.895.707-1.48l.015-.05a.3.3 0 0 1 .279-.19Z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user