CtrlK
BlogDocsLog inGet started
Tessl Logo

gamma-sdk-patterns

Reusable patterns for the Gamma REST API (no SDK exists). Use when building typed wrappers, generation helpers, template factories, or error handling for Gamma. Trigger: "gamma patterns", "gamma client wrapper", "gamma best practices", "gamma API helper", "gamma code structure".

72

Quality

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

80%

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

Highly actionable and token-efficient code skill with executable TypeScript patterns for the Gamma API. Its main gaps are the lack of explicit validation checkpoints in the workflow and a monolithic structure that doesn't leverage progressive disclosure via bundle files.

Suggestions

Add explicit validation checkpoints to the generate-poll-retrieve workflow (e.g., 'Verify status === completed before retrieving files; on failed, surface the error and stop').

Move the API Endpoints Reference and full client code into reference files (e.g. references/api-reference.md) and link to them from SKILL.md so the main file stays an overview.

Add a brief error-recovery feedback loop showing how withRetry, pollUntilDone, and GammaApiError compose for a failed generation.

DimensionReasoningScore

Conciseness

Lean prose paired with dense, purposeful code blocks; no padding explaining concepts Claude already knows and every section earns its place.

3 / 3

Actionability

Fully executable, copy-paste-ready TypeScript with complete interfaces, real endpoints, and concrete usage examples rather than pseudocode.

3 / 3

Workflow Clarity

Steps are sequenced (typed client → error class → poll → generate-and-wait → template → retry) but it reads as a pattern catalog without explicit validate-then-proceed checkpoints for the generate-poll-retrieve flow.

2 / 3

Progressive Disclosure

No bundle files exist and the ~250-line body is monolithic, with inline API reference tables and full client code that could be split into separate reference files despite clear section organization.

2 / 3

Total

10

/

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 tight, well-constructed description that covers what the skill does, when to use it, and natural trigger phrases in a Gamma-specific niche. It avoids verbosity and over-claims while staying in third-person voice.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'typed wrappers, generation helpers, template factories, or error handling' — rather than vague language.

3 / 3

Completeness

Explicitly states what ('Reusable patterns for the Gamma REST API (no SDK exists)') and when ('Use when building...') plus a dedicated Trigger clause.

3 / 3

Trigger Term Quality

Provides a Trigger list of natural phrases a user might say ('gamma patterns', 'gamma client wrapper', 'gamma API helper') with good variation coverage.

3 / 3

Distinctiveness Conflict Risk

Clearly scoped to Gamma with gamma-prefixed triggers, occupying a distinct 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.