apps▌
22 indexed skills · max 10 per page
google-apps-script
jezweb/claude-skills · Backend
Server-side automation for Google Sheets and Workspace apps with custom menus, triggers, dialogs, and email integration. \n \n Generates Apps Script code that installs via Extensions > Apps Script; supports custom menus, dialogs, sidebars, and automated triggers (on edit, time-driven, form submit) \n Handles email notifications, PDF exports, and external API integration with built-in error handling and batch operation patterns \n Requires one-time OAuth authorization per user; scripts run on Goo
chatgpt-apps
openai/skills · AI/ML
Scaffold ChatGPT Apps SDK implementations with a docs-first, example-first workflow, then generate code that follows current Apps SDK and MCP Apps bridge patterns.
flutter-testing-apps
flutter/skills · Testing
Comprehensive testing framework for Flutter apps across unit, widget, and integration test layers. \n \n Covers three test categories: unit tests for isolated logic, widget tests for UI components, and integration tests for end-to-end flows on real devices or emulators \n Provides architectural testing patterns for ViewModels, Repositories, Services, and Views, with emphasis on Fake implementations over mocks for cleaner test design \n Includes plugin testing guidelines combining Dart tests with
flutter-animating-apps
flutter/skills · Productivity
Visual feedback, transitions, and physics-based motion for Flutter apps using the Animation framework. \n \n Four animation strategies: implicit animations for simple property changes, explicit animations with playback control, Hero transitions for shared elements between routes, and physics-based animations for gesture-driven natural motion \n Core typed Animation system with AnimationController , Tween , and Curve classes; always dispose controllers to prevent memory leaks \n Staggered animati
sf-connected-apps
jaganpro/sf-skills · Productivity
Use this skill when the user needs OAuth app configuration in Salesforce: Connected Apps, External Client Apps (ECAs), JWT bearer setup, PKCE decisions, scope design, or migration from older Connected App patterns to newer ECA patterns.
power-apps-code-app-scaffold
github/awesome-copilot · Productivity
$23
developing-ios-apps
daymade/claude-code-skills · Productivity
Build, configure, and deploy iOS applications using XcodeGen and Swift Package Manager.
recipe-deploy-apps-script
googleworkspace/cli · Productivity
Deploy local files to Google Apps Script projects with version control. \n \n Requires the gws-apps-script skill and gws command-line tool as prerequisites \n Supports listing projects, retrieving project content, updating files, and creating versioned releases \n Workflow covers four core operations: project discovery, content inspection, file updates, and version creation \n
gws-apps-script-push
googleworkspace/cli · Productivity
Upload local files to a Google Apps Script project, replacing all remote files. \n \n Supports .gs, .js, .html, and appsscript.json files; automatically skips hidden files and node_modules \n Requires a Script Project ID via the --script flag; optionally specify a source directory with --dir (defaults to current directory) \n Destructive operation that replaces all files in the target project; requires user confirmation before execution \n Depends on gws authentication and global flags documente
azure-static-web-apps
github/awesome-copilot · Cloud
Deploy static sites and serverless APIs to Azure with local development emulation and CLI automation. \n \n Provides local emulator ( swa start ) with API proxy, authentication simulation, and framework auto-detection for React, Vue, Angular, Next.js, and others \n Supports Azure Functions backends with Node.js, Python, and .NET runtimes; configure via staticwebapp.config.json for routes, auth rules, and headers \n Includes deployment workflow: swa init (auto-detects framework), swa build , swa