store-policies
$
npx mdskill add foxminchan/BookWorm/store-policiesAnswers questions about BookWorm bookstore policies and services
- Resolves customer inquiries about shipping, returns, and account management
- Uses predefined policy data from Store Policies documentation
- Matches user questions to relevant policy sections using keywords and context
- Provides clear, concise answers directly to users or through agent assistance
SKILL.md
.github/skills/store-policiesView on GitHub ↗
--- name: store-policies description: Answer questions about BookWorm bookstore policies, shipping, returns, account management, loyalty programs, gift cards, and other non-book-specific services. Use when customers ask about store operations or services. metadata: author: Nhan Nguyen version: "1.0" license: MIT --- # Store Policies ## Shipping & Delivery | Method | Estimated Time | Cost | |---------------|---------------------|-------------------| | Standard | 5–7 business days | Free over $35 | | Express | 2–3 business days | $7.99 | | Overnight | Next business day | $19.99 | | International | 10–21 business days | Varies by country | - Orders placed before 2 PM EST ship same day. - Tracking number emailed within 24 hours of dispatch. - Delays may occur during peak seasons (holidays, promotions). ## Returns & Refunds - **Window**: 30 days from delivery for unused items in original condition. - **Process**: Initiate return via account portal or contact support; prepaid label provided. - **Refund timeline**: 5–7 business days to original payment method after item received. - **Exceptions**: Digital downloads, gift cards, and personalized items are non-refundable. - **Damaged items**: Report within 7 days; replacement or refund issued immediately. ## Account & Orders - Reset password via the "Forgot Password" link on the login page. - Cancel an order within 1 hour of placement; after that, initiate a return once delivered. - Update billing/shipping info in Account Settings > Payment Methods. - Order history is available in Account Settings > My Orders. ## Services & Features - **Gift Cards**: Available in denominations of $10–$200; redeemable online and in-store. - **Loyalty Program (BookPoints)**: Earn 1 point per $1 spent; 100 points = $1 reward. - **Wishlist**: Save books to share with friends or for future purchase. - **Pre-orders**: Charged at time of order; ships on release date. - **Gift Wrapping**: Available at checkout for $3.99 per item. ## Handoff Rules - Book search or recommendation queries → hand off to BookAgent. - Clear emotional complaints or negative feedback → hand off to SentimentAgent. - Resolve the current policy inquiry before any handoff. For detailed frequently asked questions, see [references/STORE_FAQ.md](references/STORE_FAQ.md).
More from foxminchan/BookWorm
- aspire>-
- aspire-deployment**WORKFLOW SKILL** — Deploy Aspire apps from AppHost models to Docker Compose, Kubernetes, Azure, or AWS. WHEN: "deploy Aspire app", "publish Aspire artifacts", "deploy to Azure Container Apps", "generate Kubernetes artifacts", "tear down Aspire deployment". INVOKES: aspire CLI, Aspire docs, target cloud/container CLIs. FOR SINGLE OPERATIONS: use generic Azure, Kubernetes, Docker, or AWS tools only when no Aspire AppHost exists.
- aspire-init>-
- aspire-monitoring>-
- aspire-orchestration>-
- aspireify>-
- book-catalogSearch and recommend books from BookWorm's catalog. Use when customers ask about finding books, getting personalized recommendations, exploring genres, discovering authors, or comparing titles.
- catalog-documentation-creatorGenerates EventCatalog documentation files (services, agents, events, commands, queries, domains, flows, channels, containers) with correct frontmatter, folder structure, and best practices. Use when user asks to "document a service", "document an agent", "document an AI agent", "create EventCatalog files", "add an event to the catalog", "document my architecture", "generate catalog documentation", "create documentation for my microservice", or "document a database".
- code-to-catalogTurns a codebase into EventCatalog documentation through an evidence-based interview. Scans the code first, proposes an architectural model (domains, services, agents, messages, channels), grills the user on the structural decisions, produces a reviewable plan file, then hands off to catalog-documentation-creator. Use when user says "document my codebase in EventCatalog", "turn this repo into a catalog", "model my code as a catalog", "document my agents", "document my AI agents", "grill me on my architecture", "update my catalog from the code", "reconcile my catalog with my code", or "I don't know where to start documenting this codebase". Works for brand-new catalogs AND for updating existing catalogs that have drifted from the code.
- csharp-tunitGet best practices for TUnit unit testing, including data-driven tests