coffeeshop-cli/skills/coffeeshop-customer-lookup/SKILL.md
Resolve customer identity and account basics by email or customer ID. MCP-first, CLI fallback.
npx skillsauth add thangchung/agent-engineering-experiment coffeeshop-customer-lookupInstall 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 account-related questions or provides customer identifiers.
lookup_customertools/call customer_lookup {"email":"<email>"} or {"customer_id":"<id>"}Coffeeshop-Cli models query Customer --email <email> --json
(or --customer-id <id>, or models browse Customer --json)Normalize to: {"customer_id":"...","name":"...","email":"...","tier":"..."}
lookup_customer. Prefer specific lookup over broad browse.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.