coffeeshop-cli/skills/coffeeshop-menu-guide/SKILL.md
Help users explore menu items, categories, and prices. MCP-first, CLI fallback.
npx skillsauth add thangchung/agent-engineering-experiment coffeeshop-menu-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the user asks for menu options, categories, prices, or recommendations.
get_menu_catalogtools/call menu_list_items {}Coffeeshop-Cli models browse MenuItem --jsonNormalize to: [{"item_type":"...","name":"...","category":"...","price":0.00}]
get_menu_catalog.coffeeshop-counter-service if user wants to order.$<amount with 2 decimals>.tools
Help users explore menu items, categories, and prices through ToolSearch.Gateway.
tools
Resolve customer identity and account basics by email, phone, name, or customer ID through ToolSearch.Gateway.
tools
End-to-end counter: identify customer, classify intent, build order, confirm, submit. ToolSearch.Gateway-first. No direct MCP or CLI calls.
development
Use this skill when you need documentation for a third-party library, SDK, or API before writing code that uses it — for example, "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on training knowledge.