什麼是 product-type-development?
巴吉斯託的產品類型開發。在建立自訂產品類型、定義產品行為或實現專門的產品邏輯時啟動。使用參考:@config(產品類型配置)、@abstract(AbstractType方法)、@build(完整訂閱實作)。 來源:bagisto/agent-skills。
巴吉斯託的產品類型開發。在建立自訂產品類型、定義產品行為或實現專門的產品邏輯時啟動。使用參考:@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 |
巴吉斯託的產品類型開發。在建立自訂產品類型、定義產品行為或實現專門的產品邏輯時啟動。使用參考:@config(產品類型配置)、@abstract(AbstractType方法)、@build(完整訂閱實作)。 來源:bagisto/agent-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/bagisto/agent-skills --skill product-type-development巴吉斯託的產品類型開發。在建立自訂產品類型、定義產品行為或實現專門的產品邏輯時啟動。使用參考:@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