[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"summary-optimize-claude-md-to-10x-claude-code-efficiency-summary":3,"summaries-facets-categories":287,"summary-related-optimize-claude-md-to-10x-claude-code-efficiency-summary":4692},{"id":4,"title":5,"ai":6,"body":13,"categories":261,"created_at":263,"date_modified":263,"description":264,"extension":265,"faq":263,"featured":266,"kicker_label":263,"meta":267,"navigation":268,"path":269,"published_at":270,"question":263,"scraped_at":271,"seo":272,"sitemap":273,"source_id":274,"source_name":275,"source_type":276,"source_url":277,"stem":278,"tags":279,"thumbnail_url":263,"tldr":284,"tweet":263,"unknown_tags":285,"__hash__":286},"summaries\u002Fsummaries\u002Foptimize-claude-md-to-10x-claude-code-efficiency-summary.md","Optimize Claude.md to 10x Claude Code Efficiency",{"provider":7,"model":8,"input_tokens":9,"output_tokens":10,"processing_time_ms":11,"cost_usd":12},"openrouter","x-ai\u002Fgrok-4.1-fast",8263,2083,15329,0.00240325,{"type":14,"value":15,"toc":251},"minimark",[16,21,25,59,62,65,69,80,95,98,101,105,108,134,137,140,143,147,150,176,179,182,186,206,209,212,215,219,248],[17,18,20],"h2",{"id":19},"claudemds-four-core-functions-unlock-reliable-ai-agency","Claude.md's Four Core Functions Unlock Reliable AI Agency",[22,23,24],"p",{},"Claude.md acts as the foundational system prompt in Claude Code (via VS Code extension or desktop app), injected at the top of every session. It transforms Claude from a generic coder into a specialized agent by serving four interconnected roles:",[26,27,28,36,42,53],"ol",{},[29,30,31,35],"li",{},[32,33,34],"strong",{},"Knowledge Compression",": Summarizes your entire workspace into a succinct overview, avoiding token waste from Claude re-reading every file. Instead of scanning folders file-by-file, Claude references the claude.md summary for bird's-eye reasoning. Example: \"Reference the file from two weeks ago on X?\" Claude checks claude.md instantly.",[29,37,38,41],{},[32,39,40],{},"User Preferences and Conventions",": Override defaults with your workflow tweaks. Specify file path formats (e.g., absolute paths for easy clicking), coding styles (OOP vs. functional, Rust over Python), or behaviors like \"Always read API docs first—past attempts without them wasted tokens and looped endlessly.\"",[29,43,44,47,48,52],{},[32,45,46],{},"Capability Declarations",": Explicitly list what Claude ",[49,50,51],"em",{},"can"," do to bypass hesitation. Claude often underestimates its agency, suggesting manual steps or overestimating timelines (e.g., \"This takes 3 months\" when it could build in seconds). Counter this: \"You can autonomously execute 10-15 minute plans, call APIs\u002Fdatabases, use browsers, scrape sites like LaserOver.\" This prevents loops like \"I don't have a way to do this—build from scratch?\"",[29,54,55,58],{},[32,56,57],{},"Log of Failures and Successes",": Carve out 80% of the solution space by documenting what worked\u002Ffailed. Each project hard-wins knowledge (tokens + time); log it to focus future efforts on the viable 20%. Viewed mathematically: Shrink the vast possibility space to planetary \"habitable zones\" of proven paths.",[22,60,61],{},"\"A claude.md is... knowledge compression... your own preferences... a declaration of capabilities... a log of failures and successes.\"",[22,63,64],{},"These functions compound: Compression saves tokens, prefs align outputs, capabilities boost agency, logs prune errors—yielding tighter workspaces where prompts like \"Scrape LaserOver\" execute flawlessly.",[17,66,68],{"id":67},"global-vs-local-scopes-for-scalable-prompt-engineering","Global vs. Local Scopes for Scalable Prompt Engineering",[22,70,71,72,75,76,79],{},"Claude Code loads prompts hierarchically: ",[32,73,74],{},"Global claude.md"," (root-level file) injects universally across all workspaces; ",[32,77,78],{},"Local .claude\u002Fclaude.md"," (project-specific) adds workspace details.",[81,82,83,89],"ul",{},[29,84,85,88],{},[32,86,87],{},"Global (High-Level Reasoning)",": Personal context, beliefs, strategies. Include who you are (\"I'm Nick Saraev, generating $4M\u002Fyear profit with Claude agents\"), reasoning frameworks you grok, token-saving rules (\"Load Chrome DevTools MCP for JS-heavy API docs\"), and evergreen capabilities (\"You handle browser automation autonomously\").",[29,90,91,94],{},[32,92,93],{},"Local (Low-Level Knowledge)",": Workspace summary (what's where, why built), project-specific prefs (e.g., paste full GoHighLevel API docs to avoid external calls), and tools like .claude\u002Finsights for auto-summaries.",[22,96,97],{},"Strategy: Global for cross-project consistency (e.g., always OOP in Rust); local for repo nuances. Both minimize tool calls, latency, and inaccuracies.",[22,99,100],{},"\"Global: high-level reasoning, personal beliefs. Local: low-level knowledge like workspace compression.\"",[17,102,104],{"id":103},"local-workflow-iterative-feature-development-loop","Local Workflow: Iterative Feature Development Loop",[22,106,107],{},"For any task (code feature, email summary, website design), run this loop to evolve local claude.md dynamically:",[26,109,110,116,122,128],{},[29,111,112,115],{},[32,113,114],{},"Plan the Feature",": Loose definition—any deliverable.",[29,117,118,121],{},[32,119,120],{},"Instantiate",": Claude builds\u002Fexecutes.",[29,123,124,127],{},[32,125,126],{},"Compile Learnings",": Extract failures (rabbit holes, token wastes) and successes into high-density bullets.",[29,129,130,133],{},[32,131,132],{},"Update Local claude.md",": Inject compressed insights.",[22,135,136],{},"Repeat: First loop takes full time (X); second shaves 10% (0.9X) by pruning search space; iterates to human-speed dev. Prerequisites: Basic Claude Code setup (VS Code extension from Anthropic, login).",[22,138,139],{},"Common Mistake: Static prompts—Claude restarts from scratch, wasting tokens. Quality Check: Does next plan reference prior learnings without re-explaining?",[22,141,142],{},"\"Plan → Instantiate (fail\u002Fsucceed) → Compile learnings → Update claude.md. Time drops: X → 0.9X → 0.8X...\"",[17,144,146],{"id":145},"global-workflow-cross-project-insight-distillation","Global Workflow: Cross-Project Insight Distillation",[22,148,149],{},"Elevate local wins to global after 100+ runs:",[26,151,152,158,164,170],{},[29,153,154,157],{},[32,155,156],{},"Pull \u002Finsights",": Auto-compile consistent patterns (e.g., \"Claude always skips docs across projects\").",[29,159,160,163],{},[32,161,162],{},"Manual Review",": Human-in-loop critical—AI chains compound errors (0.9^3 = 73% accuracy). Scrutinize for global applicability.",[29,165,166,169],{},[32,167,168],{},"Add High-ROI Bullets",": Token-efficient prefs\u002Fconventions.",[29,171,172,175],{},[32,173,174],{},"Update Global claude.md",": Propagate to all future work.",[22,177,178],{},"Infinity Loop: Local → Global → Local. Spend human time here—impacts every session.",[22,180,181],{},"\"After hundreds of runs... \u002Finsights compiles global trends. Manually review: More AI steps = compounded probabilities of failure.\"",[17,183,185],{"id":184},"avoiding-pitfalls-in-advanced-claude-code","Avoiding Pitfalls in Advanced Claude Code",[81,187,188,194,200],{},[29,189,190,193],{},[32,191,192],{},"Performance Fluctuations",": Claude varies; declare capabilities firmly to enforce agency.",[29,195,196,199],{},[32,197,198],{},"Token Bloat",": Compress knowledge, log failures early.",[29,201,202,205],{},[32,203,204],{},"Agency Gaps",": Always remind \"You build this autonomously—no manual CLI prompts.\"",[22,207,208],{},"Before: Vague prompt → 20k tokens, stumbles. After: Optimized claude.md → Instant execution.",[22,210,211],{},"Tools: VS Code + Claude extension (anti-gravity IDE mentioned), desktop app for mobile\u002Fdev flexibility. Practice: Start new project (e.g., VS Code example folder), generate initial claude.md via workflow.",[22,213,214],{},"\"Claude lacks agency... 'How long to build X?' → '3 months.' No—you build it in 5s.\"",[17,216,218],{"id":217},"key-takeaways","Key Takeaways",[81,220,221,224,227,230,233,236,239,242,245],{},[29,222,223],{},"Compress workspace knowledge in claude.md to skip full scans, saving tokens\u002Ftime.",[29,225,226],{},"Declare capabilities explicitly: \"You autonomously handle browsers\u002FAPIs\u002F10-min plans.\"",[29,228,229],{},"Log failures\u002Fsuccesses to prune 80% of solution space.",[29,231,232],{},"Global for personal prefs\u002Freasoning; local for project details.",[29,234,235],{},"Local loop: Plan → Build → Learn → Update → Repeat (accelerates iteratively).",[29,237,238],{},"Global loop: \u002Finsights → Manual review → Update (human-critical step).",[29,240,241],{},"Start every project: Open folder → Generate claude.md via workflow.",[29,243,244],{},"Review manually for globals—AI error compounds.",[29,246,247],{},"Test: Prompt complex tasks; measure token drop\u002Fspeed gain.",[22,249,250],{},"\"These four... exist in different sections... global and local... high ROI ways to combine.\"",{"title":252,"searchDepth":253,"depth":253,"links":254},"",2,[255,256,257,258,259,260],{"id":19,"depth":253,"text":20},{"id":67,"depth":253,"text":68},{"id":103,"depth":253,"text":104},{"id":145,"depth":253,"text":146},{"id":184,"depth":253,"text":185},{"id":217,"depth":253,"text":218},[262],"AI & LLMs",null,"🔥 New? Watch the beginner course first: https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=QoQBzR1NIqI\n💎 Join Maker School & get customer #1 guaranteed: https:\u002F\u002Fskool.com\u002Fmakerschool\u002Fabout\n💼 Work with my team: https:\u002F\u002Fdub.sh\u002Fwork-with-me-pkg\n\n🎙️ Listen to my silly podcast: www.youtube.com\u002F@stackedpod\n\n📚 Other free multi-hour courses\n→ Vibe Coding w\u002F Antigravity (6hr full course): https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=gcuR_-rzlDw\n→ Agentic Workflows (6hr full course): https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=MxyRjL7NG18\n→ N8N (6hr full course, 890K+ views): https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=2GZ2SNXWK-c\n\nSummary ⤵️\nThis is it! Welcome to the definitive Claude Code Advanced Course for users that understand the foundations and want to take their knowledge a little bit further.\n\nHere's what you're going to learn!\n- We’ll start with an advanced look at CLAUDE.md and system prompts. \n- How to optimize these to actually improve quality, which is simpler than you think.\n- Agent harnesses and how to build larger projects with Claude Code.\n- Agent teams and other examples of extreme task parallelization.\n- Skills, Subagents, and other forms of organization\n- Karpathy’s autoresearch approach for improving stuff progressively over time, and a few actual use cases you can apply this to.\n- Browser automation, the major players, Computer Use, Browser Use, which tools to apply to different use cases.\n- How to deal with performance fluctuations in Claude Code and some alternatives you can use.\n- Workspace organization for personal, business, and client projects.\n- Security for larger projects, stuff like the recent auto-mode, as well as OAuth.\n- Finally, rounding it out with a discussion all about where Claude Code is going.\n\nEnjoy!\n\nMy software, tools, & deals (some give me kickbacks—thank you!)\n🚀 Instantly: https:\u002F\u002Flink.nicksaraev.com\u002Finstantly-short\n📧 Anymailfinder: https:\u002F\u002Flink.nicksaraev.com\u002Famf-short\n🤖 Apify: https:\u002F\u002Fconsole.apify.com\u002Fsign-up (30% off with code 30NICKSARAEV)\n🧑🏽‍💻 n8n: https:\u002F\u002Fn8n.partnerlinks.io\u002Fh372ujv8cw80\n📈 Rize: https:\u002F\u002Flink.nicksaraev.com\u002Frize-short (25% off with promo code NICK)\n\nFollow me on other platforms 😈\n📸 Instagram: https:\u002F\u002Fwww.instagram.com\u002Fnick_saraev\n🕊️ Twitter\u002FX: https:\u002F\u002Ftwitter.com\u002Fnicksaraev\n🤙 Blog: https:\u002F\u002Fnicksaraev.com\n\nWhy watch?\nIf this is your first view—hi, I’m Nick! TLDR: I spent six years building automated businesses with Make.com (most notably 1SecondCopy, a content company that hit 7 figures). Today a lot of people talk about automation, but I’ve noticed that very few have practical, real world success making money with it. So this channel is me chiming in and showing you what *real* systems that make *real* revenue look like.\n\nHopefully I can help you improve your business, and in doing so, the rest of your life 🙏\n\nLike, subscribe, and leave me a comment if you have a specific request! Thanks.\n\nChapters\n0:00 Introduction to the Claude Code Advanced Course\n0:57 Advanced System Prompts and Claude.md\n9:03 Optimizing Workspace Organization\n13:57 Planning Features with Claude Code\n17:30 Workflow Management and Learning Loop\n17:53 Starting a New Project\n26:47 Utilizing Agent Harnesses\n34:28 Understanding Parallelization Techniques\n42:07 Exploring Stochastic Consensus and Debate\n58:09 Multi-Agent Consensus for Problem Solving\n1:06:12 AI-Powered Cooking Innovations\n1:07:32 Model-Chat: A New Approach\n1:09:17 Exploring Algorithmic Art\n1:11:35 Streamlining Agent Teams\n1:16:58 The Pipeline Concept\n1:21:36 Skills vs. Subagents\n1:22:58 Organizational Hierarchies in AI\n1:29:26 Introduction to Auto-Research\n1:32:03 Setting Up Auto-Research\n1:42:45 Key Components for Auto-Research\n1:48:43 Applications of Auto-Research\n1:53:35 HTTP Requests and Internet Automation\n1:55:29 Browser Automation Explained\n2:00:10 Advanced Browser Automation Techniques\n2:07:51 Navigating CloudCode Performance Fluctuations\n2:12:54 Diversifying Your Models\n2:24:17 Organizing Your Workspace\n2:39:16 Understanding Security Concerns\n3:00:28 The Future of Claude and Agentic Engineering","md",false,{},true,"\u002Fsummaries\u002Foptimize-claude-md-to-10x-claude-code-efficiency-summary","2026-03-28 18:59:16","2026-04-03 21:15:47",{"title":5,"description":264},{"loc":269},"2f1b198f31045d7f","Nick Saraev","video","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=UPtmKh1vMN8","summaries\u002Foptimize-claude-md-to-10x-claude-code-efficiency-summary",[280,281,282,283],"prompt-engineering","agents","ai-tools","dev-productivity","Treat claude.md as knowledge compression, user prefs, capability declarations, and failure logs—update via local\u002Fglobal workflows to cut tokens, speed, and errors in AI coding.",[283],"niU6d3qv4nmpBjIPc4WQqoPeBdrzYdQt5ZeQ3lu6Kl8",[288,291,293,296,298,301,304,307,310,312,314,316,318,320,322,324,326,328,330,332,334,336,338,341,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,386,388,390,392,394,396,398,400,402,404,406,408,410,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,494,496,498,500,502,504,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576,578,580,582,584,586,588,590,592,594,596,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,630,632,634,636,638,640,642,644,646,648,651,653,655,657,659,661,663,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,731,733,735,738,740,742,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,780,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,954,956,958,960,962,964,966,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016,1018,1020,1022,1024,1026,1028,1030,1032,1034,1036,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094,1096,1098,1100,1102,1104,1106,1108,1110,1112,1114,1116,1118,1120,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1146,1148,1150,1152,1154,1156,1158,1160,1162,1164,1166,1168,1170,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1194,1196,1198,1200,1202,1204,1206,1208,1210,1212,1214,1216,1218,1220,1222,1224,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1250,1252,1254,1256,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1284,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1324,1326,1328,1330,1332,1334,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370,1372,1374,1376,1378,1380,1382,1384,1386,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1452,1454,1456,1458,1460,1462,1464,1466,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496,1498,1500,1502,1504,1506,1508,1510,1512,1514,1516,1518,1520,1522,1524,1526,1528,1530,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1864,1866,1868,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088,2090,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2114,2116,2118,2120,2122,2124,2126,2128,2130,2132,2134,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2166,2168,2170,2172,2174,2176,2178,2180,2182,2184,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204,2206,2208,2210,2212,2214,2216,2218,2220,2222,2224,2226,2228,2230,2232,2234,2236,2238,2240,2242,2244,2246,2248,2250,2252,2254,2256,2258,2260,2262,2264,2266,2268,2270,2272,2274,2276,2278,2280,2282,2284,2286,2288,2290,2292,2294,2296,2298,2300,2302,2304,2306,2308,2310,2312,2314,2316,2318,2320,2322,2324,2326,2328,2330,2332,2334,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2450,2452,2454,2456,2458,2460,2462,2464,2466,2468,2470,2472,2474,2476,2478,2480,2482,2484,2486,2488,2490,2492,2494,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2540,2542,2544,2546,2548,2550,2552,2554,2556,2558,2560,2562,2564,2566,2568,2570,2572,2574,2576,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2652,2654,2656,2658,2660,2662,2664,2666,2668,2670,2672,2674,2676,2678,2680,2682,2684,2686,2688,2690,2692,2694,2696,2698,2700,2702,2704,2706,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734,2736,2738,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2762,2764,2766,2768,2770,2772,2774,2776,2778,2780,2782,2784,2786,2788,2790,2792,2794,2796,2798,2800,2802,2804,2806,2808,2810,2812,2814,2816,2818,2820,2822,2824,2826,2828,2830,2832,2834,2836,2838,2840,2842,2844,2846,2848,2850,2852,2854,2856,2858,2860,2862,2864,2866,2868,2870,2872,2874,2876,2878,2880,2882,2884,2886,2888,2890,2892,2894,2896,2898,2900,2902,2904,2906,2908,2910,2912,2914,2916,2918,2920,2922,2924,2926,2928,2930,2932,2934,2936,2938,2940,2942,2944,2946,2948,2950,2952,2954,2956,2958,2960,2962,2964,2966,2968,2970,2972,2974,2976,2978,2980,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3034,3036,3038,3040,3042,3044,3046,3048,3050,3052,3054,3056,3058,3060,3062,3064,3066,3068,3070,3072,3074,3076,3078,3080,3082,3084,3086,3088,3090,3092,3094,3096,3098,3100,3102,3104,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3154,3156,3158,3160,3162,3164,3166,3168,3170,3172,3174,3176,3178,3180,3182,3184,3186,3188,3190,3192,3194,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3226,3228,3230,3232,3234,3236,3238,3240,3242,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3320,3322,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3372,3374,3376,3378,3380,3382,3384,3386,3388,3390,3392,3394,3396,3398,3400,3402,3404,3406,3408,3410,3412,3414,3416,3418,3420,3422,3424,3426,3428,3430,3432,3434,3436,3438,3440,3442,3444,3446,3448,3450,3452,3454,3456,3458,3460,3462,3464,3466,3468,3470,3472,3474,3476,3478,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3510,3512,3514,3516,3518,3520,3522,3524,3526,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3568,3570,3572,3574,3576,3578,3580,3582,3584,3586,3588,3590,3592,3594,3596,3598,3600,3602,3604,3606,3608,3610,3612,3614,3616,3618,3620,3622,3624,3626,3628,3630,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3750,3752,3754,3756,3758,3760,3762,3764,3766,3768,3770,3772,3774,3776,3778,3780,3782,3784,3786,3788,3790,3792,3794,3796,3798,3800,3802,3804,3806,3808,3810,3812,3814,3816,3818,3820,3822,3824,3826,3828,3830,3832,3834,3836,3838,3840,3842,3844,3846,3848,3850,3852,3854,3856,3858,3860,3862,3864,3866,3868,3870,3872,3874,3876,3878,3880,3882,3884,3886,3888,3890,3892,3894,3896,3898,3900,3902,3904,3906,3908,3910,3912,3914,3916,3918,3920,3922,3924,3926,3928,3930,3932,3934,3936,3938,3940,3942,3944,3946,3948,3950,3952,3954,3956,3958,3960,3962,3964,3966,3968,3970,3972,3974,3976,3978,3980,3982,3984,3986,3988,3990,3992,3994,3996,3998,4000,4002,4004,4006,4008,4010,4012,4014,4016,4018,4020,4022,4024,4026,4028,4030,4032,4034,4036,4038,4040,4042,4044,4046,4048,4050,4052,4054,4056,4058,4060,4062,4064,4066,4068,4070,4072,4074,4076,4078,4080,4082,4084,4086,4088,4090,4092,4094,4096,4098,4100,4102,4104,4106,4108,4110,4112,4114,4116,4118,4120,4122,4124,4126,4128,4130,4132,4134,4136,4138,4140,4142,4144,4146,4148,4150,4152,4154,4156,4158,4160,4162,4164,4166,4168,4170,4172,4174,4176,4178,4180,4182,4184,4186,4188,4190,4192,4194,4196,4198,4200,4202,4204,4206,4208,4210,4212,4214,4216,4218,4220,4222,4224,4226,4228,4230,4232,4234,4236,4238,4240,4242,4244,4246,4248,4250,4252,4254,4256,4258,4260,4262,4264,4266,4268,4270,4272,4274,4276,4278,4280,4282,4284,4286,4288,4290,4292,4294,4296,4298,4300,4302,4304,4306,4308,4310,4312,4314,4316,4318,4320,4322,4324,4326,4328,4330,4332,4334,4336,4338,4340,4342,4344,4346,4348,4350,4352,4354,4356,4358,4360,4362,4364,4366,4368,4370,4372,4374,4376,4378,4380,4382,4384,4386,4388,4390,4392,4394,4396,4398,4400,4402,4404,4406,4408,4410,4412,4414,4416,4418,4420,4422,4424,4426,4428,4430,4432,4434,4436,4438,4440,4442,4444,4446,4448,4450,4452,4454,4456,4458,4460,4462,4464,4466,4468,4470,4472,4474,4476,4478,4480,4482,4484,4486,4488,4490,4492,4494,4496,4498,4500,4502,4504,4506,4508,4510,4512,4514,4516,4518,4520,4522,4524,4526,4528,4530,4532,4534,4536,4538,4540,4542,4544,4546,4548,4550,4552,4554,4556,4558,4560,4562,4564,4566,4568,4570,4572,4574,4576,4578,4580,4582,4584,4586,4588,4590,4592,4594,4596,4598,4600,4602,4604,4606,4608,4610,4612,4614,4616,4618,4620,4622,4624,4626,4628,4630,4632,4634,4636,4638,4640,4642,4644,4646,4648,4650,4652,4654,4656,4658,4660,4662,4664,4666,4668,4670,4672,4674,4676,4678,4680,4682,4684,4686,4688,4690],{"categories":289},[290],"Business & SaaS",{"categories":292},[290],{"categories":294},[295],"AI News & Trends",{"categories":297},[],{"categories":299},[300],"AI Automation",{"categories":302},[303],"Marketing & Growth",{"categories":305},[306],"Design & Frontend",{"categories":308},[309],"Software Engineering",{"categories":311},[300],{"categories":313},[],{"categories":315},[306],{"categories":317},[306],{"categories":319},[300],{"categories":321},[306],{"categories":323},[306],{"categories":325},[262],{"categories":327},[306],{"categories":329},[306],{"categories":331},[],{"categories":333},[306],{"categories":335},[306],{"categories":337},[262],{"categories":339},[340],"Developer Productivity",{"categories":342},[262],{"categories":344},[262],{"categories":346},[262],{"categories":348},[295],{"categories":350},[262],{"categories":352},[300],{"categories":354},[290],{"categories":356},[295],{"categories":358},[303],{"categories":360},[],{"categories":362},[],{"categories":364},[300],{"categories":366},[300],{"categories":368},[300],{"categories":370},[303],{"categories":372},[262],{"categories":374},[340],{"categories":376},[295],{"categories":378},[],{"categories":380},[],{"categories":382},[],{"categories":384},[385],"Data Science & Visualization",{"categories":387},[],{"categories":389},[300],{"categories":391},[309],{"categories":393},[300],{"categories":395},[300],{"categories":397},[262],{"categories":399},[303],{"categories":401},[300],{"categories":403},[],{"categories":405},[],{"categories":407},[],{"categories":409},[306],{"categories":411},[306],{"categories":413},[300],{"categories":415},[303],{"categories":417},[340],{"categories":419},[306],{"categories":421},[262],{"categories":423},[309],{"categories":425},[262],{"categories":427},[],{"categories":429},[300],{"categories":431},[262],{"categories":433},[340],{"categories":435},[340],{"categories":437},[],{"categories":439},[303],{"categories":441},[290],{"categories":443},[262],{"categories":445},[290],{"categories":447},[290],{"categories":449},[300],{"categories":451},[303],{"categories":453},[300],{"categories":455},[290],{"categories":457},[300],{"categories":459},[306],{"categories":461},[262],{"categories":463},[306],{"categories":465},[262],{"categories":467},[290],{"categories":469},[262],{"categories":471},[303],{"categories":473},[],{"categories":475},[262],{"categories":477},[290],{"categories":479},[],{"categories":481},[295],{"categories":483},[309],{"categories":485},[],{"categories":487},[262],{"categories":489},[306],{"categories":491},[262],{"categories":493},[306],{"categories":495},[],{"categories":497},[300],{"categories":499},[],{"categories":501},[],{"categories":503},[],{"categories":505},[262],{"categories":507},[],{"categories":509},[262],{"categories":511},[262],{"categories":513},[306],{"categories":515},[262],{"categories":517},[340],{"categories":519},[300],{"categories":521},[303],{"categories":523},[340],{"categories":525},[340],{"categories":527},[340],{"categories":529},[303],{"categories":531},[303],{"categories":533},[262],{"categories":535},[262],{"categories":537},[306],{"categories":539},[290],{"categories":541},[306],{"categories":543},[309],{"categories":545},[290],{"categories":547},[290],{"categories":549},[290],{"categories":551},[306],{"categories":553},[],{"categories":555},[],{"categories":557},[262],{"categories":559},[262],{"categories":561},[309],{"categories":563},[262],{"categories":565},[262],{"categories":567},[],{"categories":569},[262],{"categories":571},[262],{"categories":573},[],{"categories":575},[262],{"categories":577},[295],{"categories":579},[295],{"categories":581},[],{"categories":583},[],{"categories":585},[303],{"categories":587},[303],{"categories":589},[309],{"categories":591},[262],{"categories":593},[],{"categories":595},[],{"categories":597},[300],{"categories":599},[262],{"categories":601},[262],{"categories":603},[],{"categories":605},[262,290],{"categories":607},[262],{"categories":609},[],{"categories":611},[262],{"categories":613},[262],{"categories":615},[],{"categories":617},[],{"categories":619},[300],{"categories":621},[262],{"categories":623},[262],{"categories":625},[300],{"categories":627},[262],{"categories":629},[],{"categories":631},[],{"categories":633},[262],{"categories":635},[],{"categories":637},[262],{"categories":639},[262],{"categories":641},[],{"categories":643},[300],{"categories":645},[306],{"categories":647},[],{"categories":649},[300,650],"DevOps & Cloud",{"categories":652},[262],{"categories":654},[300],{"categories":656},[262],{"categories":658},[],{"categories":660},[],{"categories":662},[],{"categories":664},[],{"categories":666},[262],{"categories":668},[300],{"categories":670},[],{"categories":672},[300],{"categories":674},[],{"categories":676},[262],{"categories":678},[],{"categories":680},[],{"categories":682},[],{"categories":684},[],{"categories":686},[300],{"categories":688},[306],{"categories":690},[262],{"categories":692},[303],{"categories":694},[295],{"categories":696},[290],{"categories":698},[340],{"categories":700},[],{"categories":702},[300],{"categories":704},[300],{"categories":706},[262],{"categories":708},[],{"categories":710},[],{"categories":712},[],{"categories":714},[300],{"categories":716},[],{"categories":718},[300],{"categories":720},[300],{"categories":722},[295],{"categories":724},[300],{"categories":726},[262],{"categories":728},[],{"categories":730},[262],{"categories":732},[],{"categories":734},[295],{"categories":736},[300,737],"Product Strategy",{"categories":739},[309],{"categories":741},[650],{"categories":743},[737],{"categories":745},[262],{"categories":747},[300],{"categories":749},[],{"categories":751},[295],{"categories":753},[295],{"categories":755},[300],{"categories":757},[],{"categories":759},[300],{"categories":761},[262],{"categories":763},[262],{"categories":765},[340],{"categories":767},[262],{"categories":769},[],{"categories":771},[262,309],{"categories":773},[295],{"categories":775},[262],{"categories":777},[295],{"categories":779},[300],{"categories":781},[295],{"categories":783},[],{"categories":785},[309],{"categories":787},[290],{"categories":789},[],{"categories":791},[300],{"categories":793},[300],{"categories":795},[300],{"categories":797},[300],{"categories":799},[290],{"categories":801},[306],{"categories":803},[303],{"categories":805},[],{"categories":807},[300],{"categories":809},[],{"categories":811},[295],{"categories":813},[295],{"categories":815},[295],{"categories":817},[300],{"categories":819},[295],{"categories":821},[262],{"categories":823},[340],{"categories":825},[262],{"categories":827},[309],{"categories":829},[262,340],{"categories":831},[340],{"categories":833},[340],{"categories":835},[340],{"categories":837},[340],{"categories":839},[262],{"categories":841},[],{"categories":843},[],{"categories":845},[303],{"categories":847},[],{"categories":849},[262],{"categories":851},[340],{"categories":853},[262],{"categories":855},[306],{"categories":857},[309],{"categories":859},[],{"categories":861},[262],{"categories":863},[340],{"categories":865},[303],{"categories":867},[295],{"categories":869},[309],{"categories":871},[262],{"categories":873},[],{"categories":875},[309],{"categories":877},[306],{"categories":879},[290],{"categories":881},[290],{"categories":883},[],{"categories":885},[306],{"categories":887},[290],{"categories":889},[295],{"categories":891},[340],{"categories":893},[300],{"categories":895},[300],{"categories":897},[262],{"categories":899},[262],{"categories":901},[295],{"categories":903},[295],{"categories":905},[340],{"categories":907},[295],{"categories":909},[],{"categories":911},[737],{"categories":913},[300],{"categories":915},[295],{"categories":917},[295],{"categories":919},[295],{"categories":921},[262],{"categories":923},[300],{"categories":925},[300],{"categories":927},[290],{"categories":929},[290],{"categories":931},[262],{"categories":933},[295],{"categories":935},[],{"categories":937},[262],{"categories":939},[290],{"categories":941},[300],{"categories":943},[300],{"categories":945},[300],{"categories":947},[306],{"categories":949},[300],{"categories":951},[340],{"categories":953},[295],{"categories":955},[295],{"categories":957},[295],{"categories":959},[295],{"categories":961},[295],{"categories":963},[],{"categories":965},[],{"categories":967},[340],{"categories":969},[295],{"categories":971},[295],{"categories":973},[295],{"categories":975},[],{"categories":977},[262],{"categories":979},[],{"categories":981},[],{"categories":983},[306],{"categories":985},[290],{"categories":987},[],{"categories":989},[295],{"categories":991},[300],{"categories":993},[300],{"categories":995},[300],{"categories":997},[303],{"categories":999},[300],{"categories":1001},[],{"categories":1003},[295],{"categories":1005},[295],{"categories":1007},[262],{"categories":1009},[],{"categories":1011},[303],{"categories":1013},[303],{"categories":1015},[262],{"categories":1017},[295],{"categories":1019},[290],{"categories":1021},[309],{"categories":1023},[262],{"categories":1025},[],{"categories":1027},[262],{"categories":1029},[262],{"categories":1031},[309],{"categories":1033},[262],{"categories":1035},[262],{"categories":1037},[262],{"categories":1039},[303],{"categories":1041},[295],{"categories":1043},[262],{"categories":1045},[262],{"categories":1047},[295],{"categories":1049},[300],{"categories":1051},[340],{"categories":1053},[290],{"categories":1055},[262],{"categories":1057},[340],{"categories":1059},[340],{"categories":1061},[],{"categories":1063},[303],{"categories":1065},[295],{"categories":1067},[295],{"categories":1069},[340],{"categories":1071},[300],{"categories":1073},[300],{"categories":1075},[300],{"categories":1077},[300],{"categories":1079},[306],{"categories":1081},[262],{"categories":1083},[262],{"categories":1085},[737],{"categories":1087},[262],{"categories":1089},[262],{"categories":1091},[300],{"categories":1093},[290],{"categories":1095},[303],{"categories":1097},[],{"categories":1099},[290],{"categories":1101},[290],{"categories":1103},[],{"categories":1105},[306],{"categories":1107},[262],{"categories":1109},[],{"categories":1111},[],{"categories":1113},[295],{"categories":1115},[295],{"categories":1117},[295],{"categories":1119},[295],{"categories":1121},[],{"categories":1123},[295],{"categories":1125},[262],{"categories":1127},[262],{"categories":1129},[],{"categories":1131},[295],{"categories":1133},[295],{"categories":1135},[290],{"categories":1137},[262],{"categories":1139},[],{"categories":1141},[],{"categories":1143},[295],{"categories":1145},[295],{"categories":1147},[295],{"categories":1149},[262],{"categories":1151},[295],{"categories":1153},[295],{"categories":1155},[295],{"categories":1157},[295],{"categories":1159},[295],{"categories":1161},[],{"categories":1163},[300],{"categories":1165},[262],{"categories":1167},[303],{"categories":1169},[290],{"categories":1171},[300],{"categories":1173},[262],{"categories":1175},[],{"categories":1177},[303],{"categories":1179},[295],{"categories":1181},[295],{"categories":1183},[295],{"categories":1185},[295],{"categories":1187},[340],{"categories":1189},[309],{"categories":1191},[],{"categories":1193},[262],{"categories":1195},[300],{"categories":1197},[300],{"categories":1199},[300],{"categories":1201},[650],{"categories":1203},[300],{"categories":1205},[262],{"categories":1207},[262],{"categories":1209},[309],{"categories":1211},[650],{"categories":1213},[385],{"categories":1215},[262],{"categories":1217},[385],{"categories":1219},[],{"categories":1221},[303],{"categories":1223},[303],{"categories":1225},[306],{"categories":1227},[650],{"categories":1229},[300],{"categories":1231},[262],{"categories":1233},[262],{"categories":1235},[300],{"categories":1237},[300],{"categories":1239},[300],{"categories":1241},[340],{"categories":1243},[340],{"categories":1245},[300],{"categories":1247},[300],{"categories":1249},[],{"categories":1251},[300],{"categories":1253},[300],{"categories":1255},[262],{"categories":1257},[385],{"categories":1259},[300],{"categories":1261},[300],{"categories":1263},[300],{"categories":1265},[300],{"categories":1267},[290],{"categories":1269},[306],{"categories":1271},[295],{"categories":1273},[309],{"categories":1275},[650],{"categories":1277},[309],{"categories":1279},[385],{"categories":1281},[],{"categories":1283},[309],{"categories":1285},[],{"categories":1287},[],{"categories":1289},[309],{"categories":1291},[262],{"categories":1293},[],{"categories":1295},[],{"categories":1297},[],{"categories":1299},[290],{"categories":1301},[],{"categories":1303},[],{"categories":1305},[385],{"categories":1307},[262],{"categories":1309},[650],{"categories":1311},[262],{"categories":1313},[],{"categories":1315},[300],{"categories":1317},[340],{"categories":1319},[340],{"categories":1321},[303],{"categories":1323},[303],{"categories":1325},[303],{"categories":1327},[650],{"categories":1329},[309],{"categories":1331},[300],{"categories":1333},[290],{"categories":1335},[290],{"categories":1337},[309],{"categories":1339},[306],{"categories":1341},[385],{"categories":1343},[306],{"categories":1345},[],{"categories":1347},[262],{"categories":1349},[300],{"categories":1351},[300],{"categories":1353},[340],{"categories":1355},[300],{"categories":1357},[300],{"categories":1359},[306],{"categories":1361},[306],{"categories":1363},[300],{"categories":1365},[650],{"categories":1367},[262],{"categories":1369},[],{"categories":1371},[303],{"categories":1373},[300],{"categories":1375},[290],{"categories":1377},[300],{"categories":1379},[300],{"categories":1381},[],{"categories":1383},[262],{"categories":1385},[300],{"categories":1387},[300],{"categories":1389},[340],{"categories":1391},[300],{"categories":1393},[262],{"categories":1395},[],{"categories":1397},[300],{"categories":1399},[],{"categories":1401},[306],{"categories":1403},[340],{"categories":1405},[262],{"categories":1407},[309],{"categories":1409},[306],{"categories":1411},[340],{"categories":1413},[385],{"categories":1415},[340],{"categories":1417},[],{"categories":1419},[262],{"categories":1421},[262],{"categories":1423},[737],{"categories":1425},[309],{"categories":1427},[262,300],{"categories":1429},[300],{"categories":1431},[262],{"categories":1433},[300],{"categories":1435},[300,309],{"categories":1437},[300],{"categories":1439},[262],{"categories":1441},[],{"categories":1443},[340],{"categories":1445},[262],{"categories":1447},[300],{"categories":1449},[262],{"categories":1451},[],{"categories":1453},[309],{"categories":1455},[290],{"categories":1457},[300],{"categories":1459},[],{"categories":1461},[385],{"categories":1463},[309],{"categories":1465},[300],{"categories":1467},[309],{"categories":1469},[],{"categories":1471},[300],{"categories":1473},[],{"categories":1475},[300],{"categories":1477},[],{"categories":1479},[],{"categories":1481},[306],{"categories":1483},[340],{"categories":1485},[262],{"categories":1487},[300],{"categories":1489},[],{"categories":1491},[300],{"categories":1493},[309],{"categories":1495},[262],{"categories":1497},[262],{"categories":1499},[309],{"categories":1501},[309],{"categories":1503},[340],{"categories":1505},[290],{"categories":1507},[],{"categories":1509},[262],{"categories":1511},[262],{"categories":1513},[262],{"categories":1515},[300],{"categories":1517},[262],{"categories":1519},[],{"categories":1521},[306],{"categories":1523},[262],{"categories":1525},[300],{"categories":1527},[],{"categories":1529},[262],{"categories":1531},[],{"categories":1533},[262],{"categories":1535},[],{"categories":1537},[],{"categories":1539},[],{"categories":1541},[262],{"categories":1543},[262],{"categories":1545},[262],{"categories":1547},[262],{"categories":1549},[],{"categories":1551},[262],{"categories":1553},[262],{"categories":1555},[262],{"categories":1557},[],{"categories":1559},[262],{"categories":1561},[],{"categories":1563},[303],{"categories":1565},[262],{"categories":1567},[],{"categories":1569},[],{"categories":1571},[],{"categories":1573},[262],{"categories":1575},[295],{"categories":1577},[295],{"categories":1579},[],{"categories":1581},[300],{"categories":1583},[262],{"categories":1585},[],{"categories":1587},[262],{"categories":1589},[262],{"categories":1591},[295],{"categories":1593},[],{"categories":1595},[262],{"categories":1597},[295],{"categories":1599},[300],{"categories":1601},[262],{"categories":1603},[],{"categories":1605},[],{"categories":1607},[],{"categories":1609},[300],{"categories":1611},[300],{"categories":1613},[300],{"categories":1615},[300],{"categories":1617},[262],{"categories":1619},[306],{"categories":1621},[306],{"categories":1623},[300],{"categories":1625},[300],{"categories":1627},[340],{"categories":1629},[737],{"categories":1631},[340],{"categories":1633},[340],{"categories":1635},[262],{"categories":1637},[300],{"categories":1639},[262],{"categories":1641},[340],{"categories":1643},[262],{"categories":1645},[300],{"categories":1647},[300],{"categories":1649},[300],{"categories":1651},[300],{"categories":1653},[300],{"categories":1655},[262],{"categories":1657},[340],{"categories":1659},[340],{"categories":1661},[303],{"categories":1663},[300],{"categories":1665},[],{"categories":1667},[300],{"categories":1669},[],{"categories":1671},[295],{"categories":1673},[262],{"categories":1675},[],{"categories":1677},[290],{"categories":1679},[306],{"categories":1681},[306],{"categories":1683},[300],{"categories":1685},[300],{"categories":1687},[262],{"categories":1689},[262],{"categories":1691},[295],{"categories":1693},[295],{"categories":1695},[650],{"categories":1697},[300],{"categories":1699},[295],{"categories":1701},[],{"categories":1703},[262],{"categories":1705},[300],{"categories":1707},[300],{"categories":1709},[300],{"categories":1711},[300],{"categories":1713},[262],{"categories":1715},[262],{"categories":1717},[262],{"categories":1719},[262],{"categories":1721},[300],{"categories":1723},[300],{"categories":1725},[300],{"categories":1727},[300],{"categories":1729},[],{"categories":1731},[306],{"categories":1733},[262],{"categories":1735},[262],{"categories":1737},[262],{"categories":1739},[],{"categories":1741},[303],{"categories":1743},[],{"categories":1745},[340],{"categories":1747},[],{"categories":1749},[300],{"categories":1751},[340],{"categories":1753},[306],{"categories":1755},[340],{"categories":1757},[],{"categories":1759},[340],{"categories":1761},[340],{"categories":1763},[],{"categories":1765},[306],{"categories":1767},[300],{"categories":1769},[300],{"categories":1771},[340],{"categories":1773},[262],{"categories":1775},[262],{"categories":1777},[],{"categories":1779},[295],{"categories":1781},[],{"categories":1783},[303],{"categories":1785},[],{"categories":1787},[306],{"categories":1789},[295],{"categories":1791},[306],{"categories":1793},[306],{"categories":1795},[306],{"categories":1797},[306],{"categories":1799},[306],{"categories":1801},[306],{"categories":1803},[306],{"categories":1805},[306],{"categories":1807},[306],{"categories":1809},[306],{"categories":1811},[],{"categories":1813},[300],{"categories":1815},[306],{"categories":1817},[262],{"categories":1819},[262],{"categories":1821},[306],{"categories":1823},[306],{"categories":1825},[306],{"categories":1827},[306],{"categories":1829},[306],{"categories":1831},[306],{"categories":1833},[306],{"categories":1835},[262,306],{"categories":1837},[306],{"categories":1839},[306],{"categories":1841},[306],{"categories":1843},[306],{"categories":1845},[],{"categories":1847},[306],{"categories":1849},[306],{"categories":1851},[306],{"categories":1853},[306],{"categories":1855},[306],{"categories":1857},[306],{"categories":1859},[306],{"categories":1861},[306],{"categories":1863},[306],{"categories":1865},[306,262],{"categories":1867},[306],{"categories":1869},[306],{"categories":1871},[],{"categories":1873},[295],{"categories":1875},[],{"categories":1877},[262],{"categories":1879},[],{"categories":1881},[300],{"categories":1883},[650],{"categories":1885},[737],{"categories":1887},[300],{"categories":1889},[300],{"categories":1891},[],{"categories":1893},[300],{"categories":1895},[],{"categories":1897},[300],{"categories":1899},[],{"categories":1901},[],{"categories":1903},[262],{"categories":1905},[262],{"categories":1907},[262],{"categories":1909},[295],{"categories":1911},[295],{"categories":1913},[295],{"categories":1915},[295],{"categories":1917},[],{"categories":1919},[295],{"categories":1921},[],{"categories":1923},[295],{"categories":1925},[262],{"categories":1927},[295],{"categories":1929},[295],{"categories":1931},[295],{"categories":1933},[295],{"categories":1935},[262],{"categories":1937},[295],{"categories":1939},[300],{"categories":1941},[],{"categories":1943},[300],{"categories":1945},[295],{"categories":1947},[262],{"categories":1949},[295],{"categories":1951},[295],{"categories":1953},[295],{"categories":1955},[262],{"categories":1957},[262],{"categories":1959},[262],{"categories":1961},[],{"categories":1963},[],{"categories":1965},[262],{"categories":1967},[295],{"categories":1969},[],{"categories":1971},[262],{"categories":1973},[300],{"categories":1975},[262],{"categories":1977},[300],{"categories":1979},[300],{"categories":1981},[262],{"categories":1983},[],{"categories":1985},[],{"categories":1987},[300],{"categories":1989},[300],{"categories":1991},[300],{"categories":1993},[300],{"categories":1995},[300],{"categories":1997},[300],{"categories":1999},[300],{"categories":2001},[300],{"categories":2003},[],{"categories":2005},[300],{"categories":2007},[300],{"categories":2009},[300],{"categories":2011},[262],{"categories":2013},[262],{"categories":2015},[262],{"categories":2017},[295],{"categories":2019},[262],{"categories":2021},[262],{"categories":2023},[262],{"categories":2025},[300],{"categories":2027},[303],{"categories":2029},[303],{"categories":2031},[303],{"categories":2033},[300],{"categories":2035},[],{"categories":2037},[262],{"categories":2039},[],{"categories":2041},[],{"categories":2043},[262],{"categories":2045},[],{"categories":2047},[300],{"categories":2049},[306],{"categories":2051},[340],{"categories":2053},[385],{"categories":2055},[262],{"categories":2057},[300],{"categories":2059},[306],{"categories":2061},[],{"categories":2063},[300],{"categories":2065},[303,290],{"categories":2067},[300],{"categories":2069},[300],{"categories":2071},[650],{"categories":2073},[309],{"categories":2075},[303],{"categories":2077},[340],{"categories":2079},[262],{"categories":2081},[],{"categories":2083},[262],{"categories":2085},[],{"categories":2087},[262],{"categories":2089},[262],{"categories":2091},[300],{"categories":2093},[],{"categories":2095},[262],{"categories":2097},[300],{"categories":2099},[262],{"categories":2101},[340],{"categories":2103},[300],{"categories":2105},[262],{"categories":2107},[262,340],{"categories":2109},[340],{"categories":2111},[],{"categories":2113},[262],{"categories":2115},[262],{"categories":2117},[262],{"categories":2119},[],{"categories":2121},[],{"categories":2123},[300],{"categories":2125},[303],{"categories":2127},[295],{"categories":2129},[300],{"categories":2131},[262],{"categories":2133},[295],{"categories":2135},[],{"categories":2137},[340],{"categories":2139},[295],{"categories":2141},[],{"categories":2143},[385],{"categories":2145},[303],{"categories":2147},[290],{"categories":2149},[295],{"categories":2151},[262],{"categories":2153},[300],{"categories":2155},[262],{"categories":2157},[300],{"categories":2159},[300],{"categories":2161},[295],{"categories":2163},[340],{"categories":2165},[306],{"categories":2167},[290],{"categories":2169},[262],{"categories":2171},[262],{"categories":2173},[],{"categories":2175},[],{"categories":2177},[262],{"categories":2179},[],{"categories":2181},[262],{"categories":2183},[295],{"categories":2185},[],{"categories":2187},[300],{"categories":2189},[340],{"categories":2191},[295],{"categories":2193},[340],{"categories":2195},[300],{"categories":2197},[262],{"categories":2199},[],{"categories":2201},[300],{"categories":2203},[300],{"categories":2205},[306],{"categories":2207},[300],{"categories":2209},[306],{"categories":2211},[300],{"categories":2213},[300],{"categories":2215},[306],{"categories":2217},[],{"categories":2219},[],{"categories":2221},[306],{"categories":2223},[306],{"categories":2225},[306],{"categories":2227},[309],{"categories":2229},[340],{"categories":2231},[340],{"categories":2233},[300],{"categories":2235},[295],{"categories":2237},[340],{"categories":2239},[340],{"categories":2241},[303],{"categories":2243},[306],{"categories":2245},[300],{"categories":2247},[300],{"categories":2249},[262],{"categories":2251},[340],{"categories":2253},[262],{"categories":2255},[],{"categories":2257},[650],{"categories":2259},[737],{"categories":2261},[],{"categories":2263},[],{"categories":2265},[300],{"categories":2267},[295],{"categories":2269},[303],{"categories":2271},[303],{"categories":2273},[385],{"categories":2275},[306],{"categories":2277},[385],{"categories":2279},[385],{"categories":2281},[300],{"categories":2283},[],{"categories":2285},[],{"categories":2287},[385],{"categories":2289},[309],{"categories":2291},[262],{"categories":2293},[309],{"categories":2295},[385],{"categories":2297},[309],{"categories":2299},[385],{"categories":2301},[290],{"categories":2303},[309],{"categories":2305},[340],{"categories":2307},[262],{"categories":2309},[],{"categories":2311},[385],{"categories":2313},[650],{"categories":2315},[],{"categories":2317},[262],{"categories":2319},[262],{"categories":2321},[],{"categories":2323},[],{"categories":2325},[262],{"categories":2327},[262],{"categories":2329},[295],{"categories":2331},[262],{"categories":2333},[],{"categories":2335},[295],{"categories":2337},[],{"categories":2339},[],{"categories":2341},[295],{"categories":2343},[295],{"categories":2345},[262],{"categories":2347},[262],{"categories":2349},[262],{"categories":2351},[262],{"categories":2353},[262],{"categories":2355},[262],{"categories":2357},[303],{"categories":2359},[],{"categories":2361},[262],{"categories":2363},[],{"categories":2365},[],{"categories":2367},[300],{"categories":2369},[340],{"categories":2371},[],{"categories":2373},[650],{"categories":2375},[262,650],{"categories":2377},[262],{"categories":2379},[],{"categories":2381},[306],{"categories":2383},[306],{"categories":2385},[306],{"categories":2387},[306],{"categories":2389},[306],{"categories":2391},[],{"categories":2393},[],{"categories":2395},[],{"categories":2397},[309],{"categories":2399},[300],{"categories":2401},[290],{"categories":2403},[309],{"categories":2405},[340],{"categories":2407},[306],{"categories":2409},[],{"categories":2411},[303],{"categories":2413},[737],{"categories":2415},[385],{"categories":2417},[385],{"categories":2419},[385],{"categories":2421},[340],{"categories":2423},[737],{"categories":2425},[340],{"categories":2427},[],{"categories":2429},[290],{"categories":2431},[309],{"categories":2433},[262],{"categories":2435},[306],{"categories":2437},[303],{"categories":2439},[309],{"categories":2441},[303],{"categories":2443},[262],{"categories":2445},[306],{"categories":2447},[309],{"categories":2449},[650],{"categories":2451},[262],{"categories":2453},[295],{"categories":2455},[309],{"categories":2457},[],{"categories":2459},[262],{"categories":2461},[309],{"categories":2463},[309],{"categories":2465},[300],{"categories":2467},[],{"categories":2469},[303],{"categories":2471},[303],{"categories":2473},[303],{"categories":2475},[300],{"categories":2477},[262],{"categories":2479},[],{"categories":2481},[290],{"categories":2483},[340],{"categories":2485},[340],{"categories":2487},[385],{"categories":2489},[290],{"categories":2491},[295],{"categories":2493},[385],{"categories":2495},[],{"categories":2497},[295],{"categories":2499},[295],{"categories":2501},[295],{"categories":2503},[262],{"categories":2505},[290],{"categories":2507},[262],{"categories":2509},[],{"categories":2511},[],{"categories":2513},[],{"categories":2515},[309],{"categories":2517},[300],{"categories":2519},[],{"categories":2521},[340],{"categories":2523},[306],{"categories":2525},[],{"categories":2527},[303],{"categories":2529},[],{"categories":2531},[306],{"categories":2533},[262],{"categories":2535},[340],{"categories":2537},[290],{"categories":2539},[],{"categories":2541},[306],{"categories":2543},[306],{"categories":2545},[262],{"categories":2547},[],{"categories":2549},[],{"categories":2551},[309],{"categories":2553},[262],{"categories":2555},[],{"categories":2557},[300],{"categories":2559},[262],{"categories":2561},[],{"categories":2563},[309],{"categories":2565},[300],{"categories":2567},[262],{"categories":2569},[385],{"categories":2571},[262],{"categories":2573},[],{"categories":2575},[385],{"categories":2577},[262],{"categories":2579},[309],{"categories":2581},[262],{"categories":2583},[385],{"categories":2585},[300],{"categories":2587},[262],{"categories":2589},[262],{"categories":2591},[262,300],{"categories":2593},[300],{"categories":2595},[300],{"categories":2597},[300],{"categories":2599},[306],{"categories":2601},[340],{"categories":2603},[262],{"categories":2605},[340],{"categories":2607},[306],{"categories":2609},[262],{"categories":2611},[],{"categories":2613},[],{"categories":2615},[262],{"categories":2617},[262],{"categories":2619},[262],{"categories":2621},[300],{"categories":2623},[262],{"categories":2625},[],{"categories":2627},[262],{"categories":2629},[262],{"categories":2631},[300],{"categories":2633},[300],{"categories":2635},[262],{"categories":2637},[262],{"categories":2639},[],{"categories":2641},[262],{"categories":2643},[],{"categories":2645},[262],{"categories":2647},[262],{"categories":2649},[262],{"categories":2651},[262],{"categories":2653},[262],{"categories":2655},[262],{"categories":2657},[262],{"categories":2659},[],{"categories":2661},[262],{"categories":2663},[295],{"categories":2665},[295],{"categories":2667},[],{"categories":2669},[],{"categories":2671},[262],{"categories":2673},[],{"categories":2675},[262],{"categories":2677},[262,650],{"categories":2679},[],{"categories":2681},[295],{"categories":2683},[],{"categories":2685},[262],{"categories":2687},[],{"categories":2689},[],{"categories":2691},[],{"categories":2693},[262],{"categories":2695},[],{"categories":2697},[262],{"categories":2699},[],{"categories":2701},[262],{"categories":2703},[262],{"categories":2705},[],{"categories":2707},[],{"categories":2709},[262,650],{"categories":2711},[650,262],{"categories":2713},[295],{"categories":2715},[],{"categories":2717},[262],{"categories":2719},[],{"categories":2721},[262],{"categories":2723},[262],{"categories":2725},[],{"categories":2727},[295],{"categories":2729},[262,290],{"categories":2731},[295],{"categories":2733},[309],{"categories":2735},[],{"categories":2737},[300],{"categories":2739},[262],{"categories":2741},[303],{"categories":2743},[262],{"categories":2745},[340],{"categories":2747},[340],{"categories":2749},[650],{"categories":2751},[295],{"categories":2753},[262],{"categories":2755},[650],{"categories":2757},[309],{"categories":2759},[262],{"categories":2761},[340],{"categories":2763},[],{"categories":2765},[262],{"categories":2767},[],{"categories":2769},[],{"categories":2771},[262],{"categories":2773},[],{"categories":2775},[262],{"categories":2777},[309],{"categories":2779},[290],{"categories":2781},[340],{"categories":2783},[303],{"categories":2785},[300],{"categories":2787},[340],{"categories":2789},[],{"categories":2791},[303],{"categories":2793},[],{"categories":2795},[],{"categories":2797},[262],{"categories":2799},[295],{"categories":2801},[303],{"categories":2803},[],{"categories":2805},[262],{"categories":2807},[295],{"categories":2809},[295],{"categories":2811},[303],{"categories":2813},[295],{"categories":2815},[262],{"categories":2817},[295],{"categories":2819},[262],{"categories":2821},[],{"categories":2823},[262],{"categories":2825},[262],{"categories":2827},[262],{"categories":2829},[295],{"categories":2831},[],{"categories":2833},[],{"categories":2835},[306],{"categories":2837},[295],{"categories":2839},[],{"categories":2841},[262],{"categories":2843},[262],{"categories":2845},[262],{"categories":2847},[262],{"categories":2849},[262],{"categories":2851},[262],{"categories":2853},[262],{"categories":2855},[262],{"categories":2857},[262],{"categories":2859},[303],{"categories":2861},[262,306],{"categories":2863},[295],{"categories":2865},[295],{"categories":2867},[262],{"categories":2869},[309],{"categories":2871},[385],{"categories":2873},[262],{"categories":2875},[262],{"categories":2877},[],{"categories":2879},[],{"categories":2881},[262],{"categories":2883},[262],{"categories":2885},[],{"categories":2887},[306],{"categories":2889},[306],{"categories":2891},[340],{"categories":2893},[262],{"categories":2895},[340],{"categories":2897},[262],{"categories":2899},[262],{"categories":2901},[],{"categories":2903},[262],{"categories":2905},[],{"categories":2907},[],{"categories":2909},[262],{"categories":2911},[],{"categories":2913},[],{"categories":2915},[295],{"categories":2917},[],{"categories":2919},[262],{"categories":2921},[262],{"categories":2923},[262],{"categories":2925},[],{"categories":2927},[262],{"categories":2929},[295],{"categories":2931},[737],{"categories":2933},[300],{"categories":2935},[262],{"categories":2937},[],{"categories":2939},[300],{"categories":2941},[262],{"categories":2943},[],{"categories":2945},[262],{"categories":2947},[],{"categories":2949},[300],{"categories":2951},[],{"categories":2953},[],{"categories":2955},[300],{"categories":2957},[300],{"categories":2959},[300],{"categories":2961},[262],{"categories":2963},[],{"categories":2965},[300],{"categories":2967},[300],{"categories":2969},[],{"categories":2971},[],{"categories":2973},[300],{"categories":2975},[262],{"categories":2977},[295],{"categories":2979},[737],{"categories":2981},[303],{"categories":2983},[],{"categories":2985},[306],{"categories":2987},[262],{"categories":2989},[262],{"categories":2991},[290],{"categories":2993},[295],{"categories":2995},[295],{"categories":2997},[295],{"categories":2999},[295],{"categories":3001},[],{"categories":3003},[300],{"categories":3005},[300],{"categories":3007},[300],{"categories":3009},[300],{"categories":3011},[340],{"categories":3013},[262],{"categories":3015},[290],{"categories":3017},[],{"categories":3019},[340],{"categories":3021},[300],{"categories":3023},[306],{"categories":3025},[306],{"categories":3027},[306],{"categories":3029},[306],{"categories":3031},[306],{"categories":3033},[306],{"categories":3035},[262,290],{"categories":3037},[300],{"categories":3039},[290],{"categories":3041},[295],{"categories":3043},[295],{"categories":3045},[340],{"categories":3047},[],{"categories":3049},[],{"categories":3051},[303],{"categories":3053},[],{"categories":3055},[262],{"categories":3057},[303],{"categories":3059},[262],{"categories":3061},[309],{"categories":3063},[300],{"categories":3065},[290],{"categories":3067},[300],{"categories":3069},[309],{"categories":3071},[340],{"categories":3073},[300],{"categories":3075},[],{"categories":3077},[340],{"categories":3079},[],{"categories":3081},[],{"categories":3083},[300],{"categories":3085},[300],{"categories":3087},[300],{"categories":3089},[262],{"categories":3091},[262],{"categories":3093},[262],{"categories":3095},[262],{"categories":3097},[262],{"categories":3099},[],{"categories":3101},[650],{"categories":3103},[262],{"categories":3105},[],{"categories":3107},[],{"categories":3109},[],{"categories":3111},[340],{"categories":3113},[],{"categories":3115},[262],{"categories":3117},[],{"categories":3119},[295],{"categories":3121},[262],{"categories":3123},[295],{"categories":3125},[262],{"categories":3127},[300],{"categories":3129},[],{"categories":3131},[262],{"categories":3133},[262],{"categories":3135},[],{"categories":3137},[385],{"categories":3139},[385],{"categories":3141},[309],{"categories":3143},[306],{"categories":3145},[],{"categories":3147},[262],{"categories":3149},[300],{"categories":3151},[],{"categories":3153},[],{"categories":3155},[262],{"categories":3157},[309],{"categories":3159},[300],{"categories":3161},[290],{"categories":3163},[340,309],{"categories":3165},[309],{"categories":3167},[262],{"categories":3169},[300],{"categories":3171},[],{"categories":3173},[],{"categories":3175},[],{"categories":3177},[],{"categories":3179},[],{"categories":3181},[],{"categories":3183},[262],{"categories":3185},[],{"categories":3187},[],{"categories":3189},[262],{"categories":3191},[],{"categories":3193},[],{"categories":3195},[],{"categories":3197},[262],{"categories":3199},[295],{"categories":3201},[],{"categories":3203},[],{"categories":3205},[],{"categories":3207},[262],{"categories":3209},[],{"categories":3211},[262],{"categories":3213},[262],{"categories":3215},[],{"categories":3217},[262],{"categories":3219},[309],{"categories":3221},[],{"categories":3223},[340],{"categories":3225},[340],{"categories":3227},[],{"categories":3229},[303],{"categories":3231},[],{"categories":3233},[],{"categories":3235},[],{"categories":3237},[306],{"categories":3239},[295],{"categories":3241},[300],{"categories":3243},[262],{"categories":3245},[290],{"categories":3247},[262],{"categories":3249},[],{"categories":3251},[],{"categories":3253},[290],{"categories":3255},[303],{"categories":3257},[300],{"categories":3259},[],{"categories":3261},[650],{"categories":3263},[],{"categories":3265},[303],{"categories":3267},[262],{"categories":3269},[262],{"categories":3271},[303],{"categories":3273},[262],{"categories":3275},[306],{"categories":3277},[300],{"categories":3279},[262],{"categories":3281},[300],{"categories":3283},[262],{"categories":3285},[300],{"categories":3287},[340],{"categories":3289},[340],{"categories":3291},[306],{"categories":3293},[],{"categories":3295},[262],{"categories":3297},[262],{"categories":3299},[303],{"categories":3301},[737],{"categories":3303},[340],{"categories":3305},[295],{"categories":3307},[262],{"categories":3309},[295],{"categories":3311},[262],{"categories":3313},[262],{"categories":3315},[],{"categories":3317},[262],{"categories":3319},[],{"categories":3321},[262],{"categories":3323},[303],{"categories":3325},[262],{"categories":3327},[262],{"categories":3329},[262],{"categories":3331},[],{"categories":3333},[262],{"categories":3335},[262],{"categories":3337},[737],{"categories":3339},[],{"categories":3341},[295],{"categories":3343},[650],{"categories":3345},[309],{"categories":3347},[],{"categories":3349},[385],{"categories":3351},[],{"categories":3353},[],{"categories":3355},[295],{"categories":3357},[262],{"categories":3359},[],{"categories":3361},[262],{"categories":3363},[262],{"categories":3365},[300],{"categories":3367},[262],{"categories":3369},[295],{"categories":3371},[295],{"categories":3373},[306],{"categories":3375},[306],{"categories":3377},[306],{"categories":3379},[262],{"categories":3381},[385],{"categories":3383},[295],{"categories":3385},[340],{"categories":3387},[],{"categories":3389},[306],{"categories":3391},[306],{"categories":3393},[650],{"categories":3395},[306],{"categories":3397},[306],{"categories":3399},[300],{"categories":3401},[295],{"categories":3403},[650],{"categories":3405},[262],{"categories":3407},[262],{"categories":3409},[262],{"categories":3411},[262],{"categories":3413},[],{"categories":3415},[300],{"categories":3417},[262],{"categories":3419},[306],{"categories":3421},[],{"categories":3423},[],{"categories":3425},[295],{"categories":3427},[],{"categories":3429},[300],{"categories":3431},[300],{"categories":3433},[300],{"categories":3435},[300],{"categories":3437},[300],{"categories":3439},[300],{"categories":3441},[300],{"categories":3443},[300],{"categories":3445},[],{"categories":3447},[],{"categories":3449},[262],{"categories":3451},[],{"categories":3453},[300],{"categories":3455},[340],{"categories":3457},[340],{"categories":3459},[385],{"categories":3461},[290],{"categories":3463},[],{"categories":3465},[],{"categories":3467},[],{"categories":3469},[306],{"categories":3471},[262],{"categories":3473},[],{"categories":3475},[290],{"categories":3477},[290],{"categories":3479},[306],{"categories":3481},[340],{"categories":3483},[385],{"categories":3485},[306],{"categories":3487},[306],{"categories":3489},[],{"categories":3491},[300],{"categories":3493},[290],{"categories":3495},[290],{"categories":3497},[262],{"categories":3499},[300],{"categories":3501},[309],{"categories":3503},[306],{"categories":3505},[],{"categories":3507},[303],{"categories":3509},[385],{"categories":3511},[295],{"categories":3513},[295],{"categories":3515},[295],{"categories":3517},[650],{"categories":3519},[],{"categories":3521},[300],{"categories":3523},[],{"categories":3525},[300],{"categories":3527},[300],{"categories":3529},[262],{"categories":3531},[262],{"categories":3533},[309],{"categories":3535},[300],{"categories":3537},[309],{"categories":3539},[],{"categories":3541},[300],{"categories":3543},[306],{"categories":3545},[306],{"categories":3547},[306],{"categories":3549},[262],{"categories":3551},[300],{"categories":3553},[262],{"categories":3555},[290],{"categories":3557},[295],{"categories":3559},[306],{"categories":3561},[295],{"categories":3563},[262],{"categories":3565},[],{"categories":3567},[295],{"categories":3569},[300],{"categories":3571},[295],{"categories":3573},[295],{"categories":3575},[295],{"categories":3577},[295],{"categories":3579},[],{"categories":3581},[],{"categories":3583},[295],{"categories":3585},[295],{"categories":3587},[],{"categories":3589},[295],{"categories":3591},[295],{"categories":3593},[262],{"categories":3595},[262],{"categories":3597},[295],{"categories":3599},[295],{"categories":3601},[262],{"categories":3603},[],{"categories":3605},[262],{"categories":3607},[300],{"categories":3609},[262],{"categories":3611},[262],{"categories":3613},[],{"categories":3615},[262],{"categories":3617},[262],{"categories":3619},[262],{"categories":3621},[295],{"categories":3623},[],{"categories":3625},[],{"categories":3627},[],{"categories":3629},[],{"categories":3631},[262],{"categories":3633},[262],{"categories":3635},[],{"categories":3637},[303],{"categories":3639},[295],{"categories":3641},[],{"categories":3643},[],{"categories":3645},[],{"categories":3647},[],{"categories":3649},[],{"categories":3651},[262],{"categories":3653},[],{"categories":3655},[],{"categories":3657},[262],{"categories":3659},[],{"categories":3661},[300],{"categories":3663},[300],{"categories":3665},[300],{"categories":3667},[290],{"categories":3669},[],{"categories":3671},[303],{"categories":3673},[309],{"categories":3675},[309],{"categories":3677},[650],{"categories":3679},[295],{"categories":3681},[],{"categories":3683},[262],{"categories":3685},[262],{"categories":3687},[290],{"categories":3689},[],{"categories":3691},[290],{"categories":3693},[],{"categories":3695},[],{"categories":3697},[],{"categories":3699},[309],{"categories":3701},[300],{"categories":3703},[300],{"categories":3705},[300],{"categories":3707},[300],{"categories":3709},[300],{"categories":3711},[],{"categories":3713},[295],{"categories":3715},[262],{"categories":3717},[262],{"categories":3719},[262],{"categories":3721},[],{"categories":3723},[290],{"categories":3725},[],{"categories":3727},[306],{"categories":3729},[385],{"categories":3731},[306],{"categories":3733},[],{"categories":3735},[],{"categories":3737},[262],{"categories":3739},[300],{"categories":3741},[],{"categories":3743},[262],{"categories":3745},[262],{"categories":3747},[262],{"categories":3749},[300],{"categories":3751},[300],{"categories":3753},[262],{"categories":3755},[385],{"categories":3757},[300],{"categories":3759},[],{"categories":3761},[262],{"categories":3763},[],{"categories":3765},[737],{"categories":3767},[309],{"categories":3769},[385],{"categories":3771},[309],{"categories":3773},[650],{"categories":3775},[262],{"categories":3777},[309],{"categories":3779},[295],{"categories":3781},[650],{"categories":3783},[309],{"categories":3785},[306],{"categories":3787},[306],{"categories":3789},[],{"categories":3791},[309],{"categories":3793},[],{"categories":3795},[340],{"categories":3797},[309],{"categories":3799},[],{"categories":3801},[385],{"categories":3803},[385],{"categories":3805},[737],{"categories":3807},[],{"categories":3809},[262],{"categories":3811},[309],{"categories":3813},[650],{"categories":3815},[300],{"categories":3817},[300],{"categories":3819},[385],{"categories":3821},[262],{"categories":3823},[340],{"categories":3825},[262],{"categories":3827},[],{"categories":3829},[],{"categories":3831},[],{"categories":3833},[303],{"categories":3835},[262],{"categories":3837},[306],{"categories":3839},[309],{"categories":3841},[309],{"categories":3843},[262],{"categories":3845},[303],{"categories":3847},[340],{"categories":3849},[262],{"categories":3851},[309],{"categories":3853},[262],{"categories":3855},[309],{"categories":3857},[340],{"categories":3859},[340],{"categories":3861},[300],{"categories":3863},[340],{"categories":3865},[309],{"categories":3867},[290],{"categories":3869},[309],{"categories":3871},[309],{"categories":3873},[309],{"categories":3875},[309],{"categories":3877},[],{"categories":3879},[295],{"categories":3881},[],{"categories":3883},[385],{"categories":3885},[262],{"categories":3887},[262],{"categories":3889},[],{"categories":3891},[],{"categories":3893},[],{"categories":3895},[262],{"categories":3897},[295],{"categories":3899},[262],{"categories":3901},[262],{"categories":3903},[],{"categories":3905},[262],{"categories":3907},[306],{"categories":3909},[262],{"categories":3911},[262],{"categories":3913},[262],{"categories":3915},[],{"categories":3917},[],{"categories":3919},[],{"categories":3921},[650],{"categories":3923},[650],{"categories":3925},[290],{"categories":3927},[300],{"categories":3929},[290,303],{"categories":3931},[262],{"categories":3933},[295],{"categories":3935},[],{"categories":3937},[306],{"categories":3939},[385],{"categories":3941},[262],{"categories":3943},[309],{"categories":3945},[262],{"categories":3947},[],{"categories":3949},[385],{"categories":3951},[650],{"categories":3953},[300],{"categories":3955},[290],{"categories":3957},[650],{"categories":3959},[300],{"categories":3961},[340],{"categories":3963},[300],{"categories":3965},[340],{"categories":3967},[262],{"categories":3969},[340],{"categories":3971},[340],{"categories":3973},[309],{"categories":3975},[385],{"categories":3977},[262],{"categories":3979},[303],{"categories":3981},[],{"categories":3983},[262],{"categories":3985},[306],{"categories":3987},[385],{"categories":3989},[290],{"categories":3991},[262],{"categories":3993},[385],{"categories":3995},[340],{"categories":3997},[262],{"categories":3999},[262],{"categories":4001},[385],{"categories":4003},[262],{"categories":4005},[340],{"categories":4007},[262],{"categories":4009},[],{"categories":4011},[262],{"categories":4013},[262],{"categories":4015},[262],{"categories":4017},[262],{"categories":4019},[],{"categories":4021},[300],{"categories":4023},[650],{"categories":4025},[],{"categories":4027},[],{"categories":4029},[262],{"categories":4031},[290],{"categories":4033},[303],{"categories":4035},[290],{"categories":4037},[290],{"categories":4039},[300],{"categories":4041},[],{"categories":4043},[262],{"categories":4045},[295],{"categories":4047},[262],{"categories":4049},[262],{"categories":4051},[],{"categories":4053},[300],{"categories":4055},[295],{"categories":4057},[262,650],{"categories":4059},[300,650],{"categories":4061},[650],{"categories":4063},[262],{"categories":4065},[300],{"categories":4067},[300],{"categories":4069},[309],{"categories":4071},[309],{"categories":4073},[309],{"categories":4075},[262],{"categories":4077},[306],{"categories":4079},[300],{"categories":4081},[],{"categories":4083},[650],{"categories":4085},[],{"categories":4087},[650],{"categories":4089},[650],{"categories":4091},[290],{"categories":4093},[300],{"categories":4095},[],{"categories":4097},[650],{"categories":4099},[262],{"categories":4101},[295],{"categories":4103},[262],{"categories":4105},[306],{"categories":4107},[309],{"categories":4109},[309],{"categories":4111},[309],{"categories":4113},[650],{"categories":4115},[],{"categories":4117},[],{"categories":4119},[],{"categories":4121},[262],{"categories":4123},[309],{"categories":4125},[262],{"categories":4127},[309],{"categories":4129},[650],{"categories":4131},[650],{"categories":4133},[262],{"categories":4135},[300],{"categories":4137},[],{"categories":4139},[262],{"categories":4141},[262],{"categories":4143},[262],{"categories":4145},[],{"categories":4147},[],{"categories":4149},[650],{"categories":4151},[650],{"categories":4153},[262,650],{"categories":4155},[300],{"categories":4157},[300],{"categories":4159},[300],{"categories":4161},[300],{"categories":4163},[300],{"categories":4165},[300],{"categories":4167},[],{"categories":4169},[309],{"categories":4171},[262],{"categories":4173},[309],{"categories":4175},[303],{"categories":4177},[262],{"categories":4179},[737],{"categories":4181},[737],{"categories":4183},[300],{"categories":4185},[309],{"categories":4187},[],{"categories":4189},[300],{"categories":4191},[262],{"categories":4193},[],{"categories":4195},[306],{"categories":4197},[],{"categories":4199},[262],{"categories":4201},[300],{"categories":4203},[295],{"categories":4205},[262],{"categories":4207},[],{"categories":4209},[],{"categories":4211},[306],{"categories":4213},[306],{"categories":4215},[340],{"categories":4217},[306],{"categories":4219},[300],{"categories":4221},[],{"categories":4223},[300],{"categories":4225},[295],{"categories":4227},[262],{"categories":4229},[262],{"categories":4231},[],{"categories":4233},[262],{"categories":4235},[340],{"categories":4237},[262],{"categories":4239},[],{"categories":4241},[385],{"categories":4243},[309],{"categories":4245},[309],{"categories":4247},[290],{"categories":4249},[290],{"categories":4251},[290],{"categories":4253},[300],{"categories":4255},[290],{"categories":4257},[300],{"categories":4259},[650],{"categories":4261},[737],{"categories":4263},[295],{"categories":4265},[295],{"categories":4267},[295],{"categories":4269},[650],{"categories":4271},[295,290],{"categories":4273},[385],{"categories":4275},[300],{"categories":4277},[],{"categories":4279},[262],{"categories":4281},[],{"categories":4283},[309],{"categories":4285},[385],{"categories":4287},[306],{"categories":4289},[309],{"categories":4291},[340],{"categories":4293},[],{"categories":4295},[300],{"categories":4297},[],{"categories":4299},[737],{"categories":4301},[],{"categories":4303},[306],{"categories":4305},[306],{"categories":4307},[385],{"categories":4309},[],{"categories":4311},[262],{"categories":4313},[385],{"categories":4315},[],{"categories":4317},[262],{"categories":4319},[262],{"categories":4321},[],{"categories":4323},[340],{"categories":4325},[262],{"categories":4327},[],{"categories":4329},[262],{"categories":4331},[],{"categories":4333},[],{"categories":4335},[300],{"categories":4337},[300],{"categories":4339},[],{"categories":4341},[309],{"categories":4343},[309],{"categories":4345},[309],{"categories":4347},[262,300],{"categories":4349},[300],{"categories":4351},[300],{"categories":4353},[300],{"categories":4355},[385],{"categories":4357},[385],{"categories":4359},[],{"categories":4361},[295],{"categories":4363},[262],{"categories":4365},[385],{"categories":4367},[385],{"categories":4369},[295],{"categories":4371},[290],{"categories":4373},[300],{"categories":4375},[309],{"categories":4377},[262],{"categories":4379},[262],{"categories":4381},[300],{"categories":4383},[309],{"categories":4385},[300],{"categories":4387},[262],{"categories":4389},[303],{"categories":4391},[],{"categories":4393},[262],{"categories":4395},[],{"categories":4397},[262],{"categories":4399},[262],{"categories":4401},[309],{"categories":4403},[],{"categories":4405},[385],{"categories":4407},[262],{"categories":4409},[300],{"categories":4411},[300],{"categories":4413},[309],{"categories":4415},[340],{"categories":4417},[340],{"categories":4419},[295],{"categories":4421},[262],{"categories":4423},[300],{"categories":4425},[],{"categories":4427},[300],{"categories":4429},[262],{"categories":4431},[295],{"categories":4433},[262],{"categories":4435},[262],{"categories":4437},[262],{"categories":4439},[300],{"categories":4441},[385],{"categories":4443},[262],{"categories":4445},[306],{"categories":4447},[262],{"categories":4449},[262],{"categories":4451},[262],{"categories":4453},[262],{"categories":4455},[],{"categories":4457},[262],{"categories":4459},[385],{"categories":4461},[306],{"categories":4463},[262],{"categories":4465},[306],{"categories":4467},[],{"categories":4469},[],{"categories":4471},[],{"categories":4473},[262],{"categories":4475},[],{"categories":4477},[],{"categories":4479},[],{"categories":4481},[],{"categories":4483},[300],{"categories":4485},[340],{"categories":4487},[300],{"categories":4489},[300],{"categories":4491},[309],{"categories":4493},[290],{"categories":4495},[262],{"categories":4497},[262],{"categories":4499},[262],{"categories":4501},[290],{"categories":4503},[340],{"categories":4505},[],{"categories":4507},[385],{"categories":4509},[303],{"categories":4511},[262],{"categories":4513},[306],{"categories":4515},[340],{"categories":4517},[340],{"categories":4519},[737],{"categories":4521},[300],{"categories":4523},[262],{"categories":4525},[262],{"categories":4527},[340],{"categories":4529},[262],{"categories":4531},[],{"categories":4533},[],{"categories":4535},[650],{"categories":4537},[306],{"categories":4539},[340],{"categories":4541},[262],{"categories":4543},[295],{"categories":4545},[340],{"categories":4547},[290],{"categories":4549},[300],{"categories":4551},[300],{"categories":4553},[295],{"categories":4555},[262],{"categories":4557},[],{"categories":4559},[],{"categories":4561},[],{"categories":4563},[262],{"categories":4565},[],{"categories":4567},[295],{"categories":4569},[],{"categories":4571},[262],{"categories":4573},[],{"categories":4575},[295],{"categories":4577},[300],{"categories":4579},[262],{"categories":4581},[650],{"categories":4583},[262],{"categories":4585},[340],{"categories":4587},[262],{"categories":4589},[340],{"categories":4591},[340],{"categories":4593},[],{"categories":4595},[],{"categories":4597},[340],{"categories":4599},[340],{"categories":4601},[340],{"categories":4603},[],{"categories":4605},[340],{"categories":4607},[300],{"categories":4609},[300],{"categories":4611},[],{"categories":4613},[262],{"categories":4615},[303],{"categories":4617},[385],{"categories":4619},[262],{"categories":4621},[],{"categories":4623},[340],{"categories":4625},[262],{"categories":4627},[737],{"categories":4629},[340],{"categories":4631},[340],{"categories":4633},[303],{"categories":4635},[309],{"categories":4637},[309],{"categories":4639},[],{"categories":4641},[309],{"categories":4643},[262],{"categories":4645},[],{"categories":4647},[],{"categories":4649},[300],{"categories":4651},[],{"categories":4653},[300],{"categories":4655},[300],{"categories":4657},[295],{"categories":4659},[262],{"categories":4661},[295],{"categories":4663},[340],{"categories":4665},[295],{"categories":4667},[309],{"categories":4669},[309],{"categories":4671},[309],{"categories":4673},[295],{"categories":4675},[262],{"categories":4677},[300],{"categories":4679},[650],{"categories":4681},[290],{"categories":4683},[650],{"categories":4685},[650],{"categories":4687},[309],{"categories":4689},[650],{"categories":4691},[650],[4693,5047,5192,5275],{"id":4694,"title":4695,"ai":4696,"body":4701,"categories":5006,"created_at":263,"date_modified":263,"description":252,"extension":265,"faq":263,"featured":266,"kicker_label":263,"meta":5007,"navigation":268,"path":5033,"published_at":5034,"question":263,"scraped_at":5035,"seo":5036,"sitemap":5037,"source_id":5038,"source_name":5039,"source_type":5040,"source_url":5041,"stem":5042,"tags":5043,"thumbnail_url":263,"tldr":5044,"tweet":263,"unknown_tags":5045,"__hash__":5046},"summaries\u002Fsummaries\u002Fcustomize-vs-code-copilot-agents-for-repeatable-wo-summary.md","Customize VS Code Copilot Agents for Repeatable Workflows",{"provider":7,"model":8,"input_tokens":4697,"output_tokens":4698,"processing_time_ms":4699,"cost_usd":4700},8619,2616,40938,0.0030093,{"type":14,"value":4702,"toc":4999},[4703,4707,4715,4721,4727,4733,4737,4748,4754,4783,4789,4795,4800,4804,4811,4816,4833,4838,4852,4862,4872,4877,4881,4888,4893,4919,4929,4951,4957,4962,4964],[17,4704,4706],{"id":4705},"access-and-manage-all-customizations-from-one-ui","Access and Manage All Customizations from One UI",[22,4708,4709,4710,4714],{},"VS Code's new Customization UI centralizes management of AI behaviors for Copilot Chat, accessible via Command Palette (\"chat customizations\") or the gear icon in Chat view. This dashboard lists built-in and custom items like agents, skills, instructions, hooks, and prompts. Click any to view\u002Fedit details, generate new ones, or delete. Generate via UI buttons or Chat slash commands like ",[4711,4712,4713],"code",{},"\u002Fcreate instructions","—Copilot drafts the file based on your description, scopes it to user\u002Fworkspace, and auto-applies to relevant files (e.g., HTML\u002FCSS for accessibility rules).",[22,4716,4717,4720],{},[32,4718,4719],{},"Key principle",": Customizations persist across sessions, reducing repetition. Without them, every prompt requires re-explaining context, styles, or rules, leading to inconsistent results and trial-and-error. With them, define once (e.g., \"Apply SOLID principles to all refactors\") and Copilot enforces automatically, confirming application in responses.",[22,4722,4723,4726],{},[32,4724,4725],{},"Common mistake",": Scattering files across folders—instead, use the UI for discovery. Test by reloading VS Code after creation. For teams, workspace-level instructions ensure consistent naming, formatting, and architecture, cutting review time.",[22,4728,4729,4732],{},[32,4730,4731],{},"Quote",": \"Customization changes that. It lets you define behavior once, reuse it everywhere, and get consistent outputs.\"",[17,4734,4736],{"id":4735},"enforce-rules-and-styles-with-custom-instructions","Enforce Rules and Styles with Custom Instructions",[22,4738,4739,4740,4743,4744,4747],{},"Custom instructions are Markdown files acting as a \"rule book\" for Copilot, applied automatically to matching file types (defined in ",[4711,4741,4742],{},"apply_to"," metadata). Structure: metadata (description, glob patterns like ",[4711,4745,4746],{},"**\u002F*.js","), then bullet-point rules.",[22,4749,4750,4753],{},[32,4751,4752],{},"Steps to create",":",[26,4755,4756,4762,4777,4780],{},[29,4757,4758,4759,4761],{},"In Chat: ",[4711,4760,4713],{}," + description (e.g., \"Ensure UI meets WCAG standards, confirm in chat\").",[29,4763,4764,4765,4768,4769,4772,4773,4776],{},"Copilot generates ",[4711,4766,4767],{},".instructions.md"," (user: ",[4711,4770,4771],{},"~\u002F.vscode-customizations\u002F","; workspace: ",[4711,4774,4775],{},".vscode-customizations\u002F",").",[29,4778,4779],{},"Review\u002Fedit in UI: Add confirmation phrases like \"Confirmation: Applied WCAG standards.\"",[29,4781,4782],{},"Test: Ask Copilot to edit code (e.g., \"Refactor this script\" or \"Make UI 80s arcade style\")—it analyzes, applies rules, and confirms.",[22,4784,4785,4788],{},[32,4786,4787],{},"Example before\u002Fafter",": Original calculator JS lacked SOLID separation; post-refactor: Single Responsibility (separate concerns), confirmed in chat. UI update auto-added ARIA labels, alt text for WCAG.",[22,4790,4791,4794],{},[32,4792,4793],{},"Quality criteria",": Instructions must be specific (e.g., \"Use semantic HTML, keyboard nav\") not vague; include triggers (\"when generating\u002Frefactoring UI\") and confirmation for verification. Benefits scale to teams: Repo-wide consistency without manual reviews.",[22,4796,4797,4799],{},[32,4798,4731],{},": \"Imagine every developer in the repo having Copilot follow the same coding conventions... This saves a lot of time.\"",[17,4801,4803],{"id":4802},"specialize-agents-with-skills-and-custom-agents","Specialize Agents with Skills and Custom Agents",[22,4805,4806,4807,4810],{},"Agent skills are folders (",[4711,4808,4809],{},"skill.md"," + resources\u002Fscripts) for domain-specific tasks, loadable across Copilot tools (VS Code, CLI). Custom agents build on skills, assigning personas (e.g., \"Security Reviewer\") with tools\u002Finstructions.",[22,4812,4813,4753],{},[32,4814,4815],{},"Build a skill",[26,4817,4818,4824,4830],{},[29,4819,4820,4823],{},[4711,4821,4822],{},"\u002Fcreate skill"," + task (e.g., \"Update README on feature add, confirm in chat\").",[29,4825,4826,4827,4829],{},"Copilot creates folder with ",[4711,4828,4809],{}," (description, related skills, rules like \"Extract feature from convo, append to README features section\").",[29,4831,4832],{},"Test: Add feature (e.g., \"Add dark\u002Flight jingle\")—skill auto-updates README.",[22,4834,4835,4753],{},[32,4836,4837],{},"Build custom agent",[26,4839,4840,4843,4849],{},[29,4841,4842],{},"Ask Copilot for prompt: \"Suggest custom agent for arcade calculator.\"",[29,4844,4845,4848],{},[4711,4846,4847],{},"\u002Fcreate agent"," + persona (e.g., \"Arcade App Builder: Knows retro aesthetics, sound effects, HTML\u002FJS\u002FCSS stack\").",[29,4850,4851],{},"Select from Chat dropdown (@agentname); it uses codebase knowledge for tasks like \"Build tip calculator.\"",[22,4853,4854,4857,4858,4861],{},[32,4855,4856],{},"Example",": Security agent reviews JS for vulns (categorizes low\u002Fmedium\u002Fhigh); Arcade agent clones styles\u002Fsounds to new app. ",[32,4859,4860],{},"Trade-off",": Domain-focused (great for projects) but overkill for one-offs.",[22,4863,4864,4867,4868,4871],{},[32,4865,4866],{},"Mistake to avoid",": Not scoping (user vs. workspace)—use workspace for teams. ",[32,4869,4870],{},"Quality",": Clear description, minimal tools, architecture awareness.",[22,4873,4874,4876],{},[32,4875,4731],{},": \"Custom agents enable you to configure the AI to adopt different personas tailored to specific development roles and tasks.\"",[17,4878,4880],{"id":4879},"automate-repetitive-tasks-with-hooks-and-prompt-files","Automate Repetitive Tasks with Hooks and Prompt Files",[22,4882,4883,4884,4887],{},"Hooks run shell commands at agent lifecycle events (e.g., ",[4711,4885,4886],{},"post_tool_use","). Prompt files are reusable templates.",[22,4889,4890,4753],{},[32,4891,4892],{},"Create hook",[26,4894,4895,4898,4916],{},[29,4896,4897],{},"UI > Generate hook + spec (e.g., \"Run Prettier on post_tool_use\").",[29,4899,4900,4901,4904,4905,4908,4909,4912,4913,4776],{},"Edits ",[4711,4902,4903],{},".vscode-customizations\u002Fhooks\u002Fprettier.hook.json",": Define ",[4711,4906,4907],{},"events"," (array), ",[4711,4910,4911],{},"command"," (e.g., ",[4711,4914,4915],{},"npx prettier --write .",[29,4917,4918],{},"Reload VS Code; test: Edit README—hook auto-formats.",[22,4920,4921,4924,4925,4928],{},[32,4922,4923],{},"Prompt files",": ",[4711,4926,4927],{},"\u002Fcreate prompt"," for templates (e.g., code review); reference in skills.",[22,4930,4931,4934,4935,4924,4938,4941,4942,4941,4945,4947,4948,4950],{},[32,4932,4933],{},"Principle",": Automate validation (security, formatting) without manual invocation. ",[32,4936,4937],{},"Events",[4711,4939,4940],{},"start_session",", ",[4711,4943,4944],{},"user_prompt_submit",[4711,4946,4886],{},". ",[32,4949,4860],{},": Shell reliance—test commands; no timeout for long runs.",[22,4952,4953,4956],{},[32,4954,4955],{},"Full workflow example",": Build app from scratch—use instructions for styles, agent for features, hook for formatting, skill for docs. Results: Arcade calculator with themes, sounds, WCAG, auto-README, formatted.",[22,4958,4959,4961],{},[32,4960,4731],{},": \"Hooks enable you to execute custom shell commands at life cycle points during agent sessions... automate workflows, enforce security policies.\"",[17,4963,218],{"id":217},[81,4965,4966,4969,4975,4978,4984,4987,4990,4993,4996],{},[29,4967,4968],{},"Open Customization UI via gear or \"chat customizations\" to manage everything in one place.",[29,4970,4971,4972,4974],{},"Start with custom instructions for persistent rules: ",[4711,4973,4713],{}," + glob patterns + confirmations.",[29,4976,4977],{},"Use agent skills for tasks (e.g., README updates) and custom agents for personas—select via @dropdown.",[29,4979,4980,4981,4983],{},"Automate with hooks on lifecycle events like ",[4711,4982,4886],{}," for formatters; reload to activate.",[29,4985,4986],{},"Generate via Copilot slash commands to skip manual writing; always review\u002Fedit.",[29,4988,4989],{},"Scope user\u002Fworkspace for personal\u002Fteam use; test on real edits\u002Frefactors.",[29,4991,4992],{},"Check Awesome Copilot repo for community examples.",[29,4994,4995],{},"Avoid repetition: Customizations turn Copilot into a context-aware system.",[29,4997,4998],{},"For apps: Chain features—instructions for compliance, agents for domain logic, hooks for polish.",{"title":252,"searchDepth":253,"depth":253,"links":5000},[5001,5002,5003,5004,5005],{"id":4705,"depth":253,"text":4706},{"id":4735,"depth":253,"text":4736},{"id":4802,"depth":253,"text":4803},{"id":4879,"depth":253,"text":4880},{"id":217,"depth":253,"text":218},[262],{"content_references":5008,"triage":5028},[5009,5014,5018,5021,5025],{"type":5010,"title":5011,"url":5012,"context":5013},"other","VS Code Customization Overview","https:\u002F\u002Faka.ms\u002FVSCL-Cust-Overview","mentioned",{"type":5010,"title":5015,"url":5016,"context":5017},"Awesome Copilot","https:\u002F\u002Faka.ms\u002FAwesomeGC","recommended",{"type":5010,"title":5019,"url":5020,"context":5013},"VS Code Learn Playlist","https:\u002F\u002Faka.ms\u002Fvsc-learn",{"type":5022,"title":5023,"url":5024,"context":5013},"tool","Custom Instructions Docs","https:\u002F\u002Faka.ms\u002Fcustom-instructions",{"type":5022,"title":5026,"url":5027,"context":5013},"Custom Agent Skills","https:\u002F\u002Faka.ms\u002Fcustom-agent-skills",{"relevance":5029,"novelty":5030,"quality":5030,"actionability":5029,"composite":5031,"reasoning":5032},5,4,4.55,"Category: AI & LLMs. The article provides a detailed guide on customizing VS Code Copilot agents, addressing practical applications for developers looking to streamline their workflows. It includes specific steps for creating custom instructions, making it immediately actionable for the audience.","\u002Fsummaries\u002Fcustomize-vs-code-copilot-agents-for-repeatable-wo-summary","2026-05-06 14:00:14","2026-05-06 16:10:56",{"title":4695,"description":252},{"loc":5033},"ab488a3c329a1bb7","Visual Studio Code","article","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=9PUt81AjfmA","summaries\u002Fcustomize-vs-code-copilot-agents-for-repeatable-wo-summary",[281,280,282,283],"Use VS Code's Customization UI to build custom instructions, agent skills, agents, hooks, and prompt files—define behaviors once for consistent AI outputs across chats, teams, and projects without extensions.",[283],"zhxlPB-RQbOvOd1gV5GNLx0ADMZ94xSINgAQLW-_3CE",{"id":5048,"title":5049,"ai":5050,"body":5055,"categories":5161,"created_at":263,"date_modified":263,"description":252,"extension":265,"faq":263,"featured":266,"kicker_label":263,"meta":5162,"navigation":268,"path":5179,"published_at":5180,"question":263,"scraped_at":5181,"seo":5182,"sitemap":5183,"source_id":5184,"source_name":5185,"source_type":5040,"source_url":5186,"stem":5187,"tags":5188,"thumbnail_url":263,"tldr":5189,"tweet":263,"unknown_tags":5190,"__hash__":5191},"summaries\u002Fsummaries\u002Fclaude-md-patterns-that-stop-agent-course-correcti-summary.md","Claude.md Patterns That Stop Agent Course Corrections",{"provider":7,"model":8,"input_tokens":5051,"output_tokens":5052,"processing_time_ms":5053,"cost_usd":5054},7349,2147,17600,0.00252065,{"type":14,"value":5056,"toc":5156},[5057,5061,5068,5075,5082,5089,5092,5096,5099,5106,5113,5120,5123,5127,5134,5141,5147,5153],[17,5058,5060],{"id":5059},"karpathy-patterns-align-claude-on-tasks-without-guessing","Karpathy Patterns Align Claude on Tasks Without Guessing",[22,5062,5063,5064,5067],{},"Instruct Claude to ",[32,5065,5066],{},"think before coding",": Explicitly state assumptions, present multiple interpretations if ambiguous, and confirm intent before implementing. This cuts course corrections by making Claude ask clarifying questions instead of guessing from training data patterns.",[22,5069,5070,5071,5074],{},"Prioritize ",[32,5072,5073],{},"simplicity first",": Solve problems in under 200 lines (refactor if >50 needed), add no extra features, ensure error handling. Rewrite verbose solutions to avoid token waste, delays, and refactoring issues—critical for large apps.",[22,5076,5077,5078,5081],{},"Enforce ",[32,5079,5080],{},"surgical changes",": Touch only code directly tied to the task. Flag unrelated issues (dead code, formatting) without fixing; trace every edit back to user request. Prevents divided attention and unwanted refactors.",[22,5083,5084,5085,5088],{},"Drive ",[32,5086,5087],{},"goal-driven execution",": Define verifiable success criteria per task (e.g., add tests for validation inputs\u002Foutputs, iterate until passing). For UI, use Claude Chrome extension or Puppeteer MCP to visually verify changes, as code alone can't judge visuals.",[22,5090,5091],{},"These patterns from Andrej Karpathy's skills repo ensure Claude plans, verifies, and implements exactly what's needed, turning vague tasks into reliable outputs.",[17,5093,5095],{"id":5094},"scoped-rules-tool-overrides-and-git-safety-for-project-scale","Scoped Rules, Tool Overrides, and Git Safety for Project Scale",[22,5097,5098],{},"Override default tools: List only non-standard CLI tools (e.g., GitHub CLI over git, PNPM run if not npm) and custom run commands. Skip built-in knowledge like dev\u002Fbuild servers to save lines.",[22,5100,5101,5102,5105],{},"Add ",[32,5103,5104],{},"git commit safety",": Never run irreversible commands (force push, reset head, merge, rm -rf) without confirmation. Ask if unsure—prevents production damage.",[22,5107,5108,5109,5112],{},"Use ",[32,5110,5111],{},"path-scoped rule files",": Create dedicated files (e.g., for APIs) with scope declared first line; reference in root claude.md. Loads only relevant rules, avoids bloat\u002Fdistraction.",[22,5114,5115,5116,5119],{},"For ",[32,5117,5118],{},"monorepos",", place scoped claude.md in each subfolder for module-specific guidance; keep root global for broad rules only. Focused context boosts performance over bloated single file.",[22,5121,5122],{},"Update claude.md iteratively: After user corrections, apply fixes and log learnings to a knowledge base file for future reference.",[17,5124,5126],{"id":5125},"priority-ordering-and-verification-for-peak-performance","Priority Ordering and Verification for Peak Performance",[22,5128,5129,5130,5133],{},"Place ",[32,5131,5132],{},"project description first",": Summarize app structure, services, dependencies, run flow at top so Claude grasps context immediately, not from code inference.",[22,5135,5136,5137,5140],{},"Mandate ",[32,5138,5139],{},"full verification before completion",": Don't just check feature existence—run builds, tests, linting, type checks to confirm function. Report only when all pass.",[22,5142,5143,5146],{},[32,5144,5145],{},"Order by priority",": Hard rules (non-negotiable) first, medium (important, somewhat flexible) next, low (references\u002Fconveniences) last. Keeps decision-making sharp.",[22,5148,5077,5149,5152],{},[32,5150,5151],{},"300-line limit",": Beyond this, performance degrades—trim ruthlessly for focus.",[22,5154,5155],{},"Combined, these make Claude Code ship correct implementations on first try, saving hours vs. constant fights.",{"title":252,"searchDepth":253,"depth":253,"links":5157},[5158,5159,5160],{"id":5059,"depth":253,"text":5060},{"id":5094,"depth":253,"text":5095},{"id":5125,"depth":253,"text":5126},[262],{"content_references":5163,"triage":5177},[5164,5168,5171,5173,5175],{"type":5010,"title":5165,"author":5166,"context":5167},"skills repo","Andrej Karpathy","cited",{"type":5022,"title":5169,"url":5170,"context":5017},"Klaus","https:\u002F\u002Fklausai.com\u002Fr\u002FMv1e2",{"type":5022,"title":5172,"context":5017},"Claude Chrome extension",{"type":5022,"title":5174,"context":5017},"Puppeteer MCP",{"type":5022,"title":5176,"context":5013},"GitHub CLI",{"relevance":5029,"novelty":5030,"quality":5030,"actionability":5029,"composite":5031,"reasoning":5178},"Category: AI & LLMs. The article provides practical patterns for structuring AI agent interactions, specifically with Claude, addressing the audience's need for actionable guidance on integrating AI into their projects. It outlines specific strategies like 'think before coding' and 'goal-driven execution,' which are directly applicable to building AI-powered products.","\u002Fsummaries\u002Fclaude-md-patterns-that-stop-agent-course-correcti-summary","2026-04-28 14:30:29","2026-04-28 15:08:50",{"title":5049,"description":252},{"loc":5179},"c6527f0f4e352415","AI LABS","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=fMY5Sdj2DMk","summaries\u002Fclaude-md-patterns-that-stop-agent-course-correcti-summary",[281,280,282,283],"Structure claude.md with project description first, Karpathy patterns (think-before-coding, simplicity first, surgical changes, goal-driven execution), scoped rules, tool overrides, git safety, verification steps, and priority-ordered instructions under 300 lines to align Claude Code precisely on tasks.",[283],"GQlZLVpA0b4C0xB7AC8_-kPMGkclxD8N7nJRRDmsCzE",{"id":5193,"title":5194,"ai":5195,"body":5200,"categories":5260,"created_at":263,"date_modified":263,"description":5261,"extension":265,"faq":263,"featured":266,"kicker_label":263,"meta":5262,"navigation":268,"path":5263,"published_at":5264,"question":263,"scraped_at":5265,"seo":5266,"sitemap":5267,"source_id":5268,"source_name":5039,"source_type":276,"source_url":5269,"stem":5270,"tags":5271,"thumbnail_url":263,"tldr":5272,"tweet":263,"unknown_tags":5273,"__hash__":5274},"summaries\u002Fsummaries\u002F5-keys-to-agent-first-dev-in-vs-code-summary.md","5 Keys to Agent-First Dev in VS Code",{"provider":7,"model":8,"input_tokens":5196,"output_tokens":5197,"processing_time_ms":5198,"cost_usd":5199},5479,1525,19888,0.00139105,{"type":14,"value":5201,"toc":5253},[5202,5206,5213,5216,5220,5223,5226,5230,5233,5236,5240,5243,5247,5250],[17,5203,5205],{"id":5204},"the-5-part-formula-for-reliable-agent-results","The 5-Part Formula for Reliable Agent Results",[22,5207,5208,5209,5212],{},"Agents aren't magic—they follow a formula: ",[32,5210,5211],{},"harness + model + prompts + tools + context",". Tune these to avoid vague outputs and achieve tasks matching your codebase standards. The harness (VS Code's GitHub Copilot Chat) wires the model to tools, files, and actions, like a car's wiring distributing engine power. Without specifics, agents fail; with this setup, they handle full software development lifecycles.",[22,5214,5215],{},"Start sessions in Copilot Chat: select a model (e.g., Sonnet, Codex), set thinking effort (low for boilerplate, medium for refactoring, high for architecture\u002Fdebugging—high balances speed and reasoning), craft detailed-but-not-overwhelming prompts, enable relevant tools, and add context.",[17,5217,5219],{"id":5218},"model-and-effort-selection-drives-reasoning-quality","Model and Effort Selection Drives Reasoning Quality",[22,5221,5222],{},"Choose from developer-preferred models in Copilot Chat (e.g., Sonnet at high effort as default). Low effort suits quick tasks like formatting; medium handles straightforward refactors; high tackles complex architecture or debugging. This trades speed for depth—use high for non-trivial work to get accurate code generation and reasoning.",[22,5224,5225],{},"Prompts must specify tasks clearly: include details without minutiae, e.g., \"create to-dos and run Z shell command\" triggers tools automatically if enabled.",[17,5227,5229],{"id":5228},"curate-tools-to-match-your-task-avoid-overload","Curate Tools to Match Your Task, Avoid Overload",[22,5231,5232],{},"Agents execute via 100+ built-in and extension tools (e.g., from 152 to 55 by disabling irrelevant ones like Azure, Bicep, Mermaid). Key categories: delegate to sub-agents, browser interaction, file edits\u002Freads\u002Fsearches, terminal commands, to-do management, VS Code features, web search.",[22,5234,5235],{},"Granular control: enable only essentials (e.g., to-dos icon for task lists, terminal icon for shell runs). Over-enabling bloats sessions; under-enabling blocks actions—review tool picker per task. Demo: agent created to-dos and ran terminal commands because both were active.",[17,5237,5239],{"id":5238},"ground-agents-with-codebase-context","Ground Agents with Codebase Context",[22,5241,5242],{},"Models lack niche expertise—provide files\u002Ffolders via + icon (GitHub repos, MCP resources) or #filename in prompts. Agents auto-read directories (e.g., scanned project dir), incorporating specifics over general training data. This yields codebase-tailored results, e.g., reading dirs before commands.",[17,5244,5246],{"id":5245},"vs-code-layout-tweaks-for-agent-efficiency","VS Code Layout Tweaks for Agent Efficiency",[22,5248,5249],{},"Customize for visibility: right-click Explorer to swap primary sidebar (left\u002Fright), set activity bar to top (right-click > Activity Bar Position > Top). These position Copilot Chat, tools, and outputs optimally—default is left activity bar, but top aids multi-panel agent monitoring.",[22,5251,5252],{},"Next: approval levels (allow\u002Fskip commands) prevent unchecked runs.",{"title":252,"searchDepth":253,"depth":253,"links":5254},[5255,5256,5257,5258,5259],{"id":5204,"depth":253,"text":5205},{"id":5218,"depth":253,"text":5219},{"id":5228,"depth":253,"text":5229},{"id":5238,"depth":253,"text":5239},{"id":5245,"depth":253,"text":5246},[262],"In this video Gwyneth introduces and demos the 5 concepts you need to understand in order to kick off your first agent session! \n\nFollow along in this series to learn what the agent is doing, how to review changes, approval levels, different reasoning effort levels and build your first app! \n\n🔎 Chapters:\n00:00 Introduction to the Agent-First Development series\n00:55 Customizing your terminal\n01:50 The 5 concepts you need to understand to get started\n02:30 Harness\n03:30 Model\n04:28 Prompts\n05:17 Tools\n08:00 Context\n09:17 In Summary\n09:42 What's Next \n\n🎙️ Featuring: Gwyneth Peña-Siguenza (https:\u002F\u002Fx.com\u002Fmadebygps)\n\n📲 Follow VS Code:\nX: https:\u002F\u002Fx.com\u002Fcode\nBluesky: https:\u002F\u002Fbsky.app\u002Fprofile\u002Fvscode.dev\nYouTube:    \u002F code  \nLinkedIn:   \u002F 104107263  \nGitHub: https:\u002F\u002Fgithub.com\u002Fmicrosoft\u002Fvscode\n\n#vscode #agents",{},"\u002Fsummaries\u002F5-keys-to-agent-first-dev-in-vs-code-summary","2026-04-06 16:15:13","2026-04-06 16:40:13",{"title":5194,"description":5261},{"loc":5263},"dca2dd1dce3d4b74","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=uu4sf8z9n8c","summaries\u002F5-keys-to-agent-first-dev-in-vs-code-summary",[281,280,282,283],"Master harness, model, prompts, tools, and context to run precise AI agent sessions in VS Code with GitHub Copilot, turning general models into codebase-specific developers.",[283],"eT6y4OH_EKiBQ8oBfDefBrFs3TIiO9mf52FxYCh4xa4",{"id":5276,"title":5277,"ai":5278,"body":5283,"categories":5344,"created_at":263,"date_modified":263,"description":5345,"extension":265,"faq":263,"featured":266,"kicker_label":263,"meta":5346,"navigation":268,"path":5347,"published_at":5348,"question":263,"scraped_at":5349,"seo":5350,"sitemap":5351,"source_id":5352,"source_name":5353,"source_type":276,"source_url":5354,"stem":5355,"tags":5356,"thumbnail_url":263,"tldr":5357,"tweet":263,"unknown_tags":5358,"__hash__":5359},"summaries\u002Fsummaries\u002Fantigravity-cluster-split-tasks-for-elite-ai-codin-summary.md","Antigravity Cluster: Split Tasks for Elite AI Coding",{"provider":7,"model":8,"input_tokens":5279,"output_tokens":5280,"processing_time_ms":5281,"cost_usd":5282},6352,1372,12882,0.0019339,{"type":14,"value":5284,"toc":5339},[5285,5289,5292,5303,5307,5314,5321,5325,5336],[17,5286,5288],{"id":5287},"task-splitting-and-smart-routing-maximizes-output-quality","Task Splitting and Smart Routing Maximizes Output Quality",[22,5290,5291],{},"Break massive prompts like \"build full SaaS app\" into clean, numbered clusters—architecture, backend (B1, B2, B3), frontend (F1, F2, F3), testing (T1, T2, T3), verification—to avoid bloated contexts where agents mix planning, coding, styling, and debugging. This turns foggy mega-tasks into solvable sub-problems, preventing quality drops from context overload.",[22,5293,5294,5295,5298,5299,5302],{},"Route clusters by task: Use ",[32,5296,5297],{},"planning mode"," with reasoning-heavy models like Gemini 3 Pro (or partner models) for architecture, migrations, debugging, code reviews—anywhere early bad decisions cascade. Switch to ",[32,5300,5301],{},"fast mode"," with speed models like Gemini 3 Flash for low-risk execution: variable renames, lint fixes, UI tweaks, endpoint wiring. Avoid overkill—deep reasoning on trivial edits burns quota and slows workflows; batch small changes instead. Result: Faster execution, higher accuracy, sustainable usage since quotas tie to work complexity, not requests.",[17,5304,5306],{"id":5305},"persistent-rules-and-context-hygiene-build-reliable-defaults","Persistent Rules and Context Hygiene Build Reliable Defaults",[22,5308,5309,5310,5313],{},"Set ",[32,5311,5312],{},"workspace rules\u002Fworkflows\u002Fskills"," (project-specific over global) for reusable guidance: Embed code style, architecture prefs, constraints in always-on rules; trigger workflows for code reviews, test generation, security checks, frontend polish. This eliminates re-prompting habits, letting agents know plan structures, review standards, and test approaches upfront—upgrading long-term performance without daily prompt tweaks.",[22,5315,5316,5317,5320],{},"Maintain ",[32,5318,5319],{},"context hygiene"," with one conversation per lane (backend-only, frontend-only); handoff bloat via summaries like \"B1-B2 done, schema finalized—implement F1-F2 only.\" Anchor early: Specify stack, key folders\u002Ffiles, no-touch zones. Feed direct artifacts (editor diffs, terminal errors) over paraphrased bugs to cut guessing. Cleaner threads reduce confusion, keeping agents focused and performant.",[17,5322,5324],{"id":5323},"parallelism-feedback-loops-and-full-workflow-recipe","Parallelism, Feedback Loops, and Full Workflow Recipe",[22,5326,5327,5328,5331,5332,5335],{},"Run ",[32,5329,5330],{},"parallel agents"," for independent lanes (backend in one, frontend\u002Ftesting in others) via agent manager—but only for truly separable tasks to avoid chaos; fallback to side panel for focus. Steer via ",[32,5333,5334],{},"feedback artifacts",": Review plans\u002Fdiffs\u002Fwalkthroughs\u002Fscreenshots early; small comments prevent drifts better than late corrections.",[22,5337,5338],{},"Recommended recipe: (1) Planning mode: Inspect repo, generate numbered cluster plan. (2) Execute one cluster—fast mode for simple, planning for complex. (3) Model-match task. (4) Leverage rules\u002Fworkflows (e.g., review pre-merge). (5) Parallel lanes for independence. (6) Continuous artifact feedback. Caveats: Match available models to your tier\u002Fregion; conserve free-tier quotas; tighten secure mode for sensitive work. Orchestration—not just smarter models—transforms Antigravity from average to exceptional.",{"title":252,"searchDepth":253,"depth":253,"links":5340},[5341,5342,5343],{"id":5287,"depth":253,"text":5288},{"id":5305,"depth":253,"text":5306},{"id":5323,"depth":253,"text":5324},[262],"Visit OnDemand: https:\u002F\u002Fapp.on-demand.io\u002Fauth\u002Fsignup?refCode=AICODEKING_MI7\n\nIn this video, I'll be showing you how to use Antigravity like a cluster instead of one giant chatbot so you can get better results, cleaner outputs, smarter model usage, and a much more efficient workflow overall.\n\n--\nKey Takeaways:\n\n🚀 The Antigravity Cluster method helps you get better results by splitting one big task into smaller, cleaner clusters.\n🧠 Planning mode works best for architecture, debugging, migrations, and anything that needs stronger reasoning.\n⚡ Fast mode is better for quick edits, small refactors, UI tweaks, and low-risk execution work.\n🤖 Model routing matters a lot, and using the right model for the right task can improve both speed and quality.\n🗂️ Workspace rules, workflows, and skills help create reusable defaults so you do not have to re-prompt everything every time.\n🧹 Cleaner context management makes Antigravity perform better by reducing clutter, confusion, and bloated conversations.\n🔀 Parallel agents can be extremely powerful for independent tasks like backend work, frontend polish, testing, and verification.\n📈 Feedback loops through plans, diffs, walkthroughs, and verification artifacts help you steer early instead of fixing everything later.\n💸 Quota-aware usage is important, and avoiding deep reasoning for trivial work helps Antigravity stay more useful for longer.\n👍 Overall, Antigravity feels much better when you combine task splitting, model routing, mode routing, context control, and parallelism into one workflow.",{},"\u002Fsummaries\u002Fantigravity-cluster-split-tasks-for-elite-ai-codin-summary","2026-03-23 09:15:00","2026-04-04 23:36:55",{"title":5277,"description":5345},{"loc":5347},"b78ab5f95658edc2","AICodeKing","https:\u002F\u002Fwww.youtube.com\u002Fwatch?v=1CeX-Bwv-WY","summaries\u002Fantigravity-cluster-split-tasks-for-elite-ai-codin-summary",[281,282,280,283],"Treat Antigravity as a cluster: split tasks into numbered sub-clusters (e.g., B1-B3 for backend), route to planning\u002Ffast modes and Gemini Flash\u002FPro models, use persistent rules, clean contexts, and parallel agents to boost quality, speed, and quota efficiency.",[283],"jsdqXUJjTQDGxK1JpHtYwGrTSuxzTxMb7YGJ7Z8oq7Y"]