vercel-teams-billing

$npx mdskill add bobmatnyc/claude-mpm-skills/vercel-teams-billing

Manage Vercel accounts, teams, plans, and billing controls.

  • Configure team membership, ownership, and account security settings.
  • Depends on Vercel API for teams, plans, and billing data.
  • Selects plans and spend policies based on usage and team needs.
  • Returns settings, usage reports, and billing configuration to the agent.

SKILL.md

.github/skills/vercel-teams-billingView on GitHub ↗
---
name: vercel-teams-billing
description: Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel.
user-invocable: false
disable-model-invocation: true
progressive_disclosure:
  entry_point:
    summary: "Vercel account, team, and billing management including plans and spend controls. Use when managing teams, accounts, or cost governance on Vercel."
    when_to_use: "When working with vercel-teams-billing or related functionality."
    quick_start: "1. Review the core concepts below. 2. Apply patterns to your use case. 3. Follow best practices for implementation."
---
# Vercel Teams and Billing Skill

---
progressive_disclosure:
  entry_point:
    summary: "Vercel teams and billing: accounts, plans, spend management, and team settings."
    when_to_use:
      - "When configuring teams or account ownership"
      - "When selecting plans or managing spend"
      - "When controlling billing and usage limits"
    quick_start:
      - "Review account and team settings"
      - "Select a plan that matches usage"
      - "Set spend management policies"
      - "Monitor usage and costs"
  token_estimate:
    entry: 90-110
    full: 3200-4200
---

## Overview

Vercel provides account and billing controls for teams, plans, and spend governance.

## Accounts and Teams

- Manage team membership and ownership.
- Review account settings for security and access.

## Plans and Spend Management

- Select plans based on usage needs.
- Configure spend management and limits.

## Complementary Skills

When using this skill, consider these related skills (if deployed):

- **vercel-security-access**: RBAC, SSO, and access controls.
- **vercel-overview**: Onboarding and platform setup.

*Note: Complementary skills are optional. This skill is fully functional without them.*

## Resources

**Vercel Docs**:
- Accounts: https://vercel.com/docs/accounts
- Plans: https://vercel.com/docs/plans
- Spend management: https://vercel.com/docs/spend-management
- Notifications: https://vercel.com/docs/notifications

More from bobmatnyc/claude-mpm-skills

SkillDescription
anthropicOfficial Anthropic SDK for Claude AI with chat, streaming, function calling, and vision capabilities
api-design-patternsComprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
api-documentationBest practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
api-reviewAPI security checklist for reviewing endpoints before deployment. Use when creating or modifying API routes to ensure proper authentication, authorization, and input validation.
asyncioPython asyncio - Modern concurrent programming with async/await, event loops, tasks, coroutines, primitives, aiohttp, and FastAPI async patterns
axumAxum (Rust) web framework patterns for production APIs: routers/extractors, state, middleware, error handling, tracing, graceful shutdown, and testing
bad-example-skillANTI-PATTERN - Example showing violations of self-containment (DO NOT COPY)
better-auth-authenticationBetter Auth authentication flows for TypeScript apps. Use when enabling email/password auth, configuring social providers, or implementing sign-up, sign-in, and verification flows.
better-auth-coreBetter Auth core setup for TypeScript apps. Use when configuring the Better Auth instance, wiring server handlers and client instances, working with sessions, or calling server-side auth APIs.
better-auth-integrationsBetter Auth framework integrations for TypeScript. Use when wiring route handlers in Next.js, SvelteKit, Remix, Express, Hono, or other web frameworks.