create-product

Create one-time, gift card, and subscription products via a private API.

Updated Jul 15, 2025
One-click install
npx skills add https://github.com/subbly/builder-starter-template --skill create-product-subbly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-product
Source: https://github.com/subbly/builder-starter-template/tree/main/skills/create-product
Command: npx skills add https://github.com/subbly/builder-starter-template --skill create-product-subbly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating various product types within a Subbly store, handling everything from simple one-time purchases to complex subscription models.

Core Features & Use Cases

  • Product Creation: Supports creating one-time, gift card, and subscription products.
  • Variant/Plan Management: Enables adding product variants (for one-time products) or plans (for subscriptions) with customizable pricing and options.
  • Publishing: Products are created as drafts and can be published to the storefront.
  • Use Case: A user wants to add a new t-shirt to their store. They can use this Skill to define the product name, description, set different sizes and colors as variants with corresponding prices, and upload product images.

Quick Start

Use the create-product skill to create a new one-time product named 'Cool T-Shirt' with a price of $25.00 and variants for 'Small', 'Medium', and 'Large' sizes.

Frequently Asked Questions about create-product

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

FAQPage Schema
How do I create a subscription product in my e-commerce store?

To create a subscription product, you define the product attributes and add customizable plans with corresponding pricing options. The product is initially created as a draft via a private API before being published to your storefront.

Can I add multiple variants like sizes and colors when creating one-time products?

Yes, creating one-time products supports adding multiple variants such as sizes and colors with corresponding prices. You can also define the product name, description, and upload product images during the creation process.

Does this product creation process support gift cards?

Gift card product creation is fully supported alongside one-time and subscription product types. You can manage gift card attributes and pricing through the same private API used for standard e-commerce items.

What is the publishing workflow for newly created e-commerce products?

The publishing workflow creates all new products as drafts initially. After defining attributes, variants, or plans, you can then publish the draft products directly to your storefront.

Do I need a specific environment to manage digital versus physical products?

No specific separate environment is needed, as product creation manages both digital and physical status attributes natively. You simply define the digital or physical status when setting up the product details.

How do I set up pricing for different subscription plans?

Subscription plan management enables adding customizable plans with specific pricing and options. You configure the corresponding prices and plan details directly within the product creation workflow.