Use when a developer wants to understand Paygentic, evaluate its billing and metering capabilities, or learn how usage-based billing works with Paygentic. Use this skill whenever someone mentions Paygentic and asks conceptual questions like "how does metering work", "what is the billing model", "how do subscriptions work", "what can Paygentic do", or wants to explore before writing integration code. Also use when someone asks about consumption-based billing, usage events, entitlements, or billing metrics in a Paygentic context, even if they don't explicitly say "explore".
Use when a developer wants to integrate Paygentic into their application using the SDK or raw REST API. Use this skill whenever someone wants to send usage events, create customers, manage subscriptions, check entitlements, retrieve invoices, or set up payments with Paygentic. Works with any language — TypeScript and Python via SDK, all other languages via direct HTTP API. Also use when someone says "set up billing", "add metering", "wire up Paygentic", "integrate Paygentic", or has the @paygentic/sdk or paygentic-sdk package installed. Even if they just say "I want to bill my users" in a project that has Paygentic as a dependency, use this skill.
Claude Code plugin that helps developers integrate Paygentic — a consumption-based billing platform for SaaS, AI, and API companies. It handles everything between "customer used your product" and "customer gets charged correctly": usage metering, entitlements, subscriptions, invoicing, and payments.
Instead of reading docs and writing boilerplate, describe what you need in natural language and the skills generate correct, production-ready integration code.
| Skill | What it does |
|---|---|
explore | Explains Paygentic concepts — billing models, metering, entitlements, credit-based billing — so you can evaluate the platform and plan your integration without writing code |
integrate | Generates working SDK code (TypeScript or Python) for usage metering, customer management, subscriptions, entitlements, invoices, and payments. Auto-detects your language from the project |
"How does credit-based billing work in Paygentic?" → explore skill
"Send usage events from my Express API" → integrate skill (TypeScript)
"Check if a customer has API calls remaining in Python" → integrate skill (Python)
"Set up full billing for my SaaS" → integrate skill (full setup)
/plugin marketplace add paygentic/skills
/plugin install paygentic@skills
Claude Code CLI
Paygentic account with API key — sign up at platform.paygentic.io
A Paygentic SDK (optional — the skill also generates direct REST API calls for any language):
| Language | Package | Install |
|---|---|---|
| TypeScript | @paygentic/sdk | npm install @paygentic/sdk |
| Python | paygentic-sdk | pip install paygentic-sdk |
For Go, Ruby, Java, or any other language, the integrate skill generates HTTP calls against the REST API directly.
Benchmarked across 5 evaluations (20 assertions) comparing Claude with and without the plugin:
| With skill | Without skill | Delta | |
|---|---|---|---|
| Accuracy | 90% (18/20) | 75% (15/20) | +15% |
| Tokens | ~22K avg | ~63K avg | -65% |
| Speed | 46s avg | 120s avg | 2.6x faster |
Biggest impact: usage metering (eval 3) — without the skill, Claude defaults to deprecated v0 endpoints (usageEvents.create()) that error on v1 billing plans. The skill prevents this entirely.
/plugin marketplace update skills
/plugin update paygentic@skills
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub paygentic/skills --plugin paygenticDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code