product-type-development とは?
Bagisto での製品タイプの開発。カスタム製品タイプの作成時、製品動作の定義時、または特殊な製品ロジックの実装時にアクティブになります。参照を使用します: @config (製品タイプ構成)、@abstract (AbstractType メソッド)、@build (完全なサブスクリプション実装)。 ソース: bagisto/agent-skills。
Bagisto での製品タイプの開発。カスタム製品タイプの作成時、製品動作の定義時、または特殊な製品ロジックの実装時にアクティブになります。参照を使用します: @config (製品タイプ構成)、@abstract (AbstractType メソッド)、@build (完全なサブスクリプション実装)。
コマンドラインで product-type-development AI スキルを開発環境にすばやくインストール
ソース: bagisto/agent-skills。
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 |
Bagisto での製品タイプの開発。カスタム製品タイプの作成時、製品動作の定義時、または特殊な製品ロジックの実装時にアクティブになります。参照を使用します: @config (製品タイプ構成)、@abstract (AbstractType メソッド)、@build (完全なサブスクリプション実装)。 ソース: bagisto/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/bagisto/agent-skills --skill product-type-developmentBagisto での製品タイプの開発。カスタム製品タイプの作成時、製品動作の定義時、または特殊な製品ロジックの実装時にアクティブになります。参照を使用します: @config (製品タイプ構成)、@abstract (AbstractType メソッド)、@build (完全なサブスクリプション実装)。 ソース: bagisto/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/bagisto/agent-skills --skill product-type-development インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/bagisto/agent-skills