Agent skill
commerce-subscriptions
Manage subscription plans, billing cycles, and subscriptions. Use when running `stateset-subscriptions` or updating subscription state.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/commerce-subscriptions
SKILL.md
Commerce Subscriptions
Handle recurring billing plans and customer subscriptions.
How It Works
- Create or update subscription plans.
- Enroll customers and manage subscription status.
- Pause, resume, cancel, or skip billing cycles.
- Review billing history and events.
Usage
- CLI:
stateset-subscriptions ... - Writes require
--apply. - MCP tools:
create_subscription_plan,create_subscription,pause_subscription,resume_subscription,cancel_subscription,list_billing_cycles.
Output
{"status":"active","subscription_id":"sub_123","plan":"monthly"}
Present Results to User
- Plan and subscription identifiers.
- Billing interval and next charge date.
- Any proration or cancellation details.
Troubleshooting
- Plan archived: select an active plan.
- Past due: review billing cycles and payment status.
References
- references/subscriptions-flow.md
- /home/dom/stateset-icommerce/cli/.claude/agents/subscriptions.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?