[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-langchain-territory-report":3,"mdc-5bpw84-key":38,"related-repo-langchain-territory-report":202,"related-org-langchain-territory-report":276},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":27,"repoUrl":28,"updatedAt":29,"license":30,"forks":31,"topics":32,"repo":33,"sourceUrl":36,"mdContent":37},"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},"langchain","LangChain","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Flangchain.png","langchain-ai",[13,17,18,21,24],{"name":14,"slug":15,"type":16},"Data Visualization","data-visualization","tag",{"name":9,"slug":8,"type":16},{"name":19,"slug":20,"type":16},"Reporting","reporting",{"name":22,"slug":23,"type":16},"Charts","charts",{"name":25,"slug":26,"type":16},"Sales","sales",20,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Flca-deepagents","2026-08-06T06:09:27.33444",null,22,[],{"repoUrl":28,"stars":27,"forks":31,"topics":34,"description":35},[],"LangChain Academy Course on Deep Agents","https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Flca-deepagents\u002Ftree\u002FHEAD\u002Ftypescript\u002Fm5\u002Fsales_assistant\u002Fskills\u002Fterritory-report","---\nname: territory-report\ndescription: \"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'.\"\n---\n\n# Territory Report\n\nA metrics task. The numbers come from the database; the chart is rendered\nfrom them.\n\n## 1. Gather the metrics\n\nAsk **chinook-analyst** for Jane's book of business (`SupportRepId = 3`):\n\n- Total revenue and number of invoices.\n- Top customers by revenue (with amounts).\n- Revenue by genre (for Jane's customers).\n- Any obvious trend (e.g. revenue by year, if useful).\n\nGet exact figures; do the arithmetic with the **code interpreter** if you need\nto combine results.\n\n## 2. Write the report\n\n- Use the code interpreter to get today's date: `new Date().toISOString().slice(0, 10)`.\n- `write_file` a clear Markdown report to `\u002Foutputs\u002Fterritory_report-\u003Cdate>.md`:\n  headline totals, a top-customers list, and a revenue-by-genre table.\n\n## 3. Chart\n\nCall `render_pie_chart` with the revenue-by-genre labels and values, saved as\n`territory_chart.png`. Reference the image in the report.\n\n## Done\n\nTell Jane where the report and chart were saved, with the headline revenue\nnumber.\n",{"data":39,"body":40},{"name":4,"description":6},{"type":41,"children":42},"root",[43,51,57,64,86,111,123,129,164,170,191,197],{"type":44,"tag":45,"props":46,"children":47},"element","h1",{"id":4},[48],{"type":49,"value":50},"text","Territory Report",{"type":44,"tag":52,"props":53,"children":54},"p",{},[55],{"type":49,"value":56},"A metrics task. The numbers come from the database; the chart is rendered\nfrom them.",{"type":44,"tag":58,"props":59,"children":61},"h2",{"id":60},"_1-gather-the-metrics",[62],{"type":49,"value":63},"1. Gather the metrics",{"type":44,"tag":52,"props":65,"children":66},{},[67,69,75,77,84],{"type":49,"value":68},"Ask ",{"type":44,"tag":70,"props":71,"children":72},"strong",{},[73],{"type":49,"value":74},"chinook-analyst",{"type":49,"value":76}," for Jane's book of business (",{"type":44,"tag":78,"props":79,"children":81},"code",{"className":80},[],[82],{"type":49,"value":83},"SupportRepId = 3",{"type":49,"value":85},"):",{"type":44,"tag":87,"props":88,"children":89},"ul",{},[90,96,101,106],{"type":44,"tag":91,"props":92,"children":93},"li",{},[94],{"type":49,"value":95},"Total revenue and number of invoices.",{"type":44,"tag":91,"props":97,"children":98},{},[99],{"type":49,"value":100},"Top customers by revenue (with amounts).",{"type":44,"tag":91,"props":102,"children":103},{},[104],{"type":49,"value":105},"Revenue by genre (for Jane's customers).",{"type":44,"tag":91,"props":107,"children":108},{},[109],{"type":49,"value":110},"Any obvious trend (e.g. revenue by year, if useful).",{"type":44,"tag":52,"props":112,"children":113},{},[114,116,121],{"type":49,"value":115},"Get exact figures; do the arithmetic with the ",{"type":44,"tag":70,"props":117,"children":118},{},[119],{"type":49,"value":120},"code interpreter",{"type":49,"value":122}," if you need\nto combine results.",{"type":44,"tag":58,"props":124,"children":126},{"id":125},"_2-write-the-report",[127],{"type":49,"value":128},"2. Write the report",{"type":44,"tag":87,"props":130,"children":131},{},[132,145],{"type":44,"tag":91,"props":133,"children":134},{},[135,137,143],{"type":49,"value":136},"Use the code interpreter to get today's date: ",{"type":44,"tag":78,"props":138,"children":140},{"className":139},[],[141],{"type":49,"value":142},"new Date().toISOString().slice(0, 10)",{"type":49,"value":144},".",{"type":44,"tag":91,"props":146,"children":147},{},[148,154,156,162],{"type":44,"tag":78,"props":149,"children":151},{"className":150},[],[152],{"type":49,"value":153},"write_file",{"type":49,"value":155}," a clear Markdown report to ",{"type":44,"tag":78,"props":157,"children":159},{"className":158},[],[160],{"type":49,"value":161},"\u002Foutputs\u002Fterritory_report-\u003Cdate>.md",{"type":49,"value":163},":\nheadline totals, a top-customers list, and a revenue-by-genre table.",{"type":44,"tag":58,"props":165,"children":167},{"id":166},"_3-chart",[168],{"type":49,"value":169},"3. Chart",{"type":44,"tag":52,"props":171,"children":172},{},[173,175,181,183,189],{"type":49,"value":174},"Call ",{"type":44,"tag":78,"props":176,"children":178},{"className":177},[],[179],{"type":49,"value":180},"render_pie_chart",{"type":49,"value":182}," with the revenue-by-genre labels and values, saved as\n",{"type":44,"tag":78,"props":184,"children":186},{"className":185},[],[187],{"type":49,"value":188},"territory_chart.png",{"type":49,"value":190},". Reference the image in the report.",{"type":44,"tag":58,"props":192,"children":194},{"id":193},"done",[195],{"type":49,"value":196},"Done",{"type":44,"tag":52,"props":198,"children":199},{},[200],{"type":49,"value":201},"Tell Jane where the report and chart were saved, with the headline revenue\nnumber.",{"items":203,"total":275},[204,219,234,247,255],{"slug":205,"name":205,"fn":206,"description":207,"org":208,"tags":209,"stars":27,"repoUrl":28,"updatedAt":218},"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},[210,211,214,215],{"name":9,"slug":8,"type":16},{"name":212,"slug":213,"type":16},"Outreach","outreach",{"name":25,"slug":26,"type":16},{"name":216,"slug":217,"type":16},"Writing","writing","2026-08-06T06:09:26.595717",{"slug":220,"name":220,"fn":221,"description":222,"org":223,"tags":224,"stars":27,"repoUrl":28,"updatedAt":233},"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},[225,228,229,232],{"name":226,"slug":227,"type":16},"CRM","crm",{"name":9,"slug":8,"type":16},{"name":230,"slug":231,"type":16},"Prospecting","prospecting",{"name":25,"slug":26,"type":16},"2026-08-06T06:09:26.95658",{"slug":235,"name":235,"fn":236,"description":237,"org":238,"tags":239,"stars":27,"repoUrl":28,"updatedAt":246},"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},[240,243,244,245],{"name":241,"slug":242,"type":16},"Automation","automation",{"name":226,"slug":227,"type":16},{"name":9,"slug":8,"type":16},{"name":25,"slug":26,"type":16},"2026-08-06T06:09:16.142464",{"slug":4,"name":4,"fn":5,"description":6,"org":248,"tags":249,"stars":27,"repoUrl":28,"updatedAt":29},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[250,251,252,253,254],{"name":22,"slug":23,"type":16},{"name":14,"slug":15,"type":16},{"name":9,"slug":8,"type":16},{"name":19,"slug":20,"type":16},{"name":25,"slug":26,"type":16},{"slug":256,"name":256,"fn":257,"description":258,"org":259,"tags":260,"stars":27,"repoUrl":28,"updatedAt":274},"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},[261,264,267,270,271],{"name":262,"slug":263,"type":16},"Content Creation","content-creation",{"name":265,"slug":266,"type":16},"Email","email",{"name":268,"slug":269,"type":16},"HTML","html",{"name":9,"slug":8,"type":16},{"name":272,"slug":273,"type":16},"Marketing","marketing","2026-08-06T06:09:27.702734",5,{"items":277,"total":448},[278,295,306,319,332,349,366,381,395,405,416,435],{"slug":279,"name":279,"fn":280,"description":281,"org":282,"tags":283,"stars":292,"repoUrl":293,"updatedAt":294},"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},[284,285,288,289],{"name":272,"slug":273,"type":16},{"name":286,"slug":287,"type":16},"Research","research",{"name":25,"slug":26,"type":16},{"name":290,"slug":291,"type":16},"Strategy","strategy",26592,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Fdeepagents","2026-04-18T04:46:54.557115",{"slug":296,"name":296,"fn":297,"description":298,"org":299,"tags":300,"stars":292,"repoUrl":293,"updatedAt":305},"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},[301,302],{"name":286,"slug":287,"type":16},{"name":303,"slug":304,"type":16},"Search","search","2026-05-13T06:11:01.203061",{"slug":307,"name":307,"fn":308,"description":309,"org":310,"tags":311,"stars":292,"repoUrl":293,"updatedAt":318},"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},[312,313,314,317],{"name":262,"slug":263,"type":16},{"name":272,"slug":273,"type":16},{"name":315,"slug":316,"type":16},"SEO","seo",{"name":216,"slug":217,"type":16},"2026-04-15T05:00:54.149813",{"slug":320,"name":320,"fn":321,"description":322,"org":323,"tags":324,"stars":292,"repoUrl":293,"updatedAt":331},"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},[325,328,329,330],{"name":326,"slug":327,"type":16},"Competitive Intelligence","competitive-intelligence",{"name":272,"slug":273,"type":16},{"name":286,"slug":287,"type":16},{"name":290,"slug":291,"type":16},"2026-04-18T04:46:55.79306",{"slug":333,"name":333,"fn":334,"description":335,"org":336,"tags":337,"stars":292,"repoUrl":293,"updatedAt":348},"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},[338,341,344,345],{"name":339,"slug":340,"type":16},"Agents","agents",{"name":342,"slug":343,"type":16},"Debugging","debugging",{"name":9,"slug":8,"type":16},{"name":346,"slug":347,"type":16},"SQLite","sqlite","2026-07-24T06:08:57.102689",{"slug":350,"name":350,"fn":351,"description":352,"org":353,"tags":354,"stars":292,"repoUrl":293,"updatedAt":365},"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},[355,356,359,362],{"name":339,"slug":340,"type":16},{"name":357,"slug":358,"type":16},"Documentation","documentation",{"name":360,"slug":361,"type":16},"LangGraph","langgraph",{"name":363,"slug":364,"type":16},"Multi-Agent","multi-agent","2026-05-13T06:11:03.650877",{"slug":367,"name":367,"fn":368,"description":369,"org":370,"tags":371,"stars":292,"repoUrl":293,"updatedAt":380},"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},[372,373,374,377],{"name":339,"slug":340,"type":16},{"name":357,"slug":358,"type":16},{"name":375,"slug":376,"type":16},"Knowledge Management","knowledge-management",{"name":378,"slug":379,"type":16},"Memory","memory","2026-05-13T06:10:58.510037",{"slug":382,"name":382,"fn":383,"description":384,"org":385,"tags":386,"stars":292,"repoUrl":293,"updatedAt":394},"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},[387,388,391],{"name":339,"slug":340,"type":16},{"name":389,"slug":390,"type":16},"Engineering","engineering",{"name":392,"slug":393,"type":16},"Plugin Development","plugin-development","2026-05-13T06:10:59.88449",{"slug":396,"name":396,"fn":397,"description":398,"org":399,"tags":400,"stars":292,"repoUrl":293,"updatedAt":404},"social-media","create optimized social media posts","Create social media posts optimized for engagement across platforms.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[401,402,403],{"name":262,"slug":263,"type":16},{"name":272,"slug":273,"type":16},{"name":216,"slug":217,"type":16},"2026-04-15T05:00:55.37452",{"slug":406,"name":406,"fn":407,"description":408,"org":409,"tags":410,"stars":292,"repoUrl":293,"updatedAt":415},"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},[411,412,413,414],{"name":339,"slug":340,"type":16},{"name":363,"slug":364,"type":16},{"name":286,"slug":287,"type":16},{"name":303,"slug":304,"type":16},"2026-05-13T06:11:04.930044",{"slug":417,"name":417,"fn":418,"description":419,"org":420,"tags":421,"stars":432,"repoUrl":433,"updatedAt":434},"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},[422,425,426,429],{"name":423,"slug":424,"type":16},"Diagrams","diagrams",{"name":357,"slug":358,"type":16},{"name":427,"slug":428,"type":16},"Markdown","markdown",{"name":430,"slug":431,"type":16},"Technical Writing","technical-writing",12181,"https:\u002F\u002Fgithub.com\u002Flangchain-ai\u002Fopenwiki","2026-07-24T06:09:01.089597",{"slug":436,"name":436,"fn":437,"description":438,"org":439,"tags":440,"stars":432,"repoUrl":433,"updatedAt":447},"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},[441,444],{"name":442,"slug":443,"type":16},"API Development","api-development",{"name":445,"slug":446,"type":16},"Integrations","integrations","2026-07-18T05:48:23.961804",46]