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