·product-type-development
</>

product-type-development

Bagisto의 제품 유형 개발. 사용자 정의 제품 유형을 생성하거나, 제품 동작을 정의하거나, 특수한 제품 논리를 구현할 때 활성화됩니다. 참조 사용: @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.

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-development
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-28
업데이트
2026-03-10

Browse more skills from bagisto/agent-skills

빠른 답변

product-type-development이란?

Bagisto의 제품 유형 개발. 사용자 정의 제품 유형을 생성하거나, 제품 동작을 정의하거나, 특수한 제품 논리를 구현할 때 활성화됩니다. 참조 사용: @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에서 사용할 수 있습니다

소스 저장소는 어디인가요?

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