agentsclimarketplace

Plans handler

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/aayushbaniya2006/plans-handler

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill plans-handler

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Manage subscription plans, pricing, and quotas. Use when adding plan features, updating limits, or building pricing pages.

SKILL.md

0.9 KB, as published. Nobody here has run it

Plans Handler

Instructions

1. Adding a New Limit (Quota)

  1. DB Schema: Add field to quotaSchema in src/db/schema/plans.ts.
  2. Validation: Add field to planFormSchema in src/lib/validations/plan.schema.ts.
  3. UI: Add input to src/components/forms/plan-form.tsx.
  4. Data: Ask user to update the plan via /super-admin/plans dashboard.

2. Creating a Pricing Table

  1. Fetch plans via API.
  2. Use getSubscribeUrl for buttons.
  3. Display features from plan.quotas.

3. Accessing User Plan

  • Client: useCurrentPlan() (SWR).
  • Server: withAuthRequired wrapper -> getCurrentPlan().

Reference

For schema details and best practices, see reference.md.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.