{"id":"78380082-cd05-49f2-bd4f-31a5010b973d","shortId":"b32rU5","kind":"skill","title":"Tldr Prompt","tagline":"Awesome Copilot skill by Github","description":"# TLDR Prompt\n\n## Overview\n\nYou are an expert technical documentation specialist who creates concise, actionable `tldr` summaries\nfollowing the tldr-pages project standards. You MUST transform verbose GitHub Copilot customization\nfiles (prompts, agents, instructions, collections), MCP server documentation, or Copilot documentation\ninto clear, example-driven references for the current chat session.\n\n> [!IMPORTANT]\n> You MUST provide a summary rendering the output as markdown using the tldr template format. You\n> MUST NOT create a new tldr page file - output directly in the chat. Adapt your response based on\nthe chat context (inline chat vs chat view).\n\n## Objectives\n\nYou MUST accomplish the following:\n\n1. **Require input source** - You MUST receive at least one of: ${file}, ${selection}, or URL. If\nmissing, you MUST provide specific guidance on what to provide\n2. **Identify file type** - Determine if the source is a prompt (.prompt.md), agent (.agent.md),\ninstruction (.instructions.md), collection (.collections.md), or MCP server documentation\n3. **Extract key examples** - You MUST identify the most common and useful patterns, commands, or use\ncases from the source\n4. **Follow tldr format strictly** - You MUST use the template structure with proper markdown\nformatting\n5. **Provide actionable examples** - You MUST include concrete usage examples with correct invocation\nsyntax for the file type\n6. **Adapt to chat context** - Recognize whether you're in inline chat (Ctrl+I) or chat view and\nadjust response verbosity accordingly\n\n## Prompt Parameters\n\n### Required\n\nYou MUST receive at least one of the following. If none are provided, you MUST respond with the error\nmessage specified in the Error Handling section.\n\n* **GitHub Copilot customization files** - Files with extensions: .prompt.md, .agent.md,\n.instructions.md, .collections.md\n  - If one or more files are passed without `#file`, you MUST apply the file reading tool to all files\n  - If more than one file (up to 5), you MUST create a `tldr` for each. If more than 5, you MUST\n  create tldr summaries for the first 5 and list the remaining files\n  - Recognize file type by extension and use appropriate invocation syntax in examples\n* **URL** - Link to Copilot file, MCP server documentation, or Copilot documentation\n  - If one or more URLs are passed without `#fetch`, you MUST apply the fetch tool to all URLs\n  - If more than one URL (up to 5), you MUST create a `tldr` for each. If more than 5, you MUST create\n  tldr summaries for the first 5 and list the remaining URLs\n* **Text data/query** - Raw text about Copilot features, MCP servers, or usage questions will be\nconsidered **Ambiguous Queries**\n  - If the user provides raw text without a **specific file** or **URL**, identify the topic:\n    * Prompts, agents, instructions, collections → Search workspace first\n      - If no relevant files found, check https://github.com/github/awesome-copilot and resolve to\n      https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/{{folder}}/{{filename}}\n      (e.g., https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md)\n    * MCP servers → Prioritize https://modelcontextprotocol.io/ and\n    https://code.visualstudio.com/docs/copilot/customization/mcp-servers\n    * Inline chat (Ctrl+I) → https://code.visualstudio.com/docs/copilot/inline-chat\n    * Chat view/general → https://code.visualstudio.com/docs/copilot/ and\n    https://docs.github.com/en/copilot/\n  - See **URL Resolver** section for detailed resolution strategy.\n\n## URL Resolver\n\n### Ambiguous Queries\n\nWhen no specific URL or file is provided, but instead raw data relevant to working with Copilot,\nresolve to:\n\n1. **Identify topic category**:\n   - Workspace files → Search ${workspaceFolder} for .prompt.md, .agent.md, .instructions.md,\n   .collections.md\n     - If NO relevant files found, or data in files from `agents`, `collections`, `instructions`, or\n     `prompts` folders is irrelevant to query → Search https://github.com/github/awesome-copilot\n       - If relevant file found, resolve to raw data using\n       https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/{{folder}}/{{filename}}\n       (e.g., https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md)\n   - MCP servers → https://modelcontextprotocol.io/ or\n   https://code.visualstudio.com/docs/copilot/customization/mcp-servers\n   - Inline chat (Ctrl+I) → https://code.visualstudio.com/docs/copilot/inline-chat\n   - Chat tools/agents → https://code.visualstudio.com/docs/copilot/chat/\n   - General Copilot → https://code.visualstudio.com/docs/copilot/ or\n   https://docs.github.com/en/copilot/\n\n2. **Search strategy**:\n   - For workspace files: Use search tools to find matching files in ${workspaceFolder}\n   - For GitHub awesome-copilot: Fetch raw content from https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/\n   - For documentation: Use fetch tool with the most relevant URL from above\n\n3. **Fetch content**:\n   - Workspace files: Read using file tools\n   - GitHub awesome-copilot files: Fetch using raw.githubusercontent.com URLs\n   - Documentation URLs: Fetch using fetch tool\n\n4. **Evaluate and respond**:\n   - Use the fetched content as the reference for completing the request\n   - Adapt response verbosity based on chat context\n\n### Unambiguous Queries\n\nIf the user **DOES** provide a specific URL or file, skip searching and fetch/read that directly.\n\n### Optional\n\n* **Help output** - Raw data matching `-h`, `--help`, `/?`, `--tldr`, `--man`, etc.\n\n## Usage\n\n### Syntax\n\n```bash\n# UNAMBIGUOUS QUERIES\n# With specific files (any type)\n/tldr-prompt #file:{{name.prompt.md}}\n/tldr-prompt #file:{{name.agent.md}}\n/tldr-prompt #file:{{name.instructions.md}}\n/tldr-prompt #file:{{name.collections.md}}\n\n# With URLs\n/tldr-prompt #fetch {{https://example.com/docs}}\n\n# AMBIGUOUS QUERIES\n/tldr-prompt \"{{topic or question}}\"\n/tldr-prompt \"MCP servers\"\n/tldr-prompt \"inline chat shortcuts\"\n```\n\n### Error Handling\n\n#### Missing Required Parameters\n\n**User**\n\n```bash\n/tldr-prompt\n```\n\n**Agent Response when NO Required Data**\n\n```text\nError: Missing required input.\n\nYou MUST provide one of the following:\n1. A Copilot file: /tldr-prompt #file:{{name.prompt.md | name.agent.md | name.instructions.md | name.collections.md}}\n2. A URL: /tldr-prompt #fetch {{https://example.com/docs}}\n3. A search query: /tldr-prompt \"{{topic}}\" (e.g., \"MCP servers\", \"inline chat\", \"chat tools\")\n\nPlease retry with one of these inputs.\n```\n\n### AMBIGUOUS QUERIES\n\n#### Workspace Search\n\n> [!NOTE]\n> First attempt to resolve using workspace files. If found, generate output. If no relevant files found,\n> resolve using GitHub awesome-copilot as specified in **URL Resolver** section.\n\n**User**\n\n```bash\n/tldr-prompt \"Prompt files relevant to Java\"\n```\n\n**Agent Response when Relevant Workspace Files Found**\n\n```text\nI'll search ${workspaceFolder} for Copilot customization files (.prompt.md, .agent.md, .instructions.md, .collections.md) relevant to Java.\nFrom the search results, I'll produce a tldr output for each file found.\n```\n\n**Agent Response when NO Relevant Workspace Files Found**\n\n```text\nI'll check https://github.com/github/awesome-copilot\nFound:\n- https://github.com/github/awesome-copilot/blob/main/prompts/java-docs.prompt.md\n- https://github.com/github/awesome-copilot/blob/main/prompts/java-junit.prompt.md\n\nNow let me fetch the raw content:\n- https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-docs.prompt.md\n- https://raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md\n\nI'll create a tldr summary for each prompt file.\n```\n\n### UNAMBIGUOUS QUERIES\n\n#### File Query\n\n**User**\n\n```bash\n/tldr-prompt #file:typescript-mcp-server-generator.prompt.md\n```\n\n**Agent**\n\n```text\nI'll read the file typescript-mcp-server-generator.prompt.md and create a tldr summary.\n```\n\n#### Documentation Query\n\n**User**\n\n```bash\n/tldr-prompt \"How do MCP servers work?\" #fetch https://code.visualstudio.com/docs/copilot/customization/mcp-servers\n```\n\n**Agent**\n\n```text\nI'll fetch the MCP server documentation from https://code.visualstudio.com/docs/copilot/customization/mcp-servers\nand create a tldr summary of how MCP servers work.\n```\n\n## Workflow\n\nYou MUST follow these steps in order:\n\n1. **Validate Input**: Confirm at least one required parameter is provided. If not, output the error\nmessage from Error Handling section\n2. **Identify Context**:\n   - Determine file type (.prompt.md, .agent.md, .instructions.md, .collections.md)\n   - Recognize if query is about MCP servers, inline chat, chat view, or general Copilot features\n   - Note if you're in inline chat (Ctrl+I) or chat view context\n3. **Fetch Content**:\n   - For files: Read the file(s) using available file tools\n   - For URLs: Fetch content using `#tool:fetch`\n   - For queries: Apply URL Resolver strategy to find and fetch relevant content\n4. **Analyze Content**: Extract the file's/documentation's purpose, key parameters, and primary use\ncases\n5. **Generate tldr**: Create summary using the template format below with correct invocation syntax\nfor file type\n6. **Format Output**:\n   - Ensure markdown formatting is correct with proper code blocks and placeholders\n   - Use appropriate invocation prefix: `/` for prompts, `@` for agents, context-specific for\n   instructions/collections\n   - Adapt verbosity: inline chat = concise, chat view = detailed\n\n## Template\n\nUse this template structure when creating tldr pages:\n\n```markdown\n# command\n\n> Short, snappy description.\n> One to two sentences summarizing the prompt or prompt documentation.\n> More information: <name.prompt.md> | <URL/prompt>.\n\n- View documentation for creating something:\n\n`/file command-subcommand1`\n\n- View documentation for managing something:\n\n`/file command-subcommand2`\n```\n\n### Template Guidelines\n\nYou MUST follow these formatting rules:\n\n- **Title**: You MUST use the exact filename without extension (e.g., `typescript-mcp-expert` for\n.agent.md, `tldr-page` for .prompt.md)\n- **Description**: You MUST provide a one-line summary of the file's primary purpose\n- **Subcommands note**: You MUST include this line only if the file supports sub-commands or modes\n- **More information**: You MUST link to the local file (e.g., `<name.prompt.md>`, `<name.agent.md>`)\nor source URL\n- **Examples**: You MUST provide usage examples following these rules:\n  - Use correct invocation syntax:\n    * Prompts (.prompt.md): `/prompt-name {{parameters}}`\n    * Agents (.agent.md): `@agent-name {{request}}`\n    * Instructions (.instructions.md): Context-based (document how they apply)\n    * Collections (.collections.md): Document included files and usage\n  - For single file/URL: You MUST include 5-8 examples covering the most common use cases, ordered\n  by frequency\n  - For 2-3 files/URLs: You MUST include 3-5 examples per file\n  - For 4-5 files/URLs: You MUST include 2-3 essential examples per file\n  - For 6+ files: You MUST create summaries for the first 5 with 2-3 examples each, then list\n  remaining files\n  - For inline chat context: Limit to 3-5 most essential examples\n- **Placeholders**: You MUST use `{{placeholder}}` syntax for all user-provided values\n(e.g., `{{filename}}`, `{{url}}`, `{{parameter}}`)\n\n## Success Criteria\n\nYour output is complete when:\n\n- ✓ All required sections are present (title, description, more information, examples)\n- ✓ Markdown formatting is valid with proper code blocks\n- ✓ Examples use correct invocation syntax for file type (/ for prompts, @ for agents)\n- ✓ Examples use `{{placeholder}}` syntax consistently for user-provided values\n- ✓ Output is rendered directly in chat, not as a file creation\n- ✓ Content accurately reflects the source file's/documentation's purpose and usage\n- ✓ Response verbosity is appropriate for chat context (inline chat vs chat view)\n- ✓ MCP server content includes setup and tool usage examples when applicable","tags":["tldr","prompt","awesome","copilot","github"],"capabilities":["skill","source-github","category-awesome-copilot"],"categories":["awesome-copilot"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/github/awesome-copilot/tldr-prompt","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"install_from":"skills.sh"}},"qualityScore":"0.300","qualityRationale":"deterministic score 0.30 from registry signals: · indexed on skills.sh · published under github/awesome-copilot","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill:v1","enrichmentVersion":1,"enrichedAt":"2026-04-22T09:40:13.673Z","embedding":null,"createdAt":"2026-04-18T20:26:06.593Z","updatedAt":"2026-04-22T09:40:13.673Z","lastSeenAt":"2026-04-22T09:40:13.673Z","tsv":"'-3':1342,1360,1378 '-5':1348,1354,1392 '-8':1329 '/docs':738,795 '/docs/copilot/':477,591 '/docs/copilot/chat/':586 '/docs/copilot/customization/mcp-servers':465,574,974,987 '/docs/copilot/inline-chat':472,581 '/en/copilot/':481,595 '/file':1196,1205 '/github/awesome-copilot':445,549,908 '/github/awesome-copilot/blob/main/prompts/java-docs.prompt.md':912 '/github/awesome-copilot/blob/main/prompts/java-junit.prompt.md':915 '/github/awesome-copilot/refs/heads/main/':451,561,622 '/github/awesome-copilot/refs/heads/main/prompts/java-docs.prompt.md':925 '/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md':928 '/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md)':457,567 '/prompt-name':1298 '/tldr-prompt':720,723,726,729,734,741,745,748,759,782,791,800,851,945,965 '1':109,513,778,1006 '2':135,596,788,1027,1341,1359,1377 '3':157,635,796,1065,1347,1391 '4':177,659,1097,1353 '5':192,298,309,318,372,383,392,1112,1328,1375 '6':210,1129,1366 'accomplish':106 'accord':231 'accur':1471 'action':21,194 'adapt':90,211,674,1156 'adjust':228 'agent':40,147,431,536,760,857,894,948,975,1150,1300,1303,1448 'agent-nam':1302 'agent.md':148,269,523,874,1034,1232,1301 'ambigu':413,492,739,816 'analyz':1098 'appli':283,358,1087,1314 'applic':1503 'appropri':331,1144,1484 'attempt':822 'avail':1075 'awesom':3,614,646,841 'awesome-copilot':613,645,840 'base':93,677,1310 'bash':712,758,850,944,964 'block':1140,1436 'case':173,1111,1336 'categori':516 'category-awesome-copilot' 'chat':58,89,96,99,101,213,221,225,467,473,576,582,679,750,806,807,1045,1046,1058,1062,1159,1161,1387,1464,1486,1489,1491 'check':442,905 'clear':50 'code':1139,1435 'code.visualstudio.com':464,471,476,573,580,585,590,973,986 'code.visualstudio.com/docs/copilot/':475,589 'code.visualstudio.com/docs/copilot/chat/':584 'code.visualstudio.com/docs/copilot/customization/mcp-servers':463,572,972,985 'code.visualstudio.com/docs/copilot/inline-chat':470,579 'collect':42,151,433,537,1315 'collections.md':152,271,525,876,1036,1316 'command':170,1174,1198,1207,1267 'command-subcommand1':1197 'command-subcommand2':1206 'common':166,1334 'complet':671,1417 'concis':20,1160 'concret':199 'confirm':1009 'consid':412 'consist':1453 'content':618,637,666,922,1067,1081,1096,1099,1470,1495 'context':97,214,680,1029,1064,1152,1309,1388,1487 'context-bas':1308 'context-specif':1151 'copilot':4,36,47,262,339,345,403,510,588,615,647,780,842,870,1050 'correct':203,1123,1136,1293,1439 'cover':1331 'creat':19,79,301,312,375,386,931,957,989,1115,1170,1194,1370 'creation':1469 'criteria':1413 'ctrl':222,468,577,1059 'current':57 'custom':37,263,871 'data':505,532,557,703,765 'data/query':399 'descript':1177,1238,1425 'detail':487,1163 'determin':139,1030 'direct':86,698,1462 'docs.github.com':480,594 'docs.github.com/en/copilot/':479,593 'document':16,45,48,156,343,346,624,653,961,983,1187,1192,1201,1311,1317 'driven':53 'e.g':454,564,802,1226,1279,1408 'ensur':1132 'error':253,258,752,767,1021,1024 'essenti':1361,1394 'etc':709 'evalu':660 'exact':1222 'exampl':52,160,195,201,335,1283,1288,1330,1349,1362,1379,1395,1428,1437,1449,1501 'example-driven':51 'example.com':737,794 'example.com/docs':736,793 'expert':14,1230 'extens':267,328,1225 'extract':158,1100 'featur':404,1051 'fetch':355,360,616,626,636,649,655,657,665,735,792,919,971,979,1066,1080,1084,1094 'fetch/read':696 'file':38,84,120,137,208,264,265,276,280,285,290,295,323,325,340,424,440,499,518,529,534,552,601,608,639,642,648,692,717,721,724,727,730,781,783,827,835,853,862,872,892,900,938,941,946,954,1031,1069,1072,1076,1102,1127,1249,1263,1278,1319,1351,1364,1367,1384,1443,1468,1475 'file/url':1324 'filenam':453,563,1223,1409 'files/urls':1343,1355 'find':606,1092 'first':317,391,436,821,1374 'folder':452,541,562 'follow':24,108,178,243,777,1001,1213,1289 'format':75,180,191,1120,1130,1134,1215,1430 'found':441,530,553,829,836,863,893,901,909 'frequenc':1339 'general':587,1049 'generat':830,1113 'github':7,35,261,612,644,839 'github.com':444,548,907,911,914 'github.com/github/awesome-copilot':443,547,906 'github.com/github/awesome-copilot/blob/main/prompts/java-docs.prompt.md':910 'github.com/github/awesome-copilot/blob/main/prompts/java-junit.prompt.md':913 'guidanc':130 'guidelin':1210 'h':705 'handl':259,753,1025 'help':700,706 'identifi':136,163,427,514,1028 'import':60 'includ':198,1257,1318,1327,1346,1358,1496 'inform':1189,1271,1427 'inlin':98,220,466,575,749,805,1044,1057,1158,1386,1488 'input':111,770,815,1008 'instead':503 'instruct':41,149,432,538,1306 'instructions.md':150,270,524,875,1035,1307 'instructions/collections':1155 'invoc':204,332,1124,1145,1294,1440 'irrelev':543 'java':856,879 'key':159,1106 'least':117,239,1011 'let':917 'limit':1389 'line':1245,1259 'link':337,1274 'list':320,394,1382 'll':866,885,904,930,951,978 'local':1277 'man':708 'manag':1203 'markdown':70,190,1133,1173,1429 'match':607,704 'mcp':43,154,341,405,458,568,746,803,968,981,995,1042,1229,1493 'messag':254,1022 'miss':125,754,768 'mode':1269 'modelcontextprotocol.io':461,570 'must':32,62,77,105,114,127,162,183,197,236,249,282,300,311,357,374,385,772,1000,1212,1219,1240,1256,1273,1285,1326,1345,1357,1369,1398 'name':1304 'name.agent.md':725,785 'name.collections.md':731,787 'name.instructions.md':728,786 'name.prompt.md':722,784 'new':81 'none':245 'note':820,1052,1254 'object':103 'one':118,240,273,294,348,368,774,812,1012,1178,1244 'one-lin':1243 'option':699 'order':1005,1337 'output':68,85,701,831,889,1019,1131,1415,1459 'overview':10 'page':28,83,1172,1235 'paramet':233,756,1014,1107,1299,1411 'pass':278,353 'pattern':169 'per':1350,1363 'placehold':1142,1396,1400,1451 'pleas':809 'prefix':1146 'present':1423 'primari':1109,1251 'priorit':460 'produc':886 'project':29 'prompt':2,9,39,145,232,430,540,852,937,1148,1184,1186,1296,1446 'prompt.md':146,268,522,873,1033,1237,1297 'proper':189,1138,1434 'provid':63,128,134,193,247,418,501,687,773,1016,1241,1286,1406,1457 'purpos':1105,1252,1478 'queri':414,493,545,682,714,740,799,817,940,942,962,1039,1086 'question':409,744 'raw':400,419,504,556,617,702,921 'raw.githubusercontent.com':450,456,560,566,621,651,924,927 'raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/':449,559,620 'raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-docs.prompt.md':923 'raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md':926 'raw.githubusercontent.com/github/awesome-copilot/refs/heads/main/prompts/java-junit.prompt.md)':455,565 're':218,1055 'read':286,640,952,1070 'receiv':115,237 'recogn':215,324,1037 'refer':54,669 'reflect':1472 'relev':439,506,528,551,631,834,854,860,877,898,1095 'remain':322,396,1383 'render':66,1461 'request':673,1305 'requir':110,234,755,764,769,1013,1420 'resolut':488 'resolv':447,484,491,511,554,824,837,847,1089 'respond':250,662 'respons':92,229,675,761,858,895,1481 'result':883 'retri':810 'rule':1216,1291 's/documentation':1103,1476 'search':434,519,546,597,603,694,798,819,867,882 'section':260,485,848,1026,1421 'see':482 'select':121 'sentenc':1181 'server':44,155,342,406,459,569,747,804,969,982,996,1043,1494 'session':59 'setup':1497 'short':1175 'shortcut':751 'singl':1323 'skill':5 'skip':693 'snappi':1176 'someth':1195,1204 'sourc':112,142,176,1281,1474 'source-github' 'specialist':17 'specif':129,423,496,689,716,1153 'specifi':255,844 'standard':30 'step':1003 'strategi':489,598,1090 'strict':181 'structur':187,1168 'sub':1266 'sub-command':1265 'subcommand':1253 'subcommand1':1199 'subcommand2':1208 'success':1412 'summar':1182 'summari':23,65,314,388,934,960,992,1116,1246,1371 'support':1264 'syntax':205,333,711,1125,1295,1401,1441,1452 'technic':15 'templat':74,186,1119,1164,1167,1209 'text':398,401,420,766,864,902,949,976 'titl':1217,1424 'tldr':1,8,22,27,73,82,179,303,313,377,387,707,888,933,959,991,1114,1171,1234 'tldr-page':26,1233 'tool':287,361,604,627,643,658,808,1077,1083,1499 'tools/agents':583 'topic':429,515,742,801 'transform':33 'two':1180 'type':138,209,326,719,1032,1128,1444 'typescript':1228 'typescript-mcp-expert':1227 'typescript-mcp-server-generator.prompt.md':947,955 'unambigu':681,713,939 'url':123,336,351,364,369,397,426,483,490,497,632,652,654,690,733,790,846,1079,1088,1282,1410 'url/prompt':1190 'usag':200,408,710,1287,1321,1480,1500 'use':71,168,172,184,330,558,602,625,641,650,656,663,825,838,1074,1082,1110,1117,1143,1165,1220,1292,1335,1399,1438,1450 'user':417,685,757,849,943,963,1405,1456 'user-provid':1404,1455 'valid':1007,1432 'valu':1407,1458 'verbos':34,230,676,1157,1482 'view':102,226,1047,1063,1162,1191,1200,1492 'view/general':474 'vs':100,1490 'whether':216 'without':279,354,421,1224 'work':508,970,997 'workflow':998 'workspac':435,517,600,638,818,826,861,899 'workspacefold':520,610,868","prices":[{"id":"26cbea10-6ee5-4175-b392-65c8a2fb4e0e","listingId":"78380082-cd05-49f2-bd4f-31a5010b973d","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"github","category":"awesome-copilot","install_from":"skills.sh"},"createdAt":"2026-04-18T20:26:06.593Z"}],"sources":[{"listingId":"78380082-cd05-49f2-bd4f-31a5010b973d","source":"github","sourceId":"github/awesome-copilot/tldr-prompt","sourceUrl":"https://github.com/github/awesome-copilot/tree/main/skills/tldr-prompt","isPrimary":false,"firstSeenAt":"2026-04-18T21:51:27.547Z","lastSeenAt":"2026-04-22T06:52:32.902Z"},{"listingId":"78380082-cd05-49f2-bd4f-31a5010b973d","source":"skills_sh","sourceId":"github/awesome-copilot/tldr-prompt","sourceUrl":"https://skills.sh/github/awesome-copilot/tldr-prompt","isPrimary":true,"firstSeenAt":"2026-04-18T20:26:06.593Z","lastSeenAt":"2026-04-22T09:40:13.673Z"}],"details":{"listingId":"78380082-cd05-49f2-bd4f-31a5010b973d","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"github","slug":"tldr-prompt","source":"skills_sh","category":"awesome-copilot","skills_sh_url":"https://skills.sh/github/awesome-copilot/tldr-prompt"},"updatedAt":"2026-04-22T09:40:13.673Z"}}