Toolverse
All skills

azure-static-web-apps

by github

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
github
Category
DevOps
Views
19

About this skill

Helps create, configure, and deploy Azure Static Web Apps using the SWA CLI. Use when deploying static sites to Azure, setting up SWA local development, configuring staticwebapp.config.json, adding Azure Functions APIs to SWA, or setting up GitHub Actions CI/CD for Static Web Apps.

How to use

  1. Zainstaluj Azure Static Web Apps CLI jako zależność deweloperską: npm install -D @azure/static-web-apps-cli. Zweryfikuj instalację poleceniem npx swa --version.

  2. Zainicjuj projekt poleceniem swa init — to krok obowiązkowy, który automatycznie wykryje Twój framework i utworzy plik swa-cli.config.json. Nigdy nie twórz tego pliku ręcznie. Możesz użyć swa init --yes, aby zaakceptować domyślne ustawienia bez interakcji.

  3. Uruchom lokalny emulator poleceniem swa start, który będzie dostępny pod adresem http://localhost:4280. Emulator symuluje API proxy i autentykację, pozwalając testować aplikację przed wdrożeniem.

  4. Zaloguj się do Azure poleceniem swa login — musisz mieć aktywne konto Azure i odpowiednie uprawnienia do subskrypcji.

  5. Wdróż aplikację na Azure poleceniem swa deploy. Skill automatycznie wyśle Twoją statyczną stronę i opcjonalnie Azure Functions API do chmury.

  6. Opcjonalnie skonfiguruj plik staticwebapp.config.json, aby dostosować routing, nagłówki HTTP, ustawienia autentykacji lub runtime API — ten plik możesz edytować ręcznie bez ograniczeń.

Related skills

turborepo

by vercel

Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines,\ndependsOn, caching, remote cache, the \

DevOps
1066

context7

by mikha08-rgb

Search GitHub issues, pull requests, and discussions across any repository. Activates when researching external dependencies (whisper.cpp, NAudio), looking for similar bugs, or finding implementation examples.

DevOps
51166

postmortem-writing

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

DevOps
1385

resolve-conflicts

by antinomyhq

Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration),

DevOps
48163

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127