plans-handler

Manage subscription plans, pricing, and quotas in the Super Admin dashboard.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alisonbessa/bluemoon --skill plans-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plans-handler
Source: https://github.com/alisonbessa/bluemoon/tree/main/.claude/skills/plans-handler
Command: npx skills add https://github.com/alisonbessa/bluemoon --skill plans-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Plans management across subscription services often faces misalignment between database schemas, validations, and the admin UI, causing delays and inconsistencies.

Core Features & Use Cases

  • Plan creation, feature toggles, and quota adjustments via a unified workflow.
  • Pricing table generation and checkout integration.
  • UI-driven administration via the Super Admin dashboard with API references to fetch and update plans.

Quick Start

Update a plan in the Super Admin dashboard and verify it reflects in pricing and checkout.

Frequently Asked Questions about plans-handler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage subscription plans and quotas without misaligning the database schema and admin UI?

You can manage subscription plans and quotas by enforcing synchronization between the database schema, validation schemas, and admin UI forms. This unified workflow ensures updates instantly reflect across pricing tables, checkout flows, and quota adjustments without causing misalignment.

How does checkout integration work for subscription billing?

Checkout integration for subscription billing works by exposing a getSubscribeUrl function for checkout flows. This connects the Super Admin dashboard pricing pages directly to the customer billing checkout process.

Can I adjust feature toggles and quotas from a Super Admin dashboard?

Yes, you can adjust feature toggles and quotas directly from a Super Admin dashboard. It provides a UI-driven administration workflow to add features, update plans, and design pricing pages for customers via API references.

What is the best way to generate pricing tables for subscription plans?

The best way to generate pricing tables for subscription plans is through a unified management workflow that synchronizes database schemas with UI forms. This ensures generated pricing pages remain consistent with active quotas and checkout integrations.

Why are my subscription plan updates not showing on the pricing page?

Subscription plan updates might not show on the pricing page if there is a misalignment between the database schema and the admin UI forms. Enforcing synchronization between validation schemas and the UI resolves this display delay.