This repository contains skills for Claude Code that help LLMs integrate with Bunny.com subscription billing.
- bunny-billing — Backend billing integrations using the Node.js or Ruby SDKs. Covers subscription creation, billing portals, metered usage, webhooks, and more.
- bunny-components — Embedding Bunny's pre-built React billing UI components for self-service subscription management inside your app.
Skills are installed by pointing Claude Code at a directory containing skill files. You can install these skills globally (available in all projects) or per-project.
Add the following to ~/.claude/settings.json:
{
"skills": [
"/path/to/bunny/skills"
]
}Add the following to .claude/settings.json in your project root:
{
"skills": [
"/path/to/bunny/skills"
]
}Once installed, Claude Code will automatically invoke the relevant skill when you describe what you want — for example:
"Integrate Bunny billing into my Node.js app"
"Add a subscription management page using Bunny components"
No special commands are needed; Claude detects the right skill from your description.