CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudflare-workers-migration

Migrate to Cloudflare Workers from AWS Lambda, Vercel, Express, and Node.js. Use when porting existing applications to the edge, adapting serverless functions, or resolving Node.js API compatibility issues.

76

Quality

93%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

This is a well-structured migration guide that efficiently covers multiple source platforms with concrete before/after code examples and a useful error reference table. The decision tree and platform comparison table are excellent for quick orientation. The main weakness is the migration checklist lacking explicit validation checkpoints and error recovery loops, which is important for migration workflows that can fail in subtle ways.

Suggestions

Add validation checkpoints to the migration checklist, e.g., after step 2 (Convert to ESM): 'Run wrangler dev and verify no import errors before proceeding' and after step 4: 'Verify all storage operations work against R2/KV before continuing'.

Include a feedback loop in the checklist for when CPU limits are exceeded in step 7, such as specific strategies to diagnose and fix (e.g., 'If exceeded, profile with wrangler dev --inspect, then chunk computation or offload to Durable Objects').

DimensionReasoningScore

Conciseness

The content is lean and efficient throughout. It uses tables, decision trees, and code examples without explaining basic concepts Claude already knows. Every section delivers actionable migration-specific information without padding.

3 / 3

Actionability

Provides fully executable before/after code examples for Lambda, Express, and environment variable patterns. The error table gives specific solutions, and the compatibility flags section includes a concrete wrangler.jsonc configuration.

3 / 3

Workflow Clarity

The migration checklist provides a clear sequence of steps, but lacks explicit validation checkpoints and feedback loops. For a migration involving potentially destructive changes, there's no 'validate -> fix -> retry' pattern — just 'Test Locally' and 'Performance Test' as final steps without error recovery guidance.

2 / 3

Progressive Disclosure

The skill provides a clear overview with well-signaled references to detailed migration guides (lambda-migration.md, vercel-migration.md, etc.) via the 'When to Load References' table. The 'See Also' section provides additional navigation. Content is appropriately split between overview and referenced files.

3 / 3

Total

11

/

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 an excellent skill description that clearly defines its scope (migration to Cloudflare Workers), lists specific source platforms, and includes an explicit 'Use when' clause with natural trigger terms. It uses proper third-person voice and is concise without being vague. The description would allow Claude to confidently select this skill when users mention edge migration, Cloudflare Workers, or platform-specific porting tasks.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: migrating from specific platforms (AWS Lambda, Vercel, Express, Node.js), porting applications to the edge, adapting serverless functions, and resolving Node.js API compatibility issues.

3 / 3

Completeness

Clearly answers both what (migrate to Cloudflare Workers from AWS Lambda, Vercel, Express, and Node.js) and when (explicit 'Use when' clause covering porting existing applications, adapting serverless functions, or resolving Node.js API compatibility issues).

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Cloudflare Workers', 'AWS Lambda', 'Vercel', 'Express', 'Node.js', 'edge', 'serverless functions', 'compatibility issues', 'migrate', 'porting'. These cover the main platforms and concepts a user would mention.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive with a clear niche: Cloudflare Workers migration specifically. The combination of target platform (Cloudflare Workers) and source platforms (AWS Lambda, Vercel, Express, Node.js) makes it very unlikely to conflict with other skills.

3 / 3

Total

12

/

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.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
secondsky/claude-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.