·product-type-development
</>

product-type-development

巴吉斯托的产品类型开发。在创建自定义产品类型、定义产品行为或实现专门的产品逻辑时激活。使用参考:@config(产品类型配置)、@abstract(AbstractType方法)、@build(完整订阅实现)。

19安装·1热度·@bagisto

安装

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

如何安装 product-type-development

通过命令行快速安装 product-type-development AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/bagisto/agent-skills --skill product-type-development
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:bagisto/agent-skills。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-28
更新时间
2026-03-10

Browse more skills from bagisto/agent-skills

快速解答

什么是 product-type-development?

巴吉斯托的产品类型开发。在创建自定义产品类型、定义产品行为或实现专门的产品逻辑时激活。使用参考:@config(产品类型配置)、@abstract(AbstractType方法)、@build(完整订阅实现)。 来源:bagisto/agent-skills。

如何安装 product-type-development?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/bagisto/agent-skills --skill product-type-development 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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