diff --git a/app-store-changelog/agents/openai.yaml b/app-store-changelog/agents/openai.yaml new file mode 100644 index 0000000..bec0a42 --- /dev/null +++ b/app-store-changelog/agents/openai.yaml @@ -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." diff --git a/github/agents/openai.yaml b/github/agents/openai.yaml new file mode 100644 index 0000000..294b331 --- /dev/null +++ b/github/agents/openai.yaml @@ -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." diff --git a/ios-debugger-agent/agents/openai.yaml b/ios-debugger-agent/agents/openai.yaml new file mode 100644 index 0000000..6caff63 --- /dev/null +++ b/ios-debugger-agent/agents/openai.yaml @@ -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." diff --git a/macos-spm-app-packaging/agents/openai.yaml b/macos-spm-app-packaging/agents/openai.yaml new file mode 100644 index 0000000..71c820a --- /dev/null +++ b/macos-spm-app-packaging/agents/openai.yaml @@ -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." diff --git a/react-component-performance/agents/openai.yaml b/react-component-performance/agents/openai.yaml new file mode 100644 index 0000000..448d306 --- /dev/null +++ b/react-component-performance/agents/openai.yaml @@ -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." diff --git a/swift-concurrency-expert/agents/openai.yaml b/swift-concurrency-expert/agents/openai.yaml new file mode 100644 index 0000000..28fb04e --- /dev/null +++ b/swift-concurrency-expert/agents/openai.yaml @@ -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." diff --git a/swiftui-liquid-glass/agents/openai.yaml b/swiftui-liquid-glass/agents/openai.yaml new file mode 100644 index 0000000..29ab2a9 --- /dev/null +++ b/swiftui-liquid-glass/agents/openai.yaml @@ -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." diff --git a/swiftui-performance-audit/agents/openai.yaml b/swiftui-performance-audit/agents/openai.yaml new file mode 100644 index 0000000..ed7978f --- /dev/null +++ b/swiftui-performance-audit/agents/openai.yaml @@ -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." diff --git a/swiftui-ui-patterns/agents/openai.yaml b/swiftui-ui-patterns/agents/openai.yaml new file mode 100644 index 0000000..5ddfa5d --- /dev/null +++ b/swiftui-ui-patterns/agents/openai.yaml @@ -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." diff --git a/swiftui-view-refactor/agents/openai.yaml b/swiftui-view-refactor/agents/openai.yaml new file mode 100644 index 0000000..5cc30e5 --- /dev/null +++ b/swiftui-view-refactor/agents/openai.yaml @@ -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."