docs: add OpenAI metadata to public skills

This commit is contained in:
Thomas Ricouard 2026-03-16 10:09:09 +01:00
parent 7c43dba1e1
commit 1d09141807
10 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,4 @@
interface:
display_name: "App Store Changelog"
short_description: "Generate App Store release notes"
default_prompt: "Use $app-store-changelog to draft App Store release notes from the changes since the last tag."

View file

@ -0,0 +1,4 @@
interface:
display_name: "GitHub"
short_description: "Use gh for GitHub workflows"
default_prompt: "Use $github to inspect this repository's pull requests, issues, runs, or API data."

View file

@ -0,0 +1,4 @@
interface:
display_name: "iOS Debugger Agent"
short_description: "Debug iOS apps on Simulator"
default_prompt: "Use $ios-debugger-agent to build, launch, and inspect the current iOS app on the booted simulator."

View file

@ -0,0 +1,4 @@
interface:
display_name: "macOS SwiftPM Packaging"
short_description: "Package SwiftPM macOS apps"
default_prompt: "Use $macos-spm-app-packaging to scaffold or package a SwiftPM-based macOS app without Xcode."

View file

@ -0,0 +1,4 @@
interface:
display_name: "React Component Performance"
short_description: "Profile and fix React render issues"
default_prompt: "Use $react-component-performance to analyze and improve this React component's rendering performance."

View file

@ -0,0 +1,4 @@
interface:
display_name: "Swift Concurrency Expert"
short_description: "Review and fix Swift concurrency"
default_prompt: "Use $swift-concurrency-expert to review this Swift code for concurrency issues and fix the relevant diagnostics."

View file

@ -0,0 +1,4 @@
interface:
display_name: "SwiftUI Liquid Glass"
short_description: "Build SwiftUI Liquid Glass features"
default_prompt: "Use $swiftui-liquid-glass to implement or review a SwiftUI feature using Liquid Glass APIs."

View file

@ -0,0 +1,4 @@
interface:
display_name: "SwiftUI Performance Audit"
short_description: "Audit SwiftUI runtime performance"
default_prompt: "Use $swiftui-performance-audit to review this SwiftUI code for performance issues and suggest concrete fixes."

View file

@ -0,0 +1,4 @@
interface:
display_name: "SwiftUI UI Patterns"
short_description: "Apply practical SwiftUI UI patterns"
default_prompt: "Use $swiftui-ui-patterns to design or refactor this SwiftUI UI with strong default patterns."

View file

@ -0,0 +1,4 @@
interface:
display_name: "SwiftUI View Refactor"
short_description: "Refactor large SwiftUI view files"
default_prompt: "Use $swiftui-view-refactor to clean up and split this SwiftUI view without changing its behavior."