vscode-sftp-config

Generate VS Code SFTP profiles and Nginx templates for static site deployment.

4.9k|384|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/libukai/awesome-agent-skills --skill vscode-sftp-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-sftp-config
Source: https://github.com/libukai/awesome-agent-skills/tree/main/plugins/vscode-extensions-toolkit/skills/vscode-sftp-config
Command: npx skills add https://github.com/libukai/awesome-agent-skills --skill vscode-sftp-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Configure and automate SFTP deployment for static websites by generating ready-to-use VS Code SFTP profiles and production-ready Nginx templates, reducing manual setup time and error-prone configurations.

Core Features & Use Cases

  • SFTP configuration templates for VS Code that securely connect and synchronize static-site folders to production servers.
  • Nginx templates for main domains and subdomains with caching, security headers, HTTPS redirects, and SPA routing support.
  • Deployment guidance and references covering SSH config best practices, SSL/TLS security, and deployment checklists to ensure repeatable, safe launches.

Quick Start

Generate a ready-to-use .vscode/sftp.json and an nginx-static.conf configured for your domain and project structure.

Frequently Asked Questions about vscode-sftp-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure SFTP deployment for a static website in VS Code?

SFTP deployment for static sites in VS Code is configured by generating a ready-to-use .vscode/sftp.json profile that securely connects and synchronizes your build folder to production servers.

What is the best way to set up Nginx for a Vue or React static site?

Setting up Nginx for Vue or React static sites involves generating production-ready nginx-static.conf templates with SPA routing support, caching, security headers, and HTTPS redirects configured for your domain.

Can I use this SFTP configuration to deploy Hugo, Jekyll, or Gatsby sites?

Yes, you can use the SFTP configuration to deploy Hugo, Jekyll, or Gatsby sites by synchronizing the generated static assets to your server, paired with Nginx templates configured for your specific domain and subdomains.

Do I need to manually configure SSL and security headers for static site Nginx templates?

You do not need to manually configure SSL and security headers, because the generated Nginx templates include production-ready HTTPS redirects and security headers alongside deployment references for SSH and SSL/TLS best practices.

How do I migrate a project from Docker or Express to static hosting with SFTP?

Migrating from Docker or Express to static hosting with SFTP requires generating VS Code SFTP profiles and Nginx server configurations to serve the extracted static assets directly, replacing dynamic routing with SPA fallbacks.