CtrlK
BlogDocsLog inGet started
Tessl Logo

paddle-catalog-setup

Create the Paddle products and prices that other Paddle skills depend on — try MCP tools first, fall back to a Node SDK seed script, or dictate dashboard steps as a last resort.

62

Quality

72%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Fix and improve this skill with Tessl

tessl review fix ./skills/catalog-setup/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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 high-quality, highly actionable skill with excellent workflow clarity and method fallback logic. Its main weakness is verbosity — concepts are repeated across sections (amount units explained in the modeling section, in code comments, and again in pitfalls), and some explanations target knowledge Claude already has. The content would benefit from splitting detailed reference material (pitfalls, tax categories) into separate bundle files to keep the main skill leaner.

Suggestions

Trim the 'What you're modeling' section to remove explanations of basic concepts (what a product vs price is) and focus only on Paddle-specific gotchas like amount string format and environment separation.

Extract the 'Common pitfalls' section into a separate PITFALLS.md bundle file and reference it from the main skill — many of these points duplicate information already present in the method sections.

Remove redundant restatements of the same facts (e.g., amount units are explained in the modeling section, in code comments, and again in pitfalls; camelCase/snake_case conventions are stated in the MCP preamble and again in pitfalls).

DimensionReasoningScore

Conciseness

The skill is thorough and mostly well-organized, but it's verbose in places — the 'What you're modeling' section explains product/price concepts Claude already knows, the tax category table could be more compact, and the 'Common pitfalls' section repeats information already stated in the methods (e.g., amount units, camelCase vs snake_case). Several points are stated two or three times across sections.

2 / 3

Actionability

Excellent actionability across all three methods. The MCP execute payloads are copy-paste ready with realistic examples covering subscription, one-time, and regional pricing. The SDK seed script is a complete, runnable TypeScript file with proper imports, error handling, and a run command. Dashboard steps are click-by-click specific.

3 / 3

Workflow Clarity

The skill provides a clear prioritized method selection (MCP → SDK → Dashboard) with explicit fallback triggers. Each method has numbered steps, and the Verify section provides explicit validation checkpoints (confirm products exist, confirm IDs match) with specific commands for each method. Error recovery is addressed (e.g., forbidden → fall back to next method, missing scopes → regenerate key).

3 / 3

Progressive Disclosure

The content is well-structured with clear section headers and a logical flow, but it's a long monolithic file (~250 lines of dense content). The common pitfalls section alone is substantial and could be a separate reference. There are no bundle files to offload detail into, and the related docs links are external only. For a skill this complex, splitting method details or pitfalls into separate files would improve scannability.

2 / 3

Total

10

/

12

Passed

Description

67%

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 description is strong in specificity and distinctiveness, clearly outlining a prioritized workflow for creating Paddle products and prices. Its main weaknesses are the lack of an explicit 'Use when...' clause and missing some natural trigger terms users might use when they need this skill.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when setting up Paddle for the first time, bootstrapping a product catalog, or when other Paddle skills report missing products or prices.'

Include natural trigger terms users might say, such as 'set up Paddle', 'initialize catalog', 'bootstrap products', or 'configure pricing'.

DimensionReasoningScore

Specificity

Lists multiple concrete actions: creating Paddle products and prices, trying MCP tools first, falling back to a Node SDK seed script, and dictating dashboard steps as a last resort. These are specific, actionable steps.

3 / 3

Completeness

Clearly answers 'what' (create Paddle products and prices with a prioritized fallback approach), but lacks an explicit 'Use when...' clause. The phrase 'that other Paddle skills depend on' implies when but doesn't explicitly state trigger conditions.

2 / 3

Trigger Term Quality

Includes relevant terms like 'Paddle', 'products', 'prices', 'MCP tools', 'Node SDK', 'seed script', and 'dashboard'. However, it misses natural user phrases like 'set up Paddle', 'initialize products', 'bootstrap catalog', or 'configure pricing'.

2 / 3

Distinctiveness Conflict Risk

Highly distinctive — specifically about creating Paddle products/prices as a prerequisite for other Paddle skills, with a clear prioritized approach (MCP → SDK → dashboard). Unlikely to conflict with other skills.

3 / 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.