Skip to main content
spree
GitHub 제작자 프로필

spree

2개 GitHub 저장소에서 수집된 28개 skills를 저장소 단위로 보여줍니다.

수집된 skills
28
저장소
2
업데이트
2026년 8월 10일
저장소 탐색

저장소와 대표 skills

spree-admin
소프트웨어 개발자

Use when the user is customizing the Spree admin (the `spree_admin` gem) — adding a new resource page, registering a sidebar item, customizing a column in an admin table, overriding a view, scaffolding a new admin section. Common phrasings include "add admin…

2026년 7월 6일
spree-api-v3
소프트웨어 개발자

Use when the user is integrating with Spree's v3 REST API — making requests as a customer, building an admin app, writing webhook consumers, debugging auth errors, parsing API responses. Distinguishes the Store API (customer-facing) from the Admin API…

2026년 7월 6일
spree-catalog
소프트웨어 개발자

Use when the user is working with Spree's product catalog — Products, Variants, Options, Categories, search, images, product publication on channels. Common phrasings include "add a product type", "variants vs options", "product taxonomy", "categorize…

2026년 7월 6일
spree-checkout
소프트웨어 개발자

Use when the user is working on Spree's checkout flow — cart pipeline, order state machine, address handling, the transition from cart to completed order, customizing checkout steps, payment sessions, guest checkout. Common phrasings include "checkout…

2026년 7월 6일
spree-cli
소프트웨어 개발자

Use when calling the Spree Admin API from the command line or driving it programmatically as an agent — exploring endpoints, reading or mutating store data, and especially DEBUGGING (inspecting an order/product/customer, checking why a request failed,…

2026년 7월 6일
spree-customization
소프트웨어 개발자

Use FIRST when the user is about to customize Spree and the right approach isn't obvious — "how do I customize X", "what's the best way to add Y", "how do I extend Spree", "should I use a decorator or a subscriber", "where should I put this logic", "how do I…

2026년 7월 6일
spree-decorators
소프트웨어 개발자

Use when the user wants to extend a Spree model, controller, helper, or service class without forking — add an association to Spree::Product, add a method to Spree::Order, override a validation, add a scope, prepend a before_action, hook into create. Common…

2026년 7월 6일
spree-dependencies
소프트웨어 개발자

Use when the user wants to swap how a core Spree service computes — cart add, cart recalculate, checkout flow, ability checks, payment processing, search, serializers in the API. Common phrasings include "Spree.dependencies", "Spree::Dependencies", "replace…

2026년 7월 6일
수집된 skill 26개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다