[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-microsoft-daily-outlook-triage":3,"mdc-y7swtq-key":37,"related-repo-microsoft-daily-outlook-triage":936,"related-org-microsoft-daily-outlook-triage":1044},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"daily-outlook-triage","triage Outlook inbox and calendar daily","Get a quick summary of your day by pulling your inbox emails and calendar meetings. Helps you triage and prioritize your workday.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"microsoft","Microsoft","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmicrosoft.png",[12,16,19,22,23],{"name":13,"slug":14,"type":15},"Productivity","productivity","tag",{"name":17,"slug":18,"type":15},"Outlook Email","outlook-email",{"name":20,"slug":21,"type":15},"Summarization","summarization",{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},"Outlook Calendar","outlook-calendar",947,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwork-iq","2026-04-06T18:35:28.767999",null,109,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"MCP Server and CLI for accessing Work IQ","https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fwork-iq\u002Ftree\u002FHEAD\u002Fplugins\u002Fworkiq-productivity\u002Fskills\u002Fdaily-outlook-triage","---\nname: daily-outlook-triage\ndescription: Get a quick summary of your day by pulling your inbox emails and calendar meetings. Helps you triage and prioritize your workday.\n---\n\n# Daily Outlook Triage\n\nThis skill provides a comprehensive overview of your day by analyzing your inbox emails and calendar meetings, helping you quickly triage and prioritize your workday.\n\n## What This Skill Does\n\n1. **Identifies you** using Microsoft Graph to get your profile and time zone\n2. **Pulls inbox emails** to surface unread and important messages requiring attention\n3. **Retrieves today's meetings** from your calendar with details\n4. **Generates a triage summary** highlighting priorities, conflicts, and action items\n\n## Instructions\n\n### Step 1: Get User Profile and Time Zone\n\n```\nworkiq-ask (\n  question: \"What is my profile information including display name, email address, and time zone settings?\"\n)\n```\n\nExtract the user's **displayName**, **email**, and **timeZone** from the response. This provides:\n- User identity for personalized greeting\n- Time zone for accurate meeting times\n\n### Step 2: Pull Inbox Emails\n\nSearch for recent emails in the inbox:\n\n```\nworkiq-ask (\n  question: \"Show me my unread and recent inbox emails from the last 24 hours. For each email include the sender name and email, subject line, received time, importance level, and whether it has attachments.\"\n)\n```\n\nFor each relevant email, note:\n- Sender name and email\n- Subject line\n- Received time\n- Importance flag (high priority emails)\n- Whether it has attachments\n\n### Step 3: Get Today's Calendar\n\nRetrieve all meetings for today:\n\n```\nworkiq-ask (\n  question: \"List all my calendar events for today with subject, start time, end time, location, attendees, whether I'm the organizer, and my response status for each.\"\n)\n```\n\nFor each meeting, capture:\n- Subject\u002Ftitle\n- Start and end times\n- Location (physical or Teams link)\n- Attendees\n- Whether user is organizer or attendee\n- Response status (accepted, tentative, declined)\n\n### Step 4: Generate Triage Summary\n\nCreate a structured summary with the following sections:\n\n#### 📅 Today's Schedule Overview\n- Total number of meetings\n- First meeting start time\n- Any back-to-back meetings (potential conflicts)\n- Total meeting hours vs free time\n- Highlight all-day events\n\n#### 📧 Inbox Highlights\n- Count of unread emails\n- High-importance emails requiring immediate attention\n- Emails from VIPs (manager, skip-level, key stakeholders)\n- Action items or requests identified in subject lines\n\n#### ⚠️ Attention Required\n- Meeting conflicts or overlaps\n- Meetings starting soon (within 30 minutes)\n- Unresponded meeting invites\n- High-priority unread emails\n\n#### 📋 Suggested Priorities\nBased on the analysis, suggest:\n1. Urgent items to address first\n2. Meetings to prepare for\n3. Emails that need responses\n4. Blocks of free time for focused work\n\n## Output Format\n\nPresent the summary in a clear, scannable format:\n\n```\nGood morning, {Name}! Here's your day at a glance:\n\n📅 MEETINGS ({count} today)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n⏰ 9:00 AM - 9:30 AM | Team Standup\n   📍 Teams | 👥 5 attendees\n   \n⏰ 10:00 AM - 11:00 AM | 1:1 with Manager\n   📍 Teams | 👥 2 attendees\n   \n⏰ 2:00 PM - 3:00 PM | Sprint Planning\n   📍 Conference Room A | 👥 8 attendees\n\n📧 INBOX ({unread} unread)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n🔴 HIGH: Budget approval needed - CFO (2 hours ago)\n📩 RE: Project timeline - PM Lead (4 hours ago)\n📩 Weekly report - Auto-generated (6 hours ago)\n\n⚠️ NEEDS ATTENTION\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n• Meeting conflict: 2:00-3:00 PM overlaps with another invite\n• Pending invite: Design Review (no response yet)\n• 1 high-priority email awaiting reply\n\n💡 SUGGESTED PRIORITIES\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n1. Respond to CFO's budget email before 9 AM standup\n2. Prepare for 1:1 - review last week's action items\n3. Block 11:00-12:00 for focused work (no meetings)\n```\n\n## Parameters\n\n| Parameter | Required | Default | Description |\n|-----------|----------|---------|-------------|\n| Time Range | No | Today | Date range for calendar (default: today) |\n| Email Lookback | No | 24 hours | How far back to search emails |\n| Include Low Priority | No | No | Whether to include low-priority emails |\n\n## Example Usage\n\nUser: \"What does my day look like?\" or \"Help me triage my day\" or \"Daily outlook summary\"\n\nThe skill will:\n1. Identify the user (e.g., \"Firstname1 Lastname1\")\n2. Pull unread\u002Frecent inbox emails\n3. Get all meetings scheduled for today\n4. Generate a prioritized triage summary\n\n## Required MCP Tools\n\n| MCP Server | Tool | Purpose |\n|---|---|---|\n| workiq (Local WorkIQ CLI) | `ask` | User profile, inbox email retrieval, and calendar\u002Fmeeting retrieval |\n\n## Tips for Effective Triage\n\n- Run this skill first thing in the morning\n- Use the suggested priorities to plan your day\n- Address high-priority emails before your first meeting\n- Note any meeting conflicts and resolve them early\n- Identify free time blocks for deep work\n\n## Error Handling\n\n### Common Failure Modes\n\n#### Authentication or Permission Errors\n- **Symptom**: `ask` returns an authentication or permission error.\n- **Cause**: The user's session token is expired or the required Microsoft Graph permissions (Mail.Read, Calendars.Read, User.Read) have not been granted.\n- **Resolution**: Prompt the user to re-authenticate with their Microsoft 365 account and confirm the necessary API permissions are enabled.\n\n#### WorkIQ CLI Unavailable\n- **Symptom**: `ask` fails to respond or returns a connection error.\n- **Cause**: The local WorkIQ CLI MCP server is not running or misconfigured.\n- **Resolution**: Notify the user that the WorkIQ CLI is unreachable. Suggest verifying the server configuration and retrying.\n\n#### No Emails Returned\n- **Symptom**: `ask` returns no email results for the requested period.\n- **Cause**: No emails were received in the specified lookback window, or the question did not match any messages.\n- **Resolution**: Inform the user that no recent inbox emails were found. Retry with a broader time window (e.g., \"last 48 hours\") before concluding the inbox is empty.\n\n#### No Calendar Events Found\n- **Symptom**: `ask` returns no calendar events for today.\n- **Cause**: The user genuinely has no meetings, or the date context was ambiguous.\n- **Resolution**: Rephrase the question with an explicit date. If the response confirms no events, report that the calendar is clear for today.\n\n#### Incorrect or Missing Time Zone\n- **Symptom**: Meeting times appear in UTC or are offset by several hours.\n- **Cause**: The profile query did not return time zone information, or the calendar question did not specify a time zone.\n- **Resolution**: Fall back to UTC and explicitly note in the summary that times are shown in UTC. Prompt the user to confirm their preferred time zone.\n\n#### Partial Data Retrieved\n- **Symptom**: One `ask` call succeeds but another returns an error or incomplete data.\n- **Resolution**: Present the sections that did complete successfully. Clearly label any missing section (e.g., \"⚠️ Calendar unavailable — could not retrieve today's meetings\") so the user knows the summary is incomplete and can take manual action.\n",{"data":38,"body":39},{"name":4,"description":6},{"type":40,"children":41},"root",[42,50,56,63,109,115,122,135,161,175,181,186,195,200,228,234,239,248,253,286,292,297,304,332,338,361,367,390,396,401,424,430,435,444,450,554,560,565,570,593,599,648,654,682,688,694,700,740,746,782,788,824,830,866,872,902,908],{"type":43,"tag":44,"props":45,"children":46},"element","h1",{"id":4},[47],{"type":48,"value":49},"text","Daily Outlook Triage",{"type":43,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"This skill provides a comprehensive overview of your day by analyzing your inbox emails and calendar meetings, helping you quickly triage and prioritize your workday.",{"type":43,"tag":57,"props":58,"children":60},"h2",{"id":59},"what-this-skill-does",[61],{"type":48,"value":62},"What This Skill Does",{"type":43,"tag":64,"props":65,"children":66},"ol",{},[67,79,89,99],{"type":43,"tag":68,"props":69,"children":70},"li",{},[71,77],{"type":43,"tag":72,"props":73,"children":74},"strong",{},[75],{"type":48,"value":76},"Identifies you",{"type":48,"value":78}," using Microsoft Graph to get your profile and time zone",{"type":43,"tag":68,"props":80,"children":81},{},[82,87],{"type":43,"tag":72,"props":83,"children":84},{},[85],{"type":48,"value":86},"Pulls inbox emails",{"type":48,"value":88}," to surface unread and important messages requiring attention",{"type":43,"tag":68,"props":90,"children":91},{},[92,97],{"type":43,"tag":72,"props":93,"children":94},{},[95],{"type":48,"value":96},"Retrieves today's meetings",{"type":48,"value":98}," from your calendar with details",{"type":43,"tag":68,"props":100,"children":101},{},[102,107],{"type":43,"tag":72,"props":103,"children":104},{},[105],{"type":48,"value":106},"Generates a triage summary",{"type":48,"value":108}," highlighting priorities, conflicts, and action items",{"type":43,"tag":57,"props":110,"children":112},{"id":111},"instructions",[113],{"type":48,"value":114},"Instructions",{"type":43,"tag":116,"props":117,"children":119},"h3",{"id":118},"step-1-get-user-profile-and-time-zone",[120],{"type":48,"value":121},"Step 1: Get User Profile and Time Zone",{"type":43,"tag":123,"props":124,"children":128},"pre",{"className":125,"code":127,"language":48},[126],"language-text","workiq-ask (\n  question: \"What is my profile information including display name, email address, and time zone settings?\"\n)\n",[129],{"type":43,"tag":130,"props":131,"children":133},"code",{"__ignoreMap":132},"",[134],{"type":48,"value":127},{"type":43,"tag":51,"props":136,"children":137},{},[138,140,145,147,152,154,159],{"type":48,"value":139},"Extract the user's ",{"type":43,"tag":72,"props":141,"children":142},{},[143],{"type":48,"value":144},"displayName",{"type":48,"value":146},", ",{"type":43,"tag":72,"props":148,"children":149},{},[150],{"type":48,"value":151},"email",{"type":48,"value":153},", and ",{"type":43,"tag":72,"props":155,"children":156},{},[157],{"type":48,"value":158},"timeZone",{"type":48,"value":160}," from the response. This provides:",{"type":43,"tag":162,"props":163,"children":164},"ul",{},[165,170],{"type":43,"tag":68,"props":166,"children":167},{},[168],{"type":48,"value":169},"User identity for personalized greeting",{"type":43,"tag":68,"props":171,"children":172},{},[173],{"type":48,"value":174},"Time zone for accurate meeting times",{"type":43,"tag":116,"props":176,"children":178},{"id":177},"step-2-pull-inbox-emails",[179],{"type":48,"value":180},"Step 2: Pull Inbox Emails",{"type":43,"tag":51,"props":182,"children":183},{},[184],{"type":48,"value":185},"Search for recent emails in the inbox:",{"type":43,"tag":123,"props":187,"children":190},{"className":188,"code":189,"language":48},[126],"workiq-ask (\n  question: \"Show me my unread and recent inbox emails from the last 24 hours. For each email include the sender name and email, subject line, received time, importance level, and whether it has attachments.\"\n)\n",[191],{"type":43,"tag":130,"props":192,"children":193},{"__ignoreMap":132},[194],{"type":48,"value":189},{"type":43,"tag":51,"props":196,"children":197},{},[198],{"type":48,"value":199},"For each relevant email, note:",{"type":43,"tag":162,"props":201,"children":202},{},[203,208,213,218,223],{"type":43,"tag":68,"props":204,"children":205},{},[206],{"type":48,"value":207},"Sender name and email",{"type":43,"tag":68,"props":209,"children":210},{},[211],{"type":48,"value":212},"Subject line",{"type":43,"tag":68,"props":214,"children":215},{},[216],{"type":48,"value":217},"Received time",{"type":43,"tag":68,"props":219,"children":220},{},[221],{"type":48,"value":222},"Importance flag (high priority emails)",{"type":43,"tag":68,"props":224,"children":225},{},[226],{"type":48,"value":227},"Whether it has attachments",{"type":43,"tag":116,"props":229,"children":231},{"id":230},"step-3-get-todays-calendar",[232],{"type":48,"value":233},"Step 3: Get Today's Calendar",{"type":43,"tag":51,"props":235,"children":236},{},[237],{"type":48,"value":238},"Retrieve all meetings for today:",{"type":43,"tag":123,"props":240,"children":243},{"className":241,"code":242,"language":48},[126],"workiq-ask (\n  question: \"List all my calendar events for today with subject, start time, end time, location, attendees, whether I'm the organizer, and my response status for each.\"\n)\n",[244],{"type":43,"tag":130,"props":245,"children":246},{"__ignoreMap":132},[247],{"type":48,"value":242},{"type":43,"tag":51,"props":249,"children":250},{},[251],{"type":48,"value":252},"For each meeting, capture:",{"type":43,"tag":162,"props":254,"children":255},{},[256,261,266,271,276,281],{"type":43,"tag":68,"props":257,"children":258},{},[259],{"type":48,"value":260},"Subject\u002Ftitle",{"type":43,"tag":68,"props":262,"children":263},{},[264],{"type":48,"value":265},"Start and end times",{"type":43,"tag":68,"props":267,"children":268},{},[269],{"type":48,"value":270},"Location (physical or Teams link)",{"type":43,"tag":68,"props":272,"children":273},{},[274],{"type":48,"value":275},"Attendees",{"type":43,"tag":68,"props":277,"children":278},{},[279],{"type":48,"value":280},"Whether user is organizer or attendee",{"type":43,"tag":68,"props":282,"children":283},{},[284],{"type":48,"value":285},"Response status (accepted, tentative, declined)",{"type":43,"tag":116,"props":287,"children":289},{"id":288},"step-4-generate-triage-summary",[290],{"type":48,"value":291},"Step 4: Generate Triage Summary",{"type":43,"tag":51,"props":293,"children":294},{},[295],{"type":48,"value":296},"Create a structured summary with the following sections:",{"type":43,"tag":298,"props":299,"children":301},"h4",{"id":300},"todays-schedule-overview",[302],{"type":48,"value":303},"📅 Today's Schedule Overview",{"type":43,"tag":162,"props":305,"children":306},{},[307,312,317,322,327],{"type":43,"tag":68,"props":308,"children":309},{},[310],{"type":48,"value":311},"Total number of meetings",{"type":43,"tag":68,"props":313,"children":314},{},[315],{"type":48,"value":316},"First meeting start time",{"type":43,"tag":68,"props":318,"children":319},{},[320],{"type":48,"value":321},"Any back-to-back meetings (potential conflicts)",{"type":43,"tag":68,"props":323,"children":324},{},[325],{"type":48,"value":326},"Total meeting hours vs free time",{"type":43,"tag":68,"props":328,"children":329},{},[330],{"type":48,"value":331},"Highlight all-day events",{"type":43,"tag":298,"props":333,"children":335},{"id":334},"inbox-highlights",[336],{"type":48,"value":337},"📧 Inbox Highlights",{"type":43,"tag":162,"props":339,"children":340},{},[341,346,351,356],{"type":43,"tag":68,"props":342,"children":343},{},[344],{"type":48,"value":345},"Count of unread emails",{"type":43,"tag":68,"props":347,"children":348},{},[349],{"type":48,"value":350},"High-importance emails requiring immediate attention",{"type":43,"tag":68,"props":352,"children":353},{},[354],{"type":48,"value":355},"Emails from VIPs (manager, skip-level, key stakeholders)",{"type":43,"tag":68,"props":357,"children":358},{},[359],{"type":48,"value":360},"Action items or requests identified in subject lines",{"type":43,"tag":298,"props":362,"children":364},{"id":363},"️-attention-required",[365],{"type":48,"value":366},"⚠️ Attention Required",{"type":43,"tag":162,"props":368,"children":369},{},[370,375,380,385],{"type":43,"tag":68,"props":371,"children":372},{},[373],{"type":48,"value":374},"Meeting conflicts or overlaps",{"type":43,"tag":68,"props":376,"children":377},{},[378],{"type":48,"value":379},"Meetings starting soon (within 30 minutes)",{"type":43,"tag":68,"props":381,"children":382},{},[383],{"type":48,"value":384},"Unresponded meeting invites",{"type":43,"tag":68,"props":386,"children":387},{},[388],{"type":48,"value":389},"High-priority unread emails",{"type":43,"tag":298,"props":391,"children":393},{"id":392},"suggested-priorities",[394],{"type":48,"value":395},"📋 Suggested Priorities",{"type":43,"tag":51,"props":397,"children":398},{},[399],{"type":48,"value":400},"Based on the analysis, suggest:",{"type":43,"tag":64,"props":402,"children":403},{},[404,409,414,419],{"type":43,"tag":68,"props":405,"children":406},{},[407],{"type":48,"value":408},"Urgent items to address first",{"type":43,"tag":68,"props":410,"children":411},{},[412],{"type":48,"value":413},"Meetings to prepare for",{"type":43,"tag":68,"props":415,"children":416},{},[417],{"type":48,"value":418},"Emails that need responses",{"type":43,"tag":68,"props":420,"children":421},{},[422],{"type":48,"value":423},"Blocks of free time for focused work",{"type":43,"tag":57,"props":425,"children":427},{"id":426},"output-format",[428],{"type":48,"value":429},"Output Format",{"type":43,"tag":51,"props":431,"children":432},{},[433],{"type":48,"value":434},"Present the summary in a clear, scannable format:",{"type":43,"tag":123,"props":436,"children":439},{"className":437,"code":438,"language":48},[126],"Good morning, {Name}! Here's your day at a glance:\n\n📅 MEETINGS ({count} today)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n⏰ 9:00 AM - 9:30 AM | Team Standup\n   📍 Teams | 👥 5 attendees\n   \n⏰ 10:00 AM - 11:00 AM | 1:1 with Manager\n   📍 Teams | 👥 2 attendees\n   \n⏰ 2:00 PM - 3:00 PM | Sprint Planning\n   📍 Conference Room A | 👥 8 attendees\n\n📧 INBOX ({unread} unread)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n🔴 HIGH: Budget approval needed - CFO (2 hours ago)\n📩 RE: Project timeline - PM Lead (4 hours ago)\n📩 Weekly report - Auto-generated (6 hours ago)\n\n⚠️ NEEDS ATTENTION\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n• Meeting conflict: 2:00-3:00 PM overlaps with another invite\n• Pending invite: Design Review (no response yet)\n• 1 high-priority email awaiting reply\n\n💡 SUGGESTED PRIORITIES\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n1. Respond to CFO's budget email before 9 AM standup\n2. Prepare for 1:1 - review last week's action items\n3. Block 11:00-12:00 for focused work (no meetings)\n",[440],{"type":43,"tag":130,"props":441,"children":442},{"__ignoreMap":132},[443],{"type":48,"value":438},{"type":43,"tag":57,"props":445,"children":447},{"id":446},"parameters",[448],{"type":48,"value":449},"Parameters",{"type":43,"tag":451,"props":452,"children":453},"table",{},[454,483],{"type":43,"tag":455,"props":456,"children":457},"thead",{},[458],{"type":43,"tag":459,"props":460,"children":461},"tr",{},[462,468,473,478],{"type":43,"tag":463,"props":464,"children":465},"th",{},[466],{"type":48,"value":467},"Parameter",{"type":43,"tag":463,"props":469,"children":470},{},[471],{"type":48,"value":472},"Required",{"type":43,"tag":463,"props":474,"children":475},{},[476],{"type":48,"value":477},"Default",{"type":43,"tag":463,"props":479,"children":480},{},[481],{"type":48,"value":482},"Description",{"type":43,"tag":484,"props":485,"children":486},"tbody",{},[487,511,533],{"type":43,"tag":459,"props":488,"children":489},{},[490,496,501,506],{"type":43,"tag":491,"props":492,"children":493},"td",{},[494],{"type":48,"value":495},"Time Range",{"type":43,"tag":491,"props":497,"children":498},{},[499],{"type":48,"value":500},"No",{"type":43,"tag":491,"props":502,"children":503},{},[504],{"type":48,"value":505},"Today",{"type":43,"tag":491,"props":507,"children":508},{},[509],{"type":48,"value":510},"Date range for calendar (default: today)",{"type":43,"tag":459,"props":512,"children":513},{},[514,519,523,528],{"type":43,"tag":491,"props":515,"children":516},{},[517],{"type":48,"value":518},"Email Lookback",{"type":43,"tag":491,"props":520,"children":521},{},[522],{"type":48,"value":500},{"type":43,"tag":491,"props":524,"children":525},{},[526],{"type":48,"value":527},"24 hours",{"type":43,"tag":491,"props":529,"children":530},{},[531],{"type":48,"value":532},"How far back to search emails",{"type":43,"tag":459,"props":534,"children":535},{},[536,541,545,549],{"type":43,"tag":491,"props":537,"children":538},{},[539],{"type":48,"value":540},"Include Low Priority",{"type":43,"tag":491,"props":542,"children":543},{},[544],{"type":48,"value":500},{"type":43,"tag":491,"props":546,"children":547},{},[548],{"type":48,"value":500},{"type":43,"tag":491,"props":550,"children":551},{},[552],{"type":48,"value":553},"Whether to include low-priority emails",{"type":43,"tag":57,"props":555,"children":557},{"id":556},"example-usage",[558],{"type":48,"value":559},"Example Usage",{"type":43,"tag":51,"props":561,"children":562},{},[563],{"type":48,"value":564},"User: \"What does my day look like?\" or \"Help me triage my day\" or \"Daily outlook summary\"",{"type":43,"tag":51,"props":566,"children":567},{},[568],{"type":48,"value":569},"The skill will:",{"type":43,"tag":64,"props":571,"children":572},{},[573,578,583,588],{"type":43,"tag":68,"props":574,"children":575},{},[576],{"type":48,"value":577},"Identify the user (e.g., \"Firstname1 Lastname1\")",{"type":43,"tag":68,"props":579,"children":580},{},[581],{"type":48,"value":582},"Pull unread\u002Frecent inbox emails",{"type":43,"tag":68,"props":584,"children":585},{},[586],{"type":48,"value":587},"Get all meetings scheduled for today",{"type":43,"tag":68,"props":589,"children":590},{},[591],{"type":48,"value":592},"Generate a prioritized triage summary",{"type":43,"tag":57,"props":594,"children":596},{"id":595},"required-mcp-tools",[597],{"type":48,"value":598},"Required MCP Tools",{"type":43,"tag":451,"props":600,"children":601},{},[602,623],{"type":43,"tag":455,"props":603,"children":604},{},[605],{"type":43,"tag":459,"props":606,"children":607},{},[608,613,618],{"type":43,"tag":463,"props":609,"children":610},{},[611],{"type":48,"value":612},"MCP Server",{"type":43,"tag":463,"props":614,"children":615},{},[616],{"type":48,"value":617},"Tool",{"type":43,"tag":463,"props":619,"children":620},{},[621],{"type":48,"value":622},"Purpose",{"type":43,"tag":484,"props":624,"children":625},{},[626],{"type":43,"tag":459,"props":627,"children":628},{},[629,634,643],{"type":43,"tag":491,"props":630,"children":631},{},[632],{"type":48,"value":633},"workiq (Local WorkIQ CLI)",{"type":43,"tag":491,"props":635,"children":636},{},[637],{"type":43,"tag":130,"props":638,"children":640},{"className":639},[],[641],{"type":48,"value":642},"ask",{"type":43,"tag":491,"props":644,"children":645},{},[646],{"type":48,"value":647},"User profile, inbox email retrieval, and calendar\u002Fmeeting retrieval",{"type":43,"tag":57,"props":649,"children":651},{"id":650},"tips-for-effective-triage",[652],{"type":48,"value":653},"Tips for Effective Triage",{"type":43,"tag":162,"props":655,"children":656},{},[657,662,667,672,677],{"type":43,"tag":68,"props":658,"children":659},{},[660],{"type":48,"value":661},"Run this skill first thing in the morning",{"type":43,"tag":68,"props":663,"children":664},{},[665],{"type":48,"value":666},"Use the suggested priorities to plan your day",{"type":43,"tag":68,"props":668,"children":669},{},[670],{"type":48,"value":671},"Address high-priority emails before your first meeting",{"type":43,"tag":68,"props":673,"children":674},{},[675],{"type":48,"value":676},"Note any meeting conflicts and resolve them early",{"type":43,"tag":68,"props":678,"children":679},{},[680],{"type":48,"value":681},"Identify free time blocks for deep work",{"type":43,"tag":57,"props":683,"children":685},{"id":684},"error-handling",[686],{"type":48,"value":687},"Error Handling",{"type":43,"tag":116,"props":689,"children":691},{"id":690},"common-failure-modes",[692],{"type":48,"value":693},"Common Failure Modes",{"type":43,"tag":298,"props":695,"children":697},{"id":696},"authentication-or-permission-errors",[698],{"type":48,"value":699},"Authentication or Permission Errors",{"type":43,"tag":162,"props":701,"children":702},{},[703,720,730],{"type":43,"tag":68,"props":704,"children":705},{},[706,711,713,718],{"type":43,"tag":72,"props":707,"children":708},{},[709],{"type":48,"value":710},"Symptom",{"type":48,"value":712},": ",{"type":43,"tag":130,"props":714,"children":716},{"className":715},[],[717],{"type":48,"value":642},{"type":48,"value":719}," returns an authentication or permission error.",{"type":43,"tag":68,"props":721,"children":722},{},[723,728],{"type":43,"tag":72,"props":724,"children":725},{},[726],{"type":48,"value":727},"Cause",{"type":48,"value":729},": The user's session token is expired or the required Microsoft Graph permissions (Mail.Read, Calendars.Read, User.Read) have not been granted.",{"type":43,"tag":68,"props":731,"children":732},{},[733,738],{"type":43,"tag":72,"props":734,"children":735},{},[736],{"type":48,"value":737},"Resolution",{"type":48,"value":739},": Prompt the user to re-authenticate with their Microsoft 365 account and confirm the necessary API permissions are enabled.",{"type":43,"tag":298,"props":741,"children":743},{"id":742},"workiq-cli-unavailable",[744],{"type":48,"value":745},"WorkIQ CLI Unavailable",{"type":43,"tag":162,"props":747,"children":748},{},[749,764,773],{"type":43,"tag":68,"props":750,"children":751},{},[752,756,757,762],{"type":43,"tag":72,"props":753,"children":754},{},[755],{"type":48,"value":710},{"type":48,"value":712},{"type":43,"tag":130,"props":758,"children":760},{"className":759},[],[761],{"type":48,"value":642},{"type":48,"value":763}," fails to respond or returns a connection error.",{"type":43,"tag":68,"props":765,"children":766},{},[767,771],{"type":43,"tag":72,"props":768,"children":769},{},[770],{"type":48,"value":727},{"type":48,"value":772},": The local WorkIQ CLI MCP server is not running or misconfigured.",{"type":43,"tag":68,"props":774,"children":775},{},[776,780],{"type":43,"tag":72,"props":777,"children":778},{},[779],{"type":48,"value":737},{"type":48,"value":781},": Notify the user that the WorkIQ CLI is unreachable. Suggest verifying the server configuration and retrying.",{"type":43,"tag":298,"props":783,"children":785},{"id":784},"no-emails-returned",[786],{"type":48,"value":787},"No Emails Returned",{"type":43,"tag":162,"props":789,"children":790},{},[791,806,815],{"type":43,"tag":68,"props":792,"children":793},{},[794,798,799,804],{"type":43,"tag":72,"props":795,"children":796},{},[797],{"type":48,"value":710},{"type":48,"value":712},{"type":43,"tag":130,"props":800,"children":802},{"className":801},[],[803],{"type":48,"value":642},{"type":48,"value":805}," returns no email results for the requested period.",{"type":43,"tag":68,"props":807,"children":808},{},[809,813],{"type":43,"tag":72,"props":810,"children":811},{},[812],{"type":48,"value":727},{"type":48,"value":814},": No emails were received in the specified lookback window, or the question did not match any messages.",{"type":43,"tag":68,"props":816,"children":817},{},[818,822],{"type":43,"tag":72,"props":819,"children":820},{},[821],{"type":48,"value":737},{"type":48,"value":823},": Inform the user that no recent inbox emails were found. Retry with a broader time window (e.g., \"last 48 hours\") before concluding the inbox is empty.",{"type":43,"tag":298,"props":825,"children":827},{"id":826},"no-calendar-events-found",[828],{"type":48,"value":829},"No Calendar Events Found",{"type":43,"tag":162,"props":831,"children":832},{},[833,848,857],{"type":43,"tag":68,"props":834,"children":835},{},[836,840,841,846],{"type":43,"tag":72,"props":837,"children":838},{},[839],{"type":48,"value":710},{"type":48,"value":712},{"type":43,"tag":130,"props":842,"children":844},{"className":843},[],[845],{"type":48,"value":642},{"type":48,"value":847}," returns no calendar events for today.",{"type":43,"tag":68,"props":849,"children":850},{},[851,855],{"type":43,"tag":72,"props":852,"children":853},{},[854],{"type":48,"value":727},{"type":48,"value":856},": The user genuinely has no meetings, or the date context was ambiguous.",{"type":43,"tag":68,"props":858,"children":859},{},[860,864],{"type":43,"tag":72,"props":861,"children":862},{},[863],{"type":48,"value":737},{"type":48,"value":865},": Rephrase the question with an explicit date. If the response confirms no events, report that the calendar is clear for today.",{"type":43,"tag":298,"props":867,"children":869},{"id":868},"incorrect-or-missing-time-zone",[870],{"type":48,"value":871},"Incorrect or Missing Time Zone",{"type":43,"tag":162,"props":873,"children":874},{},[875,884,893],{"type":43,"tag":68,"props":876,"children":877},{},[878,882],{"type":43,"tag":72,"props":879,"children":880},{},[881],{"type":48,"value":710},{"type":48,"value":883},": Meeting times appear in UTC or are offset by several hours.",{"type":43,"tag":68,"props":885,"children":886},{},[887,891],{"type":43,"tag":72,"props":888,"children":889},{},[890],{"type":48,"value":727},{"type":48,"value":892},": The profile query did not return time zone information, or the calendar question did not specify a time zone.",{"type":43,"tag":68,"props":894,"children":895},{},[896,900],{"type":43,"tag":72,"props":897,"children":898},{},[899],{"type":48,"value":737},{"type":48,"value":901},": Fall back to UTC and explicitly note in the summary that times are shown in UTC. Prompt the user to confirm their preferred time zone.",{"type":43,"tag":298,"props":903,"children":905},{"id":904},"partial-data-retrieved",[906],{"type":48,"value":907},"Partial Data Retrieved",{"type":43,"tag":162,"props":909,"children":910},{},[911,927],{"type":43,"tag":68,"props":912,"children":913},{},[914,918,920,925],{"type":43,"tag":72,"props":915,"children":916},{},[917],{"type":48,"value":710},{"type":48,"value":919},": One ",{"type":43,"tag":130,"props":921,"children":923},{"className":922},[],[924],{"type":48,"value":642},{"type":48,"value":926}," call succeeds but another returns an error or incomplete data.",{"type":43,"tag":68,"props":928,"children":929},{},[930,934],{"type":43,"tag":72,"props":931,"children":932},{},[933],{"type":48,"value":737},{"type":48,"value":935},": Present the sections that did complete successfully. Clearly label any missing section (e.g., \"⚠️ Calendar unavailable — could not retrieve today's meetings\") so the user knows the summary is incomplete and can take manual action.",{"items":937,"total":1043},[938,954,974,985,993,1013,1027],{"slug":939,"name":939,"fn":940,"description":941,"org":942,"tags":943,"stars":26,"repoUrl":27,"updatedAt":953},"action-item-extractor","extract action items from meetings","Extract action items with owners, deadlines, and priorities from meeting content",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[944,947,948,949,950],{"name":945,"slug":946,"type":15},"Meetings","meetings",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"name":951,"slug":952,"type":15},"Task Management","task-management","2026-04-06T18:35:30.007473",{"slug":955,"name":955,"fn":956,"description":957,"org":958,"tags":959,"stars":26,"repoUrl":27,"updatedAt":973},"channel-audit","audit and clean up Microsoft Teams channels","Audit Teams channels across your teams — identify inactive channels, low‑engagement conversations, channels with no recent posts, and recommend cleanup actions.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[960,963,966,967,970],{"name":961,"slug":962,"type":15},"Audit","audit",{"name":964,"slug":965,"type":15},"Messaging","messaging",{"name":9,"slug":8,"type":15},{"name":968,"slug":969,"type":15},"Microsoft Teams","microsoft-teams",{"name":971,"slug":972,"type":15},"Operations","operations","2026-04-06T18:35:22.45187",{"slug":975,"name":975,"fn":976,"description":977,"org":978,"tags":979,"stars":26,"repoUrl":27,"updatedAt":984},"channel-digest","generate digests for Microsoft Teams channels","Summarize activity across multiple Teams channels into a single consolidated digest — key discussions, decisions, mentions, and action items.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[980,981,982,983],{"name":964,"slug":965,"type":15},{"name":9,"slug":8,"type":15},{"name":968,"slug":969,"type":15},{"name":20,"slug":21,"type":15},"2026-04-06T18:35:25.021901",{"slug":4,"name":4,"fn":5,"description":6,"org":986,"tags":987,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[988,989,990,991,992],{"name":9,"slug":8,"type":15},{"name":24,"slug":25,"type":15},{"name":17,"slug":18,"type":15},{"name":13,"slug":14,"type":15},{"name":20,"slug":21,"type":15},{"slug":994,"name":994,"fn":995,"description":996,"org":997,"tags":998,"stars":26,"repoUrl":27,"updatedAt":1012},"declarative-agent-developer","build and deploy declarative agents for M365","Create, build, deploy, and localize declarative agents for M365 Copilot and Teams. USE THIS SKILL for ANY task involving a declarative agent — including localization, scaffolding, editing manifests, adding capabilities, and deploying. Localization requires tokenized manifests and language files that only this skill knows how to produce. Triggers: \"create agent\", \"create a declarative agent\", \"new declarative agent\", \"scaffold an agent\", \"new agent project\", \"add a capability\", \"add a plugin\", \"configure my agent\", \"deploy my agent\", \"fix my agent manifest\", \"edit my agent\", \"localize my agent\", \"add localization\", \"translate my agent\", \"multi-language agent\", \"add an API plugin\", \"add an MCP plugin\", \"add OAuth to my plugin\", \"review instructions\", \"improve instructions\", \"fix my instructions\"\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[999,1002,1005,1008,1009],{"name":1000,"slug":1001,"type":15},"Agents","agents",{"name":1003,"slug":1004,"type":15},"Copilot","copilot",{"name":1006,"slug":1007,"type":15},"Deployment","deployment",{"name":9,"slug":8,"type":15},{"name":1010,"slug":1011,"type":15},"Microsoft 365","microsoft-365","2026-04-06T18:35:42.309091",{"slug":1014,"name":1014,"fn":1015,"description":1016,"org":1017,"tags":1018,"stars":26,"repoUrl":27,"updatedAt":1026},"email-analytics","analyze email volume and response patterns","Analyze your email patterns over a time period — volume trends, top senders, response time estimates, busiest days, and unread backlog statistics.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1019,1022,1024,1025],{"name":1020,"slug":1021,"type":15},"Analytics","analytics",{"name":1023,"slug":151,"type":15},"Email",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-04-06T18:35:26.264312",{"slug":1028,"name":1028,"fn":1029,"description":1030,"org":1031,"tags":1032,"stars":26,"repoUrl":27,"updatedAt":1042},"install-atk","install and update M365 Agents Toolkit","Install or update the M365 Agents Toolkit (ATK) CLI and VS Code extension. Triggers: \"install atk\", \"update atk\", \"install agents toolkit\", \"update agents toolkit\", \"install the toolkit\", \"setup atk\", \"get atk\", \"install atk cli\", \"install atk extension\", \"install atk vsix\", \"update the vs code extension\", \"install latest atk\", \"upgrade atk\"\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1033,1034,1037,1040,1041],{"name":1000,"slug":1001,"type":15},{"name":1035,"slug":1036,"type":15},"CLI","cli",{"name":1038,"slug":1039,"type":15},"Local Development","local-development",{"name":9,"slug":8,"type":15},{"name":1010,"slug":1011,"type":15},"2026-04-06T18:35:40.873947",14,{"items":1045,"total":1234},[1046,1066,1085,1104,1119,1136,1147,1160,1175,1190,1209,1222],{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":1063,"repoUrl":1064,"updatedAt":1065},"rushstack-best-practices","manage Rush monorepos with best practices","Provides best practices and guidance for working with Rush monorepos. Use when the user is working in a Rush-based repository, asks about Rush commands (install, update, build, rebuild), needs help with project selection, dependency management, build caching, subspace configuration, or troubleshooting Rush-specific issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1052,1055,1056,1057,1060],{"name":1053,"slug":1054,"type":15},"Engineering","engineering",{"name":1038,"slug":1039,"type":15},{"name":9,"slug":8,"type":15},{"name":1058,"slug":1059,"type":15},"Project Management","project-management",{"name":1061,"slug":1062,"type":15},"Rush","rush",6484,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Frushstack","2026-04-06T18:34:44.965032",{"slug":1067,"name":1067,"fn":1068,"description":1069,"org":1070,"tags":1071,"stars":1082,"repoUrl":1083,"updatedAt":1084},"azure-ai-agents-persistent-dotnet","build AI agents with Azure .NET SDK","Azure AI Agents Persistent SDK for .NET. Low-level SDK for creating and managing AI agents with threads, messages, runs, and tools. Use for agent CRUD, conversation threads, streaming responses, function calling, file search, and code interpreter. Triggers: \"PersistentAgentsClient\", \"persistent agents\", \"agent threads\", \"agent runs\", \"streaming agents\", \"function calling agents .NET\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1072,1075,1076,1079],{"name":1073,"slug":1074,"type":15},".NET","net",{"name":1000,"slug":1001,"type":15},{"name":1077,"slug":1078,"type":15},"Azure","azure",{"name":1080,"slug":1081,"type":15},"LLM","llm",2804,"https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fskills","2026-07-03T16:32:10.297433",{"slug":1086,"name":1086,"fn":1087,"description":1088,"org":1089,"tags":1090,"stars":1082,"repoUrl":1083,"updatedAt":1103},"azure-ai-anomalydetector-java","build anomaly detection applications with Java","Build anomaly detection applications with Azure AI Anomaly Detector SDK for Java. Use when implementing univariate\u002Fmultivariate anomaly detection, time-series analysis, or AI-powered monitoring.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1091,1092,1093,1096,1099,1100],{"name":1020,"slug":1021,"type":15},{"name":1077,"slug":1078,"type":15},{"name":1094,"slug":1095,"type":15},"Data Analysis","data-analysis",{"name":1097,"slug":1098,"type":15},"Java","java",{"name":9,"slug":8,"type":15},{"name":1101,"slug":1102,"type":15},"Monitoring","monitoring","2026-05-13T06:14:16.261754",{"slug":1105,"name":1105,"fn":1106,"description":1107,"org":1108,"tags":1109,"stars":1082,"repoUrl":1083,"updatedAt":1118},"azure-ai-contentsafety-java","build content moderation applications with Azure AI","Build content moderation applications with Azure AI Content Safety SDK for Java. Use when implementing text\u002Fimage analysis, blocklist management, or harm detection for hate, violence, sexual content, and self-harm.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1110,1113,1114,1115],{"name":1111,"slug":1112,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1077,"slug":1078,"type":15},{"name":1097,"slug":1098,"type":15},{"name":1116,"slug":1117,"type":15},"Security","security","2026-07-07T06:53:31.293235",{"slug":1120,"name":1120,"fn":1121,"description":1122,"org":1123,"tags":1124,"stars":1082,"repoUrl":1083,"updatedAt":1135},"azure-ai-contentsafety-py","detect harmful content with Azure AI Content Safety","Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification.\nTriggers: \"azure-ai-contentsafety\", \"ContentSafetyClient\", \"content moderation\", \"harmful content\", \"text analysis\", \"image analysis\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1125,1126,1129,1130,1131,1134],{"name":1077,"slug":1078,"type":15},{"name":1127,"slug":1128,"type":15},"Compliance","compliance",{"name":1080,"slug":1081,"type":15},{"name":9,"slug":8,"type":15},{"name":1132,"slug":1133,"type":15},"Python","python",{"name":1116,"slug":1117,"type":15},"2026-07-18T05:14:23.017504",{"slug":1137,"name":1137,"fn":1138,"description":1139,"org":1140,"tags":1141,"stars":1082,"repoUrl":1083,"updatedAt":1146},"azure-ai-language-conversations-py","implement conversational language understanding with Python","Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1142,1143,1144,1145],{"name":1020,"slug":1021,"type":15},{"name":1077,"slug":1078,"type":15},{"name":1080,"slug":1081,"type":15},{"name":1132,"slug":1133,"type":15},"2026-07-31T05:54:29.068751",{"slug":1148,"name":1148,"fn":1149,"description":1150,"org":1151,"tags":1152,"stars":1082,"repoUrl":1083,"updatedAt":1159},"azure-ai-translation-text-py","translate text using Azure AI services","Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications.\nTriggers: \"text translation\", \"translator\", \"translate text\", \"transliterate\", \"TextTranslationClient\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1153,1156,1157,1158],{"name":1154,"slug":1155,"type":15},"API Development","api-development",{"name":1077,"slug":1078,"type":15},{"name":9,"slug":8,"type":15},{"name":1132,"slug":1133,"type":15},"2026-07-18T05:14:16.988376",{"slug":1161,"name":1161,"fn":1162,"description":1163,"org":1164,"tags":1165,"stars":1082,"repoUrl":1083,"updatedAt":1174},"azure-ai-vision-imageanalysis-py","analyze images with Azure AI Vision","Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks.\nTriggers: \"image analysis\", \"computer vision\", \"OCR\", \"object detection\", \"ImageAnalysisClient\", \"image caption\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1166,1167,1170,1173],{"name":1077,"slug":1078,"type":15},{"name":1168,"slug":1169,"type":15},"Computer Vision","computer-vision",{"name":1171,"slug":1172,"type":15},"Images","images",{"name":1132,"slug":1133,"type":15},"2026-07-18T05:14:18.007737",{"slug":1176,"name":1176,"fn":1177,"description":1178,"org":1179,"tags":1180,"stars":1082,"repoUrl":1083,"updatedAt":1189},"azure-appconfiguration-java","manage configuration with Azure App Configuration","Azure App Configuration SDK for Java. Centralized application configuration management with key-value settings, feature flags, and snapshots.\nTriggers: \"ConfigurationClient java\", \"app configuration java\", \"feature flag java\", \"configuration setting java\", \"azure config java\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1181,1182,1185,1188],{"name":1077,"slug":1078,"type":15},{"name":1183,"slug":1184,"type":15},"Configuration","configuration",{"name":1186,"slug":1187,"type":15},"Feature Flags","feature-flags",{"name":1097,"slug":1098,"type":15},"2026-07-03T16:32:01.278468",{"slug":1191,"name":1191,"fn":1192,"description":1193,"org":1194,"tags":1195,"stars":1082,"repoUrl":1083,"updatedAt":1208},"azure-cosmos-rust","build applications with Azure Cosmos DB","Azure Cosmos DB library for Rust (NoSQL API). Document CRUD, containers, and globally distributed data.\nTriggers: \"cosmos db rust\", \"CosmosClient rust\", \"document crud rust\", \"NoSQL rust\", \"partition key rust\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1196,1199,1202,1205],{"name":1197,"slug":1198,"type":15},"Cosmos DB","cosmos-db",{"name":1200,"slug":1201,"type":15},"Database","database",{"name":1203,"slug":1204,"type":15},"NoSQL","nosql",{"name":1206,"slug":1207,"type":15},"Rust","rust","2026-07-31T05:54:27.021432",{"slug":1210,"name":1210,"fn":1192,"description":1211,"org":1212,"tags":1213,"stars":1082,"repoUrl":1083,"updatedAt":1221},"azure-cosmos-ts","Azure Cosmos DB JavaScript\u002FTypeScript SDK (@azure\u002Fcosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: \"Cosmos DB\", \"@azure\u002Fcosmos\", \"CosmosClient\", \"document CRUD\", \"NoSQL queries\", \"bulk operations\", \"partition key\", \"container.items\".\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1214,1215,1216,1217,1218],{"name":1197,"slug":1198,"type":15},{"name":1200,"slug":1201,"type":15},{"name":9,"slug":8,"type":15},{"name":1203,"slug":1204,"type":15},{"name":1219,"slug":1220,"type":15},"TypeScript","typescript","2026-07-03T16:31:19.368382",{"slug":1223,"name":1223,"fn":1224,"description":1225,"org":1226,"tags":1227,"stars":1082,"repoUrl":1083,"updatedAt":1233},"azure-data-tables-java","build table storage applications with Java","Build table storage applications with Azure Tables SDK for Java. Use when working with Azure Table Storage or Cosmos DB Table API for NoSQL key-value data, schemaless storage, or structured data at scale.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1228,1229,1230,1231,1232],{"name":1077,"slug":1078,"type":15},{"name":1197,"slug":1198,"type":15},{"name":1200,"slug":1201,"type":15},{"name":1097,"slug":1098,"type":15},{"name":1203,"slug":1204,"type":15},"2026-05-13T06:14:17.582229",267]