CtrlK
BlogDocsLog inGet started
Tessl Logo

landing-page-generator

Generate complete, deploy-ready landing pages from any repository. Use when creating a homepage for an open-source project, building a project website, converting a README into a marketing page, or standardizing landing pages across multiple repos.

63

Quality

75%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./examples/skills/landing-page-generator/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

50%

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

This skill provides a well-structured overview of landing page generation with clear workflow steps and useful content extraction mappings. However, it suffers from being simultaneously too detailed in some areas (12-section generation spec, CSS boilerplate) and too vague in others (no actual HTML template examples, no executable generation logic). The validation checkpoint is good in concept but impractical for Claude's capabilities, and referenced bundle files are missing.

Suggestions

Add a concrete, executable HTML template snippet showing how extracted content maps to actual output markup (e.g., a hero section template with placeholder variables), rather than just describing the sections abstractly.

Replace the browser-based validation checkpoint with actionable verification steps Claude can actually perform, such as checking HTML validity, verifying all referenced files exist, and confirming link targets are correct.

Move the detailed 12-section generation spec and CSS patterns into a referenced file (e.g., references/landing-pattern.md) to keep SKILL.md as a concise overview, and actually provide that bundle file.

Remove or significantly trim the CSS variables and component classes sections—Claude can generate appropriate CSS from the theme description alone; instead, provide only project-specific conventions that deviate from standard patterns.

DimensionReasoningScore

Conciseness

The skill is moderately verbose. While it provides useful structure, several sections could be tightened—the detailed section-by-section generation list (12 items with sub-bullets) is overly prescriptive for Claude, and the CSS patterns section includes boilerplate that Claude already knows how to generate. The content extraction map table and options table are efficient, but overall the skill could be ~30% shorter.

2 / 3

Actionability

The skill provides a clear workflow and concrete output structure, but lacks executable code examples for the actual generation logic. The CSS variables and class names are helpful patterns, but the core task—how to actually generate the HTML from extracted content—is described rather than demonstrated with concrete template snippets or generation code. The '/landing-page-generator' command syntax implies a tool that doesn't exist without further context.

2 / 3

Workflow Clarity

The 5-step workflow is clearly sequenced and Step 5 includes a validation checkpoint with specific criteria (responsive breakpoints, WCAG AA). However, the validation step says 'verify all sections render correctly in a browser' which Claude cannot do—there's no feedback loop for fixing issues found during validation, and no practical mechanism for Claude to actually test rendering. The checkpoint is aspirational rather than actionable.

2 / 3

Progressive Disclosure

The skill references 'references/landing-pattern.md' and 'assets/' for reusable templates, but no bundle files are provided, making these references unverifiable dead ends. The main content is well-structured with clear headers, but the inline detail (12 sections, CSS patterns, full output tree) could benefit from being split into referenced files. The organization is decent but the balance between overview and detail is off.

2 / 3

Total

8

/

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.

This is a strong, well-crafted description that clearly communicates what the skill does and when to use it. It uses third-person voice, lists concrete actions, includes natural trigger terms, and has an explicit 'Use when...' clause with multiple specific scenarios. The description is concise yet comprehensive, making it easy for Claude to select this skill appropriately.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'Generate complete, deploy-ready landing pages', 'creating a homepage for an open-source project', 'building a project website', 'converting a README into a marketing page', 'standardizing landing pages across multiple repos'.

3 / 3

Completeness

Clearly answers both 'what' (generate complete, deploy-ready landing pages from any repository) and 'when' with an explicit 'Use when...' clause listing four distinct trigger scenarios.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'landing pages', 'homepage', 'open-source project', 'project website', 'README', 'marketing page', 'repository', 'repos'. These cover a good range of natural variations for this use case.

3 / 3

Distinctiveness Conflict Risk

The description carves out a clear niche around landing page generation from repositories, with specific triggers like 'README into a marketing page' and 'open-source project homepage' that are unlikely to conflict with general web development or documentation skills.

3 / 3

Total

12

/

12

Passed

Validation

90%

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

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

10

/

11

Passed

Repository
FlorianBruniaux/claude-code-ultimate-guide
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.