Skip to content

bunnyapp/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Bunny Skills for Claude Code

This repository contains skills for Claude Code that help LLMs integrate with Bunny.com subscription billing.

Skills

  • 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.

Installing for Claude Code

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.

Global install

Add the following to ~/.claude/settings.json:

{
  "skills": [
    "/path/to/bunny/skills"
  ]
}

Per-project install

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.

About

A collection of skills for using Bunny

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors