[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-langchain-rfq-quote":3,"mdc-b9g4v0-key":35,"related-org-langchain-rfq-quote":268,"related-repo-langchain-rfq-quote":447},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":30,"sourceUrl":33,"mdContent":34},"rfq-quote","process customer requests for quotes","Process an incoming request for quote (RFQ) from a customer: read the email, look up the customer and catalogue prices, compute a quote, have it reviewed, draft the reply, and log it. Use whenever a customer asks for a price, a quote, or to license\u002Fbuy a batch of tracks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"langchain","LangChain","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flangchain.png","langchain-ai",[13,15,18,21],{"name":9,"slug":8,"type":14},"tag",{"name":16,"slug":17,"type":14},"Automation","automation",{"name":19,"slug":20,"type":14},"CRM","crm",{"name":22,"slug":23,"type":14},"Sales","sales",20,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Flca-deepagents","2026-08-06T06:09:16.142464",null,22,[],{"repoUrl":25,"stars":24,"forks":28,"topics":31,"description":32},[],"LangChain Academy Course on Deep Agents","https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Flca-deepagents\u002Ftree\u002FHEAD\u002Ftypescript\u002Fm5\u002Fsales_assistant\u002Fskills\u002Frfq-quote","---\nname: rfq-quote\ndescription: \"Process an incoming request for quote (RFQ) from a customer: read the email, look up the customer and catalogue prices, compute a quote, have it reviewed, draft the reply, and log it. Use whenever a customer asks for a price, a quote, or to license\u002Fbuy a batch of tracks.\"\n---\n\n# Processing a Request for Quote\n\nFollow these steps in order. Keep a todo list so Jane can see progress.\n\n## 1. Read the request\n\n- Ask **inbox-manager** to find the request and read it in full. Pull out: who\n  is asking, their company\u002Femail, and exactly what they want (which\n  genres\u002Ftracks, how many of each).\n\n## 2. Identify the customer\n\n- Ask **chinook-analyst** to find the customer by email (and name as a\n  fallback).\n- **If they are not in the system**, ask chinook-analyst to add them with\n  `add_customer`. The system pauses automatically for Jane to approve — the\n  analyst should just make the call, not ask in prose. Once approved, continue.\n\n## 3. Get the prices\n\n- Ask **chinook-analyst** for the unit prices needed:\n  - For \"N tracks in genre X\": the count of available tracks and the standard\n    `UnitPrice` for that genre (tracks are normally $0.99; verify, don't assume).\n  - For \"best-selling tracks\": ask the analyst for the top sellers by quantity.\n- Get real numbers from the database; never guess a price.\n\n## 4. Compute the quote (exactly)\n\n- Use the **code interpreter** to do the arithmetic — quantities × unit prices,\n  any line discounts, and the total. Never hand-add money.\n- A reasonable default volume discount: 10% off when the order is 50+ tracks.\n  State the discount explicitly in the quote.\n\n## 5. Have it reviewed\n\n- Send the line items and totals to **quote-reviewer**. Apply its corrections\n  before drafting.\n\n## 6. Draft the reply\n\n- Write a short, friendly reply from Jane: thank them, list each line\n  (description, qty, unit price, line total), show any discount and the grand\n  total, and offer next steps.\n- Ask **inbox-manager** to save it as a draft to the sender, passing the\n  subject and the full body. The system pauses automatically for Jane to\n  approve or edit the wording before it's saved — don't ask for permission in a\n  message first. Drafts are never auto-sent.\n\n## 7. Log it\n\n- Append one line to `\u002Foutputs\u002Fquotes_ledger.md` recording: date, customer,\n  items summary, total, and the draft id. Create the file with a header row if\n  it doesn't exist yet.\n\n## Done\n\nTell Jane the draft is in her drafts folder and summarize the quote total.\n",{"data":36,"body":37},{"name":4,"description":6},{"type":38,"children":39},"root",[40,49,55,62,80,86,119,125,164,170,190,196,211,217,235,241,257,263],{"type":41,"tag":42,"props":43,"children":45},"element","h1",{"id":44},"processing-a-request-for-quote",[46],{"type":47,"value":48},"text","Processing a Request for Quote",{"type":41,"tag":50,"props":51,"children":52},"p",{},[53],{"type":47,"value":54},"Follow these steps in order. Keep a todo list so Jane can see progress.",{"type":41,"tag":56,"props":57,"children":59},"h2",{"id":58},"_1-read-the-request",[60],{"type":47,"value":61},"1. Read the request",{"type":41,"tag":63,"props":64,"children":65},"ul",{},[66],{"type":41,"tag":67,"props":68,"children":69},"li",{},[70,72,78],{"type":47,"value":71},"Ask ",{"type":41,"tag":73,"props":74,"children":75},"strong",{},[76],{"type":47,"value":77},"inbox-manager",{"type":47,"value":79}," to find the request and read it in full. Pull out: who\nis asking, their company\u002Femail, and exactly what they want (which\ngenres\u002Ftracks, how many of each).",{"type":41,"tag":56,"props":81,"children":83},{"id":82},"_2-identify-the-customer",[84],{"type":47,"value":85},"2. Identify the customer",{"type":41,"tag":63,"props":87,"children":88},{},[89,100],{"type":41,"tag":67,"props":90,"children":91},{},[92,93,98],{"type":47,"value":71},{"type":41,"tag":73,"props":94,"children":95},{},[96],{"type":47,"value":97},"chinook-analyst",{"type":47,"value":99}," to find the customer by email (and name as a\nfallback).",{"type":41,"tag":67,"props":101,"children":102},{},[103,108,110,117],{"type":41,"tag":73,"props":104,"children":105},{},[106],{"type":47,"value":107},"If they are not in the system",{"type":47,"value":109},", ask chinook-analyst to add them with\n",{"type":41,"tag":111,"props":112,"children":114},"code",{"className":113},[],[115],{"type":47,"value":116},"add_customer",{"type":47,"value":118},". The system pauses automatically for Jane to approve — the\nanalyst should just make the call, not ask in prose. Once approved, continue.",{"type":41,"tag":56,"props":120,"children":122},{"id":121},"_3-get-the-prices",[123],{"type":47,"value":124},"3. Get the prices",{"type":41,"tag":63,"props":126,"children":127},{},[128,159],{"type":41,"tag":67,"props":129,"children":130},{},[131,132,136,138],{"type":47,"value":71},{"type":41,"tag":73,"props":133,"children":134},{},[135],{"type":47,"value":97},{"type":47,"value":137}," for the unit prices needed:\n",{"type":41,"tag":63,"props":139,"children":140},{},[141,154],{"type":41,"tag":67,"props":142,"children":143},{},[144,146,152],{"type":47,"value":145},"For \"N tracks in genre X\": the count of available tracks and the standard\n",{"type":41,"tag":111,"props":147,"children":149},{"className":148},[],[150],{"type":47,"value":151},"UnitPrice",{"type":47,"value":153}," for that genre (tracks are normally $0.99; verify, don't assume).",{"type":41,"tag":67,"props":155,"children":156},{},[157],{"type":47,"value":158},"For \"best-selling tracks\": ask the analyst for the top sellers by quantity.",{"type":41,"tag":67,"props":160,"children":161},{},[162],{"type":47,"value":163},"Get real numbers from the database; never guess a price.",{"type":41,"tag":56,"props":165,"children":167},{"id":166},"_4-compute-the-quote-exactly",[168],{"type":47,"value":169},"4. Compute the quote (exactly)",{"type":41,"tag":63,"props":171,"children":172},{},[173,185],{"type":41,"tag":67,"props":174,"children":175},{},[176,178,183],{"type":47,"value":177},"Use the ",{"type":41,"tag":73,"props":179,"children":180},{},[181],{"type":47,"value":182},"code interpreter",{"type":47,"value":184}," to do the arithmetic — quantities × unit prices,\nany line discounts, and the total. Never hand-add money.",{"type":41,"tag":67,"props":186,"children":187},{},[188],{"type":47,"value":189},"A reasonable default volume discount: 10% off when the order is 50+ tracks.\nState the discount explicitly in the quote.",{"type":41,"tag":56,"props":191,"children":193},{"id":192},"_5-have-it-reviewed",[194],{"type":47,"value":195},"5. Have it reviewed",{"type":41,"tag":63,"props":197,"children":198},{},[199],{"type":41,"tag":67,"props":200,"children":201},{},[202,204,209],{"type":47,"value":203},"Send the line items and totals to ",{"type":41,"tag":73,"props":205,"children":206},{},[207],{"type":47,"value":208},"quote-reviewer",{"type":47,"value":210},". Apply its corrections\nbefore drafting.",{"type":41,"tag":56,"props":212,"children":214},{"id":213},"_6-draft-the-reply",[215],{"type":47,"value":216},"6. Draft the reply",{"type":41,"tag":63,"props":218,"children":219},{},[220,225],{"type":41,"tag":67,"props":221,"children":222},{},[223],{"type":47,"value":224},"Write a short, friendly reply from Jane: thank them, list each line\n(description, qty, unit price, line total), show any discount and the grand\ntotal, and offer next steps.",{"type":41,"tag":67,"props":226,"children":227},{},[228,229,233],{"type":47,"value":71},{"type":41,"tag":73,"props":230,"children":231},{},[232],{"type":47,"value":77},{"type":47,"value":234}," to save it as a draft to the sender, passing the\nsubject and the full body. The system pauses automatically for Jane to\napprove or edit the wording before it's saved — don't ask for permission in a\nmessage first. Drafts are never auto-sent.",{"type":41,"tag":56,"props":236,"children":238},{"id":237},"_7-log-it",[239],{"type":47,"value":240},"7. Log it",{"type":41,"tag":63,"props":242,"children":243},{},[244],{"type":41,"tag":67,"props":245,"children":246},{},[247,249,255],{"type":47,"value":248},"Append one line to ",{"type":41,"tag":111,"props":250,"children":252},{"className":251},[],[253],{"type":47,"value":254},"\u002Foutputs\u002Fquotes_ledger.md",{"type":47,"value":256}," recording: date, customer,\nitems summary, total, and the draft id. Create the file with a header row if\nit doesn't exist yet.",{"type":41,"tag":56,"props":258,"children":260},{"id":259},"done",[261],{"type":47,"value":262},"Done",{"type":41,"tag":50,"props":264,"children":265},{},[266],{"type":47,"value":267},"Tell Jane the draft is in her drafts folder and summarize the quote total.",{"items":269,"total":446},[270,289,300,317,330,347,364,379,393,403,414,433],{"slug":271,"name":271,"fn":272,"description":273,"org":274,"tags":275,"stars":286,"repoUrl":287,"updatedAt":288},"analyze-market","perform market analysis and size estimation","Perform a market analysis for a product category or segment. Trigger on: market analysis, market size, TAM SAM SOM, market opportunity, industry analysis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[276,279,282,283],{"name":277,"slug":278,"type":14},"Marketing","marketing",{"name":280,"slug":281,"type":14},"Research","research",{"name":22,"slug":23,"type":14},{"name":284,"slug":285,"type":14},"Strategy","strategy",26592,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Fdeepagents","2026-04-18T04:46:54.557115",{"slug":290,"name":290,"fn":291,"description":292,"org":293,"tags":294,"stars":286,"repoUrl":287,"updatedAt":299},"arxiv-search","search arXiv for academic research papers","Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic. Use when the user asks to find research papers, search arXiv, look up preprints, find academic articles in physics, math, CS, biology, statistics, or related fields.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[295,296],{"name":280,"slug":281,"type":14},{"name":297,"slug":298,"type":14},"Search","search","2026-05-13T06:11:01.203061",{"slug":301,"name":301,"fn":302,"description":303,"org":304,"tags":305,"stars":286,"repoUrl":287,"updatedAt":316},"blog-post","write SEO-optimized blog posts","Write long-form blog posts with SEO optimization and clear structure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[306,309,310,313],{"name":307,"slug":308,"type":14},"Content Creation","content-creation",{"name":277,"slug":278,"type":14},{"name":311,"slug":312,"type":14},"SEO","seo",{"name":314,"slug":315,"type":14},"Writing","writing","2026-04-15T05:00:54.149813",{"slug":318,"name":318,"fn":319,"description":320,"org":321,"tags":322,"stars":286,"repoUrl":287,"updatedAt":329},"competitor-analysis","analyze competitors and market positioning","Analyze competitors in a given market segment. Trigger on: competitive landscape, competitor analysis, market comparison, competitive positioning.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[323,326,327,328],{"name":324,"slug":325,"type":14},"Competitive Intelligence","competitive-intelligence",{"name":277,"slug":278,"type":14},{"name":280,"slug":281,"type":14},{"name":284,"slug":285,"type":14},"2026-04-18T04:46:55.79306",{"slug":331,"name":331,"fn":332,"description":333,"org":334,"tags":335,"stars":286,"repoUrl":287,"updatedAt":346},"deepagents-thread-inspector","inspect local Deep Agents conversation threads","Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse ~\u002F.deepagents\u002F.state\u002Fsessions.db and a thread UUID or prefix.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[336,339,342,343],{"name":337,"slug":338,"type":14},"Agents","agents",{"name":340,"slug":341,"type":14},"Debugging","debugging",{"name":9,"slug":8,"type":14},{"name":344,"slug":345,"type":14},"SQLite","sqlite","2026-07-24T06:08:57.102689",{"slug":348,"name":348,"fn":349,"description":350,"org":351,"tags":352,"stars":286,"repoUrl":287,"updatedAt":363},"langgraph-docs","build stateful agents with LangGraph","Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[353,354,357,360],{"name":337,"slug":338,"type":14},{"name":355,"slug":356,"type":14},"Documentation","documentation",{"name":358,"slug":359,"type":14},"LangGraph","langgraph",{"name":361,"slug":362,"type":14},"Multi-Agent","multi-agent","2026-05-13T06:11:03.650877",{"slug":365,"name":365,"fn":366,"description":367,"org":368,"tags":369,"stars":286,"repoUrl":287,"updatedAt":378},"remember","capture knowledge into persistent memory","Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture learnings.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[370,371,372,375],{"name":337,"slug":338,"type":14},{"name":355,"slug":356,"type":14},{"name":373,"slug":374,"type":14},"Knowledge Management","knowledge-management",{"name":376,"slug":377,"type":14},"Memory","memory","2026-05-13T06:10:58.510037",{"slug":380,"name":380,"fn":381,"description":382,"org":383,"tags":384,"stars":286,"repoUrl":287,"updatedAt":392},"skill-creator","create agent skills and tool integrations","Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an existing skill, (8) validate a skill, (9) learn about skill structure, (10) understand how skills work, or (11) get guidance on skill design patterns. Trigger on phrases like \"create a skill\", \"new skill\", \"make a skill\", \"skill for X\", \"how do I create a skill\", or \"help me build a skill\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[385,386,389],{"name":337,"slug":338,"type":14},{"name":387,"slug":388,"type":14},"Engineering","engineering",{"name":390,"slug":391,"type":14},"Plugin Development","plugin-development","2026-05-13T06:10:59.88449",{"slug":394,"name":394,"fn":395,"description":396,"org":397,"tags":398,"stars":286,"repoUrl":287,"updatedAt":402},"social-media","create optimized social media posts","Create social media posts optimized for engagement across platforms.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[399,400,401],{"name":307,"slug":308,"type":14},{"name":277,"slug":278,"type":14},{"name":314,"slug":315,"type":14},"2026-04-15T05:00:55.37452",{"slug":404,"name":404,"fn":405,"description":406,"org":407,"tags":408,"stars":286,"repoUrl":287,"updatedAt":413},"web-research","conduct and synthesize web research","Searches multiple web sources, synthesizes findings, and produces cited research reports using delegated subagents. Use when the user asks to research a topic online, search the web, look something up, find current information, compare options, or produce a research report.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[409,410,411,412],{"name":337,"slug":338,"type":14},{"name":361,"slug":362,"type":14},{"name":280,"slug":281,"type":14},{"name":297,"slug":298,"type":14},"2026-05-13T06:11:04.930044",{"slug":415,"name":415,"fn":416,"description":417,"org":418,"tags":419,"stars":430,"repoUrl":431,"updatedAt":432},"mermaid-diagrams","embed Mermaid diagrams in documentation","Embed Mermaid diagrams in generated wiki pages. Use whenever documenting a runtime or request flow, a call sequence, a state machine or lifecycle, a data model or entity relationships, or non-trivial control flow, since these are clearer as a diagram than as prose. Also use when an update run touches a page that already contains a mermaid fence, or a page that contains a text fence a previous run degraded.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[420,423,424,427],{"name":421,"slug":422,"type":14},"Diagrams","diagrams",{"name":355,"slug":356,"type":14},{"name":425,"slug":426,"type":14},"Markdown","markdown",{"name":428,"slug":429,"type":14},"Technical Writing","technical-writing",12181,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Fopenwiki","2026-07-24T06:09:01.089597",{"slug":434,"name":434,"fn":435,"description":436,"org":437,"tags":438,"stars":430,"repoUrl":431,"updatedAt":445},"write-connector","implement OpenWiki source connectors","Add a new built-in OpenWiki source connector. Use when a user asks to create or implement an OpenWiki connector.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[439,442],{"name":440,"slug":441,"type":14},"API Development","api-development",{"name":443,"slug":444,"type":14},"Integrations","integrations","2026-07-18T05:48:23.961804",46,{"items":448,"total":516},[449,462,475,482,500],{"slug":450,"name":450,"fn":451,"description":452,"org":453,"tags":454,"stars":24,"repoUrl":25,"updatedAt":461},"draft-pitch","draft sales pitches and outreach messages","Use when the user wants to write a sales pitch or outreach message for a prospect.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[455,456,459,460],{"name":9,"slug":8,"type":14},{"name":457,"slug":458,"type":14},"Outreach","outreach",{"name":22,"slug":23,"type":14},{"name":314,"slug":315,"type":14},"2026-08-06T06:09:26.595717",{"slug":463,"name":463,"fn":464,"description":465,"org":466,"tags":467,"stars":24,"repoUrl":25,"updatedAt":474},"qualify-lead","qualify sales leads and prospects","Use when the user wants to qualify a sales lead or prospect.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[468,469,470,473],{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":471,"slug":472,"type":14},"Prospecting","prospecting",{"name":22,"slug":23,"type":14},"2026-08-06T06:09:26.95658",{"slug":4,"name":4,"fn":5,"description":6,"org":476,"tags":477,"stars":24,"repoUrl":25,"updatedAt":26},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[478,479,480,481],{"name":16,"slug":17,"type":14},{"name":19,"slug":20,"type":14},{"name":9,"slug":8,"type":14},{"name":22,"slug":23,"type":14},{"slug":483,"name":483,"fn":484,"description":485,"org":486,"tags":487,"stars":24,"repoUrl":25,"updatedAt":499},"territory-report","generate sales territory performance reports","Build a report on the rep's sales territory — revenue, top customers, top genres, and trends for Jane's book of business — with a chart. Use when asked for a territory report, sales summary, performance numbers, or 'how is my book doing'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[488,491,494,495,498],{"name":489,"slug":490,"type":14},"Charts","charts",{"name":492,"slug":493,"type":14},"Data Visualization","data-visualization",{"name":9,"slug":8,"type":14},{"name":496,"slug":497,"type":14},"Reporting","reporting",{"name":22,"slug":23,"type":14},"2026-08-06T06:09:27.33444",{"slug":501,"name":501,"fn":502,"description":503,"org":504,"tags":505,"stars":24,"repoUrl":25,"updatedAt":515},"weekly-newsletter","create weekly customer newsletters","Produce the weekly 'This Week in Music' customer newsletter by researching the distributor's top genres in parallel and assembling a styled HTML page. Use when asked to create, write, or send the weekly newsletter or a music-news roundup.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[506,507,510,513,514],{"name":307,"slug":308,"type":14},{"name":508,"slug":509,"type":14},"Email","email",{"name":511,"slug":512,"type":14},"HTML","html",{"name":9,"slug":8,"type":14},{"name":277,"slug":278,"type":14},"2026-08-06T06:09:27.702734",5]