[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-audit-xls":3,"mdc--xjilga-key":36,"related-repo-anthropic-audit-xls":1182,"related-org-anthropic-audit-xls":1286},{"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":34,"mdContent":35},"audit-xls","audit spreadsheets for formula accuracy","Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on \"audit this sheet\", \"check my formulas\", \"find formula errors\", \"QA this spreadsheet\", \"sanity check this\", \"debug model\", \"model check\", \"model won't balance\", \"something's off in my model\", \"model review\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"anthropic","Anthropic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fanthropic.png","anthropics",[13,17,20,23],{"name":14,"slug":15,"type":16},"Excel","excel","tag",{"name":18,"slug":19,"type":16},"Finance","finance",{"name":21,"slug":22,"type":16},"Audit","audit",{"name":24,"slug":25,"type":16},"Spreadsheets","spreadsheets",33636,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Ffinancial-services","2026-05-15T06:07:23.536125",null,4964,[],{"repoUrl":27,"stars":26,"forks":30,"topics":33,"description":29},[],"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Ffinancial-services\u002Ftree\u002FHEAD\u002Fplugins\u002Fagent-plugins\u002Fgl-reconciler\u002Fskills\u002Faudit-xls","---\nname: audit-xls\ndescription: Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on \"audit this sheet\", \"check my formulas\", \"find formula errors\", \"QA this spreadsheet\", \"sanity check this\", \"debug model\", \"model check\", \"model won't balance\", \"something's off in my model\", \"model review\".\n---\n\n# Audit Spreadsheet\n\nAudit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits.\n\n## Step 1: Determine scope\n\nIf the user already gave a scope, use it. Otherwise **ask them**:\n\n> What scope do you want me to audit?\n> - **selection** — just the currently selected range\n> - **sheet** — the current active sheet only\n> - **model** — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, logic sanity)\n\nThe **model** scope is the deepest — use it for DCF, LBO, 3-statement, merger, comps, or any integrated financial model before sending to a client or IC.\n\n---\n\n## Step 2: Formula-level checks (ALL scopes)\n\nRun these regardless of scope:\n\n| Check | What to look for |\n|---|---|\n| Formula errors | `#REF!`, `#VALUE!`, `#N\u002FA`, `#DIV\u002F0!`, `#NAME?` |\n| Hardcodes inside formulas | `=A1*1.05` — the `1.05` should be a cell reference |\n| Inconsistent formulas | A formula that breaks the pattern of its neighbors in a row\u002Fcolumn |\n| Off-by-one ranges | `SUM`\u002F`AVERAGE` that misses the first or last row |\n| Pasted-over formulas | Cell that looks like a formula but is actually a hardcoded value |\n| Circular references | Intentional or accidental |\n| Broken cross-sheet links | References to cells that moved or were deleted |\n| Unit\u002Fscale mismatches | Thousands mixed with millions, % stored as whole numbers |\n| Hidden rows\u002Ftabs | Could contain overrides or stale calculations |\n\n---\n\n## Step 3: Model-integrity checks (MODEL scope only)\n\nIf scope is **model**, identify the model type (DCF \u002F LBO \u002F 3-statement \u002F merger \u002F comps \u002F custom) and run the appropriate integrity checks below.\n\n### 3a. Structural review\n\n| Check | What to look for |\n|---|---|\n| Input\u002Fformula separation | Are inputs clearly separated from calculations? |\n| Color convention | Blue=input, black=formula, green=link — or whatever the model uses, applied consistently? |\n| Tab flow | Logical order (Assumptions → IS → BS → CF → Valuation)? |\n| Date headers | Consistent across all tabs? |\n| Units | Consistent (thousands vs millions vs actuals)? |\n\n### 3b. Balance Sheet\n\n| Check | Test |\n|---|---|\n| BS balances | Total Assets = Total Liabilities + Equity (every period) |\n| RE rollforward | Prior RE + Net Income − Dividends = Current RE |\n| Goodwill\u002Fintangibles | Flow from acquisition assumptions (if M&A) |\n\nIf BS doesn't balance, **quantify the gap per period and trace where it breaks** — nothing else matters until this is fixed.\n\n### 3c. Cash Flow Statement\n\n| Check | Test |\n|---|---|\n| Cash tie-out | CF Ending Cash = BS Cash (every period) |\n| CF sums | CFO + CFI + CFF = Δ Cash |\n| D&A match | D&A on CF = D&A on IS |\n| CapEx match | CapEx on CF matches PP&E rollforward on BS |\n| WC changes | Signs match BS movements (ΔAR, ΔAP, ΔInventory) |\n\n### 3d. Income Statement\n\n| Check | Test |\n|---|---|\n| Revenue build | Ties to segment\u002Fproduct detail |\n| Tax | Tax expense = Pre-tax income × tax rate (allow for deferred tax adj) |\n| Share count | Ties to dilution schedule (options, converts, buybacks) |\n\n### 3e. Circular references\n\n- Interest → debt balance → cash → interest is a common intentional circ in LBO\u002F3-stmt models\n- If intentional: verify iteration toggle exists and works\n- If unintentional: trace the loop and flag how to break it\n\n### 3f. Logic & reasonableness\n\n| Check | Flag if |\n|---|---|\n| Growth rates | >100% revenue growth without explanation |\n| Margins | Outside industry norms |\n| Terminal value dominance | TV > ~75% of DCF EV (yellow flag) |\n| Hockey-stick | Projections ramp unrealistically in out-years |\n| Compounding | EBITDA compounds to absurd $ by Year 10 |\n| Edge cases | Model breaks at 0% or negative growth, negative EBITDA, leverage goes negative |\n\n### 3g. Model-type-specific bugs\n\n**DCF:**\n- Discount rate applied to wrong period (mid-year vs end-of-year)\n- Terminal value not discounted back\n- WACC uses book values instead of market values\n- FCF includes interest expense (should be unlevered)\n- Tax shield double-counted\n\n**LBO:**\n- Debt paydown doesn't match cash sweep mechanics\n- PIK interest not accruing to principal\n- Management rollover not reflected in returns\n- Exit multiple applied to wrong EBITDA (LTM vs NTM)\n- Fees\u002Fexpenses not deducted from Day 1 equity\n\n**Merger:**\n- Accretion\u002Fdilution uses wrong share count (pre- vs post-deal)\n- Synergies not phased in\n- Purchase price allocation doesn't balance\n- Foregone interest on cash not included\n- Transaction fees not in sources & uses\n\n**3-statement:**\n- Working capital changes have wrong sign\n- Depreciation doesn't match PP&E schedule\n- Debt maturity schedule doesn't match principal payments\n- Dividends exceed net income without explanation\n\n---\n\n## Step 4: Report\n\nOutput a findings table:\n\n| # | Sheet | Cell\u002FRange | Severity | Category | Issue | Suggested Fix |\n|---|---|---|---|---|---|---|\n\n**Severity:**\n- **Critical** — wrong output (BS doesn't balance, formula broken, cash doesn't tie)\n- **Warning** — risky (hardcodes, inconsistent formulas, edge-case failures)\n- **Info** — style\u002Fbest-practice (color coding, layout, naming)\n\nFor **model** scope, prepend a summary line:\n\n> Model type: [DCF\u002FLBO\u002F3-stmt\u002F...] — Overall: [Clean \u002F Minor Issues \u002F Major Issues] — [N] critical, [N] warnings, [N] info\n\n**Don't change anything without asking** — report first, fix on request.\n\n---\n\n## Notes\n\n- **BS balance first** — if it doesn't balance, everything downstream is suspect\n- **Hardcoded overrides are the #1 source of silent bugs** — search aggressively\n- **Sign convention errors** (positive vs negative for cash outflows) are extremely common\n- If the model uses VBA macros, note any macro-driven calculations that can't be audited from formulas alone\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,56,63,76,120,131,135,141,146,353,356,362,373,380,465,471,531,543,549,634,640,699,705,723,729,828,834,842,870,878,906,914,942,950,973,976,982,987,1031,1039,1072,1083,1125,1135,1138,1144],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"audit-spreadsheet",[47],{"type":48,"value":49},"text","Audit Spreadsheet",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54],{"type":48,"value":55},"Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits.",{"type":42,"tag":57,"props":58,"children":60},"h2",{"id":59},"step-1-determine-scope",[61],{"type":48,"value":62},"Step 1: Determine scope",{"type":42,"tag":51,"props":64,"children":65},{},[66,68,74],{"type":48,"value":67},"If the user already gave a scope, use it. Otherwise ",{"type":42,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":48,"value":73},"ask them",{"type":48,"value":75},":",{"type":42,"tag":77,"props":78,"children":79},"blockquote",{},[80,85],{"type":42,"tag":51,"props":81,"children":82},{},[83],{"type":48,"value":84},"What scope do you want me to audit?",{"type":42,"tag":86,"props":87,"children":88},"ul",{},[89,100,110],{"type":42,"tag":90,"props":91,"children":92},"li",{},[93,98],{"type":42,"tag":69,"props":94,"children":95},{},[96],{"type":48,"value":97},"selection",{"type":48,"value":99}," — just the currently selected range",{"type":42,"tag":90,"props":101,"children":102},{},[103,108],{"type":42,"tag":69,"props":104,"children":105},{},[106],{"type":48,"value":107},"sheet",{"type":48,"value":109}," — the current active sheet only",{"type":42,"tag":90,"props":111,"children":112},{},[113,118],{"type":42,"tag":69,"props":114,"children":115},{},[116],{"type":48,"value":117},"model",{"type":48,"value":119}," — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, logic sanity)",{"type":42,"tag":51,"props":121,"children":122},{},[123,125,129],{"type":48,"value":124},"The ",{"type":42,"tag":69,"props":126,"children":127},{},[128],{"type":48,"value":117},{"type":48,"value":130}," scope is the deepest — use it for DCF, LBO, 3-statement, merger, comps, or any integrated financial model before sending to a client or IC.",{"type":42,"tag":132,"props":133,"children":134},"hr",{},[],{"type":42,"tag":57,"props":136,"children":138},{"id":137},"step-2-formula-level-checks-all-scopes",[139],{"type":48,"value":140},"Step 2: Formula-level checks (ALL scopes)",{"type":42,"tag":51,"props":142,"children":143},{},[144],{"type":48,"value":145},"Run these regardless of scope:",{"type":42,"tag":147,"props":148,"children":149},"table",{},[150,169],{"type":42,"tag":151,"props":152,"children":153},"thead",{},[154],{"type":42,"tag":155,"props":156,"children":157},"tr",{},[158,164],{"type":42,"tag":159,"props":160,"children":161},"th",{},[162],{"type":48,"value":163},"Check",{"type":42,"tag":159,"props":165,"children":166},{},[167],{"type":48,"value":168},"What to look for",{"type":42,"tag":170,"props":171,"children":172},"tbody",{},[173,221,248,261,288,301,314,327,340],{"type":42,"tag":155,"props":174,"children":175},{},[176,182],{"type":42,"tag":177,"props":178,"children":179},"td",{},[180],{"type":48,"value":181},"Formula errors",{"type":42,"tag":177,"props":183,"children":184},{},[185,192,194,200,201,207,208,214,215],{"type":42,"tag":186,"props":187,"children":189},"code",{"className":188},[],[190],{"type":48,"value":191},"#REF!",{"type":48,"value":193},", ",{"type":42,"tag":186,"props":195,"children":197},{"className":196},[],[198],{"type":48,"value":199},"#VALUE!",{"type":48,"value":193},{"type":42,"tag":186,"props":202,"children":204},{"className":203},[],[205],{"type":48,"value":206},"#N\u002FA",{"type":48,"value":193},{"type":42,"tag":186,"props":209,"children":211},{"className":210},[],[212],{"type":48,"value":213},"#DIV\u002F0!",{"type":48,"value":193},{"type":42,"tag":186,"props":216,"children":218},{"className":217},[],[219],{"type":48,"value":220},"#NAME?",{"type":42,"tag":155,"props":222,"children":223},{},[224,229],{"type":42,"tag":177,"props":225,"children":226},{},[227],{"type":48,"value":228},"Hardcodes inside formulas",{"type":42,"tag":177,"props":230,"children":231},{},[232,238,240,246],{"type":42,"tag":186,"props":233,"children":235},{"className":234},[],[236],{"type":48,"value":237},"=A1*1.05",{"type":48,"value":239}," — the ",{"type":42,"tag":186,"props":241,"children":243},{"className":242},[],[244],{"type":48,"value":245},"1.05",{"type":48,"value":247}," should be a cell reference",{"type":42,"tag":155,"props":249,"children":250},{},[251,256],{"type":42,"tag":177,"props":252,"children":253},{},[254],{"type":48,"value":255},"Inconsistent formulas",{"type":42,"tag":177,"props":257,"children":258},{},[259],{"type":48,"value":260},"A formula that breaks the pattern of its neighbors in a row\u002Fcolumn",{"type":42,"tag":155,"props":262,"children":263},{},[264,269],{"type":42,"tag":177,"props":265,"children":266},{},[267],{"type":48,"value":268},"Off-by-one ranges",{"type":42,"tag":177,"props":270,"children":271},{},[272,278,280,286],{"type":42,"tag":186,"props":273,"children":275},{"className":274},[],[276],{"type":48,"value":277},"SUM",{"type":48,"value":279},"\u002F",{"type":42,"tag":186,"props":281,"children":283},{"className":282},[],[284],{"type":48,"value":285},"AVERAGE",{"type":48,"value":287}," that misses the first or last row",{"type":42,"tag":155,"props":289,"children":290},{},[291,296],{"type":42,"tag":177,"props":292,"children":293},{},[294],{"type":48,"value":295},"Pasted-over formulas",{"type":42,"tag":177,"props":297,"children":298},{},[299],{"type":48,"value":300},"Cell that looks like a formula but is actually a hardcoded value",{"type":42,"tag":155,"props":302,"children":303},{},[304,309],{"type":42,"tag":177,"props":305,"children":306},{},[307],{"type":48,"value":308},"Circular references",{"type":42,"tag":177,"props":310,"children":311},{},[312],{"type":48,"value":313},"Intentional or accidental",{"type":42,"tag":155,"props":315,"children":316},{},[317,322],{"type":42,"tag":177,"props":318,"children":319},{},[320],{"type":48,"value":321},"Broken cross-sheet links",{"type":42,"tag":177,"props":323,"children":324},{},[325],{"type":48,"value":326},"References to cells that moved or were deleted",{"type":42,"tag":155,"props":328,"children":329},{},[330,335],{"type":42,"tag":177,"props":331,"children":332},{},[333],{"type":48,"value":334},"Unit\u002Fscale mismatches",{"type":42,"tag":177,"props":336,"children":337},{},[338],{"type":48,"value":339},"Thousands mixed with millions, % stored as whole numbers",{"type":42,"tag":155,"props":341,"children":342},{},[343,348],{"type":42,"tag":177,"props":344,"children":345},{},[346],{"type":48,"value":347},"Hidden rows\u002Ftabs",{"type":42,"tag":177,"props":349,"children":350},{},[351],{"type":48,"value":352},"Could contain overrides or stale calculations",{"type":42,"tag":132,"props":354,"children":355},{},[],{"type":42,"tag":57,"props":357,"children":359},{"id":358},"step-3-model-integrity-checks-model-scope-only",[360],{"type":48,"value":361},"Step 3: Model-integrity checks (MODEL scope only)",{"type":42,"tag":51,"props":363,"children":364},{},[365,367,371],{"type":48,"value":366},"If scope is ",{"type":42,"tag":69,"props":368,"children":369},{},[370],{"type":48,"value":117},{"type":48,"value":372},", identify the model type (DCF \u002F LBO \u002F 3-statement \u002F merger \u002F comps \u002F custom) and run the appropriate integrity checks below.",{"type":42,"tag":374,"props":375,"children":377},"h3",{"id":376},"_3a-structural-review",[378],{"type":48,"value":379},"3a. Structural review",{"type":42,"tag":147,"props":381,"children":382},{},[383,397],{"type":42,"tag":151,"props":384,"children":385},{},[386],{"type":42,"tag":155,"props":387,"children":388},{},[389,393],{"type":42,"tag":159,"props":390,"children":391},{},[392],{"type":48,"value":163},{"type":42,"tag":159,"props":394,"children":395},{},[396],{"type":48,"value":168},{"type":42,"tag":170,"props":398,"children":399},{},[400,413,426,439,452],{"type":42,"tag":155,"props":401,"children":402},{},[403,408],{"type":42,"tag":177,"props":404,"children":405},{},[406],{"type":48,"value":407},"Input\u002Fformula separation",{"type":42,"tag":177,"props":409,"children":410},{},[411],{"type":48,"value":412},"Are inputs clearly separated from calculations?",{"type":42,"tag":155,"props":414,"children":415},{},[416,421],{"type":42,"tag":177,"props":417,"children":418},{},[419],{"type":48,"value":420},"Color convention",{"type":42,"tag":177,"props":422,"children":423},{},[424],{"type":48,"value":425},"Blue=input, black=formula, green=link — or whatever the model uses, applied consistently?",{"type":42,"tag":155,"props":427,"children":428},{},[429,434],{"type":42,"tag":177,"props":430,"children":431},{},[432],{"type":48,"value":433},"Tab flow",{"type":42,"tag":177,"props":435,"children":436},{},[437],{"type":48,"value":438},"Logical order (Assumptions → IS → BS → CF → Valuation)?",{"type":42,"tag":155,"props":440,"children":441},{},[442,447],{"type":42,"tag":177,"props":443,"children":444},{},[445],{"type":48,"value":446},"Date headers",{"type":42,"tag":177,"props":448,"children":449},{},[450],{"type":48,"value":451},"Consistent across all tabs?",{"type":42,"tag":155,"props":453,"children":454},{},[455,460],{"type":42,"tag":177,"props":456,"children":457},{},[458],{"type":48,"value":459},"Units",{"type":42,"tag":177,"props":461,"children":462},{},[463],{"type":48,"value":464},"Consistent (thousands vs millions vs actuals)?",{"type":42,"tag":374,"props":466,"children":468},{"id":467},"_3b-balance-sheet",[469],{"type":48,"value":470},"3b. Balance Sheet",{"type":42,"tag":147,"props":472,"children":473},{},[474,489],{"type":42,"tag":151,"props":475,"children":476},{},[477],{"type":42,"tag":155,"props":478,"children":479},{},[480,484],{"type":42,"tag":159,"props":481,"children":482},{},[483],{"type":48,"value":163},{"type":42,"tag":159,"props":485,"children":486},{},[487],{"type":48,"value":488},"Test",{"type":42,"tag":170,"props":490,"children":491},{},[492,505,518],{"type":42,"tag":155,"props":493,"children":494},{},[495,500],{"type":42,"tag":177,"props":496,"children":497},{},[498],{"type":48,"value":499},"BS balances",{"type":42,"tag":177,"props":501,"children":502},{},[503],{"type":48,"value":504},"Total Assets = Total Liabilities + Equity (every period)",{"type":42,"tag":155,"props":506,"children":507},{},[508,513],{"type":42,"tag":177,"props":509,"children":510},{},[511],{"type":48,"value":512},"RE rollforward",{"type":42,"tag":177,"props":514,"children":515},{},[516],{"type":48,"value":517},"Prior RE + Net Income − Dividends = Current RE",{"type":42,"tag":155,"props":519,"children":520},{},[521,526],{"type":42,"tag":177,"props":522,"children":523},{},[524],{"type":48,"value":525},"Goodwill\u002Fintangibles",{"type":42,"tag":177,"props":527,"children":528},{},[529],{"type":48,"value":530},"Flow from acquisition assumptions (if M&A)",{"type":42,"tag":51,"props":532,"children":533},{},[534,536,541],{"type":48,"value":535},"If BS doesn't balance, ",{"type":42,"tag":69,"props":537,"children":538},{},[539],{"type":48,"value":540},"quantify the gap per period and trace where it breaks",{"type":48,"value":542}," — nothing else matters until this is fixed.",{"type":42,"tag":374,"props":544,"children":546},{"id":545},"_3c-cash-flow-statement",[547],{"type":48,"value":548},"3c. Cash Flow Statement",{"type":42,"tag":147,"props":550,"children":551},{},[552,566],{"type":42,"tag":151,"props":553,"children":554},{},[555],{"type":42,"tag":155,"props":556,"children":557},{},[558,562],{"type":42,"tag":159,"props":559,"children":560},{},[561],{"type":48,"value":163},{"type":42,"tag":159,"props":563,"children":564},{},[565],{"type":48,"value":488},{"type":42,"tag":170,"props":567,"children":568},{},[569,582,595,608,621],{"type":42,"tag":155,"props":570,"children":571},{},[572,577],{"type":42,"tag":177,"props":573,"children":574},{},[575],{"type":48,"value":576},"Cash tie-out",{"type":42,"tag":177,"props":578,"children":579},{},[580],{"type":48,"value":581},"CF Ending Cash = BS Cash (every period)",{"type":42,"tag":155,"props":583,"children":584},{},[585,590],{"type":42,"tag":177,"props":586,"children":587},{},[588],{"type":48,"value":589},"CF sums",{"type":42,"tag":177,"props":591,"children":592},{},[593],{"type":48,"value":594},"CFO + CFI + CFF = Δ Cash",{"type":42,"tag":155,"props":596,"children":597},{},[598,603],{"type":42,"tag":177,"props":599,"children":600},{},[601],{"type":48,"value":602},"D&A match",{"type":42,"tag":177,"props":604,"children":605},{},[606],{"type":48,"value":607},"D&A on CF = D&A on IS",{"type":42,"tag":155,"props":609,"children":610},{},[611,616],{"type":42,"tag":177,"props":612,"children":613},{},[614],{"type":48,"value":615},"CapEx match",{"type":42,"tag":177,"props":617,"children":618},{},[619],{"type":48,"value":620},"CapEx on CF matches PP&E rollforward on BS",{"type":42,"tag":155,"props":622,"children":623},{},[624,629],{"type":42,"tag":177,"props":625,"children":626},{},[627],{"type":48,"value":628},"WC changes",{"type":42,"tag":177,"props":630,"children":631},{},[632],{"type":48,"value":633},"Signs match BS movements (ΔAR, ΔAP, ΔInventory)",{"type":42,"tag":374,"props":635,"children":637},{"id":636},"_3d-income-statement",[638],{"type":48,"value":639},"3d. Income Statement",{"type":42,"tag":147,"props":641,"children":642},{},[643,657],{"type":42,"tag":151,"props":644,"children":645},{},[646],{"type":42,"tag":155,"props":647,"children":648},{},[649,653],{"type":42,"tag":159,"props":650,"children":651},{},[652],{"type":48,"value":163},{"type":42,"tag":159,"props":654,"children":655},{},[656],{"type":48,"value":488},{"type":42,"tag":170,"props":658,"children":659},{},[660,673,686],{"type":42,"tag":155,"props":661,"children":662},{},[663,668],{"type":42,"tag":177,"props":664,"children":665},{},[666],{"type":48,"value":667},"Revenue build",{"type":42,"tag":177,"props":669,"children":670},{},[671],{"type":48,"value":672},"Ties to segment\u002Fproduct detail",{"type":42,"tag":155,"props":674,"children":675},{},[676,681],{"type":42,"tag":177,"props":677,"children":678},{},[679],{"type":48,"value":680},"Tax",{"type":42,"tag":177,"props":682,"children":683},{},[684],{"type":48,"value":685},"Tax expense = Pre-tax income × tax rate (allow for deferred tax adj)",{"type":42,"tag":155,"props":687,"children":688},{},[689,694],{"type":42,"tag":177,"props":690,"children":691},{},[692],{"type":48,"value":693},"Share count",{"type":42,"tag":177,"props":695,"children":696},{},[697],{"type":48,"value":698},"Ties to dilution schedule (options, converts, buybacks)",{"type":42,"tag":374,"props":700,"children":702},{"id":701},"_3e-circular-references",[703],{"type":48,"value":704},"3e. Circular references",{"type":42,"tag":86,"props":706,"children":707},{},[708,713,718],{"type":42,"tag":90,"props":709,"children":710},{},[711],{"type":48,"value":712},"Interest → debt balance → cash → interest is a common intentional circ in LBO\u002F3-stmt models",{"type":42,"tag":90,"props":714,"children":715},{},[716],{"type":48,"value":717},"If intentional: verify iteration toggle exists and works",{"type":42,"tag":90,"props":719,"children":720},{},[721],{"type":48,"value":722},"If unintentional: trace the loop and flag how to break it",{"type":42,"tag":374,"props":724,"children":726},{"id":725},"_3f-logic-reasonableness",[727],{"type":48,"value":728},"3f. Logic & reasonableness",{"type":42,"tag":147,"props":730,"children":731},{},[732,747],{"type":42,"tag":151,"props":733,"children":734},{},[735],{"type":42,"tag":155,"props":736,"children":737},{},[738,742],{"type":42,"tag":159,"props":739,"children":740},{},[741],{"type":48,"value":163},{"type":42,"tag":159,"props":743,"children":744},{},[745],{"type":48,"value":746},"Flag if",{"type":42,"tag":170,"props":748,"children":749},{},[750,763,776,789,802,815],{"type":42,"tag":155,"props":751,"children":752},{},[753,758],{"type":42,"tag":177,"props":754,"children":755},{},[756],{"type":48,"value":757},"Growth rates",{"type":42,"tag":177,"props":759,"children":760},{},[761],{"type":48,"value":762},">100% revenue growth without explanation",{"type":42,"tag":155,"props":764,"children":765},{},[766,771],{"type":42,"tag":177,"props":767,"children":768},{},[769],{"type":48,"value":770},"Margins",{"type":42,"tag":177,"props":772,"children":773},{},[774],{"type":48,"value":775},"Outside industry norms",{"type":42,"tag":155,"props":777,"children":778},{},[779,784],{"type":42,"tag":177,"props":780,"children":781},{},[782],{"type":48,"value":783},"Terminal value dominance",{"type":42,"tag":177,"props":785,"children":786},{},[787],{"type":48,"value":788},"TV > ~75% of DCF EV (yellow flag)",{"type":42,"tag":155,"props":790,"children":791},{},[792,797],{"type":42,"tag":177,"props":793,"children":794},{},[795],{"type":48,"value":796},"Hockey-stick",{"type":42,"tag":177,"props":798,"children":799},{},[800],{"type":48,"value":801},"Projections ramp unrealistically in out-years",{"type":42,"tag":155,"props":803,"children":804},{},[805,810],{"type":42,"tag":177,"props":806,"children":807},{},[808],{"type":48,"value":809},"Compounding",{"type":42,"tag":177,"props":811,"children":812},{},[813],{"type":48,"value":814},"EBITDA compounds to absurd $ by Year 10",{"type":42,"tag":155,"props":816,"children":817},{},[818,823],{"type":42,"tag":177,"props":819,"children":820},{},[821],{"type":48,"value":822},"Edge cases",{"type":42,"tag":177,"props":824,"children":825},{},[826],{"type":48,"value":827},"Model breaks at 0% or negative growth, negative EBITDA, leverage goes negative",{"type":42,"tag":374,"props":829,"children":831},{"id":830},"_3g-model-type-specific-bugs",[832],{"type":48,"value":833},"3g. Model-type-specific bugs",{"type":42,"tag":51,"props":835,"children":836},{},[837],{"type":42,"tag":69,"props":838,"children":839},{},[840],{"type":48,"value":841},"DCF:",{"type":42,"tag":86,"props":843,"children":844},{},[845,850,855,860,865],{"type":42,"tag":90,"props":846,"children":847},{},[848],{"type":48,"value":849},"Discount rate applied to wrong period (mid-year vs end-of-year)",{"type":42,"tag":90,"props":851,"children":852},{},[853],{"type":48,"value":854},"Terminal value not discounted back",{"type":42,"tag":90,"props":856,"children":857},{},[858],{"type":48,"value":859},"WACC uses book values instead of market values",{"type":42,"tag":90,"props":861,"children":862},{},[863],{"type":48,"value":864},"FCF includes interest expense (should be unlevered)",{"type":42,"tag":90,"props":866,"children":867},{},[868],{"type":48,"value":869},"Tax shield double-counted",{"type":42,"tag":51,"props":871,"children":872},{},[873],{"type":42,"tag":69,"props":874,"children":875},{},[876],{"type":48,"value":877},"LBO:",{"type":42,"tag":86,"props":879,"children":880},{},[881,886,891,896,901],{"type":42,"tag":90,"props":882,"children":883},{},[884],{"type":48,"value":885},"Debt paydown doesn't match cash sweep mechanics",{"type":42,"tag":90,"props":887,"children":888},{},[889],{"type":48,"value":890},"PIK interest not accruing to principal",{"type":42,"tag":90,"props":892,"children":893},{},[894],{"type":48,"value":895},"Management rollover not reflected in returns",{"type":42,"tag":90,"props":897,"children":898},{},[899],{"type":48,"value":900},"Exit multiple applied to wrong EBITDA (LTM vs NTM)",{"type":42,"tag":90,"props":902,"children":903},{},[904],{"type":48,"value":905},"Fees\u002Fexpenses not deducted from Day 1 equity",{"type":42,"tag":51,"props":907,"children":908},{},[909],{"type":42,"tag":69,"props":910,"children":911},{},[912],{"type":48,"value":913},"Merger:",{"type":42,"tag":86,"props":915,"children":916},{},[917,922,927,932,937],{"type":42,"tag":90,"props":918,"children":919},{},[920],{"type":48,"value":921},"Accretion\u002Fdilution uses wrong share count (pre- vs post-deal)",{"type":42,"tag":90,"props":923,"children":924},{},[925],{"type":48,"value":926},"Synergies not phased in",{"type":42,"tag":90,"props":928,"children":929},{},[930],{"type":48,"value":931},"Purchase price allocation doesn't balance",{"type":42,"tag":90,"props":933,"children":934},{},[935],{"type":48,"value":936},"Foregone interest on cash not included",{"type":42,"tag":90,"props":938,"children":939},{},[940],{"type":48,"value":941},"Transaction fees not in sources & uses",{"type":42,"tag":51,"props":943,"children":944},{},[945],{"type":42,"tag":69,"props":946,"children":947},{},[948],{"type":48,"value":949},"3-statement:",{"type":42,"tag":86,"props":951,"children":952},{},[953,958,963,968],{"type":42,"tag":90,"props":954,"children":955},{},[956],{"type":48,"value":957},"Working capital changes have wrong sign",{"type":42,"tag":90,"props":959,"children":960},{},[961],{"type":48,"value":962},"Depreciation doesn't match PP&E schedule",{"type":42,"tag":90,"props":964,"children":965},{},[966],{"type":48,"value":967},"Debt maturity schedule doesn't match principal payments",{"type":42,"tag":90,"props":969,"children":970},{},[971],{"type":48,"value":972},"Dividends exceed net income without explanation",{"type":42,"tag":132,"props":974,"children":975},{},[],{"type":42,"tag":57,"props":977,"children":979},{"id":978},"step-4-report",[980],{"type":48,"value":981},"Step 4: Report",{"type":42,"tag":51,"props":983,"children":984},{},[985],{"type":48,"value":986},"Output a findings table:",{"type":42,"tag":147,"props":988,"children":989},{},[990],{"type":42,"tag":151,"props":991,"children":992},{},[993],{"type":42,"tag":155,"props":994,"children":995},{},[996,1001,1006,1011,1016,1021,1026],{"type":42,"tag":159,"props":997,"children":998},{},[999],{"type":48,"value":1000},"#",{"type":42,"tag":159,"props":1002,"children":1003},{},[1004],{"type":48,"value":1005},"Sheet",{"type":42,"tag":159,"props":1007,"children":1008},{},[1009],{"type":48,"value":1010},"Cell\u002FRange",{"type":42,"tag":159,"props":1012,"children":1013},{},[1014],{"type":48,"value":1015},"Severity",{"type":42,"tag":159,"props":1017,"children":1018},{},[1019],{"type":48,"value":1020},"Category",{"type":42,"tag":159,"props":1022,"children":1023},{},[1024],{"type":48,"value":1025},"Issue",{"type":42,"tag":159,"props":1027,"children":1028},{},[1029],{"type":48,"value":1030},"Suggested Fix",{"type":42,"tag":51,"props":1032,"children":1033},{},[1034],{"type":42,"tag":69,"props":1035,"children":1036},{},[1037],{"type":48,"value":1038},"Severity:",{"type":42,"tag":86,"props":1040,"children":1041},{},[1042,1052,1062],{"type":42,"tag":90,"props":1043,"children":1044},{},[1045,1050],{"type":42,"tag":69,"props":1046,"children":1047},{},[1048],{"type":48,"value":1049},"Critical",{"type":48,"value":1051}," — wrong output (BS doesn't balance, formula broken, cash doesn't tie)",{"type":42,"tag":90,"props":1053,"children":1054},{},[1055,1060],{"type":42,"tag":69,"props":1056,"children":1057},{},[1058],{"type":48,"value":1059},"Warning",{"type":48,"value":1061}," — risky (hardcodes, inconsistent formulas, edge-case failures)",{"type":42,"tag":90,"props":1063,"children":1064},{},[1065,1070],{"type":42,"tag":69,"props":1066,"children":1067},{},[1068],{"type":48,"value":1069},"Info",{"type":48,"value":1071}," — style\u002Fbest-practice (color coding, layout, naming)",{"type":42,"tag":51,"props":1073,"children":1074},{},[1075,1077,1081],{"type":48,"value":1076},"For ",{"type":42,"tag":69,"props":1078,"children":1079},{},[1080],{"type":48,"value":117},{"type":48,"value":1082}," scope, prepend a summary line:",{"type":42,"tag":77,"props":1084,"children":1085},{},[1086],{"type":42,"tag":51,"props":1087,"children":1088},{},[1089,1091,1097,1099,1104,1106,1111,1113,1117,1119,1123],{"type":48,"value":1090},"Model type: ",{"type":42,"tag":1092,"props":1093,"children":1094},"span",{},[1095],{"type":48,"value":1096},"DCF\u002FLBO\u002F3-stmt\u002F...",{"type":48,"value":1098}," — Overall: ",{"type":42,"tag":1092,"props":1100,"children":1101},{},[1102],{"type":48,"value":1103},"Clean \u002F Minor Issues \u002F Major Issues",{"type":48,"value":1105}," — ",{"type":42,"tag":1092,"props":1107,"children":1108},{},[1109],{"type":48,"value":1110},"N",{"type":48,"value":1112}," critical, ",{"type":42,"tag":1092,"props":1114,"children":1115},{},[1116],{"type":48,"value":1110},{"type":48,"value":1118}," warnings, ",{"type":42,"tag":1092,"props":1120,"children":1121},{},[1122],{"type":48,"value":1110},{"type":48,"value":1124}," info",{"type":42,"tag":51,"props":1126,"children":1127},{},[1128,1133],{"type":42,"tag":69,"props":1129,"children":1130},{},[1131],{"type":48,"value":1132},"Don't change anything without asking",{"type":48,"value":1134}," — report first, fix on request.",{"type":42,"tag":132,"props":1136,"children":1137},{},[],{"type":42,"tag":57,"props":1139,"children":1141},{"id":1140},"notes",[1142],{"type":48,"value":1143},"Notes",{"type":42,"tag":86,"props":1145,"children":1146},{},[1147,1157,1167,1177],{"type":42,"tag":90,"props":1148,"children":1149},{},[1150,1155],{"type":42,"tag":69,"props":1151,"children":1152},{},[1153],{"type":48,"value":1154},"BS balance first",{"type":48,"value":1156}," — if it doesn't balance, everything downstream is suspect",{"type":42,"tag":90,"props":1158,"children":1159},{},[1160,1165],{"type":42,"tag":69,"props":1161,"children":1162},{},[1163],{"type":48,"value":1164},"Hardcoded overrides are the #1 source of silent bugs",{"type":48,"value":1166}," — search aggressively",{"type":42,"tag":90,"props":1168,"children":1169},{},[1170,1175],{"type":42,"tag":69,"props":1171,"children":1172},{},[1173],{"type":48,"value":1174},"Sign convention errors",{"type":48,"value":1176}," (positive vs negative for cash outflows) are extremely common",{"type":42,"tag":90,"props":1178,"children":1179},{},[1180],{"type":48,"value":1181},"If the model uses VBA macros, note any macro-driven calculations that can't be audited from formulas alone",{"items":1183,"total":1285},[1184,1199,1216,1235,1242,1259,1269],{"slug":1185,"name":1185,"fn":1186,"description":1187,"org":1188,"tags":1189,"stars":26,"repoUrl":27,"updatedAt":1198},"3-statement-model","fill out 3-statement financial models","Complete, populate and fill out 3-statement financial model templates (Income Statement, Balance Sheet, Cash Flow Statement) . Use when asked to fill out model templates, complete existing model frameworks, populate financial models with data, complete a partially filled IS\u002FBS\u002FCF framework, or link integrated financial statements within an existing template structure. Triggers include requests to fill in, complete, or populate a 3-statement model template",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1190,1191,1192,1195],{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":1193,"slug":1194,"type":16},"Financial Modeling","financial-modeling",{"name":1196,"slug":1197,"type":16},"Financial Statements","financial-statements","2026-05-15T06:08:35.416766",{"slug":1200,"name":1200,"fn":1201,"description":1202,"org":1203,"tags":1204,"stars":26,"repoUrl":27,"updatedAt":1215},"accrual-schedule","build period-end accrual schedules","Build the period-end accrual schedule — for each accrual, compute the entry, cite the support, and draft the JE. Use during month-end close; the JE is a draft for controller approval, not a posting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1205,1208,1209,1212],{"name":1206,"slug":1207,"type":16},"Accounting","accounting",{"name":18,"slug":19,"type":16},{"name":1210,"slug":1211,"type":16},"Journal Entry","journal-entry",{"name":1213,"slug":1214,"type":16},"Month-End Close","month-end-close","2026-05-06T05:38:41.445686",{"slug":1217,"name":1217,"fn":1218,"description":1219,"org":1220,"tags":1221,"stars":26,"repoUrl":27,"updatedAt":1234},"ai-readiness","identify AI opportunities in portfolio companies","Scan the portfolio for the highest-leverage AI opportunities and rank where to deploy operating-partner time. Ingests quarterly updates and financials across multiple portfolio companies, identifies quick wins at each, and stacks them into a single ranked action list. Use during quarterly portfolio reviews, annual planning, or when deciding which companies get AI investment first. Triggers on \"AI readiness\", \"AI opportunity scan\", \"where should we deploy AI\", \"AI across the portfolio\", \"AI quick wins\", or \"which portcos are ready for AI\".",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1222,1225,1228,1231],{"name":1223,"slug":1224,"type":16},"AI Infrastructure","ai-infrastructure",{"name":1226,"slug":1227,"type":16},"Operations","operations",{"name":1229,"slug":1230,"type":16},"Private Equity","private-equity",{"name":1232,"slug":1233,"type":16},"Strategy","strategy","2026-05-21T06:50:36.056814",{"slug":4,"name":4,"fn":5,"description":6,"org":1236,"tags":1237,"stars":26,"repoUrl":27,"updatedAt":28},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1238,1239,1240,1241],{"name":21,"slug":22,"type":16},{"name":14,"slug":15,"type":16},{"name":18,"slug":19,"type":16},{"name":24,"slug":25,"type":16},{"slug":1243,"name":1243,"fn":1244,"description":1245,"org":1246,"tags":1247,"stars":26,"repoUrl":27,"updatedAt":1258},"bond-futures-basis","analyze bond futures basis","Analyze the bond futures basis by pricing futures, identifying the cheapest-to-deliver, and comparing with yield curves to assess delivery option value and basis trading opportunities. Use when analyzing bond futures, computing the basis, identifying CTD bonds, calculating implied repo rates, or evaluating basis trades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1248,1251,1252,1255],{"name":1249,"slug":1250,"type":16},"Derivatives","derivatives",{"name":18,"slug":19,"type":16},{"name":1253,"slug":1254,"type":16},"Fixed Income","fixed-income",{"name":1256,"slug":1257,"type":16},"Trading","trading","2026-05-15T06:08:13.647174",{"slug":1260,"name":1260,"fn":1261,"description":1262,"org":1263,"tags":1264,"stars":26,"repoUrl":27,"updatedAt":1268},"bond-relative-value","perform bond relative value analysis","Perform relative value analysis on bonds by combining pricing, yield curve context, credit spreads, and scenario stress testing. Use when analyzing bond richness\u002Fcheapness, computing spread decomposition, comparing bonds, assessing bond value vs curves, or running rate shock scenarios.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1265,1266,1267],{"name":18,"slug":19,"type":16},{"name":1253,"slug":1254,"type":16},{"name":1256,"slug":1257,"type":16},"2026-05-15T06:08:11.151011",{"slug":1270,"name":1270,"fn":1271,"description":1272,"org":1273,"tags":1274,"stars":26,"repoUrl":27,"updatedAt":1284},"break-trace","trace reconciliation breaks to source transactions","Root-cause a reconciliation break to its source transaction or posting — follow the audit trail from the break row back to the originating entry on each side and state what differs and why. Use after gl-recon has classified a break.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1275,1276,1277,1280,1281],{"name":1206,"slug":1207,"type":16},{"name":21,"slug":22,"type":16},{"name":1278,"slug":1279,"type":16},"Debugging","debugging",{"name":18,"slug":19,"type":16},{"name":1282,"slug":1283,"type":16},"Reconciliation","reconciliation","2026-05-06T05:37:42.364074",62,{"items":1287,"total":1474},[1288,1309,1323,1335,1354,1367,1388,1408,1422,1437,1445,1458],{"slug":1289,"name":1289,"fn":1290,"description":1291,"org":1292,"tags":1293,"stars":1306,"repoUrl":1307,"updatedAt":1308},"algorithmic-art","create algorithmic art with p5.js","Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1294,1297,1300,1303],{"name":1295,"slug":1296,"type":16},"Creative","creative",{"name":1298,"slug":1299,"type":16},"Design","design",{"name":1301,"slug":1302,"type":16},"Generative Art","generative-art",{"name":1304,"slug":1305,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1310,"name":1310,"fn":1311,"description":1312,"org":1313,"tags":1314,"stars":1306,"repoUrl":1307,"updatedAt":1322},"brand-guidelines","apply Anthropic brand colors and typography","Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1315,1318,1319],{"name":1316,"slug":1317,"type":16},"Branding","branding",{"name":1298,"slug":1299,"type":16},{"name":1320,"slug":1321,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1324,"name":1324,"fn":1325,"description":1326,"org":1327,"tags":1328,"stars":1306,"repoUrl":1307,"updatedAt":1334},"canvas-design","create posters and visual art as PNG or PDF","Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1329,1330,1331],{"name":1295,"slug":1296,"type":16},{"name":1298,"slug":1299,"type":16},{"name":1332,"slug":1333,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1336,"name":1336,"fn":1337,"description":1338,"org":1339,"tags":1340,"stars":1306,"repoUrl":1307,"updatedAt":1353},"claude-api","build apps with the Claude API","Reference for the Claude API \u002F Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration.\nTRIGGER — read BEFORE opening the target file; don't skip because it \"looks like a one-liner\" — whenever: the prompt names Claude\u002FAnthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing\u002Fmodel choice\u002Flimits\u002Fcaching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent\u002FMCP\u002Ftool-definition\u002Fmulti-agent\u002FRAG\u002FLLM-judge\u002Fcomputer-use; generate\u002Fsummarize\u002Fextract\u002Fclassify\u002Frewrite\u002Fconverse over NL; debugging refusals\u002Fcutoffs\u002Fstreaming\u002Ftool-calls\u002Ftokens).\nSKIP only when another provider is being worked on (overrides all triggers): OpenAI\u002FGPT\u002FGemini\u002FLlama\u002FMistral\u002FCohere\u002FOllama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1341,1344,1345,1348,1350],{"name":1342,"slug":1343,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1346,"slug":1347,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1349,"slug":1336,"type":16},"Claude API",{"name":1351,"slug":1352,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1355,"name":1355,"fn":1356,"description":1357,"org":1358,"tags":1359,"stars":1306,"repoUrl":1307,"updatedAt":1366},"doc-coauthoring","co-author documentation and technical specs","Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1360,1363],{"name":1361,"slug":1362,"type":16},"Documentation","documentation",{"name":1364,"slug":1365,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1368,"name":1368,"fn":1369,"description":1370,"org":1371,"tags":1372,"stars":1306,"repoUrl":1307,"updatedAt":1387},"docx","create and edit Word documents","Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1373,1376,1378,1381,1384],{"name":1374,"slug":1375,"type":16},"Documents","documents",{"name":1377,"slug":1368,"type":16},"DOCX",{"name":1379,"slug":1380,"type":16},"Office","office",{"name":1382,"slug":1383,"type":16},"Templates","templates",{"name":1385,"slug":1386,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1389,"name":1389,"fn":1390,"description":1391,"org":1392,"tags":1393,"stars":1306,"repoUrl":1307,"updatedAt":1407},"frontend-design","design production-grade frontend interfaces","Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1394,1395,1398,1401,1404],{"name":1298,"slug":1299,"type":16},{"name":1396,"slug":1397,"type":16},"Frontend","frontend",{"name":1399,"slug":1400,"type":16},"React","react",{"name":1402,"slug":1403,"type":16},"Tailwind CSS","tailwind-css",{"name":1405,"slug":1406,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1409,"name":1409,"fn":1410,"description":1411,"org":1412,"tags":1413,"stars":1306,"repoUrl":1307,"updatedAt":1421},"internal-comms","write internal company communications","A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1414,1417,1418],{"name":1415,"slug":1416,"type":16},"Communications","communications",{"name":1382,"slug":1383,"type":16},{"name":1419,"slug":1420,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1423,"name":1423,"fn":1424,"description":1425,"org":1426,"tags":1427,"stars":1306,"repoUrl":1307,"updatedAt":1436},"mcp-builder","build MCP servers","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node\u002FTypeScript (MCP SDK).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1428,1429,1432,1433],{"name":1342,"slug":1343,"type":16},{"name":1430,"slug":1431,"type":16},"API Development","api-development",{"name":1351,"slug":1352,"type":16},{"name":1434,"slug":1435,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1333,"name":1333,"fn":1438,"description":1439,"org":1440,"tags":1441,"stars":1306,"repoUrl":1307,"updatedAt":1444},"read edit and manipulate PDF files","Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text\u002Ftables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting\u002Fdecrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1442,1443],{"name":1374,"slug":1375,"type":16},{"name":1332,"slug":1333,"type":16},"2026-04-06T17:56:02.483316",{"slug":1446,"name":1446,"fn":1447,"description":1448,"org":1449,"tags":1450,"stars":1306,"repoUrl":1307,"updatedAt":1457},"pptx","create and edit PowerPoint presentations","Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the user mentions \"deck,\" \"slides,\" \"presentation,\" or references a .pptx or .potx filename, regardless of what they plan to do with the content afterward. If a .pptx or .potx file needs to be opened, created, or touched, use this skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1451,1454],{"name":1452,"slug":1453,"type":16},"PowerPoint","powerpoint",{"name":1455,"slug":1456,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1459,"name":1459,"fn":1460,"description":1461,"org":1462,"tags":1463,"stars":1306,"repoUrl":1307,"updatedAt":1473},"skill-creator","create and optimize agent skills","Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1464,1465,1466,1469,1472],{"name":1342,"slug":1343,"type":16},{"name":1361,"slug":1362,"type":16},{"name":1467,"slug":1468,"type":16},"Evals","evals",{"name":1470,"slug":1471,"type":16},"Performance","performance",{"name":1364,"slug":1365,"type":16},"2026-04-19T06:45:40.804",490]