shopify-peak-season-toolkit
v0.2.0The BFCM Support Kit: six tools for the customer service work outside a chat app. Readiness audit, sale terms and returns policy QA, per-zone delivery cutoffs, peak load and staff cover planning, a staff playbook with contingency plans, and a daily shipping exception watch. Independent of any inbox, chatbot or helpdesk.
By ThuLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code and Agent Plugins
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install shopify-peak-season-toolkit for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shopify-peak-season-toolkit@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/chattyaisalesagent/shopify-bfcm-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── plugin.json├── skills/campaign-rules-policy-qa/SKILL.md├── skills/delivery-cutoff-planner/SKILL.md├── skills/peak-load-cover-planner/SKILL.md├── skills/peak-season-playbook/SKILL.md├── skills/peak-season-readiness-audit/SKILL.md└── skills/shipping-exception-watch/SKILL.md
Included Skills6
Review or write the shopper-facing rules for a sale, promotion, holiday returns policy or international orders on a Shopify store. Cross-checks the same term across every place it appears (policy page, FAQ, banner, email, product page, saved replies) and flags every mismatch, finds missing fields and contradictions, checks that product claims read the same everywhere, elicits the decisions the merchant has not made, warns where the platform cannot enforce what they intend, and produces publishable terms, FAQ answers and a staff decision table. Use when someone asks to check, write or line up sale terms, discount rules, free shipping thresholds, a returns or holiday returns policy, duties and taxes wording, or wants to know if their pages contradict each other.
Compute per-region last-order (cutoff) dates so a shipment arrives by a target date, from the store's own processing time and carrier transit estimates, and write the three delivery messages Shopify does not provide (on track, running late, will not arrive in time). Use when someone asks when customers have to order to get something by a holiday, wants a per-zone shipping deadline, or needs a message for a delayed or missed delivery.
Forecast customer-service message volume per day from the week before Black Friday to mid-January, build a named staff roster that includes weekends and the returns weeks after the holiday, show which days the team is short of hours and which hours of the day nobody covers, and estimate the helpdesk bill when volume goes over the plan cap. Use when a Shopify merchant asks how many support messages to expect over BFCM or the holidays, whether their team can keep up, who should work which days, whether to hire seasonal help, or what their helpdesk will cost if they exceed their ticket or conversation limit.
Write the peak-season playbook a Shopify merchant's human support team works from during BFCM and the holidays. Produces a one-page brief for staff and seasonal hires (active promotions, delivery cutoffs, returns window, where each policy lives), a table of who may decide refunds, exchanges and compensation and up to what amount, and contingency plans for a carrier delay, a stock-out mid-sale and volume above forecast. Use when a merchant asks for a support team brief, onboarding notes for seasonal staff, refund or compensation authority limits, an escalation policy, or a plan for what to do if shipping is delayed, stock runs out or the team is overwhelmed during peak season.
Score a Shopify store's peak-season readiness across nine checkable lines (discount rules, delivery cutoffs, order lookup, handoff, weekly review, plan cap, holiday returns, proactive late-delivery notices, contingency plan), starting from what broke last peak season, using live store data when a Shopify connector is available and merchant answers otherwise, then route each gap to the toolkit tool that fixes it or to the chat app setting where it is done. Use when someone asks "are we ready for BFCM", wants a readiness score, or wants to know what to fix first before peak season.
Scan a Shopify export of fulfilled orders for the ones likely to turn into "where is my order?" messages before the shopper asks, sort them into four groups (past the promised delivery date, held at customs, tracking stalled, marked delivered but the shopper says it never arrived), rank them by urgency, and draft a proactive message for each group. Use when a merchant wants to find late or stuck shipments in their order list, get ahead of delivery complaints during the peak season, or write delay notices for orders that have already shipped.
Plugin manifests2
{
"name": "shopify-peak-season-toolkit",
"displayName": "Shopify Peak-Season Readiness Toolkit",
"version": "0.2.0",
"description": "The BFCM Support Kit: six tools for the customer service work outside a chat app. Readiness audit, sale terms and returns policy QA, per-zone delivery cutoffs, peak load and staff cover planning, a staff playbook with contingency plans, and a daily shipping exception watch. Independent of any inbox, chatbot or helpdesk.",
"author": {
"name": "Thu",
"url": "https://github.com/chattyaisalesagent"
},
"homepage": "https://github.com/chattyaisalesagent/shopify-bfcm-toolkit",
"repository": "https://github.com/chattyaisalesagent/shopify-bfcm-toolkit",
"license": "MIT"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "shopify-peak-season-toolkit",
"version": "0.2.0",
"description": "The BFCM Support Kit: six tools for the customer service work outside a chat app. Readiness audit, sale terms and returns policy QA, per-zone delivery cutoffs, peak load and staff cover planning, a staff playbook with contingency plans, and a daily shipping exception watch. Independent of any inbox, chatbot or helpdesk.",
"author": {
"name": "Thu",
"url": "https://github.com/chattyaisalesagent"
},
"homepage": "https://github.com/chattyaisalesagent/shopify-bfcm-toolkit",
"repository": "https://github.com/chattyaisalesagent/shopify-bfcm-toolkit",
"license": "MIT",
"keywords": [
"bfcm",
"customer-service",
"ecommerce",
"peak-season",
"returns-policy",
"shipping",
"shopify",
"staffing"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Shopify Peak-Season Readiness Toolkit",
"shortDescription": "Six tools to get Shopify customer service ready for BFCM",
"developerName": "Thu",
"category": "productivity",
"defaultPrompt": [
"Audit my store's BFCM readiness",
"When's the last day to order for Christmas delivery to the EU?",
"Which shipped orders are running late?"
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[shopify-peak-season-toolkit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shopify-peak-season-toolkit)