microsoft
from GitHub
开发与编程
Framework-specific Windows development guidance for Electron, .NET (WPF, WinForms), C++, Rust, Flutter, and Tauri. Use when packaging or adding Windows features to an Electron app, .NET desktop app, Flutter app, Tauri app, Rust app, or C++ app.
rudrankriyam
from GitHub
工具与效率
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
Sunpeak-AI
from GitHub
工具与效率
Use when working with sunpeak, or when the user asks to "build an MCP App", "build a ChatGPT App", "add a UI to an MCP tool", "create an interactive resource for Claude or ChatGPT", "build a React UI for an MCP server", or needs guidance on MCP App resources, tool-to-UI data flow, simulation files, host context, platform-specific ChatGPT/Claude features, or end-to-end testing of MCP App UIs.
microsoft
from GitHub
开发与编程
- 📁 examples/
- 📁 references/
- 📁 scripts/
- 📄 LICENSE.txt
- 📄 SKILL.md
Guidance for instrumenting webapps with Azure Application Insights. Provides telemetry patterns, SDK setup, and configuration references. WHEN: how to instrument app, App Insights SDK, telemetry patterns, what is App Insights, Application Insights guidance, instrumentation examples, APM best practices.
- 📁 lib/
- 📄 ab_test_planner.py
- 📄 AGENT-INTEGRATION.md
- 📄 aso_scorer.py
Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store
nakamotoliu
from GitHub
内容与多媒体
- 📁 scripts/
- 📁 src/
- 📄 .gitignore
- 📄 EXTENSION_ARCH.md
- 📄 README.md
Hybrid Sonos control for OpenClaw agent. Use Sonos Web App for media search and playlist selection. Use Sonos CLI for volume, grouping, and transport controls. This design is optimized for locked-screen execution. --- # Sonos Hybrid Control Skill ## Prerequisites **Required (one-time setup):** 1. **OpenClaw Browser Relay Extension for Chrome** - **Location**: `~/clawd/projects/openclaw-browser-relay-rewrite/src/` - **Installation**: Load unpacked extension in `chrome://extensions` - **Must enable**: "Enable auto-attach on all HTTP/HTTPS websites" in extension options - **See**: `~/Documents/OpenClaw-Wiki/03-SOP/SOP_默认网页访问与操作方式.md` 2. **Sonos Web App Login** - Account credentials are stored in Bitwarden (item name maintained there) - Do **not** hardcode or document the account username in this skill - **Auto-login**: If login page appears, credentials are retrieved from Bitwarden at runtime and filled in - Use the local wiki-documented Bitwarden retrieval pattern; do not invent a new secret access flow 3. **Sonos CLI** - Installed via Homebrew: `brew install sonos` - Used for volume, grouping, transport controls **This skill does NOT auto-install the extension.** The extension must be installed and configured manually once. After that, auto-attach mode ensures all HTTP/HTTPS pages (including Sonos Web App) are automatically attached when opened. --- ## Core Principle Use **Sonos Web App** only for: - searching music - selecting playlists - triggering playback when media search is required Use **Sonos CLI** for: - setting target room - adjusting volume - grouping or ungrouping rooms - play / pause / next / previous for already-authorized/currently-loaded content - all control actions during locked-screen execution **Important playback authorization rule:** - When the task involves choosing content (playlist / album / search result / recommendation), the **final playback trigger must be clicked in Sonos Web App**. - Do **not** use CLI to start newly selected content af
anton-abyzov
from GitHub
工具与效率
iOS/macOS app deployment and App Store Connect automation using the `asc` CLI — a lightweight alternative to fastlane. Activates when deploying iOS apps, distributing TestFlight builds, submitting to App Store, managing certificates/profiles, uploading metadata/screenshots, checking review status, or automating any App Store Connect workflow. Use instead of fastlane for simpler, JSON-first automation. Keywords: deploy iOS app, TestFlight, App Store submission, app review status, code signing, provisioning profiles, app metadata, screenshots upload, build distribution, release iOS, publish app, ship to App Store, upload IPA, beta testing, app analytics, in-app purchases, subscriptions, Xcode Cloud.