CtrlK
BlogDocsLog inGet started
Tessl Logo

stripe-integration-expert

Production-grade Stripe integrations: subscriptions with trials and proration, one-time payments, usage-based billing, checkout sessions, idempotent webhook handlers, customer portal, and invoicing. Covers Next.js, Express, and Django patterns. Use when integrating Stripe for the first time, debugging webhook reliability issues, migrating from a different payment provider, or adding usage-based billing to an existing subscription product.

68

Quality

82%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Medium

Suggest reviewing before use

The canonical home for this skill is stripe-integration-expert in alirezarezvani/claude-skills

SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-5

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

The body is a rich, executable Stripe integration reference with strong actionability and reasonable conciseness. Its weaknesses are the lack of an explicit end-to-end workflow with validation checkpoints and the monolithic single-file structure with no progressive disclosure.

Suggestions

Add an ordered end-to-end integration checklist with explicit validation checkpoints (e.g., 1. set up client, 2. create products/prices, 3. build checkout, 4. configure & verify webhooks locally with Stripe CLI, 5. test upgrade/downgrade proration), framed as a validate→fix→retry loop.

Split large reference material (full webhook handler, plan/price configuration, CLI testing) into separate files under references/ and link to them from SKILL.md so the top-level file stays a lean overview.

Remove the redundant Overview/Core Capabilities sections that repeat the frontmatter description, and fix the missing comma in the checkout customer creation snippet so the code is copy-paste ready.

DimensionReasoningScore

Conciseness

Mostly lean executable code, but the Overview duplicates the frontmatter description verbatim and the Core Capabilities bullets overlap the detailed sections below — minor trimming possible. Not 5 because of that redundant preamble.

4 / 5

Actionability

Extensive concrete, mostly copy-paste-ready code plus CLI commands and test cards, but the checkout snippet has a real syntax error (missing comma between `name: "username-undefined"` and `metadata:`), a minor copy-paste gap. Not 5 because of that defect; not 3 because the bulk is genuinely executable.

4 / 5

Workflow Clarity

A clear subscription lifecycle state machine and idempotent webhook retry logic are present, but there is no end-to-end sequenced integration workflow with explicit validate→fix→retry checkpoints. Not 4 because checkpoints are implicit and scattered; not 2 because per-feature structure and the webhook retry loop are coherent.

3 / 5

Progressive Disclosure

Well-organized with clear section headers, but all content (~477 lines, including full webhook handlers) is inlined in one file with no external references. Not 4 because content that belongs in separate reference files is inlined; not 2 because sectioning is solid.

3 / 5

Total

14

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is a strong, specific, third-person statement that covers what the skill does and when to use it with concrete trigger phrases. It hits the top anchor on every dimension with no verbosity or over-claims.

DimensionReasoningScore

Specificity

Lists many concrete actions comprehensively — 'subscriptions with trials and proration, one-time payments, usage-based billing, checkout sessions, idempotent webhook handlers, customer portal, and invoicing' — matching the comprehensive-coverage anchor.

5 / 5

Completeness

Explicitly answers both 'what' (the enumerated capabilities) and 'when' via a concrete 'Use when integrating Stripe for the first time, debugging webhook reliability issues...' clause.

5 / 5

Trigger Term Quality

Rich natural terms with synonyms and concrete triggers ('Stripe', 'webhook reliability', 'usage-based billing', 'migrating from a different payment provider') that users would actually say.

5 / 5

Distinctiveness Conflict Risk

Clear Stripe billing niche with distinct triggers (provider migration, webhook debugging) that would not fire for unrelated skills, giving minimal conflict risk.

5 / 5

Total

20

/

20

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.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
alirezarezvani/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.