CtrlK
BlogDocsLog inGet started
Tessl Logo

webiny-v5-to-v6-migration

Migration patterns for converting v5 Webiny code to v6 architecture. Use this skill when migrating existing v5 plugins to v6 features, converting context plugins to DI services, adapting v5 event subscriptions to v6 EventHandlers, or understanding how v5 patterns translate to v6. Targeted at AI agents performing migrations.

67

Quality

82%

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

65%

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

A highly actionable, comprehensive migration reference with concrete code and mapping tables, but it is verbose from repeated boilerplate, lacks migration verification checkpoints, and keeps detailed content inline rather than progressively disclosed into reference files.

Suggestions

Factor out the repeated registry-lookup boilerplate: Patterns 7, 9, and 10 each include a near-identical "Looking up by type" registry example — consolidate into a single reusable registry-injection pattern to remove triplicated content.

Add an explicit migration verification checkpoint (e.g., after converting each plugin, run typecheck/build and confirm the feature registers) so the multi-step migration has a validate→fix→retry feedback loop.

Move the detailed per-plugin patterns (7–11) and the large migration-map tables into separate reference files under references/, keeping SKILL.md as an overview that links to them one level deep.

DimensionReasoningScore

Conciseness

The ~760-line body assumes Claude's competence (no basic-concept padding), but Patterns 7–11 repeat near-identical boilerplate and the "Looking up by type" registry example is triplicated across Patterns 7, 9, and 10, so it could be tightened.

2 / 3

Actionability

Provides complete, executable TypeScript examples with imports, interface implementations, createImplementation/createFeature registration, a concrete cat command, and specific v5→v6 mapping tables that are copy-paste ready.

3 / 3

Workflow Clarity

The Type Resolution Guide is sequenced (Steps 1–3) but lacks a validation checkpoint, and the broader migration offers no verify/build feedback loop; per the rubric, missing validation in code-changing operations caps this at 2.

2 / 3

Progressive Disclosure

No bundle files exist and the body is a monolithic 750-line file with Patterns 7–11 and large lookup tables inline that should be split into reference files, though sections are well-organized and cross-skill references (Pattern 4 → webiny-api-architect) are signaled.

2 / 3

Total

9

/

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.

A strong, well-targeted description that clearly states what the skill does, when to use it, and which concrete migrations it covers, all in third-person voice with natural trigger terms.

DimensionReasoningScore

Specificity

Enumerates multiple concrete actions — "converting v5 plugins to v6 features, converting context plugins to DI services, adapting v5 event subscriptions to v6 EventHandlers" — rather than naming only the domain.

3 / 3

Completeness

Explicitly answers both "what" ("Migration patterns for converting v5 Webiny code to v6 architecture") and "when" ("Use this skill when migrating...") with explicit triggers.

3 / 3

Trigger Term Quality

Uses the exact terms a user performing a Webiny migration would say ("migrating v5 plugins", "context plugins to DI services", "event subscriptions to EventHandlers", "v5 patterns translate to v6").

3 / 3

Distinctiveness Conflict Risk

Occupies a highly specific niche (v5→v6 Webiny migration) with distinct triggers, making conflict with other skills unlikely.

3 / 3

Total

12

/

12

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

skill_md_line_count

SKILL.md is long (766 lines); consider splitting into references/ and linking

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
webiny/webiny-js
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.