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.

65

Quality

79%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/appdeploy/SKILL.md

The canonical home for this skill is appdeploy in sickn33/agentic-awesome-skills

SKILL.md
Quality
Evals
Security

Quality

Content

75%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 content is well-structured and actionable, giving Claude concrete curl commands, a sequenced workflow with verification steps, and complete parameter reference. It is held back from top marks by minor redundancy, missing example argument payloads, and an implicit rather than explicit error-retry loop.

Suggestions

Add a concrete example JSON-RPC arguments object for at least deploy_app so the most common call is copy-paste ready.

Spell out a validate->fix->redeploy feedback loop in the Workflow section, since get_app_status surfaces errors but the retry path is not made explicit.

DimensionReasoningScore

Conciseness

The body is largely efficient with concrete curl commands and parameter tables and avoids explaining concepts Claude already knows; minor redundancy in the 'When to Use' trigger list keeps it just below lean.

4 / 5

Actionability

Provides executable curl/JSON-RPC examples and fully specified tool parameters with types, required flags, and enum values; falls short of 5 because no example argument objects are shown for the tool calls.

4 / 5

Workflow Clarity

A clear five-step sequence (get_deploy_instructions -> get_app_template -> deploy_app -> get_app_status -> get_apps) with explicit pre-check and status verification checkpoints; not a 5 because a validate->fix->redeploy retry loop is implied rather than spelled out.

4 / 5

Progressive Disclosure

No bundle files exist; the single self-contained SKILL.md is organized into clear sections (When to Use, Setup, Usage, Workflow, Available Tools) with no nested references, placing content appropriately with only minor organization gaps.

4 / 5

Total

16

/

20

Passed

Description

83%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 strong: it states concrete capabilities and pairs a clear 'what' with an explicit 'when' trigger clause. It is slightly held back by a few missing trigger synonyms and modest overlap risk on the generic 'deploy' verb.

Suggestions

Add natural synonyms to the trigger clause (e.g., 'make live', 'host', 'give me a URL') to broaden keyword coverage.

Sharpen distinctiveness by naming the target platform (AppDeploy) in the description so it cannot be confused with generic deployment skills.

DimensionReasoningScore

Specificity

Lists several concrete capabilities ("backend APIs, database, and file storage", "HTTP API via curl") within the deployment domain, with only minor gaps in coverage; not a 5 because it does not enumerate many distinct discrete actions.

4 / 5

Completeness

Explicitly answers both what ("Deploy web apps with backend APIs, database, and file storage ... Uses HTTP API via curl") and when ("Use when the user asks to deploy or publish a website or web app and wants a public URL") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural user-facing phrases ("deploy or publish a website or web app", "wants a public URL") but misses common synonyms like "make live" or "host" that users might also say.

4 / 5

Distinctiveness Conflict Risk

The public-URL/curl-HTTP-API niche is mostly distinct, but the broad "deploy web apps" trigger carries minor overlap risk with other deployment or CI/CD skills.

4 / 5

Total

17

/

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
administrakt0r/AI-Agents-Safe-Coding-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.