CtrlK
BlogDocsLog inGet started
Tessl Logo

gamma-upgrade-migration

Upgrade Gamma SDK versions and migrate between API versions. Use when upgrading SDK packages, handling deprecations, or migrating to new API versions. Trigger with phrases like "gamma upgrade", "gamma migration", "gamma new version", "gamma deprecated", "gamma SDK update".

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

80%Weight 40%Scale 1-3

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

A lean, highly actionable migration guide with concrete executable commands and useful before/after code patterns. Its main weakness is workflow clarity — validation checkpoints for this destructive operation are present but not framed as explicit gating feedback loops — and a lack of progressive disclosure structure given the single-file layout.

Suggestions

Add explicit validation gating to the workflow, e.g. after Step 5 ('Only proceed when `npx tsc --noEmit` passes; fix errors and re-run') and Step 6 ('Only merge when unit + integration tests pass'), to create clear validate→fix→retry feedback loops.

Move the extensive v1→v2 before/after code patterns (Step 4) into a references file (e.g. references/migration-patterns.md) and link to it from a concise overview, enabling one-level-deep progressive disclosure.

Tighten the 'Current State' section — the dynamic `npm list`/`pip freeze` commands add context but could be folded into Step 1 to reduce redundancy.

DimensionReasoningScore

Conciseness

The body is code-heavy and lean, assuming Claude's competence without explaining basic concepts (npm, pip, git); before/after migration snippets are exactly the non-obvious knowledge that earns its tokens. It is not the level below because it avoids padded conceptual explanation.

3 / 3

Actionability

Provides fully executable, copy-paste-ready commands (`npm install @gamma/sdk@latest`, `pip install --upgrade gamma-sdk`, `npx tsc --noEmit`, `npm test`) with `set -euo pipefail` and concrete before/after TypeScript migration examples, matching the copy-paste-ready anchor.

3 / 3

Workflow Clarity

A clear 7-step sequence with a migration checklist and rollback procedure exists, but for a destructive SDK-upgrade operation the validation steps (type check, tests) are not framed as explicit gating feedback loops ('only proceed when passing; if fail, fix and re-run'), so checkpoints remain implicit. It is not 3 because explicit validate→fix→retry gating is absent.

2 / 3

Progressive Disclosure

Sections are well-organized and external doc links are signaled, but with no bundle files present the skill is a single ~190-line file with all content inline; nothing is split into one-level-deep references. It is not 3 because there is no appropriately-split reference structure, and not 1 because organization is clear rather than a monolithic wall.

2 / 3

Total

10

/

12

Passed

Description

100%Weight 40%Scale 1-3

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-structured description that concretely states capabilities, provides natural trigger phrases, and clearly distinguishes the skill's niche. Third-person voice is used throughout with no over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Upgrade Gamma SDK versions', 'migrate between API versions', and 'handling deprecations' — rather than vague language, matching the multiple-specific-actions anchor.

3 / 3

Completeness

Clearly answers both 'what' (upgrade SDK versions, migrate between API versions) and 'when' ('Use when upgrading SDK packages, handling deprecations, or migrating to new API versions') with explicit triggers, matching the top anchor.

3 / 3

Trigger Term Quality

Provides explicit natural trigger phrases users would say — 'gamma upgrade', 'gamma migration', 'gamma new version', 'gamma deprecated', 'gamma SDK update' — giving good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Targets a specific named SDK ('Gamma') with 'gamma'-prefixed triggers, giving it a clear niche unlikely to conflict with other skills.

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

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-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.