coffeeshop-cli/skills/coffeeshop-counter-service/SKILL.md
End-to-end counter: identify customer, classify intent, build order, confirm, submit. MCP-first, CLI fallback.
npx skillsauth add thangchung/agent-engineering-experiment coffeeshop-counter-serviceInstall 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.
| Action | MCP tool | CLI fallback |
|--------|----------|--------------|
| lookup_customer | customer_lookup | Coffeeshop-Cli models query Customer ... --json |
| list_menu | menu_list_items | Coffeeshop-Cli models browse MenuItem --json |
| submit_order | order_submit | Coffeeshop-Cli models submit Order --json |
account | item-types | process-order | order-status.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.