CtrlK
BlogDocsLog inGet started
Tessl Logo

appdeploy

Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses HTTP API via curl.

56

Quality

66%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

Fix and improve this skill with Tessl

tessl review fix ./skills/appdeploy/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

57%Weight 40%Scale 1-5

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

The body is actionable with executable examples and a clear workflow, but it is held back by an inlined tool catalog that should be a separate reference, some redundancy with the description, and a missing validation feedback loop for destructive deploy operations.

Suggestions

Move the full Available Tools reference (parameters) into a separate references file and keep only a brief pointer plus the essential workflow in SKILL.md, improving both conciseness and progressive_disclosure.

Add an explicit validation feedback loop to the workflow (e.g., if get_app_status returns 'failed', read the error logs, fix the files, and re-call deploy_app) since deploy involves destructive/batch file writes.

Trim the 'When to Use This Skill' section to avoid restating the description, and fill in the empty Parameters block for get_deploy_instructions or remove it.

DimensionReasoningScore

Conciseness

Mostly efficient with executable curl examples, but the 'When to Use' section restates the description and the full inlined tool/parameter catalog adds length that partly duplicates what Claude already receives from tool schemas.

3 / 5

Actionability

Provides concrete executable curl commands, real endpoints, and detailed parameter lists for most tools, with a minor gap where get_deploy_instructions has an empty Parameters section.

4 / 5

Workflow Clarity

The deploy workflow is clearly sequenced with a status check, but it involves destructive/batch file writes and deletePaths without an explicit fix-and-redeploy validation feedback loop, which caps the score per the rubric guideline.

3 / 5

Progressive Disclosure

Section headers are clear, but the entire ~110-line tool API reference is inlined in SKILL.md with no bundle files, so content that would belong in a separate reference file is not split out.

3 / 5

Total

13

/

20

Passed

Description

75%Weight 40%Scale 1-5

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 specific, complete, and uses natural trigger terms with a clear niche. It cleanly answers both what the skill does and when to use it, with only minor gaps in trigger enumeration and distinctiveness.

DimensionReasoningScore

Specificity

Names the domain (web app deployment) and several concrete components (backend APIs, database, file storage, HTTP API via curl), listing several specific capabilities with only minor coverage gaps.

4 / 5

Completeness

Explicitly answers both 'what' (deploy web apps with backend APIs, database, file storage) and 'when' (user asks to deploy/publish and wants a public URL), with the 'when' concrete but slightly less enumerated than the top anchor.

4 / 5

Trigger Term Quality

Includes natural user phrases ('deploy or publish a website or web app', 'wants a public URL') with synonyms, though a few common variations like 'make this live' live only in the body rather than the description.

4 / 5

Distinctiveness Conflict Risk

A clear niche (deploy to a public URL via a specific HTTP API) with distinct triggers, though 'deploy' is a crowded space with minor overlap risk against other hosting/deploy skills.

4 / 5

Total

16

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

14

/

16

Passed

Repository
sickn33/antigravity-awesome-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.