·product-type-development
</>

product-type-development

Product type development in Bagisto. Activates when creating custom product types, defining product behaviors, or implementing specialized product logic. Use references: @config (product type configuration), @abstract (AbstractType methods), @build (complete subscription implementation).

19Installs·1Trend·@bagisto

Installation

$npx skills add https://github.com/bagisto/agent-skills --skill product-type-development

How to Install product-type-development

Quickly install product-type-development AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/bagisto/agent-skills --skill product-type-development
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: bagisto/agent-skills.

SKILL.md

View raw

Creating custom product types in Bagisto allows you to define specialized product behaviors that match your business needs. Whether you need subscription products, rental items, digital services, or complex product variations, custom product types provide the flexibility to create exactly what your store requires.

The Config/product-types.php file is a simple PHP array that registers your product type:

| key | Unique identifier (matches array key) | 'subscription' | | name | Display name in admin dropdown | 'Subscription' | | class | Full namespace to your product type class | 'Webkul\SubscriptionProduct\Type\Subscription' | | sort | Order in dropdown (optional, default: 0) | 5 |

Product type development in Bagisto. Activates when creating custom product types, defining product behaviors, or implementing specialized product logic. Use references: @config (product type configuration), @abstract (AbstractType methods), @build (complete subscription implementation). Source: bagisto/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/bagisto/agent-skills --skill product-type-development
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from bagisto/agent-skills

Quick answers

What is product-type-development?

Product type development in Bagisto. Activates when creating custom product types, defining product behaviors, or implementing specialized product logic. Use references: @config (product type configuration), @abstract (AbstractType methods), @build (complete subscription implementation). Source: bagisto/agent-skills.

How do I install product-type-development?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bagisto/agent-skills --skill product-type-development Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/bagisto/agent-skills