CtrlK
BlogDocsLog inGet started
Tessl Logo

paddle-pricing-pages

Render country-localized prices on a Next.js pricing page using Paddle.js PricePreview — country detection, billing frequency toggle, and currency formatting.

67

Quality

80%

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 ./skills/pricing-pages/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

82%

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, specific description that clearly identifies the technology stack (Next.js, Paddle.js PricePreview) and concrete capabilities (country detection, billing frequency toggle, currency formatting). Its main weakness is the absence of an explicit 'Use when...' clause, which would help Claude know exactly when to select this skill over others.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user needs to build or modify a pricing page with Paddle, display localized prices, or implement billing frequency toggles in Next.js.'

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: 'country-localized prices', 'country detection', 'billing frequency toggle', and 'currency formatting' on a 'Next.js pricing page using Paddle.js PricePreview'.

3 / 3

Completeness

Clearly answers 'what does this do' with specific actions and technologies, but lacks an explicit 'Use when...' clause or equivalent trigger guidance, which caps this dimension at 2 per the rubric.

2 / 3

Trigger Term Quality

Includes strong natural keywords a user would say: 'pricing page', 'Next.js', 'Paddle', 'PricePreview', 'country detection', 'billing frequency toggle', 'currency formatting', 'localized prices'. These cover the domain well.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive — the combination of Next.js, Paddle.js PricePreview, country-localized pricing, and billing frequency toggle creates a very clear niche that is unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Implementation

77%

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

This is a strong, highly actionable skill with complete, executable code examples covering the full pricing page workflow. Its main weakness is verbosity — the MCP server paragraph, the 'Why use PricePreview' motivation section, and some inline utilities could be trimmed or split into separate files. The verification checklist is a notable strength, providing concrete validation steps for the integration.

Suggestions

Move the Paddle MCP server paragraph to a separate reference file or trim it significantly — it's tangential to the core client-side pricing skill.

Remove or drastically shorten the 'Why use PricePreview at all?' section — Claude doesn't need motivation for using an API it's been told to use.

DimensionReasoningScore

Conciseness

The skill is mostly efficient with good code examples, but includes some unnecessary explanation (e.g., 'Why use PricePreview at all?' section explaining why hardcoding is bad, the lengthy MCP server paragraph, and some verbose pitfall descriptions). The section on the Paddle MCP server tools feels tangential to the core skill.

2 / 3

Actionability

Excellent actionability — provides fully executable TypeScript/TSX code for the hook, pricing component, country selector, currency parsing utility, and checkout integration. Code is copy-paste ready with proper imports and types.

3 / 3

Workflow Clarity

The skill follows a clear logical sequence: define tiers → create hook → build component → detect country → handle currency formatting → integrate checkout. The 'Verify the integration' section provides explicit validation checkpoints covering edge cases (zero-decimal currencies, VAT, sandbox vs production).

3 / 3

Progressive Disclosure

The content is well-structured with clear sections and references to related skills (checkout-web, catalog-setup) and external docs. However, at ~250+ lines it's quite long for a single file with no bundle files to offload detail into — the currency formatting utilities and country selector could be separate references. The MCP server block is a large inline digression.

2 / 3

Total

10

/

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
PaddleHQ/paddle-agent-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.