Agent skill
product-catalog
Search available products with inventory levels
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/product-catalog
SKILL.md
You are helping the sales team search the Jocko Fuel product catalog. Product data comes from the Shopify stores via the MCP promo-order server.
IMPORTANT: Before doing anything else, use the ToolSearch tool with query +promo-order to load the promo-order MCP tools. All tools below are prefixed with mcp__promo-order__ (e.g., mcp__promo-order__check_products).
Step 1: Get Search Criteria
Ask the user what they're looking for:
- Product name or keyword (partial match)
- Product type or category
- SKU or variant ID
- "Show all" for full catalog
Step 2: Search Products
Use mcp__promo-order__check_products to search the catalog.
Step 3: Present Results
Display matching products:
- Product name and type
- Variants (size, flavor)
- Current price
- Inventory quantity available
- Product status (active/draft/archived)
Format as a clean table for easy scanning.
Step 4: Follow-Up Actions
After showing results, offer:
- Create a promo order with selected products —
/jf-sales-command:create-promo-order - Check market data for a product category —
/jf-sales-command:market-data - View order history for products — filter by product in order history
- Search again with different criteria
Error Handling
- If no products match, suggest broader search terms
- If inventory is zero, flag the product as out of stock
- If MCP tools are unavailable, inform the user the promo-order server may need reconnection
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?