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.
77
96%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Passed
No known issues
Quality
Discovery
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.
This is an excellent skill description that clearly communicates what the skill does (deploy static HTML to public URLs instantly without authentication), when to use it (with a comprehensive list of natural trigger phrases), and its constraints (self-contained HTML with inline CSS/JS). It is concise, specific, and uses proper third-person voice throughout.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Lists concrete actions: deploys static HTML, generates a public URL, supports self-contained HTML with inline CSS/JS. Also specifies constraints like 'no authentication required' and 'instantly', which are specific and useful. | 3 / 3 |
Completeness | Clearly answers both 'what' (deploys static HTML to a public URL with no auth, supports self-contained HTML with inline CSS/JS) and 'when' (explicit 'Use when...' clause with multiple trigger phrases and a general catch-all condition). | 3 / 3 |
Trigger Term Quality | Excellent coverage of natural trigger phrases: 'host this', 'deploy this site', 'get a public link', 'share this HTML', 'quick deploy', 'publish this page', and the general 'make an HTML file publicly accessible via URL'. These are phrases users would naturally say. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive — focuses specifically on static HTML deployment to public URLs with no authentication. The trigger terms are clearly scoped to hosting/deployment rather than general web development, making conflicts with other skills unlikely. | 3 / 3 |
Total | 12 / 12 Passed |
Implementation
92%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, concise skill that provides fully actionable deployment instructions with appropriate validation. The content is well-structured with clear sections progressing from quick start to manual approach to constraints. The main weakness is the reference to `scripts/deploy.sh` without a corresponding bundle file, which leaves a gap in the progressive disclosure.
Suggestions
Include the `scripts/deploy.sh` script in the bundle or inline its contents so the skill is fully self-contained and the reference is verifiable.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every section is lean and purposeful. No unnecessary explanations of what HTML is, how curl works, or what static hosting means. The constraints section efficiently communicates limitations without padding. | 3 / 3 |
Actionability | Provides fully executable commands for both the script-based deploy and the manual curl approach. The JSON-RPC payload is complete and copy-paste ready, and the validation step is a concrete one-liner. | 3 / 3 |
Workflow Clarity | The workflow is simple (deploy → validate) and clearly sequenced. The validation step is explicitly called out with a concrete curl command to verify HTTP 200, which is appropriate for a non-destructive, single-step deployment operation. | 3 / 3 |
Progressive Disclosure | The content references `scripts/deploy.sh` but no bundle files are provided, so the reader cannot inspect or verify that script. The skill is well-organized with clear sections, but the missing script reference slightly undermines navigation and completeness. | 2 / 3 |
Total | 11 / 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
83d60e9
Table of Contents
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.