Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.
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.
End-to-end counter: identify customer, classify intent, build order, confirm, submit. MCP-first, CLI fallback.
Resolve customer identity and account basics by email or customer ID. MCP-first, CLI fallback.
Help users explore menu items, categories, and prices. MCP-first, CLI fallback.
Handle coffee shop order submissions end-to-end: receive customer requests, check available menu items, create and confirm the order, process updates or special instructions, and escalate to a human staff member when necessary. Activate this flow when the user presents an ordering scenario or asks you to role-play as a counter service agent.
Converts PDF files to Markdown using Microsoft's markitdown package. Use this skill when the user asks to convert a PDF to Markdown, extract text from a PDF, or read/parse PDF content.
Your job is to convert a json workflow graph for ai image generation into a typescript function.