apps▌
22 indexed skills · max 10 per page
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
sleek-design-mobile-apps
sleekdotdesign/agent-skills · Frontend
AI-powered mobile app design tool with REST API for creating projects, describing designs in plain language, and rendering screens. \n \n Supports high-level requests (\"design a fitness app\") and specific edits (\"add a pricing section to this screen\"); send natural language descriptions via chat messages and let the AI decide what to create or modify \n Requires Pro+ plan and API key with scoped permissions ( projects:read/write , chats:read/write , screenshots , components:read ) \n Async a
multi-platform-apps-multi-platform
sickn33/antigravity-awesome-skills · Productivity
Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.
openai-apps-mcp
jezweb/claude-skills · AI/ML
Build ChatGPT apps with MCP servers on Cloudflare Workers, extending ChatGPT with custom tools and interactive HTML/JS widgets. \n \n Implements JSON-RPC 2.0 MCP protocol with tool registration, execution, and widget resource serving via ASSETS binding \n Requires CORS allowlist for https://chatgpt.com , ui://widget/ URI prefix for widgets, and text/html+skybridge MIME type \n Prevents 14 documented issues including CORS blocks, widget 404s, MIME type misconfigurations, SSE timeouts, and Next.js
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.