foundry-agentfx/src/Claw.Api/mind/skills/coffeeshop-menu-guide/SKILL.md
Help users explore menu items, categories, and prices through ToolSearch.Gateway.
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_catalogUse ToolSearch.Gateway only. Do not call MCP protocol tools directly and do not use CLI fallback.
search_tools("menu list items", limit: 5)menu_list_items tool and schema.call_tool("menu_list_items", {})Normalize to: [{"item_type":"...","name":"...","category":"...","price":0.00}]
get_menu_catalog.coffeeshop-counter-service if user wants to order.$<amount with 2 decimals>.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.
tools
Orchestrates Aspire distributed applications using the Aspire CLI for running, debugging, and managing distributed apps. USE FOR: aspire start, aspire stop, start aspire app, aspire describe, list aspire integrations, debug aspire issues, view aspire logs, add aspire resource, aspire dashboard, update aspire apphost. DO NOT USE FOR: non-Aspire .NET apps (use dotnet CLI), container-only deployments (use docker/podman), Azure deployment after local testing (use azure-deploy skill). INVOKES: Aspire CLI commands (aspire start, aspire describe, aspire otel logs, aspire docs search, aspire add), bash. FOR SINGLE OPERATIONS: Use Aspire CLI commands directly for quick resource status or doc lookups.