什么是 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