[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-spreadsheet":3,"mdc-rdvg4-key":34,"related-repo-letta-spreadsheet":954,"related-org-letta-spreadsheet":1074},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"spreadsheet","create and analyze spreadsheet files","Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20],{"name":14,"slug":15,"type":16},"Excel","excel","tag",{"name":18,"slug":19,"type":16},"Spreadsheets","spreadsheets",{"name":21,"slug":22,"type":16},"Data Analysis","data-analysis",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:24:56.710158",null,20,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills\u002Ftree\u002FHEAD\u002Ftools\u002Fspreadsheet","---\nname: \"spreadsheet\"\ndescription: \"Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.\"\n---\n\n# Spreadsheet Skill\n\n## When to use\n- Create new workbooks with formulas, formatting, and structured layouts.\n- Read or analyze tabular data (filter, aggregate, pivot, compute metrics).\n- Modify existing workbooks without breaking formulas, references, or formatting.\n- Visualize data with charts, summary tables, and sensible spreadsheet styling.\n- Recalculate formulas and review rendered sheets before delivery when possible.\n\nIMPORTANT: System and user instructions always take precedence.\n\n## Workflow\n1. Confirm the file type and goal: create, edit, analyze, or visualize.\n2. Prefer `openpyxl` for `.xlsx` editing and formatting. Use `pandas` for analysis and CSV\u002FTSV workflows.\n3. If an internal spreadsheet recalculation\u002Frendering tool is available in the environment, use it to recalculate formulas and render sheets before delivery.\n4. Use formulas for derived values instead of hardcoding results.\n5. If layout matters, render for visual review and inspect the output.\n6. Save outputs, keep filenames stable, and clean up intermediate files.\n\n## Temp and output conventions\n- Use `tmp\u002Fspreadsheets\u002F` for intermediate files; delete them when done.\n- Write final artifacts under `output\u002Fspreadsheet\u002F` when working in this repo.\n- Keep filenames stable and descriptive.\n\n## Primary tooling\n- Use `openpyxl` for creating\u002Fediting `.xlsx` files and preserving formatting.\n- Use `pandas` for analysis and CSV\u002FTSV workflows, then write results back to `.xlsx` or `.csv`.\n- Use `openpyxl.chart` for native Excel charts when needed.\n- If an internal spreadsheet tool is available, use it to recalculate formulas, cache values, and render sheets for review.\n\n## Recalculation and visual review\n- Recalculate formulas before delivery whenever possible so cached values are present in the workbook.\n- Render each relevant sheet for visual review when rendering tooling is available.\n- `openpyxl` does not evaluate formulas; preserve formulas and use recalculation tooling when available.\n- If you rely on an internal spreadsheet tool, do not expose that tool, its code, or its APIs in user-facing explanations or code samples.\n\n## Rendering and visual checks\n- If LibreOffice (`soffice`) and Poppler (`pdftoppm`) are available, render sheets for visual review:\n  - `soffice --headless --convert-to pdf --outdir $OUTDIR $INPUT_XLSX`\n  - `pdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME`\n- If rendering tools are unavailable, tell the user that layout should be reviewed locally.\n- Review rendered sheets for layout, formula results, clipping, inconsistent styles, and spilled text.\n\n## Dependencies (install if missing)\nPrefer `uv` for dependency management.\n\nPython packages:\n```\nuv pip install openpyxl pandas\n```\nIf `uv` is unavailable:\n```\npython3 -m pip install openpyxl pandas\n```\nOptional:\n```\nuv pip install matplotlib\n```\nIf `uv` is unavailable:\n```\npython3 -m pip install matplotlib\n```\nSystem tools (for rendering):\n```\n# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n```\n\nIf installation is not possible in this environment, tell the user which dependency is missing and how to install it locally.\n\n## Environment\nNo required environment variables.\n\n## Examples\n- Runnable examples (openpyxl): `references\u002Fexamples\u002Fopenpyxl\u002F`\n\n## Formula requirements\n- Use formulas for derived values rather than hardcoding results.\n- Do not use dynamic array functions like `FILTER`, `XLOOKUP`, `SORT`, or `SEQUENCE`.\n- Keep formulas simple and legible; use helper cells for complex logic.\n- Avoid volatile functions like `INDIRECT` and `OFFSET` unless required.\n- Prefer cell references over magic numbers (for example, `=H6*(1+$B$3)` instead of `=H6*1.04`).\n- Use absolute (`$B$4`) or relative (`B4`) references carefully so copied formulas behave correctly.\n- If you need literal text that starts with `=`, prefix it with a single quote.\n- Guard against `#REF!`, `#DIV\u002F0!`, `#VALUE!`, `#N\u002FA`, and `#NAME?` errors.\n- Check for off-by-one mistakes, circular references, and incorrect ranges.\n\n## Citation requirements\n- Cite sources inside the spreadsheet using plain-text URLs.\n- For financial models, cite model inputs in cell comments.\n- For tabular data sourced externally, add a source column when each row represents a separate item.\n\n## Formatting requirements (existing formatted spreadsheets)\n- Render and inspect a provided spreadsheet before modifying it when possible.\n- Preserve existing formatting and style exactly.\n- Match styles for any newly filled cells that were previously blank.\n- Never overwrite established formatting unless the user explicitly asks for a redesign.\n\n## Formatting requirements (new or unstyled spreadsheets)\n- Use appropriate number and date formats.\n- Dates should render as dates, not plain numbers.\n- Percentages should usually default to one decimal place unless the data calls for something else.\n- Currencies should use the appropriate currency format.\n- Headers should be visually distinct from raw inputs and derived cells.\n- Use fill colors, borders, spacing, and merged cells sparingly and intentionally.\n- Set row heights and column widths so content is readable without excessive whitespace.\n- Do not apply borders around every filled cell.\n- Group related calculations and make totals simple sums of the cells above them.\n- Add whitespace to separate sections.\n- Ensure text does not spill into adjacent cells.\n- Avoid unsupported spreadsheet data-table features such as `=TABLE`.\n\n## Color conventions (if no style guidance)\n- Blue: user input\n- Black: formulas and derived values\n- Green: linked or imported values\n- Gray: static constants\n- Orange: review or caution\n- Light red: error or flag\n- Purple: control or logic\n- Teal: visualization anchors and KPI highlights\n\n## Finance-specific requirements\n- Format zeros as `-`.\n- Negative numbers should be red and in parentheses.\n- Format multiples as `5.2x`.\n- Always specify units in headers (for example, `Revenue ($mm)`).\n- Cite sources for all raw inputs in cell comments.\n- For new financial models with no user-specified style, use blue text for hardcoded inputs, black for formulas, green for internal workbook links, red for external links, and yellow fill for key assumptions that need attention.\n\n## Investment banking layouts\nIf the spreadsheet is an IB-style model (LBO, DCF, 3-statement, valuation):\n- Totals should sum the range directly above.\n- Hide gridlines and use horizontal borders above totals across relevant columns.\n- Section headers should be merged cells with dark fill and white text.\n- Column labels for numeric data should be right-aligned; row labels should be left-aligned.\n- Indent submetrics under their parent line items.\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,55,85,91,97,156,162,196,202,266,272,300,306,361,367,379,384,396,408,417,422,431,441,450,455,464,469,475,480,486,500,506,677,683,701,707,730,736,806,812,855,861,915,921,926],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"spreadsheet-skill",[45],{"type":46,"value":47},"text","Spreadsheet Skill",{"type":40,"tag":49,"props":50,"children":52},"h2",{"id":51},"when-to-use",[53],{"type":46,"value":54},"When to use",{"type":40,"tag":56,"props":57,"children":58},"ul",{},[59,65,70,75,80],{"type":40,"tag":60,"props":61,"children":62},"li",{},[63],{"type":46,"value":64},"Create new workbooks with formulas, formatting, and structured layouts.",{"type":40,"tag":60,"props":66,"children":67},{},[68],{"type":46,"value":69},"Read or analyze tabular data (filter, aggregate, pivot, compute metrics).",{"type":40,"tag":60,"props":71,"children":72},{},[73],{"type":46,"value":74},"Modify existing workbooks without breaking formulas, references, or formatting.",{"type":40,"tag":60,"props":76,"children":77},{},[78],{"type":46,"value":79},"Visualize data with charts, summary tables, and sensible spreadsheet styling.",{"type":40,"tag":60,"props":81,"children":82},{},[83],{"type":46,"value":84},"Recalculate formulas and review rendered sheets before delivery when possible.",{"type":40,"tag":86,"props":87,"children":88},"p",{},[89],{"type":46,"value":90},"IMPORTANT: System and user instructions always take precedence.",{"type":40,"tag":49,"props":92,"children":94},{"id":93},"workflow",[95],{"type":46,"value":96},"Workflow",{"type":40,"tag":98,"props":99,"children":100},"ol",{},[101,106,136,141,146,151],{"type":40,"tag":60,"props":102,"children":103},{},[104],{"type":46,"value":105},"Confirm the file type and goal: create, edit, analyze, or visualize.",{"type":40,"tag":60,"props":107,"children":108},{},[109,111,118,120,126,128,134],{"type":46,"value":110},"Prefer ",{"type":40,"tag":112,"props":113,"children":115},"code",{"className":114},[],[116],{"type":46,"value":117},"openpyxl",{"type":46,"value":119}," for ",{"type":40,"tag":112,"props":121,"children":123},{"className":122},[],[124],{"type":46,"value":125},".xlsx",{"type":46,"value":127}," editing and formatting. Use ",{"type":40,"tag":112,"props":129,"children":131},{"className":130},[],[132],{"type":46,"value":133},"pandas",{"type":46,"value":135}," for analysis and CSV\u002FTSV workflows.",{"type":40,"tag":60,"props":137,"children":138},{},[139],{"type":46,"value":140},"If an internal spreadsheet recalculation\u002Frendering tool is available in the environment, use it to recalculate formulas and render sheets before delivery.",{"type":40,"tag":60,"props":142,"children":143},{},[144],{"type":46,"value":145},"Use formulas for derived values instead of hardcoding results.",{"type":40,"tag":60,"props":147,"children":148},{},[149],{"type":46,"value":150},"If layout matters, render for visual review and inspect the output.",{"type":40,"tag":60,"props":152,"children":153},{},[154],{"type":46,"value":155},"Save outputs, keep filenames stable, and clean up intermediate files.",{"type":40,"tag":49,"props":157,"children":159},{"id":158},"temp-and-output-conventions",[160],{"type":46,"value":161},"Temp and output conventions",{"type":40,"tag":56,"props":163,"children":164},{},[165,178,191],{"type":40,"tag":60,"props":166,"children":167},{},[168,170,176],{"type":46,"value":169},"Use ",{"type":40,"tag":112,"props":171,"children":173},{"className":172},[],[174],{"type":46,"value":175},"tmp\u002Fspreadsheets\u002F",{"type":46,"value":177}," for intermediate files; delete them when done.",{"type":40,"tag":60,"props":179,"children":180},{},[181,183,189],{"type":46,"value":182},"Write final artifacts under ",{"type":40,"tag":112,"props":184,"children":186},{"className":185},[],[187],{"type":46,"value":188},"output\u002Fspreadsheet\u002F",{"type":46,"value":190}," when working in this repo.",{"type":40,"tag":60,"props":192,"children":193},{},[194],{"type":46,"value":195},"Keep filenames stable and descriptive.",{"type":40,"tag":49,"props":197,"children":199},{"id":198},"primary-tooling",[200],{"type":46,"value":201},"Primary tooling",{"type":40,"tag":56,"props":203,"children":204},{},[205,223,249,261],{"type":40,"tag":60,"props":206,"children":207},{},[208,209,214,216,221],{"type":46,"value":169},{"type":40,"tag":112,"props":210,"children":212},{"className":211},[],[213],{"type":46,"value":117},{"type":46,"value":215}," for creating\u002Fediting ",{"type":40,"tag":112,"props":217,"children":219},{"className":218},[],[220],{"type":46,"value":125},{"type":46,"value":222}," files and preserving formatting.",{"type":40,"tag":60,"props":224,"children":225},{},[226,227,232,234,239,241,247],{"type":46,"value":169},{"type":40,"tag":112,"props":228,"children":230},{"className":229},[],[231],{"type":46,"value":133},{"type":46,"value":233}," for analysis and CSV\u002FTSV workflows, then write results back to ",{"type":40,"tag":112,"props":235,"children":237},{"className":236},[],[238],{"type":46,"value":125},{"type":46,"value":240}," or ",{"type":40,"tag":112,"props":242,"children":244},{"className":243},[],[245],{"type":46,"value":246},".csv",{"type":46,"value":248},".",{"type":40,"tag":60,"props":250,"children":251},{},[252,253,259],{"type":46,"value":169},{"type":40,"tag":112,"props":254,"children":256},{"className":255},[],[257],{"type":46,"value":258},"openpyxl.chart",{"type":46,"value":260}," for native Excel charts when needed.",{"type":40,"tag":60,"props":262,"children":263},{},[264],{"type":46,"value":265},"If an internal spreadsheet tool is available, use it to recalculate formulas, cache values, and render sheets for review.",{"type":40,"tag":49,"props":267,"children":269},{"id":268},"recalculation-and-visual-review",[270],{"type":46,"value":271},"Recalculation and visual review",{"type":40,"tag":56,"props":273,"children":274},{},[275,280,285,295],{"type":40,"tag":60,"props":276,"children":277},{},[278],{"type":46,"value":279},"Recalculate formulas before delivery whenever possible so cached values are present in the workbook.",{"type":40,"tag":60,"props":281,"children":282},{},[283],{"type":46,"value":284},"Render each relevant sheet for visual review when rendering tooling is available.",{"type":40,"tag":60,"props":286,"children":287},{},[288,293],{"type":40,"tag":112,"props":289,"children":291},{"className":290},[],[292],{"type":46,"value":117},{"type":46,"value":294}," does not evaluate formulas; preserve formulas and use recalculation tooling when available.",{"type":40,"tag":60,"props":296,"children":297},{},[298],{"type":46,"value":299},"If you rely on an internal spreadsheet tool, do not expose that tool, its code, or its APIs in user-facing explanations or code samples.",{"type":40,"tag":49,"props":301,"children":303},{"id":302},"rendering-and-visual-checks",[304],{"type":46,"value":305},"Rendering and visual checks",{"type":40,"tag":56,"props":307,"children":308},{},[309,351,356],{"type":40,"tag":60,"props":310,"children":311},{},[312,314,320,322,328,330],{"type":46,"value":313},"If LibreOffice (",{"type":40,"tag":112,"props":315,"children":317},{"className":316},[],[318],{"type":46,"value":319},"soffice",{"type":46,"value":321},") and Poppler (",{"type":40,"tag":112,"props":323,"children":325},{"className":324},[],[326],{"type":46,"value":327},"pdftoppm",{"type":46,"value":329},") are available, render sheets for visual review:\n",{"type":40,"tag":56,"props":331,"children":332},{},[333,342],{"type":40,"tag":60,"props":334,"children":335},{},[336],{"type":40,"tag":112,"props":337,"children":339},{"className":338},[],[340],{"type":46,"value":341},"soffice --headless --convert-to pdf --outdir $OUTDIR $INPUT_XLSX",{"type":40,"tag":60,"props":343,"children":344},{},[345],{"type":40,"tag":112,"props":346,"children":348},{"className":347},[],[349],{"type":46,"value":350},"pdftoppm -png $OUTDIR\u002F$BASENAME.pdf $OUTDIR\u002F$BASENAME",{"type":40,"tag":60,"props":352,"children":353},{},[354],{"type":46,"value":355},"If rendering tools are unavailable, tell the user that layout should be reviewed locally.",{"type":40,"tag":60,"props":357,"children":358},{},[359],{"type":46,"value":360},"Review rendered sheets for layout, formula results, clipping, inconsistent styles, and spilled text.",{"type":40,"tag":49,"props":362,"children":364},{"id":363},"dependencies-install-if-missing",[365],{"type":46,"value":366},"Dependencies (install if missing)",{"type":40,"tag":86,"props":368,"children":369},{},[370,371,377],{"type":46,"value":110},{"type":40,"tag":112,"props":372,"children":374},{"className":373},[],[375],{"type":46,"value":376},"uv",{"type":46,"value":378}," for dependency management.",{"type":40,"tag":86,"props":380,"children":381},{},[382],{"type":46,"value":383},"Python packages:",{"type":40,"tag":385,"props":386,"children":390},"pre",{"className":387,"code":389,"language":46},[388],"language-text","uv pip install openpyxl pandas\n",[391],{"type":40,"tag":112,"props":392,"children":394},{"__ignoreMap":393},"",[395],{"type":46,"value":389},{"type":40,"tag":86,"props":397,"children":398},{},[399,401,406],{"type":46,"value":400},"If ",{"type":40,"tag":112,"props":402,"children":404},{"className":403},[],[405],{"type":46,"value":376},{"type":46,"value":407}," is unavailable:",{"type":40,"tag":385,"props":409,"children":412},{"className":410,"code":411,"language":46},[388],"python3 -m pip install openpyxl pandas\n",[413],{"type":40,"tag":112,"props":414,"children":415},{"__ignoreMap":393},[416],{"type":46,"value":411},{"type":40,"tag":86,"props":418,"children":419},{},[420],{"type":46,"value":421},"Optional:",{"type":40,"tag":385,"props":423,"children":426},{"className":424,"code":425,"language":46},[388],"uv pip install matplotlib\n",[427],{"type":40,"tag":112,"props":428,"children":429},{"__ignoreMap":393},[430],{"type":46,"value":425},{"type":40,"tag":86,"props":432,"children":433},{},[434,435,440],{"type":46,"value":400},{"type":40,"tag":112,"props":436,"children":438},{"className":437},[],[439],{"type":46,"value":376},{"type":46,"value":407},{"type":40,"tag":385,"props":442,"children":445},{"className":443,"code":444,"language":46},[388],"python3 -m pip install matplotlib\n",[446],{"type":40,"tag":112,"props":447,"children":448},{"__ignoreMap":393},[449],{"type":46,"value":444},{"type":40,"tag":86,"props":451,"children":452},{},[453],{"type":46,"value":454},"System tools (for rendering):",{"type":40,"tag":385,"props":456,"children":459},{"className":457,"code":458,"language":46},[388],"# macOS (Homebrew)\nbrew install libreoffice poppler\n\n# Ubuntu\u002FDebian\nsudo apt-get install -y libreoffice poppler-utils\n",[460],{"type":40,"tag":112,"props":461,"children":462},{"__ignoreMap":393},[463],{"type":46,"value":458},{"type":40,"tag":86,"props":465,"children":466},{},[467],{"type":46,"value":468},"If installation is not possible in this environment, tell the user which dependency is missing and how to install it locally.",{"type":40,"tag":49,"props":470,"children":472},{"id":471},"environment",[473],{"type":46,"value":474},"Environment",{"type":40,"tag":86,"props":476,"children":477},{},[478],{"type":46,"value":479},"No required environment variables.",{"type":40,"tag":49,"props":481,"children":483},{"id":482},"examples",[484],{"type":46,"value":485},"Examples",{"type":40,"tag":56,"props":487,"children":488},{},[489],{"type":40,"tag":60,"props":490,"children":491},{},[492,494],{"type":46,"value":493},"Runnable examples (openpyxl): ",{"type":40,"tag":112,"props":495,"children":497},{"className":496},[],[498],{"type":46,"value":499},"references\u002Fexamples\u002Fopenpyxl\u002F",{"type":40,"tag":49,"props":501,"children":503},{"id":502},"formula-requirements",[504],{"type":46,"value":505},"Formula requirements",{"type":40,"tag":56,"props":507,"children":508},{},[509,514,549,554,575,596,617,630,672],{"type":40,"tag":60,"props":510,"children":511},{},[512],{"type":46,"value":513},"Use formulas for derived values rather than hardcoding results.",{"type":40,"tag":60,"props":515,"children":516},{},[517,519,525,527,533,534,540,542,548],{"type":46,"value":518},"Do not use dynamic array functions like ",{"type":40,"tag":112,"props":520,"children":522},{"className":521},[],[523],{"type":46,"value":524},"FILTER",{"type":46,"value":526},", ",{"type":40,"tag":112,"props":528,"children":530},{"className":529},[],[531],{"type":46,"value":532},"XLOOKUP",{"type":46,"value":526},{"type":40,"tag":112,"props":535,"children":537},{"className":536},[],[538],{"type":46,"value":539},"SORT",{"type":46,"value":541},", or ",{"type":40,"tag":112,"props":543,"children":545},{"className":544},[],[546],{"type":46,"value":547},"SEQUENCE",{"type":46,"value":248},{"type":40,"tag":60,"props":550,"children":551},{},[552],{"type":46,"value":553},"Keep formulas simple and legible; use helper cells for complex logic.",{"type":40,"tag":60,"props":555,"children":556},{},[557,559,565,567,573],{"type":46,"value":558},"Avoid volatile functions like ",{"type":40,"tag":112,"props":560,"children":562},{"className":561},[],[563],{"type":46,"value":564},"INDIRECT",{"type":46,"value":566}," and ",{"type":40,"tag":112,"props":568,"children":570},{"className":569},[],[571],{"type":46,"value":572},"OFFSET",{"type":46,"value":574}," unless required.",{"type":40,"tag":60,"props":576,"children":577},{},[578,580,586,588,594],{"type":46,"value":579},"Prefer cell references over magic numbers (for example, ",{"type":40,"tag":112,"props":581,"children":583},{"className":582},[],[584],{"type":46,"value":585},"=H6*(1+$B$3)",{"type":46,"value":587}," instead of ",{"type":40,"tag":112,"props":589,"children":591},{"className":590},[],[592],{"type":46,"value":593},"=H6*1.04",{"type":46,"value":595},").",{"type":40,"tag":60,"props":597,"children":598},{},[599,601,607,609,615],{"type":46,"value":600},"Use absolute (",{"type":40,"tag":112,"props":602,"children":604},{"className":603},[],[605],{"type":46,"value":606},"$B$4",{"type":46,"value":608},") or relative (",{"type":40,"tag":112,"props":610,"children":612},{"className":611},[],[613],{"type":46,"value":614},"B4",{"type":46,"value":616},") references carefully so copied formulas behave correctly.",{"type":40,"tag":60,"props":618,"children":619},{},[620,622,628],{"type":46,"value":621},"If you need literal text that starts with ",{"type":40,"tag":112,"props":623,"children":625},{"className":624},[],[626],{"type":46,"value":627},"=",{"type":46,"value":629},", prefix it with a single quote.",{"type":40,"tag":60,"props":631,"children":632},{},[633,635,641,642,648,649,655,656,662,664,670],{"type":46,"value":634},"Guard against ",{"type":40,"tag":112,"props":636,"children":638},{"className":637},[],[639],{"type":46,"value":640},"#REF!",{"type":46,"value":526},{"type":40,"tag":112,"props":643,"children":645},{"className":644},[],[646],{"type":46,"value":647},"#DIV\u002F0!",{"type":46,"value":526},{"type":40,"tag":112,"props":650,"children":652},{"className":651},[],[653],{"type":46,"value":654},"#VALUE!",{"type":46,"value":526},{"type":40,"tag":112,"props":657,"children":659},{"className":658},[],[660],{"type":46,"value":661},"#N\u002FA",{"type":46,"value":663},", and ",{"type":40,"tag":112,"props":665,"children":667},{"className":666},[],[668],{"type":46,"value":669},"#NAME?",{"type":46,"value":671}," errors.",{"type":40,"tag":60,"props":673,"children":674},{},[675],{"type":46,"value":676},"Check for off-by-one mistakes, circular references, and incorrect ranges.",{"type":40,"tag":49,"props":678,"children":680},{"id":679},"citation-requirements",[681],{"type":46,"value":682},"Citation requirements",{"type":40,"tag":56,"props":684,"children":685},{},[686,691,696],{"type":40,"tag":60,"props":687,"children":688},{},[689],{"type":46,"value":690},"Cite sources inside the spreadsheet using plain-text URLs.",{"type":40,"tag":60,"props":692,"children":693},{},[694],{"type":46,"value":695},"For financial models, cite model inputs in cell comments.",{"type":40,"tag":60,"props":697,"children":698},{},[699],{"type":46,"value":700},"For tabular data sourced externally, add a source column when each row represents a separate item.",{"type":40,"tag":49,"props":702,"children":704},{"id":703},"formatting-requirements-existing-formatted-spreadsheets",[705],{"type":46,"value":706},"Formatting requirements (existing formatted spreadsheets)",{"type":40,"tag":56,"props":708,"children":709},{},[710,715,720,725],{"type":40,"tag":60,"props":711,"children":712},{},[713],{"type":46,"value":714},"Render and inspect a provided spreadsheet before modifying it when possible.",{"type":40,"tag":60,"props":716,"children":717},{},[718],{"type":46,"value":719},"Preserve existing formatting and style exactly.",{"type":40,"tag":60,"props":721,"children":722},{},[723],{"type":46,"value":724},"Match styles for any newly filled cells that were previously blank.",{"type":40,"tag":60,"props":726,"children":727},{},[728],{"type":46,"value":729},"Never overwrite established formatting unless the user explicitly asks for a redesign.",{"type":40,"tag":49,"props":731,"children":733},{"id":732},"formatting-requirements-new-or-unstyled-spreadsheets",[734],{"type":46,"value":735},"Formatting requirements (new or unstyled spreadsheets)",{"type":40,"tag":56,"props":737,"children":738},{},[739,744,749,754,759,764,769,774,779,784,789,794],{"type":40,"tag":60,"props":740,"children":741},{},[742],{"type":46,"value":743},"Use appropriate number and date formats.",{"type":40,"tag":60,"props":745,"children":746},{},[747],{"type":46,"value":748},"Dates should render as dates, not plain numbers.",{"type":40,"tag":60,"props":750,"children":751},{},[752],{"type":46,"value":753},"Percentages should usually default to one decimal place unless the data calls for something else.",{"type":40,"tag":60,"props":755,"children":756},{},[757],{"type":46,"value":758},"Currencies should use the appropriate currency format.",{"type":40,"tag":60,"props":760,"children":761},{},[762],{"type":46,"value":763},"Headers should be visually distinct from raw inputs and derived cells.",{"type":40,"tag":60,"props":765,"children":766},{},[767],{"type":46,"value":768},"Use fill colors, borders, spacing, and merged cells sparingly and intentionally.",{"type":40,"tag":60,"props":770,"children":771},{},[772],{"type":46,"value":773},"Set row heights and column widths so content is readable without excessive whitespace.",{"type":40,"tag":60,"props":775,"children":776},{},[777],{"type":46,"value":778},"Do not apply borders around every filled cell.",{"type":40,"tag":60,"props":780,"children":781},{},[782],{"type":46,"value":783},"Group related calculations and make totals simple sums of the cells above them.",{"type":40,"tag":60,"props":785,"children":786},{},[787],{"type":46,"value":788},"Add whitespace to separate sections.",{"type":40,"tag":60,"props":790,"children":791},{},[792],{"type":46,"value":793},"Ensure text does not spill into adjacent cells.",{"type":40,"tag":60,"props":795,"children":796},{},[797,799,805],{"type":46,"value":798},"Avoid unsupported spreadsheet data-table features such as ",{"type":40,"tag":112,"props":800,"children":802},{"className":801},[],[803],{"type":46,"value":804},"=TABLE",{"type":46,"value":248},{"type":40,"tag":49,"props":807,"children":809},{"id":808},"color-conventions-if-no-style-guidance",[810],{"type":46,"value":811},"Color conventions (if no style guidance)",{"type":40,"tag":56,"props":813,"children":814},{},[815,820,825,830,835,840,845,850],{"type":40,"tag":60,"props":816,"children":817},{},[818],{"type":46,"value":819},"Blue: user input",{"type":40,"tag":60,"props":821,"children":822},{},[823],{"type":46,"value":824},"Black: formulas and derived values",{"type":40,"tag":60,"props":826,"children":827},{},[828],{"type":46,"value":829},"Green: linked or imported values",{"type":40,"tag":60,"props":831,"children":832},{},[833],{"type":46,"value":834},"Gray: static constants",{"type":40,"tag":60,"props":836,"children":837},{},[838],{"type":46,"value":839},"Orange: review or caution",{"type":40,"tag":60,"props":841,"children":842},{},[843],{"type":46,"value":844},"Light red: error or flag",{"type":40,"tag":60,"props":846,"children":847},{},[848],{"type":46,"value":849},"Purple: control or logic",{"type":40,"tag":60,"props":851,"children":852},{},[853],{"type":46,"value":854},"Teal: visualization anchors and KPI highlights",{"type":40,"tag":49,"props":856,"children":858},{"id":857},"finance-specific-requirements",[859],{"type":46,"value":860},"Finance-specific requirements",{"type":40,"tag":56,"props":862,"children":863},{},[864,876,881,893,905,910],{"type":40,"tag":60,"props":865,"children":866},{},[867,869,875],{"type":46,"value":868},"Format zeros as ",{"type":40,"tag":112,"props":870,"children":872},{"className":871},[],[873],{"type":46,"value":874},"-",{"type":46,"value":248},{"type":40,"tag":60,"props":877,"children":878},{},[879],{"type":46,"value":880},"Negative numbers should be red and in parentheses.",{"type":40,"tag":60,"props":882,"children":883},{},[884,886,892],{"type":46,"value":885},"Format multiples as ",{"type":40,"tag":112,"props":887,"children":889},{"className":888},[],[890],{"type":46,"value":891},"5.2x",{"type":46,"value":248},{"type":40,"tag":60,"props":894,"children":895},{},[896,898,904],{"type":46,"value":897},"Always specify units in headers (for example, ",{"type":40,"tag":112,"props":899,"children":901},{"className":900},[],[902],{"type":46,"value":903},"Revenue ($mm)",{"type":46,"value":595},{"type":40,"tag":60,"props":906,"children":907},{},[908],{"type":46,"value":909},"Cite sources for all raw inputs in cell comments.",{"type":40,"tag":60,"props":911,"children":912},{},[913],{"type":46,"value":914},"For new financial models with no user-specified style, use blue text for hardcoded inputs, black for formulas, green for internal workbook links, red for external links, and yellow fill for key assumptions that need attention.",{"type":40,"tag":49,"props":916,"children":918},{"id":917},"investment-banking-layouts",[919],{"type":46,"value":920},"Investment banking layouts",{"type":40,"tag":86,"props":922,"children":923},{},[924],{"type":46,"value":925},"If the spreadsheet is an IB-style model (LBO, DCF, 3-statement, valuation):",{"type":40,"tag":56,"props":927,"children":928},{},[929,934,939,944,949],{"type":40,"tag":60,"props":930,"children":931},{},[932],{"type":46,"value":933},"Totals should sum the range directly above.",{"type":40,"tag":60,"props":935,"children":936},{},[937],{"type":46,"value":938},"Hide gridlines and use horizontal borders above totals across relevant columns.",{"type":40,"tag":60,"props":940,"children":941},{},[942],{"type":46,"value":943},"Section headers should be merged cells with dark fill and white text.",{"type":40,"tag":60,"props":945,"children":946},{},[947],{"type":46,"value":948},"Column labels for numeric data should be right-aligned; row labels should be left-aligned.",{"type":40,"tag":60,"props":950,"children":951},{},[952],{"type":46,"value":953},"Indent submetrics under their parent line items.",{"items":955,"total":1073},[956,972,989,1008,1023,1044,1054],{"slug":957,"name":957,"fn":958,"description":959,"org":960,"tags":961,"stars":23,"repoUrl":24,"updatedAt":971},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[962,965,968],{"name":963,"slug":964,"type":16},"Authentication","authentication",{"name":966,"slug":967,"type":16},"CLI","cli",{"name":969,"slug":970,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":973,"name":973,"fn":974,"description":975,"org":976,"tags":977,"stars":23,"repoUrl":24,"updatedAt":988},"agent-slack","automate Slack messaging and workflows","Slack automation CLI — read\u002Fsend\u002Fsearch messages, browse threads and channels, manage channels, download attachments, look up users, and run workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[978,981,982,985],{"name":979,"slug":980,"type":16},"Automation","automation",{"name":966,"slug":967,"type":16},{"name":983,"slug":984,"type":16},"Messaging","messaging",{"name":986,"slug":987,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":990,"name":990,"fn":991,"description":992,"org":993,"tags":994,"stars":23,"repoUrl":24,"updatedAt":1007},"ai-news","fetch and summarize AI news","Fetch and summarize recent AI news from curated RSS feeds (Hugging Face, VentureBeat, The Verge, OpenAI, Anthropic, DeepMind, etc.) and YouTube channels (Yannic Kilcher, Two Minute Papers, AI Explained, etc.). Also fetches full transcripts for specific YouTube videos. Use when the user asks about recent AI news, what's happened in AI lately, summaries of AI research or product announcements, or wants a digest of what's going on in the AI space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[995,998,1001,1004],{"name":996,"slug":997,"type":16},"Communications","communications",{"name":999,"slug":1000,"type":16},"LLM","llm",{"name":1002,"slug":1003,"type":16},"Research","research",{"name":1005,"slug":1006,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":1009,"name":1009,"fn":1010,"description":1011,"org":1012,"tags":1013,"stars":23,"repoUrl":24,"updatedAt":1022},"creating-letta-code-channels","build and debug Letta Code channels","Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~\u002F.letta\u002Fchannels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1014,1017,1020,1021],{"name":1015,"slug":1016,"type":16},"Agents","agents",{"name":1018,"slug":1019,"type":16},"API Development","api-development",{"name":983,"slug":984,"type":16},{"name":986,"slug":987,"type":16},"2026-07-13T06:25:55.843495",{"slug":1024,"name":1024,"fn":1025,"description":1026,"org":1027,"tags":1028,"stars":23,"repoUrl":24,"updatedAt":1043},"datadog","query Datadog observability data","Query Datadog observability data (logs, metrics, monitors, dashboards, hosts) via direct API. Use when investigating production issues, checking monitors, searching logs, or accessing Datadog data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1029,1031,1034,1037,1040],{"name":1030,"slug":1024,"type":16},"Datadog",{"name":1032,"slug":1033,"type":16},"Logs","logs",{"name":1035,"slug":1036,"type":16},"Metrics","metrics",{"name":1038,"slug":1039,"type":16},"Monitoring","monitoring",{"name":1041,"slug":1042,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":1045,"name":1045,"fn":1046,"description":1047,"org":1048,"tags":1049,"stars":23,"repoUrl":24,"updatedAt":1053},"discord","automate Discord server and channel tasks","Discord automation CLI — send\u002Fread\u002Fsearch messages, manage channels and servers, react, create threads, pin messages, and look up users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1050,1051,1052],{"name":979,"slug":980,"type":16},{"name":966,"slug":967,"type":16},{"name":983,"slug":984,"type":16},"2026-07-13T06:24:26.62387",{"slug":1055,"name":1055,"fn":1056,"description":1057,"org":1058,"tags":1059,"stars":23,"repoUrl":24,"updatedAt":1072},"doc","create and edit Word documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1060,1063,1066,1069],{"name":1061,"slug":1062,"type":16},"Documents","documents",{"name":1064,"slug":1065,"type":16},"DOCX","docx",{"name":1067,"slug":1068,"type":16},"Office","office",{"name":1070,"slug":1071,"type":16},"Word","word","2026-07-13T06:23:44.299568",45,{"items":1075,"total":1230},[1076,1090,1105,1117,1129,1143,1153,1164,1176,1192,1203,1215],{"slug":1077,"name":1077,"fn":1078,"description":1079,"org":1080,"tags":1081,"stars":1087,"repoUrl":1088,"updatedAt":1089},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1082,1083,1084],{"name":1015,"slug":1016,"type":16},{"name":979,"slug":980,"type":16},{"name":1085,"slug":1086,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":1091,"name":1092,"fn":1093,"description":1094,"org":1095,"tags":1096,"stars":1087,"repoUrl":1088,"updatedAt":1104},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1097,1098,1101],{"name":1015,"slug":1016,"type":16},{"name":1099,"slug":1100,"type":16},"AI Context","ai-context",{"name":1102,"slug":1103,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":1106,"name":1106,"fn":1107,"description":1108,"org":1109,"tags":1110,"stars":1087,"repoUrl":1088,"updatedAt":1116},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1111,1112,1113],{"name":1015,"slug":1016,"type":16},{"name":979,"slug":980,"type":16},{"name":1114,"slug":1115,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":1118,"name":1118,"fn":1119,"description":1120,"org":1121,"tags":1122,"stars":1087,"repoUrl":1088,"updatedAt":1128},"creating-mods","create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1123,1124,1125],{"name":1015,"slug":1016,"type":16},{"name":979,"slug":980,"type":16},{"name":1126,"slug":1127,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":1130,"name":1130,"fn":1131,"description":1132,"org":1133,"tags":1134,"stars":1087,"repoUrl":1088,"updatedAt":1142},"creating-skills","create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1135,1136,1139],{"name":1015,"slug":1016,"type":16},{"name":1137,"slug":1138,"type":16},"Documentation","documentation",{"name":1140,"slug":1141,"type":16},"Plugin Development","plugin-development","2026-07-13T06:22:56.998659",{"slug":1144,"name":1144,"fn":1145,"description":1146,"org":1147,"tags":1148,"stars":1087,"repoUrl":1088,"updatedAt":1152},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1149,1150,1151],{"name":1015,"slug":1016,"type":16},{"name":979,"slug":980,"type":16},{"name":966,"slug":967,"type":16},"2026-07-13T06:23:18.266798",{"slug":1154,"name":1154,"fn":1155,"description":1156,"org":1157,"tags":1158,"stars":1087,"repoUrl":1088,"updatedAt":1163},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1159,1160],{"name":966,"slug":967,"type":16},{"name":1161,"slug":1162,"type":16},"Engineering","engineering","2026-07-13T06:23:27.465985",{"slug":1165,"name":1165,"fn":1166,"description":1167,"org":1168,"tags":1169,"stars":1087,"repoUrl":1088,"updatedAt":1175},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1170,1171,1172],{"name":1015,"slug":1016,"type":16},{"name":1126,"slug":1127,"type":16},{"name":1173,"slug":1174,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":1177,"name":1177,"fn":1178,"description":1179,"org":1180,"tags":1181,"stars":1087,"repoUrl":1088,"updatedAt":1191},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1182,1185,1188],{"name":1183,"slug":1184,"type":16},"Configuration","configuration",{"name":1186,"slug":1187,"type":16},"Desktop","desktop",{"name":1189,"slug":1190,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":1193,"name":1193,"fn":1194,"description":1195,"org":1196,"tags":1197,"stars":1087,"repoUrl":1088,"updatedAt":1202},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1198,1199],{"name":1015,"slug":1016,"type":16},{"name":1200,"slug":1201,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":1204,"name":1204,"fn":1205,"description":1206,"org":1207,"tags":1208,"stars":1087,"repoUrl":1088,"updatedAt":1214},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1209,1210,1213],{"name":1015,"slug":1016,"type":16},{"name":1211,"slug":1212,"type":16},"AI Infrastructure","ai-infrastructure",{"name":1183,"slug":1184,"type":16},"2026-07-13T06:23:08.838181",{"slug":1216,"name":1216,"fn":1217,"description":1218,"org":1219,"tags":1220,"stars":1087,"repoUrl":1088,"updatedAt":1229},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1221,1224,1227],{"name":1222,"slug":1223,"type":16},"Creative","creative",{"name":1225,"slug":1226,"type":16},"Graphics","graphics",{"name":1228,"slug":1216,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69]