CtrlK
BlogDocsLog inGet started
Tessl Logo

vscode-sftp-config

This skill should be used when setting up SFTP deployment for static websites to production servers, including converting projects from Docker/Express to static hosting, deploying Vue/React/Angular builds, setting up Slidev presentations, or configuring Hugo/Jekyll/Gatsby sites. Use this when the user asks to "setup SFTP deployment", "deploy static site to server", "configure Nginx for static files", "convert from Docker to static hosting", "deploy Vue build to production", "setup subdomain hosting", or "configure SFTP in VS Code". Provides SFTP configuration templates and production-ready Nginx configurations with security headers and caching.

75

Quality

92%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

85%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with a well-sequenced workflow and clean progressive disclosure to real bundle files. Its main weakness is conciseness: conceptual 'Benefits' and 'When NOT to use' sections explain material Claude already knows.

Suggestions

Trim or remove the 'Benefits of This Architecture' section — its points (Nginx faster than Node, no backend to crash, lower cost) are concepts Claude already knows and add token weight without instruction.

Condense 'When NOT to Use This Architecture' to a single sentence or a short bullet list rather than explanatory prose, since the criteria (backend APIs, SSR, auth/sessions, DB) are self-evident.

Avoid restating the description's capability list in the opening paragraph; the body intro duplicates the frontmatter and could start directly at the workflow.

DimensionReasoningScore

Conciseness

Mostly efficient with concrete SSH config, sftp.json fields, and deployment commands, but the 'Benefits of This Architecture' and 'When NOT to Use This Architecture' sections restate concepts (Nginx faster than Node, no backend to crash) Claude already knows and add padding.

2 / 3

Actionability

Provides copy-paste-ready, executable guidance: an ssh-config block, documented sftp.json fields, and concrete commands (mkdir -p, chmod 755, ln -s, nginx -t, systemctl reload, certbot, curl -I) plus referenced template files.

3 / 3

Workflow Clarity

Clear five-step sequence with explicit validation checkpoints — 'sudo nginx -t' before reload, 'ssh user@host "ls -la ..."' to verify upload, 'curl -I https://example.com' and securityheaders.com for final verification.

3 / 3

Progressive Disclosure

SKILL.md is an overview that signals one-level-deep references (references/ssh-config.md, nginx-best-practices.md, ssl-security.md and assets/*.template, deploy-checklist.md), all of which exist and are referenced inline with a Resources section.

3 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong: it uses third-person/imperative voice, names concrete capabilities, provides explicit 'Use when' trigger phrases, and occupies a clearly distinct niche. It is somewhat dense but every dimension meets its top anchor.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: 'converting projects from Docker/Express to static hosting, deploying Vue/React/Angular builds, setting up Slidev presentations, or configuring Hugo/Jekyll/Gatsby sites' plus 'Provides SFTP configuration templates and production-ready Nginx configurations with security headers and caching.'

3 / 3

Completeness

Explicitly answers both what (SFTP/Nginx deployment for static sites, templates provided) and when ('Use this when the user asks to...'), matching the level-3 anchor for explicit triggers.

3 / 3

Trigger Term Quality

Good coverage of natural phrases users would say: 'setup SFTP deployment', 'deploy static site to server', 'configure Nginx for static files', 'convert from Docker to static hosting', 'deploy Vue build to production', 'setup subdomain hosting', 'configure SFTP in VS Code'.

3 / 3

Distinctiveness Conflict Risk

Clear niche (SFTP deployment of static sites to production with Nginx) with distinct, specific triggers unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
libukai/awesome-agent-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.