CtrlK
BlogDocsLog inGet started
Tessl Logo

edgeone-pages-deploy

Deploys static HTML to a public URL instantly with no authentication required. Use when asked to "host this", "deploy this site", "get a public link", "share this HTML", "quick deploy", "publish this page", or any request to make an HTML file publicly accessible via URL. Supports self-contained HTML files with inline CSS/JS.

72

Quality

90%

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

SKILL.md
Quality
Evals
Security

Quality

Content

93%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.

A compact, highly actionable body that gives Claude everything needed to deploy HTML and verify the result. Its only soft spot is the validation step being a 'SHOULD' rather than an explicit checkpoint with error-recovery guidance.

Suggestions

Promote the validation step from a soft 'SHOULD' to an explicit checkpoint: state the expected HTTP 200 outcome and add a one-line recovery action (e.g., redeploy or inspect the response body) when the status differs.

Clarify the relationship between the bundled `scripts/deploy.sh` (referenced in Quick Deploy) and the inline Manual Deploy curl path, so Claude knows when to use each without ambiguity.

DimensionReasoningScore

Conciseness

Lean and efficient: a quick-deploy example, a short 'how it works' with endpoint/method/auth, a curl fallback, and tight constraints/requirements — no padding, no explaining concepts Claude already knows, every token earns its place.

5 / 5

Actionability

Fully executable, copy-paste-ready guidance: the primary `scripts/deploy.sh path/to/index.html` command, a complete curl JSON-RPC example with the exact JSON body, and a verification curl command cover the common cases concretely.

5 / 5

Workflow Clarity

The deploy action is unambiguous and a validation step ('SHOULD verify the URL returns HTTP 200') is present, but the verification is framed as a soft 'SHOULD' rather than a hard checkpoint with a feedback loop (no 'if not 200, then...' recovery), leaving a minor validation gap.

4 / 5

Progressive Disclosure

For a sub-50-line single-purpose skill with no external references needed, content is well-organized into clearly signaled sections (Quick Deploy, How It Works, Manual Deploy, Validation, Constraints, Requirements), satisfying the simple-skill exception for a top score.

5 / 5

Total

19

/

20

Passed

Description

86%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.

A well-crafted description that pairs a clear capability statement with an explicit, varied trigger clause. It is strong on trigger coverage and completeness, slightly less comprehensive on distinct concrete actions.

DimensionReasoningScore

Specificity

Names the domain and a concrete action ('Deploys static HTML to a public URL instantly') plus a capability constraint ('Supports self-contained HTML files with inline CSS/JS'), but the action set is narrow — one deploy action rather than multiple distinct capabilities — matching the 'names domain and 1-2 concrete actions' anchor.

3 / 5

Completeness

Explicitly answers both what ('Deploys static HTML to a public URL instantly with no authentication required') and when (the 'Use when asked to...' clause with concrete trigger phrases), matching the anchor that requires both with concrete triggers.

5 / 5

Trigger Term Quality

Comprehensive natural trigger phrases users would actually say ('host this', 'deploy this site', 'get a public link', 'share this HTML', 'quick deploy', 'publish this page') cover synonyms and paraphrases thoroughly, matching the comprehensive-coverage anchor.

5 / 5

Distinctiveness Conflict Risk

The static-HTML-to-public-URL niche is fairly distinct and the triggers are specific, but 'share this HTML' / 'get a public link' could overlap loosely with general hosting/publishing skills, placing it just below the minimal-conflict anchor.

4 / 5

Total

17

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

referenced_paths_exist

Referenced path issues: 2 missing

Warning

Total

15

/

16

Passed

Repository
NeverSight/skills_feed
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.