[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-ios-memgraph-leaks":3,"mdc-dbyg1p-key":36,"related-repo-openai-ios-memgraph-leaks":699,"related-org-openai-ios-memgraph-leaks":821},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"ios-memgraph-leaks","debug iOS memory graph leaks","Capture and inspect iOS leaks and memgraphs. Use when debugging leaked objects, retain cycles, memory growth, or before\u002Fafter leak evidence.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"Performance","performance","tag",{"name":17,"slug":18,"type":15},"iOS","ios",{"name":20,"slug":21,"type":15},"Mobile","mobile",{"name":23,"slug":24,"type":15},"Debugging","debugging",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-27T05:45:28.525364",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fbuild-ios-apps\u002Fskills\u002Fios-memgraph-leaks","---\nname: ios-memgraph-leaks\ndescription: Capture and inspect iOS leaks and memgraphs. Use when debugging leaked objects, retain cycles, memory growth, or before\u002Fafter leak evidence.\n---\n\n# iOS Memgraph Leaks\n\nUse this skill to prove iOS leaks from a live simulator process or an existing `.memgraph`. Pair it with `..\u002Fios-debugger-agent\u002FSKILL.md` when the task also needs simulator build, install, launch, UI driving, logs, or screenshots.\n\n## Core Workflow\n\n1. Build, launch, and drive the exact flow that should release objects.\n2. Capture a memgraph from the running simulator process with `scripts\u002Fcapture_sim_memgraph.sh`.\n3. Summarize leaks with `scripts\u002Fsummarize_memgraph_leaks.py`.\n4. For each app-owned leaked type, inspect ownership with `leaks --traceTree=\u003Caddress> \u003Cfile.memgraph>` and grouped leak evidence.\n5. Make the smallest root-cause patch, then recapture the same flow on the same simulator when possible.\n6. Report proof: before\u002Fafter leak counts, disappeared root types, remaining leaks, memgraph paths, and test\u002Fbuild results.\n\nDo not claim a leak fix from a smaller memgraph alone. A credible fix explains the ownership path that kept the object alive and shows that the same path or type disappears after the patch.\n\n## Capture\n\nPrefer capturing from the simulator already used for the reproduction. Resolve the simulator UDID and app bundle identifier, then capture the running app:\n\n```bash\nSKILL_DIR=\"\u003Cabsolute path to this loaded skill folder>\"\nSIM=\"\u003Csimulator-udid>\"\nBUNDLE_ID=\"\u003Capp.bundle.identifier>\"\nMEMGRAPH_DIR=\"$(mktemp -d \"${TMPDIR:-\u002Ftmp}\u002Fcodex-ios-memgraph.XXXXXX\")\"\n\n\"$SKILL_DIR\u002Fscripts\u002Fcapture_sim_memgraph.sh\" \\\n  --udid \"$SIM\" \\\n  --bundle-id \"$BUNDLE_ID\" \\\n  --out-dir \"$MEMGRAPH_DIR\"\n```\n\nDo not derive `SKILL_DIR` from the target app repo's `pwd`; installed plugins usually live outside the app being debugged. Store captures in a run-specific temp or user-chosen folder, not under `SKILL_DIR`.\n\nIf the process cannot be found, confirm the bundle identifier and use `xcrun simctl spawn \"$SIM\" launchctl list` to inspect running labels.\n\n## Summarize\n\nSummarize an existing memgraph:\n\n```bash\n\"$SKILL_DIR\u002Fscripts\u002Fsummarize_memgraph_leaks.py\" \\\n  \u002Fpath\u002Fto\u002Fapp.memgraph \\\n  --trace-limit 5 \\\n  --out \u002Fpath\u002Fto\u002Fleak-summary.md\n```\n\nUse `--trace-limit` sparingly. Trace trees are useful root-cause evidence, but large memgraphs can produce noisy output. If a trace tree says `Found 0 roots referencing`, treat it as an unreachable\u002Fself-retained leak candidate and use the summary's grouped leak tree or `leaks --groupByType \u003Cfile.memgraph>` to identify the retained fields and payload chain.\n\n## Root Cause Rules\n\n- Identify the first app-owned leaked type in the leak output or trace.\n- Determine the intended lifetime: process, session, account, view, request, or task.\n- Treat lazy or deferred allocation as a scope reduction, not a leak fix, unless the original eager allocation itself violated the intended lifetime.\n- Prove retain-cycle claims with either a `traceTree` ownership path or an isolated reproduction.\n- For unreachable\u002Fself-cycle leaks, `traceTree` may have no root path; use `leaks --groupByType` plus source verification to find the self-retaining edge.\n- Do not claim success just because total leak count went down; prove the specific type or path disappeared.\n- Separate real root-cause branches from candidate\u002Fnoise branches.\n- Prefer deleting the retaining edge over adding broad cleanup code.\n\n## Report\n\nA useful leak report includes:\n\n- the exact flow and simulator\u002Fapp build\n- the memgraph and summary paths\n- app-owned leaked types and counts\n- at least one ownership path, or grouped leak tree evidence when the object is unreachable from roots\n- the smallest proposed or applied retaining-edge fix\n- before\u002Fafter evidence when a fix was made\n\nIf the memgraph shows only framework\u002Fruntime noise, say that and recommend the next narrower capture rather than inventing an app leak.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,49,72,79,137,142,148,153,422,448,461,467,472,542,571,577,644,650,655,688,693],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","iOS Memgraph Leaks",{"type":42,"tag":50,"props":51,"children":52},"p",{},[53,55,62,64,70],{"type":47,"value":54},"Use this skill to prove iOS leaks from a live simulator process or an existing ",{"type":42,"tag":56,"props":57,"children":59},"code",{"className":58},[],[60],{"type":47,"value":61},".memgraph",{"type":47,"value":63},". Pair it with ",{"type":42,"tag":56,"props":65,"children":67},{"className":66},[],[68],{"type":47,"value":69},"..\u002Fios-debugger-agent\u002FSKILL.md",{"type":47,"value":71}," when the task also needs simulator build, install, launch, UI driving, logs, or screenshots.",{"type":42,"tag":73,"props":74,"children":76},"h2",{"id":75},"core-workflow",[77],{"type":47,"value":78},"Core Workflow",{"type":42,"tag":80,"props":81,"children":82},"ol",{},[83,89,102,114,127,132],{"type":42,"tag":84,"props":85,"children":86},"li",{},[87],{"type":47,"value":88},"Build, launch, and drive the exact flow that should release objects.",{"type":42,"tag":84,"props":90,"children":91},{},[92,94,100],{"type":47,"value":93},"Capture a memgraph from the running simulator process with ",{"type":42,"tag":56,"props":95,"children":97},{"className":96},[],[98],{"type":47,"value":99},"scripts\u002Fcapture_sim_memgraph.sh",{"type":47,"value":101},".",{"type":42,"tag":84,"props":103,"children":104},{},[105,107,113],{"type":47,"value":106},"Summarize leaks with ",{"type":42,"tag":56,"props":108,"children":110},{"className":109},[],[111],{"type":47,"value":112},"scripts\u002Fsummarize_memgraph_leaks.py",{"type":47,"value":101},{"type":42,"tag":84,"props":115,"children":116},{},[117,119,125],{"type":47,"value":118},"For each app-owned leaked type, inspect ownership with ",{"type":42,"tag":56,"props":120,"children":122},{"className":121},[],[123],{"type":47,"value":124},"leaks --traceTree=\u003Caddress> \u003Cfile.memgraph>",{"type":47,"value":126}," and grouped leak evidence.",{"type":42,"tag":84,"props":128,"children":129},{},[130],{"type":47,"value":131},"Make the smallest root-cause patch, then recapture the same flow on the same simulator when possible.",{"type":42,"tag":84,"props":133,"children":134},{},[135],{"type":47,"value":136},"Report proof: before\u002Fafter leak counts, disappeared root types, remaining leaks, memgraph paths, and test\u002Fbuild results.",{"type":42,"tag":50,"props":138,"children":139},{},[140],{"type":47,"value":141},"Do not claim a leak fix from a smaller memgraph alone. A credible fix explains the ownership path that kept the object alive and shows that the same path or type disappears after the patch.",{"type":42,"tag":73,"props":143,"children":145},{"id":144},"capture",[146],{"type":47,"value":147},"Capture",{"type":42,"tag":50,"props":149,"children":150},{},[151],{"type":47,"value":152},"Prefer capturing from the simulator already used for the reproduction. Resolve the simulator UDID and app bundle identifier, then capture the running app:",{"type":42,"tag":154,"props":155,"children":160},"pre",{"className":156,"code":157,"language":158,"meta":159,"style":159},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SKILL_DIR=\"\u003Cabsolute path to this loaded skill folder>\"\nSIM=\"\u003Csimulator-udid>\"\nBUNDLE_ID=\"\u003Capp.bundle.identifier>\"\nMEMGRAPH_DIR=\"$(mktemp -d \"${TMPDIR:-\u002Ftmp}\u002Fcodex-ios-memgraph.XXXXXX\")\"\n\n\"$SKILL_DIR\u002Fscripts\u002Fcapture_sim_memgraph.sh\" \\\n  --udid \"$SIM\" \\\n  --bundle-id \"$BUNDLE_ID\" \\\n  --out-dir \"$MEMGRAPH_DIR\"\n","bash","",[161],{"type":42,"tag":56,"props":162,"children":163},{"__ignoreMap":159},[164,198,224,250,314,324,347,374,400],{"type":42,"tag":165,"props":166,"children":169},"span",{"class":167,"line":168},"line",1,[170,176,182,187,193],{"type":42,"tag":165,"props":171,"children":173},{"style":172},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[174],{"type":47,"value":175},"SKILL_DIR",{"type":42,"tag":165,"props":177,"children":179},{"style":178},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[180],{"type":47,"value":181},"=",{"type":42,"tag":165,"props":183,"children":184},{"style":178},[185],{"type":47,"value":186},"\"",{"type":42,"tag":165,"props":188,"children":190},{"style":189},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[191],{"type":47,"value":192},"\u003Cabsolute path to this loaded skill folder>",{"type":42,"tag":165,"props":194,"children":195},{"style":178},[196],{"type":47,"value":197},"\"\n",{"type":42,"tag":165,"props":199,"children":201},{"class":167,"line":200},2,[202,207,211,215,220],{"type":42,"tag":165,"props":203,"children":204},{"style":172},[205],{"type":47,"value":206},"SIM",{"type":42,"tag":165,"props":208,"children":209},{"style":178},[210],{"type":47,"value":181},{"type":42,"tag":165,"props":212,"children":213},{"style":178},[214],{"type":47,"value":186},{"type":42,"tag":165,"props":216,"children":217},{"style":189},[218],{"type":47,"value":219},"\u003Csimulator-udid>",{"type":42,"tag":165,"props":221,"children":222},{"style":178},[223],{"type":47,"value":197},{"type":42,"tag":165,"props":225,"children":227},{"class":167,"line":226},3,[228,233,237,241,246],{"type":42,"tag":165,"props":229,"children":230},{"style":172},[231],{"type":47,"value":232},"BUNDLE_ID",{"type":42,"tag":165,"props":234,"children":235},{"style":178},[236],{"type":47,"value":181},{"type":42,"tag":165,"props":238,"children":239},{"style":178},[240],{"type":47,"value":186},{"type":42,"tag":165,"props":242,"children":243},{"style":189},[244],{"type":47,"value":245},"\u003Capp.bundle.identifier>",{"type":42,"tag":165,"props":247,"children":248},{"style":178},[249],{"type":47,"value":197},{"type":42,"tag":165,"props":251,"children":253},{"class":167,"line":252},4,[254,259,263,268,274,279,284,289,294,299,304,309],{"type":42,"tag":165,"props":255,"children":256},{"style":172},[257],{"type":47,"value":258},"MEMGRAPH_DIR",{"type":42,"tag":165,"props":260,"children":261},{"style":178},[262],{"type":47,"value":181},{"type":42,"tag":165,"props":264,"children":265},{"style":178},[266],{"type":47,"value":267},"\"$(",{"type":42,"tag":165,"props":269,"children":271},{"style":270},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[272],{"type":47,"value":273},"mktemp",{"type":42,"tag":165,"props":275,"children":276},{"style":189},[277],{"type":47,"value":278}," -d ",{"type":42,"tag":165,"props":280,"children":281},{"style":178},[282],{"type":47,"value":283},"\"${",{"type":42,"tag":165,"props":285,"children":286},{"style":172},[287],{"type":47,"value":288},"TMPDIR",{"type":42,"tag":165,"props":290,"children":291},{"style":178},[292],{"type":47,"value":293},":-\u002F",{"type":42,"tag":165,"props":295,"children":296},{"style":172},[297],{"type":47,"value":298},"tmp",{"type":42,"tag":165,"props":300,"children":301},{"style":178},[302],{"type":47,"value":303},"}",{"type":42,"tag":165,"props":305,"children":306},{"style":189},[307],{"type":47,"value":308},"\u002Fcodex-ios-memgraph.XXXXXX",{"type":42,"tag":165,"props":310,"children":311},{"style":178},[312],{"type":47,"value":313},"\")\"\n",{"type":42,"tag":165,"props":315,"children":317},{"class":167,"line":316},5,[318],{"type":42,"tag":165,"props":319,"children":321},{"emptyLinePlaceholder":320},true,[322],{"type":47,"value":323},"\n",{"type":42,"tag":165,"props":325,"children":327},{"class":167,"line":326},6,[328,332,337,342],{"type":42,"tag":165,"props":329,"children":330},{"style":270},[331],{"type":47,"value":186},{"type":42,"tag":165,"props":333,"children":334},{"style":172},[335],{"type":47,"value":336},"$SKILL_DIR",{"type":42,"tag":165,"props":338,"children":339},{"style":270},[340],{"type":47,"value":341},"\u002Fscripts\u002Fcapture_sim_memgraph.sh\"",{"type":42,"tag":165,"props":343,"children":344},{"style":172},[345],{"type":47,"value":346}," \\\n",{"type":42,"tag":165,"props":348,"children":350},{"class":167,"line":349},7,[351,356,361,366,370],{"type":42,"tag":165,"props":352,"children":353},{"style":189},[354],{"type":47,"value":355},"  --udid",{"type":42,"tag":165,"props":357,"children":358},{"style":178},[359],{"type":47,"value":360}," \"",{"type":42,"tag":165,"props":362,"children":363},{"style":172},[364],{"type":47,"value":365},"$SIM",{"type":42,"tag":165,"props":367,"children":368},{"style":178},[369],{"type":47,"value":186},{"type":42,"tag":165,"props":371,"children":372},{"style":172},[373],{"type":47,"value":346},{"type":42,"tag":165,"props":375,"children":377},{"class":167,"line":376},8,[378,383,387,392,396],{"type":42,"tag":165,"props":379,"children":380},{"style":189},[381],{"type":47,"value":382},"  --bundle-id",{"type":42,"tag":165,"props":384,"children":385},{"style":178},[386],{"type":47,"value":360},{"type":42,"tag":165,"props":388,"children":389},{"style":172},[390],{"type":47,"value":391},"$BUNDLE_ID",{"type":42,"tag":165,"props":393,"children":394},{"style":178},[395],{"type":47,"value":186},{"type":42,"tag":165,"props":397,"children":398},{"style":172},[399],{"type":47,"value":346},{"type":42,"tag":165,"props":401,"children":403},{"class":167,"line":402},9,[404,409,413,418],{"type":42,"tag":165,"props":405,"children":406},{"style":189},[407],{"type":47,"value":408},"  --out-dir",{"type":42,"tag":165,"props":410,"children":411},{"style":178},[412],{"type":47,"value":360},{"type":42,"tag":165,"props":414,"children":415},{"style":172},[416],{"type":47,"value":417},"$MEMGRAPH_DIR",{"type":42,"tag":165,"props":419,"children":420},{"style":178},[421],{"type":47,"value":197},{"type":42,"tag":50,"props":423,"children":424},{},[425,427,432,434,440,442,447],{"type":47,"value":426},"Do not derive ",{"type":42,"tag":56,"props":428,"children":430},{"className":429},[],[431],{"type":47,"value":175},{"type":47,"value":433}," from the target app repo's ",{"type":42,"tag":56,"props":435,"children":437},{"className":436},[],[438],{"type":47,"value":439},"pwd",{"type":47,"value":441},"; installed plugins usually live outside the app being debugged. Store captures in a run-specific temp or user-chosen folder, not under ",{"type":42,"tag":56,"props":443,"children":445},{"className":444},[],[446],{"type":47,"value":175},{"type":47,"value":101},{"type":42,"tag":50,"props":449,"children":450},{},[451,453,459],{"type":47,"value":452},"If the process cannot be found, confirm the bundle identifier and use ",{"type":42,"tag":56,"props":454,"children":456},{"className":455},[],[457],{"type":47,"value":458},"xcrun simctl spawn \"$SIM\" launchctl list",{"type":47,"value":460}," to inspect running labels.",{"type":42,"tag":73,"props":462,"children":464},{"id":463},"summarize",[465],{"type":47,"value":466},"Summarize",{"type":42,"tag":50,"props":468,"children":469},{},[470],{"type":47,"value":471},"Summarize an existing memgraph:",{"type":42,"tag":154,"props":473,"children":475},{"className":156,"code":474,"language":158,"meta":159,"style":159},"\"$SKILL_DIR\u002Fscripts\u002Fsummarize_memgraph_leaks.py\" \\\n  \u002Fpath\u002Fto\u002Fapp.memgraph \\\n  --trace-limit 5 \\\n  --out \u002Fpath\u002Fto\u002Fleak-summary.md\n",[476],{"type":42,"tag":56,"props":477,"children":478},{"__ignoreMap":159},[479,499,511,529],{"type":42,"tag":165,"props":480,"children":481},{"class":167,"line":168},[482,486,490,495],{"type":42,"tag":165,"props":483,"children":484},{"style":270},[485],{"type":47,"value":186},{"type":42,"tag":165,"props":487,"children":488},{"style":172},[489],{"type":47,"value":336},{"type":42,"tag":165,"props":491,"children":492},{"style":270},[493],{"type":47,"value":494},"\u002Fscripts\u002Fsummarize_memgraph_leaks.py\"",{"type":42,"tag":165,"props":496,"children":497},{"style":172},[498],{"type":47,"value":346},{"type":42,"tag":165,"props":500,"children":501},{"class":167,"line":200},[502,507],{"type":42,"tag":165,"props":503,"children":504},{"style":189},[505],{"type":47,"value":506},"  \u002Fpath\u002Fto\u002Fapp.memgraph",{"type":42,"tag":165,"props":508,"children":509},{"style":172},[510],{"type":47,"value":346},{"type":42,"tag":165,"props":512,"children":513},{"class":167,"line":226},[514,519,525],{"type":42,"tag":165,"props":515,"children":516},{"style":189},[517],{"type":47,"value":518},"  --trace-limit",{"type":42,"tag":165,"props":520,"children":522},{"style":521},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[523],{"type":47,"value":524}," 5",{"type":42,"tag":165,"props":526,"children":527},{"style":172},[528],{"type":47,"value":346},{"type":42,"tag":165,"props":530,"children":531},{"class":167,"line":252},[532,537],{"type":42,"tag":165,"props":533,"children":534},{"style":189},[535],{"type":47,"value":536},"  --out",{"type":42,"tag":165,"props":538,"children":539},{"style":189},[540],{"type":47,"value":541}," \u002Fpath\u002Fto\u002Fleak-summary.md\n",{"type":42,"tag":50,"props":543,"children":544},{},[545,547,553,555,561,563,569],{"type":47,"value":546},"Use ",{"type":42,"tag":56,"props":548,"children":550},{"className":549},[],[551],{"type":47,"value":552},"--trace-limit",{"type":47,"value":554}," sparingly. Trace trees are useful root-cause evidence, but large memgraphs can produce noisy output. If a trace tree says ",{"type":42,"tag":56,"props":556,"children":558},{"className":557},[],[559],{"type":47,"value":560},"Found 0 roots referencing",{"type":47,"value":562},", treat it as an unreachable\u002Fself-retained leak candidate and use the summary's grouped leak tree or ",{"type":42,"tag":56,"props":564,"children":566},{"className":565},[],[567],{"type":47,"value":568},"leaks --groupByType \u003Cfile.memgraph>",{"type":47,"value":570}," to identify the retained fields and payload chain.",{"type":42,"tag":73,"props":572,"children":574},{"id":573},"root-cause-rules",[575],{"type":47,"value":576},"Root Cause Rules",{"type":42,"tag":578,"props":579,"children":580},"ul",{},[581,586,591,596,609,629,634,639],{"type":42,"tag":84,"props":582,"children":583},{},[584],{"type":47,"value":585},"Identify the first app-owned leaked type in the leak output or trace.",{"type":42,"tag":84,"props":587,"children":588},{},[589],{"type":47,"value":590},"Determine the intended lifetime: process, session, account, view, request, or task.",{"type":42,"tag":84,"props":592,"children":593},{},[594],{"type":47,"value":595},"Treat lazy or deferred allocation as a scope reduction, not a leak fix, unless the original eager allocation itself violated the intended lifetime.",{"type":42,"tag":84,"props":597,"children":598},{},[599,601,607],{"type":47,"value":600},"Prove retain-cycle claims with either a ",{"type":42,"tag":56,"props":602,"children":604},{"className":603},[],[605],{"type":47,"value":606},"traceTree",{"type":47,"value":608}," ownership path or an isolated reproduction.",{"type":42,"tag":84,"props":610,"children":611},{},[612,614,619,621,627],{"type":47,"value":613},"For unreachable\u002Fself-cycle leaks, ",{"type":42,"tag":56,"props":615,"children":617},{"className":616},[],[618],{"type":47,"value":606},{"type":47,"value":620}," may have no root path; use ",{"type":42,"tag":56,"props":622,"children":624},{"className":623},[],[625],{"type":47,"value":626},"leaks --groupByType",{"type":47,"value":628}," plus source verification to find the self-retaining edge.",{"type":42,"tag":84,"props":630,"children":631},{},[632],{"type":47,"value":633},"Do not claim success just because total leak count went down; prove the specific type or path disappeared.",{"type":42,"tag":84,"props":635,"children":636},{},[637],{"type":47,"value":638},"Separate real root-cause branches from candidate\u002Fnoise branches.",{"type":42,"tag":84,"props":640,"children":641},{},[642],{"type":47,"value":643},"Prefer deleting the retaining edge over adding broad cleanup code.",{"type":42,"tag":73,"props":645,"children":647},{"id":646},"report",[648],{"type":47,"value":649},"Report",{"type":42,"tag":50,"props":651,"children":652},{},[653],{"type":47,"value":654},"A useful leak report includes:",{"type":42,"tag":578,"props":656,"children":657},{},[658,663,668,673,678,683],{"type":42,"tag":84,"props":659,"children":660},{},[661],{"type":47,"value":662},"the exact flow and simulator\u002Fapp build",{"type":42,"tag":84,"props":664,"children":665},{},[666],{"type":47,"value":667},"the memgraph and summary paths",{"type":42,"tag":84,"props":669,"children":670},{},[671],{"type":47,"value":672},"app-owned leaked types and counts",{"type":42,"tag":84,"props":674,"children":675},{},[676],{"type":47,"value":677},"at least one ownership path, or grouped leak tree evidence when the object is unreachable from roots",{"type":42,"tag":84,"props":679,"children":680},{},[681],{"type":47,"value":682},"the smallest proposed or applied retaining-edge fix",{"type":42,"tag":84,"props":684,"children":685},{},[686],{"type":47,"value":687},"before\u002Fafter evidence when a fix was made",{"type":42,"tag":50,"props":689,"children":690},{},[691],{"type":47,"value":692},"If the memgraph shows only framework\u002Fruntime noise, say that and recommend the next narrower capture rather than inventing an app leak.",{"type":42,"tag":694,"props":695,"children":696},"style",{},[697],{"type":47,"value":698},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":700,"total":820},[701,720,736,748,768,790,808],{"slug":702,"name":702,"fn":703,"description":704,"org":705,"tags":706,"stars":25,"repoUrl":26,"updatedAt":719},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[707,710,713,716],{"name":708,"slug":709,"type":15},"Accessibility","accessibility",{"name":711,"slug":712,"type":15},"Charts","charts",{"name":714,"slug":715,"type":15},"Data Visualization","data-visualization",{"name":717,"slug":718,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":721,"name":721,"fn":722,"description":723,"org":724,"tags":725,"stars":25,"repoUrl":26,"updatedAt":735},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[726,729,732],{"name":727,"slug":728,"type":15},"Agents","agents",{"name":730,"slug":731,"type":15},"Browser Automation","browser-automation",{"name":733,"slug":734,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":737,"name":737,"fn":738,"description":739,"org":740,"tags":741,"stars":25,"repoUrl":26,"updatedAt":747},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[742,743,746],{"name":730,"slug":731,"type":15},{"name":744,"slug":745,"type":15},"Local Development","local-development",{"name":733,"slug":734,"type":15},"2026-04-06T18:41:17.526867",{"slug":749,"name":749,"fn":750,"description":751,"org":752,"tags":753,"stars":25,"repoUrl":26,"updatedAt":767},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[754,755,758,761,764],{"name":727,"slug":728,"type":15},{"name":756,"slug":757,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":759,"slug":760,"type":15},"SDK","sdk",{"name":762,"slug":763,"type":15},"Serverless","serverless",{"name":765,"slug":766,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":769,"name":769,"fn":770,"description":771,"org":772,"tags":773,"stars":25,"repoUrl":26,"updatedAt":789},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[774,777,780,783,786],{"name":775,"slug":776,"type":15},"Frontend","frontend",{"name":778,"slug":779,"type":15},"React","react",{"name":781,"slug":782,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":784,"slug":785,"type":15},"UI Components","ui-components",{"name":787,"slug":788,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":791,"name":791,"fn":792,"description":793,"org":794,"tags":795,"stars":25,"repoUrl":26,"updatedAt":807},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[796,799,802,805,806],{"name":797,"slug":798,"type":15},"AI Infrastructure","ai-infrastructure",{"name":800,"slug":801,"type":15},"Cost Optimization","cost-optimization",{"name":803,"slug":804,"type":15},"LLM","llm",{"name":13,"slug":14,"type":15},{"name":787,"slug":788,"type":15},"2026-04-06T18:40:44.377464",{"slug":809,"name":809,"fn":810,"description":811,"org":812,"tags":813,"stars":25,"repoUrl":26,"updatedAt":819},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[814,815,818],{"name":800,"slug":801,"type":15},{"name":816,"slug":817,"type":15},"Database","database",{"name":803,"slug":804,"type":15},"2026-04-06T18:41:08.513425",600,{"items":822,"total":1019},[823,844,867,884,900,917,936,948,962,976,988,1003],{"slug":824,"name":824,"fn":825,"description":826,"org":827,"tags":828,"stars":841,"repoUrl":842,"updatedAt":843},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[829,832,835,838],{"name":830,"slug":831,"type":15},"Documents","documents",{"name":833,"slug":834,"type":15},"Healthcare","healthcare",{"name":836,"slug":837,"type":15},"Insurance","insurance",{"name":839,"slug":840,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":845,"name":845,"fn":846,"description":847,"org":848,"tags":849,"stars":864,"repoUrl":865,"updatedAt":866},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[850,853,855,858,861],{"name":851,"slug":852,"type":15},".NET","dotnet",{"name":854,"slug":845,"type":15},"ASP.NET Core",{"name":856,"slug":857,"type":15},"Blazor","blazor",{"name":859,"slug":860,"type":15},"C#","csharp",{"name":862,"slug":863,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":868,"name":868,"fn":869,"description":870,"org":871,"tags":872,"stars":864,"repoUrl":865,"updatedAt":883},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[873,876,879,882],{"name":874,"slug":875,"type":15},"Apps SDK","apps-sdk",{"name":877,"slug":878,"type":15},"ChatGPT","chatgpt",{"name":880,"slug":881,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":885,"name":885,"fn":886,"description":887,"org":888,"tags":889,"stars":864,"repoUrl":865,"updatedAt":899},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[890,893,896],{"name":891,"slug":892,"type":15},"API Development","api-development",{"name":894,"slug":895,"type":15},"CLI","cli",{"name":897,"slug":898,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":901,"name":901,"fn":902,"description":903,"org":904,"tags":905,"stars":864,"repoUrl":865,"updatedAt":916},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[906,909,912,913],{"name":907,"slug":908,"type":15},"Cloudflare","cloudflare",{"name":910,"slug":911,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":756,"slug":757,"type":15},{"name":914,"slug":915,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":918,"name":918,"fn":919,"description":920,"org":921,"tags":922,"stars":864,"repoUrl":865,"updatedAt":935},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[923,926,929,932],{"name":924,"slug":925,"type":15},"Productivity","productivity",{"name":927,"slug":928,"type":15},"Project Management","project-management",{"name":930,"slug":931,"type":15},"Strategy","strategy",{"name":933,"slug":934,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":937,"name":937,"fn":938,"description":939,"org":940,"tags":941,"stars":864,"repoUrl":865,"updatedAt":947},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[942,943,945,946],{"name":717,"slug":718,"type":15},{"name":944,"slug":937,"type":15},"Figma",{"name":775,"slug":776,"type":15},{"name":880,"slug":881,"type":15},"2026-04-12T05:06:47.939943",{"slug":949,"name":949,"fn":950,"description":951,"org":952,"tags":953,"stars":864,"repoUrl":865,"updatedAt":961},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[954,955,958,959,960],{"name":717,"slug":718,"type":15},{"name":956,"slug":957,"type":15},"Design System","design-system",{"name":944,"slug":937,"type":15},{"name":775,"slug":776,"type":15},{"name":784,"slug":785,"type":15},"2026-05-10T05:59:52.971881",{"slug":963,"name":963,"fn":964,"description":965,"org":966,"tags":967,"stars":864,"repoUrl":865,"updatedAt":975},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[968,969,970,973,974],{"name":717,"slug":718,"type":15},{"name":956,"slug":957,"type":15},{"name":971,"slug":972,"type":15},"Documentation","documentation",{"name":944,"slug":937,"type":15},{"name":775,"slug":776,"type":15},"2026-05-16T06:07:47.821474",{"slug":977,"name":977,"fn":978,"description":979,"org":980,"tags":981,"stars":864,"repoUrl":865,"updatedAt":987},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[982,983,984,985,986],{"name":717,"slug":718,"type":15},{"name":944,"slug":937,"type":15},{"name":775,"slug":776,"type":15},{"name":784,"slug":785,"type":15},{"name":862,"slug":863,"type":15},"2026-05-16T06:07:40.583615",{"slug":989,"name":989,"fn":990,"description":991,"org":992,"tags":993,"stars":864,"repoUrl":865,"updatedAt":1002},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[994,997,998,1001],{"name":995,"slug":996,"type":15},"Animation","animation",{"name":897,"slug":898,"type":15},{"name":999,"slug":1000,"type":15},"Creative","creative",{"name":717,"slug":718,"type":15},"2026-05-02T05:31:48.48485",{"slug":1004,"name":1004,"fn":1005,"description":1006,"org":1007,"tags":1008,"stars":864,"repoUrl":865,"updatedAt":1018},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1009,1010,1011,1014,1017],{"name":999,"slug":1000,"type":15},{"name":717,"slug":718,"type":15},{"name":1012,"slug":1013,"type":15},"Image Generation","image-generation",{"name":1015,"slug":1016,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]