[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-trail-of-bits-openai-jupyter-notebook":3,"mdc-hwctlg-key":37,"related-repo-trail-of-bits-openai-jupyter-notebook":726,"related-org-trail-of-bits-openai-jupyter-notebook":841},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":26,"repoUrl":27,"updatedAt":28,"license":29,"forks":30,"topics":31,"repo":32,"sourceUrl":35,"mdContent":36},"openai-jupyter-notebook","create and edit Jupyter notebooks","Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"trail-of-bits","Trail of Bits","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Ftrail-of-bits.png","trailofbits",[13,17,20,23],{"name":14,"slug":15,"type":16},"Data Analysis","data-analysis","tag",{"name":18,"slug":19,"type":16},"Notebooks","notebooks",{"name":21,"slug":22,"type":16},"Experiments","experiments",{"name":24,"slug":25,"type":16},"Jupyter","jupyter",460,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated","2026-07-18T05:48:17.52064",null,29,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":34},[],"Curated, community-vetted Claude Code plugin marketplace","https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills-curated\u002Ftree\u002FHEAD\u002Fplugins\u002Fopenai-jupyter-notebook\u002Fskills\u002Fopenai-jupyter-notebook","---\nname: openai-jupyter-notebook\ndescription: Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments,\n  explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py`\n  to generate a clean starting notebook. Originally from OpenAI's curated skills catalog.\nallowed-tools:\n- Bash\n- Read\n- Grep\n- Glob\n- Write\n- Edit\n---\n\n# Jupyter Notebook Skill\n\nCreate clean, reproducible Jupyter notebooks for two primary modes:\n\n- Experiments and exploratory analysis\n- Tutorials and teaching-oriented walkthroughs\n\nPrefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes.\n\n## When to use\n- Create a new `.ipynb` notebook from scratch.\n- Convert rough notes or scripts into a structured notebook.\n- Refactor an existing notebook to be more reproducible and skimmable.\n- Build experiments or tutorials that will be read or re-run by other people.\n\n## Decision tree\n- If the request is exploratory, analytical, or hypothesis-driven, choose `experiment`.\n- If the request is instructional, step-by-step, or audience-specific, choose `tutorial`.\n- If editing an existing notebook, treat it as a refactor: preserve intent and improve structure.\n\nScripts and references are located under `{baseDir}\u002F`.\n\n## Workflow\n1. Lock the intent.\nIdentify the notebook kind: `experiment` or `tutorial`.\nCapture the objective, audience, and what \"done\" looks like.\n\n2. Scaffold from the template.\nUse the helper script to avoid hand-authoring raw notebook JSON.\n\n```bash\nuv run --python 3.12 python \"$JUPYTER_NOTEBOOK_CLI\" \\\n  --kind experiment \\\n  --title \"Compare prompt variants\" \\\n  --out output\u002Fjupyter-notebook\u002Fcompare-prompt-variants.ipynb\n```\n\n```bash\nuv run --python 3.12 python \"$JUPYTER_NOTEBOOK_CLI\" \\\n  --kind tutorial \\\n  --title \"Intro to embeddings\" \\\n  --out output\u002Fjupyter-notebook\u002Fintro-to-embeddings.ipynb\n```\n\n3. Fill the notebook with small, runnable steps.\nKeep each code cell focused on one step.\nAdd short markdown cells that explain the purpose and expected result.\nAvoid large, noisy outputs when a short summary works.\n\n4. Apply the right pattern.\nFor experiments, follow `references\u002Fexperiment-patterns.md`.\nFor tutorials, follow `references\u002Ftutorial-patterns.md`.\n\n5. Edit safely when working with existing notebooks.\nPreserve the notebook structure; avoid reordering cells unless it improves the top-to-bottom story.\nPrefer targeted edits over full rewrites.\nIf you must edit raw JSON, review `references\u002Fnotebook-structure.md` first.\n\n6. Validate the result.\nRun the notebook top-to-bottom when the environment allows.\nIf execution is not possible, say so explicitly and call out how to validate locally.\nUse the final pass checklist in `references\u002Fquality-checklist.md`.\n\n## Templates and helper script\n- Templates live in `assets\u002Fexperiment-template.ipynb` and `assets\u002Ftutorial-template.ipynb`.\n- The helper script loads a template, updates the title cell, and writes a notebook.\n\nScript path:\n- `$JUPYTER_NOTEBOOK_CLI` (installed default: `{baseDir}\u002Fscripts\u002Fnew_notebook.py`)\n\n## Temp and output conventions\n- Use `tmp\u002Fjupyter-notebook\u002F` for intermediate files; delete when done.\n- Write final artifacts under `output\u002Fjupyter-notebook\u002F` when working in this repo.\n- Use stable, descriptive filenames (for example, `ablation-temperature.ipynb`).\n\n## Dependencies (install only when needed)\nPrefer `uv` for dependency management.\n\nOptional Python packages for local notebook execution:\n\n```bash\nuv pip install jupyterlab ipykernel\n```\n\nThe bundled scaffold script uses only the Python standard library and does not require extra dependencies.\n\n## Environment\nNo required environment variables.\n\n## Reference map\n- `references\u002Fexperiment-patterns.md`: experiment structure and heuristics.\n- `references\u002Ftutorial-patterns.md`: tutorial structure and teaching flow.\n- `references\u002Fnotebook-structure.md`: notebook JSON shape and safe editing rules.\n- `references\u002Fquality-checklist.md`: final validation checklist.\n## When NOT to Use\n\n\u003C!-- TODO: review -->\n\n",{"data":38,"body":46},{"name":4,"description":6,"allowed-tools":39},[40,41,42,43,44,45],"Bash","Read","Grep","Glob","Write","Edit",{"type":47,"children":48},"root",[49,58,64,79,84,91,123,129,162,174,180,208,333,431,484,490,518,523,544,550,592,598,610,615,649,654,660,665,671,714,720],{"type":50,"tag":51,"props":52,"children":54},"element","h1",{"id":53},"jupyter-notebook-skill",[55],{"type":56,"value":57},"text","Jupyter Notebook Skill",{"type":50,"tag":59,"props":60,"children":61},"p",{},[62],{"type":56,"value":63},"Create clean, reproducible Jupyter notebooks for two primary modes:",{"type":50,"tag":65,"props":66,"children":67},"ul",{},[68,74],{"type":50,"tag":69,"props":70,"children":71},"li",{},[72],{"type":56,"value":73},"Experiments and exploratory analysis",{"type":50,"tag":69,"props":75,"children":76},{},[77],{"type":56,"value":78},"Tutorials and teaching-oriented walkthroughs",{"type":50,"tag":59,"props":80,"children":81},{},[82],{"type":56,"value":83},"Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes.",{"type":50,"tag":85,"props":86,"children":88},"h2",{"id":87},"when-to-use",[89],{"type":56,"value":90},"When to use",{"type":50,"tag":65,"props":92,"children":93},{},[94,108,113,118],{"type":50,"tag":69,"props":95,"children":96},{},[97,99,106],{"type":56,"value":98},"Create a new ",{"type":50,"tag":100,"props":101,"children":103},"code",{"className":102},[],[104],{"type":56,"value":105},".ipynb",{"type":56,"value":107}," notebook from scratch.",{"type":50,"tag":69,"props":109,"children":110},{},[111],{"type":56,"value":112},"Convert rough notes or scripts into a structured notebook.",{"type":50,"tag":69,"props":114,"children":115},{},[116],{"type":56,"value":117},"Refactor an existing notebook to be more reproducible and skimmable.",{"type":50,"tag":69,"props":119,"children":120},{},[121],{"type":56,"value":122},"Build experiments or tutorials that will be read or re-run by other people.",{"type":50,"tag":85,"props":124,"children":126},{"id":125},"decision-tree",[127],{"type":56,"value":128},"Decision tree",{"type":50,"tag":65,"props":130,"children":131},{},[132,145,157],{"type":50,"tag":69,"props":133,"children":134},{},[135,137,143],{"type":56,"value":136},"If the request is exploratory, analytical, or hypothesis-driven, choose ",{"type":50,"tag":100,"props":138,"children":140},{"className":139},[],[141],{"type":56,"value":142},"experiment",{"type":56,"value":144},".",{"type":50,"tag":69,"props":146,"children":147},{},[148,150,156],{"type":56,"value":149},"If the request is instructional, step-by-step, or audience-specific, choose ",{"type":50,"tag":100,"props":151,"children":153},{"className":152},[],[154],{"type":56,"value":155},"tutorial",{"type":56,"value":144},{"type":50,"tag":69,"props":158,"children":159},{},[160],{"type":56,"value":161},"If editing an existing notebook, treat it as a refactor: preserve intent and improve structure.",{"type":50,"tag":59,"props":163,"children":164},{},[165,167,173],{"type":56,"value":166},"Scripts and references are located under ",{"type":50,"tag":100,"props":168,"children":170},{"className":169},[],[171],{"type":56,"value":172},"{baseDir}\u002F",{"type":56,"value":144},{"type":50,"tag":85,"props":175,"children":177},{"id":176},"workflow",[178],{"type":56,"value":179},"Workflow",{"type":50,"tag":181,"props":182,"children":183},"ol",{},[184,203],{"type":50,"tag":69,"props":185,"children":186},{},[187,189,194,196,201],{"type":56,"value":188},"Lock the intent.\nIdentify the notebook kind: ",{"type":50,"tag":100,"props":190,"children":192},{"className":191},[],[193],{"type":56,"value":142},{"type":56,"value":195}," or ",{"type":50,"tag":100,"props":197,"children":199},{"className":198},[],[200],{"type":56,"value":155},{"type":56,"value":202},".\nCapture the objective, audience, and what \"done\" looks like.",{"type":50,"tag":69,"props":204,"children":205},{},[206],{"type":56,"value":207},"Scaffold from the template.\nUse the helper script to avoid hand-authoring raw notebook JSON.",{"type":50,"tag":209,"props":210,"children":215},"pre",{"className":211,"code":212,"language":213,"meta":214,"style":214},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","uv run --python 3.12 python \"$JUPYTER_NOTEBOOK_CLI\" \\\n  --kind experiment \\\n  --title \"Compare prompt variants\" \\\n  --out output\u002Fjupyter-notebook\u002Fcompare-prompt-variants.ipynb\n","bash","",[216],{"type":50,"tag":100,"props":217,"children":218},{"__ignoreMap":214},[219,275,293,319],{"type":50,"tag":220,"props":221,"children":224},"span",{"class":222,"line":223},"line",1,[225,231,237,242,248,253,259,265,270],{"type":50,"tag":220,"props":226,"children":228},{"style":227},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[229],{"type":56,"value":230},"uv",{"type":50,"tag":220,"props":232,"children":234},{"style":233},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[235],{"type":56,"value":236}," run",{"type":50,"tag":220,"props":238,"children":239},{"style":233},[240],{"type":56,"value":241}," --python",{"type":50,"tag":220,"props":243,"children":245},{"style":244},"--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C",[246],{"type":56,"value":247}," 3.12",{"type":50,"tag":220,"props":249,"children":250},{"style":233},[251],{"type":56,"value":252}," python",{"type":50,"tag":220,"props":254,"children":256},{"style":255},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[257],{"type":56,"value":258}," \"",{"type":50,"tag":220,"props":260,"children":262},{"style":261},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[263],{"type":56,"value":264},"$JUPYTER_NOTEBOOK_CLI",{"type":50,"tag":220,"props":266,"children":267},{"style":255},[268],{"type":56,"value":269},"\"",{"type":50,"tag":220,"props":271,"children":272},{"style":261},[273],{"type":56,"value":274}," \\\n",{"type":50,"tag":220,"props":276,"children":278},{"class":222,"line":277},2,[279,284,289],{"type":50,"tag":220,"props":280,"children":281},{"style":233},[282],{"type":56,"value":283},"  --kind",{"type":50,"tag":220,"props":285,"children":286},{"style":233},[287],{"type":56,"value":288}," experiment",{"type":50,"tag":220,"props":290,"children":291},{"style":261},[292],{"type":56,"value":274},{"type":50,"tag":220,"props":294,"children":296},{"class":222,"line":295},3,[297,302,306,311,315],{"type":50,"tag":220,"props":298,"children":299},{"style":233},[300],{"type":56,"value":301},"  --title",{"type":50,"tag":220,"props":303,"children":304},{"style":255},[305],{"type":56,"value":258},{"type":50,"tag":220,"props":307,"children":308},{"style":233},[309],{"type":56,"value":310},"Compare prompt variants",{"type":50,"tag":220,"props":312,"children":313},{"style":255},[314],{"type":56,"value":269},{"type":50,"tag":220,"props":316,"children":317},{"style":261},[318],{"type":56,"value":274},{"type":50,"tag":220,"props":320,"children":322},{"class":222,"line":321},4,[323,328],{"type":50,"tag":220,"props":324,"children":325},{"style":233},[326],{"type":56,"value":327},"  --out",{"type":50,"tag":220,"props":329,"children":330},{"style":233},[331],{"type":56,"value":332}," output\u002Fjupyter-notebook\u002Fcompare-prompt-variants.ipynb\n",{"type":50,"tag":209,"props":334,"children":336},{"className":211,"code":335,"language":213,"meta":214,"style":214},"uv run --python 3.12 python \"$JUPYTER_NOTEBOOK_CLI\" \\\n  --kind tutorial \\\n  --title \"Intro to embeddings\" \\\n  --out output\u002Fjupyter-notebook\u002Fintro-to-embeddings.ipynb\n",[337],{"type":50,"tag":100,"props":338,"children":339},{"__ignoreMap":214},[340,379,395,419],{"type":50,"tag":220,"props":341,"children":342},{"class":222,"line":223},[343,347,351,355,359,363,367,371,375],{"type":50,"tag":220,"props":344,"children":345},{"style":227},[346],{"type":56,"value":230},{"type":50,"tag":220,"props":348,"children":349},{"style":233},[350],{"type":56,"value":236},{"type":50,"tag":220,"props":352,"children":353},{"style":233},[354],{"type":56,"value":241},{"type":50,"tag":220,"props":356,"children":357},{"style":244},[358],{"type":56,"value":247},{"type":50,"tag":220,"props":360,"children":361},{"style":233},[362],{"type":56,"value":252},{"type":50,"tag":220,"props":364,"children":365},{"style":255},[366],{"type":56,"value":258},{"type":50,"tag":220,"props":368,"children":369},{"style":261},[370],{"type":56,"value":264},{"type":50,"tag":220,"props":372,"children":373},{"style":255},[374],{"type":56,"value":269},{"type":50,"tag":220,"props":376,"children":377},{"style":261},[378],{"type":56,"value":274},{"type":50,"tag":220,"props":380,"children":381},{"class":222,"line":277},[382,386,391],{"type":50,"tag":220,"props":383,"children":384},{"style":233},[385],{"type":56,"value":283},{"type":50,"tag":220,"props":387,"children":388},{"style":233},[389],{"type":56,"value":390}," tutorial",{"type":50,"tag":220,"props":392,"children":393},{"style":261},[394],{"type":56,"value":274},{"type":50,"tag":220,"props":396,"children":397},{"class":222,"line":295},[398,402,406,411,415],{"type":50,"tag":220,"props":399,"children":400},{"style":233},[401],{"type":56,"value":301},{"type":50,"tag":220,"props":403,"children":404},{"style":255},[405],{"type":56,"value":258},{"type":50,"tag":220,"props":407,"children":408},{"style":233},[409],{"type":56,"value":410},"Intro to embeddings",{"type":50,"tag":220,"props":412,"children":413},{"style":255},[414],{"type":56,"value":269},{"type":50,"tag":220,"props":416,"children":417},{"style":261},[418],{"type":56,"value":274},{"type":50,"tag":220,"props":420,"children":421},{"class":222,"line":321},[422,426],{"type":50,"tag":220,"props":423,"children":424},{"style":233},[425],{"type":56,"value":327},{"type":50,"tag":220,"props":427,"children":428},{"style":233},[429],{"type":56,"value":430}," output\u002Fjupyter-notebook\u002Fintro-to-embeddings.ipynb\n",{"type":50,"tag":181,"props":432,"children":433},{"start":295},[434,439,459,472],{"type":50,"tag":69,"props":435,"children":436},{},[437],{"type":56,"value":438},"Fill the notebook with small, runnable steps.\nKeep each code cell focused on one step.\nAdd short markdown cells that explain the purpose and expected result.\nAvoid large, noisy outputs when a short summary works.",{"type":50,"tag":69,"props":440,"children":441},{},[442,444,450,452,458],{"type":56,"value":443},"Apply the right pattern.\nFor experiments, follow ",{"type":50,"tag":100,"props":445,"children":447},{"className":446},[],[448],{"type":56,"value":449},"references\u002Fexperiment-patterns.md",{"type":56,"value":451},".\nFor tutorials, follow ",{"type":50,"tag":100,"props":453,"children":455},{"className":454},[],[456],{"type":56,"value":457},"references\u002Ftutorial-patterns.md",{"type":56,"value":144},{"type":50,"tag":69,"props":460,"children":461},{},[462,464,470],{"type":56,"value":463},"Edit safely when working with existing notebooks.\nPreserve the notebook structure; avoid reordering cells unless it improves the top-to-bottom story.\nPrefer targeted edits over full rewrites.\nIf you must edit raw JSON, review ",{"type":50,"tag":100,"props":465,"children":467},{"className":466},[],[468],{"type":56,"value":469},"references\u002Fnotebook-structure.md",{"type":56,"value":471}," first.",{"type":50,"tag":69,"props":473,"children":474},{},[475,477,483],{"type":56,"value":476},"Validate the result.\nRun the notebook top-to-bottom when the environment allows.\nIf execution is not possible, say so explicitly and call out how to validate locally.\nUse the final pass checklist in ",{"type":50,"tag":100,"props":478,"children":480},{"className":479},[],[481],{"type":56,"value":482},"references\u002Fquality-checklist.md",{"type":56,"value":144},{"type":50,"tag":85,"props":485,"children":487},{"id":486},"templates-and-helper-script",[488],{"type":56,"value":489},"Templates and helper script",{"type":50,"tag":65,"props":491,"children":492},{},[493,513],{"type":50,"tag":69,"props":494,"children":495},{},[496,498,504,506,512],{"type":56,"value":497},"Templates live in ",{"type":50,"tag":100,"props":499,"children":501},{"className":500},[],[502],{"type":56,"value":503},"assets\u002Fexperiment-template.ipynb",{"type":56,"value":505}," and ",{"type":50,"tag":100,"props":507,"children":509},{"className":508},[],[510],{"type":56,"value":511},"assets\u002Ftutorial-template.ipynb",{"type":56,"value":144},{"type":50,"tag":69,"props":514,"children":515},{},[516],{"type":56,"value":517},"The helper script loads a template, updates the title cell, and writes a notebook.",{"type":50,"tag":59,"props":519,"children":520},{},[521],{"type":56,"value":522},"Script path:",{"type":50,"tag":65,"props":524,"children":525},{},[526],{"type":50,"tag":69,"props":527,"children":528},{},[529,534,536,542],{"type":50,"tag":100,"props":530,"children":532},{"className":531},[],[533],{"type":56,"value":264},{"type":56,"value":535}," (installed default: ",{"type":50,"tag":100,"props":537,"children":539},{"className":538},[],[540],{"type":56,"value":541},"{baseDir}\u002Fscripts\u002Fnew_notebook.py",{"type":56,"value":543},")",{"type":50,"tag":85,"props":545,"children":547},{"id":546},"temp-and-output-conventions",[548],{"type":56,"value":549},"Temp and output conventions",{"type":50,"tag":65,"props":551,"children":552},{},[553,566,579],{"type":50,"tag":69,"props":554,"children":555},{},[556,558,564],{"type":56,"value":557},"Use ",{"type":50,"tag":100,"props":559,"children":561},{"className":560},[],[562],{"type":56,"value":563},"tmp\u002Fjupyter-notebook\u002F",{"type":56,"value":565}," for intermediate files; delete when done.",{"type":50,"tag":69,"props":567,"children":568},{},[569,571,577],{"type":56,"value":570},"Write final artifacts under ",{"type":50,"tag":100,"props":572,"children":574},{"className":573},[],[575],{"type":56,"value":576},"output\u002Fjupyter-notebook\u002F",{"type":56,"value":578}," when working in this repo.",{"type":50,"tag":69,"props":580,"children":581},{},[582,584,590],{"type":56,"value":583},"Use stable, descriptive filenames (for example, ",{"type":50,"tag":100,"props":585,"children":587},{"className":586},[],[588],{"type":56,"value":589},"ablation-temperature.ipynb",{"type":56,"value":591},").",{"type":50,"tag":85,"props":593,"children":595},{"id":594},"dependencies-install-only-when-needed",[596],{"type":56,"value":597},"Dependencies (install only when needed)",{"type":50,"tag":59,"props":599,"children":600},{},[601,603,608],{"type":56,"value":602},"Prefer ",{"type":50,"tag":100,"props":604,"children":606},{"className":605},[],[607],{"type":56,"value":230},{"type":56,"value":609}," for dependency management.",{"type":50,"tag":59,"props":611,"children":612},{},[613],{"type":56,"value":614},"Optional Python packages for local notebook execution:",{"type":50,"tag":209,"props":616,"children":618},{"className":211,"code":617,"language":213,"meta":214,"style":214},"uv pip install jupyterlab ipykernel\n",[619],{"type":50,"tag":100,"props":620,"children":621},{"__ignoreMap":214},[622],{"type":50,"tag":220,"props":623,"children":624},{"class":222,"line":223},[625,629,634,639,644],{"type":50,"tag":220,"props":626,"children":627},{"style":227},[628],{"type":56,"value":230},{"type":50,"tag":220,"props":630,"children":631},{"style":233},[632],{"type":56,"value":633}," pip",{"type":50,"tag":220,"props":635,"children":636},{"style":233},[637],{"type":56,"value":638}," install",{"type":50,"tag":220,"props":640,"children":641},{"style":233},[642],{"type":56,"value":643}," jupyterlab",{"type":50,"tag":220,"props":645,"children":646},{"style":233},[647],{"type":56,"value":648}," ipykernel\n",{"type":50,"tag":59,"props":650,"children":651},{},[652],{"type":56,"value":653},"The bundled scaffold script uses only the Python standard library and does not require extra dependencies.",{"type":50,"tag":85,"props":655,"children":657},{"id":656},"environment",[658],{"type":56,"value":659},"Environment",{"type":50,"tag":59,"props":661,"children":662},{},[663],{"type":56,"value":664},"No required environment variables.",{"type":50,"tag":85,"props":666,"children":668},{"id":667},"reference-map",[669],{"type":56,"value":670},"Reference map",{"type":50,"tag":65,"props":672,"children":673},{},[674,684,694,704],{"type":50,"tag":69,"props":675,"children":676},{},[677,682],{"type":50,"tag":100,"props":678,"children":680},{"className":679},[],[681],{"type":56,"value":449},{"type":56,"value":683},": experiment structure and heuristics.",{"type":50,"tag":69,"props":685,"children":686},{},[687,692],{"type":50,"tag":100,"props":688,"children":690},{"className":689},[],[691],{"type":56,"value":457},{"type":56,"value":693},": tutorial structure and teaching flow.",{"type":50,"tag":69,"props":695,"children":696},{},[697,702],{"type":50,"tag":100,"props":698,"children":700},{"className":699},[],[701],{"type":56,"value":469},{"type":56,"value":703},": notebook JSON shape and safe editing rules.",{"type":50,"tag":69,"props":705,"children":706},{},[707,712],{"type":50,"tag":100,"props":708,"children":710},{"className":709},[],[711],{"type":56,"value":482},{"type":56,"value":713},": final validation checklist.",{"type":50,"tag":85,"props":715,"children":717},{"id":716},"when-not-to-use",[718],{"type":56,"value":719},"When NOT to Use",{"type":50,"tag":721,"props":722,"children":723},"style",{},[724],{"type":56,"value":725},"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":727,"total":840},[728,744,756,775,791,807,821],{"slug":729,"name":729,"fn":730,"description":731,"org":732,"tags":733,"stars":26,"repoUrl":27,"updatedAt":743},"ffuf-web-fuzzing","perform web fuzzing with ffuf","Expert guidance for ffuf web fuzzing during authorized penetration testing. Covers directory discovery, subdomain enumeration, parameter fuzzing, authenticated fuzzing with raw requests, auto-calibration, and result analysis. Use when running ffuf scans, analyzing ffuf output, or building fuzzing strategies for web targets.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[734,737,740],{"name":735,"slug":736,"type":16},"Code Analysis","code-analysis",{"name":738,"slug":739,"type":16},"Security","security",{"name":741,"slug":742,"type":16},"Testing","testing","2026-07-17T06:05:08.247908",{"slug":745,"name":745,"fn":746,"description":747,"org":748,"tags":749,"stars":26,"repoUrl":27,"updatedAt":755},"ghidra-headless","reverse engineer binaries with Ghidra","Reverse engineers binaries using Ghidra's headless analyzer. Use when decompiling executables, extracting functions, strings, symbols, or analyzing call graphs from compiled binaries without the Ghidra GUI.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[750,751,754],{"name":735,"slug":736,"type":16},{"name":752,"slug":753,"type":16},"Debugging","debugging",{"name":738,"slug":739,"type":16},"2026-07-18T05:47:30.015093",{"slug":757,"name":757,"fn":758,"description":759,"org":760,"tags":761,"stars":26,"repoUrl":27,"updatedAt":774},"grilling","stress-test plans and decisions","Interviews the user relentlessly about a plan, decision, or idea until every branch of the decision tree is resolved. Use when the user wants to stress-test their thinking, sharpen a plan or design before acting, or uses any 'grill' trigger phrase (e.g. \"grill me on this\").",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[762,765,768,771],{"name":763,"slug":764,"type":16},"Analysis","analysis",{"name":766,"slug":767,"type":16},"Coaching","coaching",{"name":769,"slug":770,"type":16},"Ideation","ideation",{"name":772,"slug":773,"type":16},"Strategy","strategy","2026-07-18T05:48:12.46583",{"slug":776,"name":776,"fn":777,"description":778,"org":779,"tags":780,"stars":26,"repoUrl":27,"updatedAt":790},"handoff","compact conversation for session handoff","Compacts the current conversation into a handoff document so a fresh agent can continue the work in a new session.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[781,784,787],{"name":782,"slug":783,"type":16},"Agents","agents",{"name":785,"slug":786,"type":16},"Context","context",{"name":788,"slug":789,"type":16},"Productivity","productivity","2026-07-18T05:47:03.196098",{"slug":792,"name":792,"fn":793,"description":794,"org":795,"tags":796,"stars":26,"repoUrl":27,"updatedAt":806},"humanizer","edit text to sound human-written","Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \"Signs of AI writing\" guide. Detects and fixes patterns including:\ninflated symbolism, promotional language, superficial -ing analyses, vague\nattributions, em dash overuse, rule of three, AI vocabulary words, negative\nparallelisms, and excessive conjunctive phrases. 30c5c8d (Update humanizer plugin to upstream v2.2.0)\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[797,800,803],{"name":798,"slug":799,"type":16},"Content Creation","content-creation",{"name":801,"slug":802,"type":16},"Editing","editing",{"name":804,"slug":805,"type":16},"Writing","writing","2026-07-18T05:47:18.1749",{"slug":808,"name":808,"fn":809,"description":810,"org":811,"tags":812,"stars":26,"repoUrl":27,"updatedAt":820},"last30days","research recent community discussions and trends","Researches a topic from the last 30 days on Reddit, X, and the web. Surfaces real community discussions with engagement metrics and synthesizes findings into actionable insights. Use when the user wants to know what people are saying about a topic right now.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[813,814,817],{"name":763,"slug":764,"type":16},{"name":815,"slug":816,"type":16},"Research","research",{"name":818,"slug":819,"type":16},"Social Media","social-media","2026-07-17T06:04:39.744471",{"slug":822,"name":822,"fn":823,"description":824,"org":825,"tags":826,"stars":26,"repoUrl":27,"updatedAt":839},"openai-cloudflare-deploy","deploy applications 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. Originally from OpenAI's curated skills catalog.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[827,830,833,836],{"name":828,"slug":829,"type":16},"Cloudflare","cloudflare",{"name":831,"slug":832,"type":16},"Cloudflare Pages","cloudflare-pages",{"name":834,"slug":835,"type":16},"Cloudflare Workers","cloudflare-workers",{"name":837,"slug":838,"type":16},"Deployment","deployment","2026-07-17T06:04:46.574433",31,{"items":842,"total":990},[843,858,868,884,899,910,922,932,945,956,968,979],{"slug":844,"name":844,"fn":845,"description":846,"org":847,"tags":848,"stars":855,"repoUrl":856,"updatedAt":857},"address-sanitizer","detect memory errors during fuzzing","AddressSanitizer detects memory errors during fuzzing. Use when fuzzing C\u002FC++ code to find buffer overflows and use-after-free bugs.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[849,852,853,854],{"name":850,"slug":851,"type":16},"C#","c",{"name":752,"slug":753,"type":16},{"name":738,"slug":739,"type":16},{"name":741,"slug":742,"type":16},6139,"https:\u002F\u002Fgithub.com\u002Ftrailofbits\u002Fskills","2026-07-17T06:05:14.925095",{"slug":859,"name":859,"fn":860,"description":861,"org":862,"tags":863,"stars":855,"repoUrl":856,"updatedAt":867},"aflpp","perform multi-core fuzzing of C\u002FC++ projects","AFL++ is a fork of AFL with better fuzzing performance and advanced features. Use for multi-core fuzzing of C\u002FC++ projects.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[864,865,866],{"name":850,"slug":851,"type":16},{"name":738,"slug":739,"type":16},{"name":741,"slug":742,"type":16},"2026-07-17T06:05:12.433192",{"slug":869,"name":869,"fn":870,"description":871,"org":872,"tags":873,"stars":855,"repoUrl":856,"updatedAt":883},"agentic-actions-auditor","audit GitHub Actions for security vulnerabilities","Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI\u002FCD pipelines, including env var intermediary patterns, direct expression injection, dangerous sandbox configurations, and wildcard user allowlists. Use when reviewing workflow files that invoke AI coding agents, auditing CI\u002FCD pipeline security for prompt injection risks, or evaluating agentic action configurations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[874,875,878,879,882],{"name":782,"slug":783,"type":16},{"name":876,"slug":877,"type":16},"CI\u002FCD","ci-cd",{"name":735,"slug":736,"type":16},{"name":880,"slug":881,"type":16},"GitHub Actions","github-actions",{"name":738,"slug":739,"type":16},"2026-07-18T05:47:48.564744",{"slug":885,"name":885,"fn":886,"description":887,"org":888,"tags":889,"stars":855,"repoUrl":856,"updatedAt":898},"algorand-vulnerability-scanner","scan Algorand smart contracts for vulnerabilities","Scans Algorand smart contracts for 11 common vulnerabilities including rekeying attacks, unchecked transaction fees, missing field validations, and access control issues. Use when auditing Algorand projects (TEAL\u002FPyTeal).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[890,893,894,895],{"name":891,"slug":892,"type":16},"Audit","audit",{"name":735,"slug":736,"type":16},{"name":738,"slug":739,"type":16},{"name":896,"slug":897,"type":16},"Smart Contracts","smart-contracts","2026-07-18T05:47:43.989063",{"slug":900,"name":900,"fn":901,"description":902,"org":903,"tags":904,"stars":855,"repoUrl":856,"updatedAt":909},"ask-questions-if-underspecified","clarify requirements before implementation","Clarify requirements before implementing. Use when serious doubts arise.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[905,908],{"name":906,"slug":907,"type":16},"Engineering","engineering",{"name":788,"slug":789,"type":16},"2026-07-17T06:05:33.543262",{"slug":911,"name":911,"fn":912,"description":913,"org":914,"tags":915,"stars":855,"repoUrl":856,"updatedAt":921},"atheris","fuzz Python code with Atheris","Atheris is a coverage-guided Python fuzzer based on libFuzzer. Use for fuzzing pure Python code and Python C extensions.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[916,919,920],{"name":917,"slug":918,"type":16},"Python","python",{"name":738,"slug":739,"type":16},{"name":741,"slug":742,"type":16},"2026-07-17T06:05:14.575191",{"slug":923,"name":923,"fn":924,"description":925,"org":926,"tags":927,"stars":855,"repoUrl":856,"updatedAt":931},"audit-augmentation","augment code graphs with audit findings","Augments Trailmark code graphs with external audit findings from SARIF static analysis results, weAudit annotation files, and version-gated Trailmark 0.4.x binary-analysis graph exports. Maps findings to graph nodes by file and line overlap, creates severity-based subgraphs, and enables cross-referencing findings with pre-analysis data (blast radius, taint, etc.). Use when projecting SARIF results onto a code graph, overlaying weAudit annotations, importing binary graph findings, cross-referencing Semgrep, CodeQL, or binary-analysis findings with call graph data, or visualizing audit findings in the context of code structure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[928,929,930],{"name":891,"slug":892,"type":16},{"name":735,"slug":736,"type":16},{"name":738,"slug":739,"type":16},"2026-08-01T05:44:54.920542",{"slug":933,"name":933,"fn":934,"description":935,"org":936,"tags":937,"stars":855,"repoUrl":856,"updatedAt":944},"audit-context-building","build architectural context for code analysis","Enables ultra-granular, line-by-line code analysis to build deep architectural context before vulnerability or bug finding.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[938,941,942,943],{"name":939,"slug":940,"type":16},"Architecture","architecture",{"name":891,"slug":892,"type":16},{"name":735,"slug":736,"type":16},{"name":906,"slug":907,"type":16},"2026-07-18T05:47:40.122449",{"slug":946,"name":946,"fn":947,"description":948,"org":949,"tags":950,"stars":855,"repoUrl":856,"updatedAt":955},"audit-prep-assistant","prepare codebases for security audits","Prepares codebases for security review using Trail of Bits' checklist. Helps set review goals, runs static analysis tools, increases test coverage, removes dead code, ensures accessibility, and generates documentation (flowcharts, user stories, inline comments).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[951,952,953,954],{"name":891,"slug":892,"type":16},{"name":735,"slug":736,"type":16},{"name":906,"slug":907,"type":16},{"name":738,"slug":739,"type":16},"2026-07-18T05:47:39.210985",{"slug":957,"name":957,"fn":958,"description":959,"org":960,"tags":961,"stars":855,"repoUrl":856,"updatedAt":967},"burpsuite-project-parser","parse Burp Suite project files","Searches and explores Burp Suite project files (.burp) from the command line. Use when searching response headers or bodies with regex patterns, extracting security audit findings, dumping proxy history or site map data, or analyzing HTTP traffic captured in a Burp project.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[962,963,966],{"name":891,"slug":892,"type":16},{"name":964,"slug":965,"type":16},"CLI","cli",{"name":738,"slug":739,"type":16},"2026-07-17T06:05:33.198077",{"slug":969,"name":969,"fn":970,"description":971,"org":972,"tags":973,"stars":855,"repoUrl":856,"updatedAt":978},"c-review","audit C and C++ code","Performs comprehensive C\u002FC++ security review for memory corruption, integer overflows, race conditions, and platform-specific vulnerabilities. Use when auditing native C\u002FC++ applications, reviewing daemons or services for memory safety, or hunting integer overflow \u002F use-after-free \u002F race conditions in userspace code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[974,975,976,977],{"name":891,"slug":892,"type":16},{"name":850,"slug":851,"type":16},{"name":735,"slug":736,"type":16},{"name":738,"slug":739,"type":16},"2026-07-17T06:05:11.333374",{"slug":980,"name":980,"fn":981,"description":982,"org":983,"tags":984,"stars":855,"repoUrl":856,"updatedAt":989},"cairo-vulnerability-scanner","scan Cairo and StarkNet contracts for vulnerabilities","Scans Cairo\u002FStarkNet smart contracts for 6 critical vulnerabilities including felt252 arithmetic overflow, L1-L2 messaging issues, address conversion problems, and signature replay. Use when auditing StarkNet projects.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[985,986,987,988],{"name":891,"slug":892,"type":16},{"name":735,"slug":736,"type":16},{"name":738,"slug":739,"type":16},{"name":896,"slug":897,"type":16},"2026-07-18T05:47:42.84568",111]