mirror of
https://github.com/Dimillian/Skills.git
synced 2026-03-25 08:55:54 +00:00
docs: add OpenAI metadata to public skills
This commit is contained in:
parent
7c43dba1e1
commit
1d09141807
10 changed files with 40 additions and 0 deletions
4
app-store-changelog/agents/openai.yaml
Normal file
4
app-store-changelog/agents/openai.yaml
Normal 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."
|
||||
4
github/agents/openai.yaml
Normal file
4
github/agents/openai.yaml
Normal 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."
|
||||
4
ios-debugger-agent/agents/openai.yaml
Normal file
4
ios-debugger-agent/agents/openai.yaml
Normal 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."
|
||||
4
macos-spm-app-packaging/agents/openai.yaml
Normal file
4
macos-spm-app-packaging/agents/openai.yaml
Normal 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."
|
||||
4
react-component-performance/agents/openai.yaml
Normal file
4
react-component-performance/agents/openai.yaml
Normal 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."
|
||||
4
swift-concurrency-expert/agents/openai.yaml
Normal file
4
swift-concurrency-expert/agents/openai.yaml
Normal 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."
|
||||
4
swiftui-liquid-glass/agents/openai.yaml
Normal file
4
swiftui-liquid-glass/agents/openai.yaml
Normal 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."
|
||||
4
swiftui-performance-audit/agents/openai.yaml
Normal file
4
swiftui-performance-audit/agents/openai.yaml
Normal 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."
|
||||
4
swiftui-ui-patterns/agents/openai.yaml
Normal file
4
swiftui-ui-patterns/agents/openai.yaml
Normal 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."
|
||||
4
swiftui-view-refactor/agents/openai.yaml
Normal file
4
swiftui-view-refactor/agents/openai.yaml
Normal 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."
|
||||
Loading…
Reference in a new issue