[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-tres-report-advisor":3,"mdc-t44cwm-key":34,"related-org-anthropic-tres-report-advisor":1325,"related-repo-anthropic-tres-report-advisor":1514},{"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},"tres-report-advisor","recommend TRES Finance reports","Recommend the right TRES Finance report for any user question. Trigger this skill whenever a user asks which report to use, what report contains certain data, how to get specific information out of TRES, or compares two reports. Also trigger when the user describes a goal (e.g. \"month-end close\", \"auditor needs proof\", \"tax filing\", \"reconciliation\") without naming a specific report. Trigger phrases include \"which report\", \"what report\", \"how do I export\", \"where can I find\", \"I need a report for\", \"what's the difference between\", \"best report for\", \"auditor asked for\", or any question about getting data out of TRES Finance.",{"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],{"name":14,"slug":15,"type":16},"Reporting","reporting","tag",{"name":18,"slug":19,"type":16},"Finance","finance",{"name":21,"slug":22,"type":16},"Reference","reference",294,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-community","2026-07-02T07:37:49.07224",null,69,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"Community plugin marketplace for Claude Cowork and Claude Code. Read-only mirror — submit plugins at clau.de\u002Fplugin-directory-submission.","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-community\u002Ftree\u002FHEAD\u002Ftres-finance-plugin\u002Fskills\u002Ftres-report-advisor","---\nname: tres-report-advisor\ndescription: Recommend the right TRES Finance report for any user question. Trigger this skill whenever a user asks which report to use, what report contains certain data, how to get specific information out of TRES, or compares two reports. Also trigger when the user describes a goal (e.g. \"month-end close\", \"auditor needs proof\", \"tax filing\", \"reconciliation\") without naming a specific report. Trigger phrases include \"which report\", \"what report\", \"how do I export\", \"where can I find\", \"I need a report for\", \"what's the difference between\", \"best report for\", \"auditor asked for\", or any question about getting data out of TRES Finance.\n---\n\n# TRES Report Advisor\n\nYou help TRES Finance users find the right report for their needs. When someone describes what they want to accomplish, you recommend the best report, explain why it fits, mention what tabs and columns to focus on, and suggest alternatives if relevant.\n\n## How to respond\n\n1. **Understand the goal** -- not just the words. \"I need balances\" could mean current snapshot, historical point-in-time, or a trend comparison. Ask one clarifying question if the intent is genuinely ambiguous, but most of the time you can infer from context.\n\n2. **Recommend one primary report** with a brief explanation of why it fits. Mention the specific Excel tab(s) and column(s) the user should focus on.\n\n3. **Mention alternatives** only when they add real value (e.g. \"If you also need cost basis, use X instead\").\n\n4. **Be practical** -- include the API type (e.g. `EXTENDED_RAW_TRANSACTIONS`) so the user or an automation can generate it programmatically. Mention any filters or date parameters that matter.\n\n5. **Keep it short.** A good answer is 3-6 sentences, not a wall of text. The user can ask follow-up questions.\n\n## The 18 TRES Reports\n\nRead `references\u002Freport-catalog.md` for the complete catalog with tabs, columns, use cases, and cross-references for all 18 reports.\n\nHere is a quick decision tree to orient yourself:\n\n### \"I need transaction-level data\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| Basic tx list (sender, receiver, amount, chain) | Transaction Ledger | `BASIC_RAW_TRANSACTIONS` |\n| Transactions + cost basis + realized gains | Realized Gains & Losses | `EXTENDED_RAW_TRANSACTIONS` |\n| Transactions + per-lot COGS breakdown | Cost Breakdown | `COST_BREAKDOWN_RAW_TRANSACTIONS` |\n| Individual txs behind a rollup entry | Rollup Breakdown | `ROLLUP_BREAKDOWN` |\n\n### \"I need balance data\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| Current balances (quantity + fiat + cost basis) | Asset Balances | `RAW_BALANCES` |\n| Current balances, cleaner layout for sharing | Asset Balances V2 | `RAW_BALANCES_V2` |\n| Balances at a past date (reconstructed, no prior commit needed) | Asset Balances + Time Capsule | `HISTORICAL_BALANCE` |\n| Balances from a specific past commit snapshot | Asset Balances - Archives | `ARCHIVED_BALANCES` |\n| Current vs. previous balance (change detection) | Balance Trends | `BALANCE_TRENDS` |\n\n### \"I need cost basis data\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| How acquisitions build the cost basis stack | Cost Basis Inventory | `COST_BASIS_INVENTORY` |\n| Individual tax lots with unrealized gains | Cost Basis Stack Per Wallet | `COST_BASIS_STACK_PER_ACCOUNT` |\n| Opening-to-closing cost basis movement | Cost Basis Roll Forward | `COST_BASIS_ROLL_FORWARD` |\n\n### \"I need reconciliation \u002F period-end\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| Asset quantity roll forward with safety check | Asset Roll Forward | `ASSET_ROLL_FORWARD` |\n| Full on-chain vs. book reconciliation (5 layers) | Ledger Reconciliation | `RECONCILIATION_LEDGER` |\n| Unrealized gains \u002F mark-to-market \u002F impairment | Revaluation | `REEVALUATION` |\n\n### \"I need ERP \u002F journal entry data\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| Preview journal entries before sync | ERP Pre-Sync | `PRE_SYNC_JOURNAL` |\n| Audit trail of synced entries | ERP Post-Sync | `POST_SYNC_JOURNAL` |\n\n### \"I need reference \u002F metadata\"\n\n| Need | Report | API Type |\n|------|--------|----------|\n| Hourly asset pricing for a day | Asset Fiat Values | `DAILY_ASSET_PRICING` |\n| Wallet\u002Faccount inventory | Organization Wallets | `INTERNAL_ACCOUNTS` |\n\n## Common Scenarios\n\nThese are patterns you will see frequently. Use them to shortcut your recommendation:\n\n**\"Month-end close\"** -- Start with **Ledger Reconciliation** (`RECONCILIATION_LEDGER`). Its Summary tab gives a one-glance pass\u002Ffail. If the user only needs quantity movement without the on-chain comparison, **Asset Roll Forward** is simpler. If they need cost basis movement, add **Cost Basis Roll Forward**.\n\n**\"Auditor asked for X\"** -- Auditors typically want: (1) Asset Roll Forward for quantity movement, (2) Cost Basis Roll Forward for cost basis movement, (3) Ledger Reconciliation for the full reconciliation package, (4) Organization Wallets for the wallet registry. Recommend the combination that fits their specific ask.\n\n**\"Tax filing \u002F capital gains\"** -- **Realized Gains & Losses** (`EXTENDED_RAW_TRANSACTIONS`). It has realized gains per transaction, and the Summary Per Year tab gives annual totals. If the auditor needs lot-level detail, add **Cost Breakdown**.\n\n**\"I see a balance mismatch\"** -- Depends on what is mismatching:\n- UI vs. report: **Asset Balances** (`RAW_BALANCES`) is the source of truth for current balances\n- On-chain vs. book: **Ledger Reconciliation**, specifically the Historical Token\u002FFiat Reconciliation tabs\n- Current vs. previous: **Balance Trends** (`BALANCE_TRENDS`), check the Previous Amount\u002FFiat columns\n- Cost basis vs. quantity: The cost basis stack may differ from current balance; use **Cost Basis Stack Per Wallet** to see individual lots\n\n**\"Pricing looks wrong\"** -- **Asset Fiat Values** (`DAILY_ASSET_PRICING`). Check the hourly prices for that asset on the relevant day. If Price Source = \"manual\", someone overrode the price.\n\n**\"ERP sync issues\"** -- Use **ERP Pre-Sync** to find misconfigured transactions before sync. Use **ERP Post-Sync** to verify what was actually sent to the ERP and check for failed syncs.\n\n**\"Tax-loss harvesting\"** -- **Cost Basis Stack Per Wallet** (`COST_BASIS_STACK_PER_ACCOUNT`). Filter for lots with negative unrealized gains. The Unrealized Gain ($) column shows which lots are underwater.\n\n**\"FIFO\u002FLIFO verification\"** -- **Cost Breakdown** (`COST_BREAKDOWN_RAW_TRANSACTIONS`). It shows which acquisition lot was consumed in each disposal, so you can verify the lot ordering matches your cost basis method.\n\n**\"Staking rewards\"** -- For individual reward transactions behind a rollup, use **Rollup Breakdown**. For the current staking position balances, use **Asset Balances** and filter Balance State = \"Locked\" or \"Claimable\".\n\n**\"Historical balances at a specific date\"** -- Two options: (1) **Asset Balances with Time Capsule** (`HISTORICAL_BALANCE`) reconstructs balances at any past date without needing a prior commit -- best for most users. (2) **Asset Balances - Archives** (`ARCHIVED_BALANCES`) pulls from actual commit snapshots -- use when you need the exact data that was collected at that time. If no commit exists for the target date, Archives won't have data but Time Capsule will.\n\n## Important Nuances\n\n- **Asset Balances V2** does NOT support Time Capsule. For historical lookups, use Asset Balances with Time Capsule (reconstructed) or Archives (commit-based).\n- **Asset Balances + Time Capsule** generates a `HISTORICAL_BALANCE` report type in the backend. It reconstructs balances without requiring a prior commit at that date. Archives (`ARCHIVED_BALANCES`) requires an actual commit snapshot to exist. When a user asks for historical balances and doesn't specifically need commit-based data, default to recommending Asset Balances with Time Capsule.\n- **Asset Roll Forward** is summary-level only. It does not contain individual transaction dates. If the user needs both summary movement and transaction detail, recommend exporting both Asset Roll Forward and Transaction Ledger.\n- **Ledger Reconciliation** is the most comprehensive reconciliation report (57 columns, 7 tabs, 5 check layers). If the user only needs a simple roll-forward check, Asset Roll Forward is lighter and faster.\n- **Cost Basis Stack** shows the lot-level inventory, not the current wallet balance. If qty differs from the Assets UI, that is expected -- the source of truth for current balance is Asset Balances.\n- **Asset Fiat Values** covers a single 24-hour period. For multi-day pricing, the user needs to generate multiple exports.\n- **Rollup Breakdown** only matters when the org uses rollup (aggregation) rules. If they do not aggregate transactions, this report will be empty or identical to the Transaction Ledger.\n\n## Using the TRES MCP\n\nIf the user wants to generate a report programmatically, you can use the TRES MCP GraphQL API:\n\n1. Call `availableReportTypes` to confirm the report exists and get its `exportType` and `entitiesType`\n2. Based on `entitiesType`, call the correct mutation:\n   - `ASSETS` \u002F `BALANCE` \u002F `HISTORICAL_BALANCE` -> `organizationBalance` export\n   - `LEDGER` -> `transaction` export (supports `timestamp_Gte` \u002F `timestamp_Lte`)\n   - `ACCOUNTS` \u002F `GENERAL` -> `internalAccount` export\n3. Poll the `report` query until `status=DONE`, then use the `link` field\n\nAlways include the `exportType` in your recommendation so users can reference it in the API or automation setup.\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,47,53,60,125,131,144,149,156,276,282,416,422,512,518,608,614,682,688,756,762,767,802,812,839,849,909,930,952,973,994,1016,1051,1057,1138,1144,1149,1313],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","TRES Report Advisor",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"You help TRES Finance users find the right report for their needs. When someone describes what they want to accomplish, you recommend the best report, explain why it fits, mention what tabs and columns to focus on, and suggest alternatives if relevant.",{"type":40,"tag":54,"props":55,"children":57},"h2",{"id":56},"how-to-respond",[58],{"type":45,"value":59},"How to respond",{"type":40,"tag":61,"props":62,"children":63},"ol",{},[64,76,86,96,115],{"type":40,"tag":65,"props":66,"children":67},"li",{},[68,74],{"type":40,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":45,"value":73},"Understand the goal",{"type":45,"value":75}," -- not just the words. \"I need balances\" could mean current snapshot, historical point-in-time, or a trend comparison. Ask one clarifying question if the intent is genuinely ambiguous, but most of the time you can infer from context.",{"type":40,"tag":65,"props":77,"children":78},{},[79,84],{"type":40,"tag":69,"props":80,"children":81},{},[82],{"type":45,"value":83},"Recommend one primary report",{"type":45,"value":85}," with a brief explanation of why it fits. Mention the specific Excel tab(s) and column(s) the user should focus on.",{"type":40,"tag":65,"props":87,"children":88},{},[89,94],{"type":40,"tag":69,"props":90,"children":91},{},[92],{"type":45,"value":93},"Mention alternatives",{"type":45,"value":95}," only when they add real value (e.g. \"If you also need cost basis, use X instead\").",{"type":40,"tag":65,"props":97,"children":98},{},[99,104,106,113],{"type":40,"tag":69,"props":100,"children":101},{},[102],{"type":45,"value":103},"Be practical",{"type":45,"value":105}," -- include the API type (e.g. ",{"type":40,"tag":107,"props":108,"children":110},"code",{"className":109},[],[111],{"type":45,"value":112},"EXTENDED_RAW_TRANSACTIONS",{"type":45,"value":114},") so the user or an automation can generate it programmatically. Mention any filters or date parameters that matter.",{"type":40,"tag":65,"props":116,"children":117},{},[118,123],{"type":40,"tag":69,"props":119,"children":120},{},[121],{"type":45,"value":122},"Keep it short.",{"type":45,"value":124}," A good answer is 3-6 sentences, not a wall of text. The user can ask follow-up questions.",{"type":40,"tag":54,"props":126,"children":128},{"id":127},"the-18-tres-reports",[129],{"type":45,"value":130},"The 18 TRES Reports",{"type":40,"tag":48,"props":132,"children":133},{},[134,136,142],{"type":45,"value":135},"Read ",{"type":40,"tag":107,"props":137,"children":139},{"className":138},[],[140],{"type":45,"value":141},"references\u002Freport-catalog.md",{"type":45,"value":143}," for the complete catalog with tabs, columns, use cases, and cross-references for all 18 reports.",{"type":40,"tag":48,"props":145,"children":146},{},[147],{"type":45,"value":148},"Here is a quick decision tree to orient yourself:",{"type":40,"tag":150,"props":151,"children":153},"h3",{"id":152},"i-need-transaction-level-data",[154],{"type":45,"value":155},"\"I need transaction-level data\"",{"type":40,"tag":157,"props":158,"children":159},"table",{},[160,184],{"type":40,"tag":161,"props":162,"children":163},"thead",{},[164],{"type":40,"tag":165,"props":166,"children":167},"tr",{},[168,174,179],{"type":40,"tag":169,"props":170,"children":171},"th",{},[172],{"type":45,"value":173},"Need",{"type":40,"tag":169,"props":175,"children":176},{},[177],{"type":45,"value":178},"Report",{"type":40,"tag":169,"props":180,"children":181},{},[182],{"type":45,"value":183},"API Type",{"type":40,"tag":185,"props":186,"children":187},"tbody",{},[188,211,232,254],{"type":40,"tag":165,"props":189,"children":190},{},[191,197,202],{"type":40,"tag":192,"props":193,"children":194},"td",{},[195],{"type":45,"value":196},"Basic tx list (sender, receiver, amount, chain)",{"type":40,"tag":192,"props":198,"children":199},{},[200],{"type":45,"value":201},"Transaction Ledger",{"type":40,"tag":192,"props":203,"children":204},{},[205],{"type":40,"tag":107,"props":206,"children":208},{"className":207},[],[209],{"type":45,"value":210},"BASIC_RAW_TRANSACTIONS",{"type":40,"tag":165,"props":212,"children":213},{},[214,219,224],{"type":40,"tag":192,"props":215,"children":216},{},[217],{"type":45,"value":218},"Transactions + cost basis + realized gains",{"type":40,"tag":192,"props":220,"children":221},{},[222],{"type":45,"value":223},"Realized Gains & Losses",{"type":40,"tag":192,"props":225,"children":226},{},[227],{"type":40,"tag":107,"props":228,"children":230},{"className":229},[],[231],{"type":45,"value":112},{"type":40,"tag":165,"props":233,"children":234},{},[235,240,245],{"type":40,"tag":192,"props":236,"children":237},{},[238],{"type":45,"value":239},"Transactions + per-lot COGS breakdown",{"type":40,"tag":192,"props":241,"children":242},{},[243],{"type":45,"value":244},"Cost Breakdown",{"type":40,"tag":192,"props":246,"children":247},{},[248],{"type":40,"tag":107,"props":249,"children":251},{"className":250},[],[252],{"type":45,"value":253},"COST_BREAKDOWN_RAW_TRANSACTIONS",{"type":40,"tag":165,"props":255,"children":256},{},[257,262,267],{"type":40,"tag":192,"props":258,"children":259},{},[260],{"type":45,"value":261},"Individual txs behind a rollup entry",{"type":40,"tag":192,"props":263,"children":264},{},[265],{"type":45,"value":266},"Rollup Breakdown",{"type":40,"tag":192,"props":268,"children":269},{},[270],{"type":40,"tag":107,"props":271,"children":273},{"className":272},[],[274],{"type":45,"value":275},"ROLLUP_BREAKDOWN",{"type":40,"tag":150,"props":277,"children":279},{"id":278},"i-need-balance-data",[280],{"type":45,"value":281},"\"I need balance data\"",{"type":40,"tag":157,"props":283,"children":284},{},[285,303],{"type":40,"tag":161,"props":286,"children":287},{},[288],{"type":40,"tag":165,"props":289,"children":290},{},[291,295,299],{"type":40,"tag":169,"props":292,"children":293},{},[294],{"type":45,"value":173},{"type":40,"tag":169,"props":296,"children":297},{},[298],{"type":45,"value":178},{"type":40,"tag":169,"props":300,"children":301},{},[302],{"type":45,"value":183},{"type":40,"tag":185,"props":304,"children":305},{},[306,328,350,372,394],{"type":40,"tag":165,"props":307,"children":308},{},[309,314,319],{"type":40,"tag":192,"props":310,"children":311},{},[312],{"type":45,"value":313},"Current balances (quantity + fiat + cost basis)",{"type":40,"tag":192,"props":315,"children":316},{},[317],{"type":45,"value":318},"Asset Balances",{"type":40,"tag":192,"props":320,"children":321},{},[322],{"type":40,"tag":107,"props":323,"children":325},{"className":324},[],[326],{"type":45,"value":327},"RAW_BALANCES",{"type":40,"tag":165,"props":329,"children":330},{},[331,336,341],{"type":40,"tag":192,"props":332,"children":333},{},[334],{"type":45,"value":335},"Current balances, cleaner layout for sharing",{"type":40,"tag":192,"props":337,"children":338},{},[339],{"type":45,"value":340},"Asset Balances V2",{"type":40,"tag":192,"props":342,"children":343},{},[344],{"type":40,"tag":107,"props":345,"children":347},{"className":346},[],[348],{"type":45,"value":349},"RAW_BALANCES_V2",{"type":40,"tag":165,"props":351,"children":352},{},[353,358,363],{"type":40,"tag":192,"props":354,"children":355},{},[356],{"type":45,"value":357},"Balances at a past date (reconstructed, no prior commit needed)",{"type":40,"tag":192,"props":359,"children":360},{},[361],{"type":45,"value":362},"Asset Balances + Time Capsule",{"type":40,"tag":192,"props":364,"children":365},{},[366],{"type":40,"tag":107,"props":367,"children":369},{"className":368},[],[370],{"type":45,"value":371},"HISTORICAL_BALANCE",{"type":40,"tag":165,"props":373,"children":374},{},[375,380,385],{"type":40,"tag":192,"props":376,"children":377},{},[378],{"type":45,"value":379},"Balances from a specific past commit snapshot",{"type":40,"tag":192,"props":381,"children":382},{},[383],{"type":45,"value":384},"Asset Balances - Archives",{"type":40,"tag":192,"props":386,"children":387},{},[388],{"type":40,"tag":107,"props":389,"children":391},{"className":390},[],[392],{"type":45,"value":393},"ARCHIVED_BALANCES",{"type":40,"tag":165,"props":395,"children":396},{},[397,402,407],{"type":40,"tag":192,"props":398,"children":399},{},[400],{"type":45,"value":401},"Current vs. previous balance (change detection)",{"type":40,"tag":192,"props":403,"children":404},{},[405],{"type":45,"value":406},"Balance Trends",{"type":40,"tag":192,"props":408,"children":409},{},[410],{"type":40,"tag":107,"props":411,"children":413},{"className":412},[],[414],{"type":45,"value":415},"BALANCE_TRENDS",{"type":40,"tag":150,"props":417,"children":419},{"id":418},"i-need-cost-basis-data",[420],{"type":45,"value":421},"\"I need cost basis data\"",{"type":40,"tag":157,"props":423,"children":424},{},[425,443],{"type":40,"tag":161,"props":426,"children":427},{},[428],{"type":40,"tag":165,"props":429,"children":430},{},[431,435,439],{"type":40,"tag":169,"props":432,"children":433},{},[434],{"type":45,"value":173},{"type":40,"tag":169,"props":436,"children":437},{},[438],{"type":45,"value":178},{"type":40,"tag":169,"props":440,"children":441},{},[442],{"type":45,"value":183},{"type":40,"tag":185,"props":444,"children":445},{},[446,468,490],{"type":40,"tag":165,"props":447,"children":448},{},[449,454,459],{"type":40,"tag":192,"props":450,"children":451},{},[452],{"type":45,"value":453},"How acquisitions build the cost basis stack",{"type":40,"tag":192,"props":455,"children":456},{},[457],{"type":45,"value":458},"Cost Basis Inventory",{"type":40,"tag":192,"props":460,"children":461},{},[462],{"type":40,"tag":107,"props":463,"children":465},{"className":464},[],[466],{"type":45,"value":467},"COST_BASIS_INVENTORY",{"type":40,"tag":165,"props":469,"children":470},{},[471,476,481],{"type":40,"tag":192,"props":472,"children":473},{},[474],{"type":45,"value":475},"Individual tax lots with unrealized gains",{"type":40,"tag":192,"props":477,"children":478},{},[479],{"type":45,"value":480},"Cost Basis Stack Per Wallet",{"type":40,"tag":192,"props":482,"children":483},{},[484],{"type":40,"tag":107,"props":485,"children":487},{"className":486},[],[488],{"type":45,"value":489},"COST_BASIS_STACK_PER_ACCOUNT",{"type":40,"tag":165,"props":491,"children":492},{},[493,498,503],{"type":40,"tag":192,"props":494,"children":495},{},[496],{"type":45,"value":497},"Opening-to-closing cost basis movement",{"type":40,"tag":192,"props":499,"children":500},{},[501],{"type":45,"value":502},"Cost Basis Roll Forward",{"type":40,"tag":192,"props":504,"children":505},{},[506],{"type":40,"tag":107,"props":507,"children":509},{"className":508},[],[510],{"type":45,"value":511},"COST_BASIS_ROLL_FORWARD",{"type":40,"tag":150,"props":513,"children":515},{"id":514},"i-need-reconciliation-period-end",[516],{"type":45,"value":517},"\"I need reconciliation \u002F period-end\"",{"type":40,"tag":157,"props":519,"children":520},{},[521,539],{"type":40,"tag":161,"props":522,"children":523},{},[524],{"type":40,"tag":165,"props":525,"children":526},{},[527,531,535],{"type":40,"tag":169,"props":528,"children":529},{},[530],{"type":45,"value":173},{"type":40,"tag":169,"props":532,"children":533},{},[534],{"type":45,"value":178},{"type":40,"tag":169,"props":536,"children":537},{},[538],{"type":45,"value":183},{"type":40,"tag":185,"props":540,"children":541},{},[542,564,586],{"type":40,"tag":165,"props":543,"children":544},{},[545,550,555],{"type":40,"tag":192,"props":546,"children":547},{},[548],{"type":45,"value":549},"Asset quantity roll forward with safety check",{"type":40,"tag":192,"props":551,"children":552},{},[553],{"type":45,"value":554},"Asset Roll Forward",{"type":40,"tag":192,"props":556,"children":557},{},[558],{"type":40,"tag":107,"props":559,"children":561},{"className":560},[],[562],{"type":45,"value":563},"ASSET_ROLL_FORWARD",{"type":40,"tag":165,"props":565,"children":566},{},[567,572,577],{"type":40,"tag":192,"props":568,"children":569},{},[570],{"type":45,"value":571},"Full on-chain vs. book reconciliation (5 layers)",{"type":40,"tag":192,"props":573,"children":574},{},[575],{"type":45,"value":576},"Ledger Reconciliation",{"type":40,"tag":192,"props":578,"children":579},{},[580],{"type":40,"tag":107,"props":581,"children":583},{"className":582},[],[584],{"type":45,"value":585},"RECONCILIATION_LEDGER",{"type":40,"tag":165,"props":587,"children":588},{},[589,594,599],{"type":40,"tag":192,"props":590,"children":591},{},[592],{"type":45,"value":593},"Unrealized gains \u002F mark-to-market \u002F impairment",{"type":40,"tag":192,"props":595,"children":596},{},[597],{"type":45,"value":598},"Revaluation",{"type":40,"tag":192,"props":600,"children":601},{},[602],{"type":40,"tag":107,"props":603,"children":605},{"className":604},[],[606],{"type":45,"value":607},"REEVALUATION",{"type":40,"tag":150,"props":609,"children":611},{"id":610},"i-need-erp-journal-entry-data",[612],{"type":45,"value":613},"\"I need ERP \u002F journal entry data\"",{"type":40,"tag":157,"props":615,"children":616},{},[617,635],{"type":40,"tag":161,"props":618,"children":619},{},[620],{"type":40,"tag":165,"props":621,"children":622},{},[623,627,631],{"type":40,"tag":169,"props":624,"children":625},{},[626],{"type":45,"value":173},{"type":40,"tag":169,"props":628,"children":629},{},[630],{"type":45,"value":178},{"type":40,"tag":169,"props":632,"children":633},{},[634],{"type":45,"value":183},{"type":40,"tag":185,"props":636,"children":637},{},[638,660],{"type":40,"tag":165,"props":639,"children":640},{},[641,646,651],{"type":40,"tag":192,"props":642,"children":643},{},[644],{"type":45,"value":645},"Preview journal entries before sync",{"type":40,"tag":192,"props":647,"children":648},{},[649],{"type":45,"value":650},"ERP Pre-Sync",{"type":40,"tag":192,"props":652,"children":653},{},[654],{"type":40,"tag":107,"props":655,"children":657},{"className":656},[],[658],{"type":45,"value":659},"PRE_SYNC_JOURNAL",{"type":40,"tag":165,"props":661,"children":662},{},[663,668,673],{"type":40,"tag":192,"props":664,"children":665},{},[666],{"type":45,"value":667},"Audit trail of synced entries",{"type":40,"tag":192,"props":669,"children":670},{},[671],{"type":45,"value":672},"ERP Post-Sync",{"type":40,"tag":192,"props":674,"children":675},{},[676],{"type":40,"tag":107,"props":677,"children":679},{"className":678},[],[680],{"type":45,"value":681},"POST_SYNC_JOURNAL",{"type":40,"tag":150,"props":683,"children":685},{"id":684},"i-need-reference-metadata",[686],{"type":45,"value":687},"\"I need reference \u002F metadata\"",{"type":40,"tag":157,"props":689,"children":690},{},[691,709],{"type":40,"tag":161,"props":692,"children":693},{},[694],{"type":40,"tag":165,"props":695,"children":696},{},[697,701,705],{"type":40,"tag":169,"props":698,"children":699},{},[700],{"type":45,"value":173},{"type":40,"tag":169,"props":702,"children":703},{},[704],{"type":45,"value":178},{"type":40,"tag":169,"props":706,"children":707},{},[708],{"type":45,"value":183},{"type":40,"tag":185,"props":710,"children":711},{},[712,734],{"type":40,"tag":165,"props":713,"children":714},{},[715,720,725],{"type":40,"tag":192,"props":716,"children":717},{},[718],{"type":45,"value":719},"Hourly asset pricing for a day",{"type":40,"tag":192,"props":721,"children":722},{},[723],{"type":45,"value":724},"Asset Fiat Values",{"type":40,"tag":192,"props":726,"children":727},{},[728],{"type":40,"tag":107,"props":729,"children":731},{"className":730},[],[732],{"type":45,"value":733},"DAILY_ASSET_PRICING",{"type":40,"tag":165,"props":735,"children":736},{},[737,742,747],{"type":40,"tag":192,"props":738,"children":739},{},[740],{"type":45,"value":741},"Wallet\u002Faccount inventory",{"type":40,"tag":192,"props":743,"children":744},{},[745],{"type":45,"value":746},"Organization Wallets",{"type":40,"tag":192,"props":748,"children":749},{},[750],{"type":40,"tag":107,"props":751,"children":753},{"className":752},[],[754],{"type":45,"value":755},"INTERNAL_ACCOUNTS",{"type":40,"tag":54,"props":757,"children":759},{"id":758},"common-scenarios",[760],{"type":45,"value":761},"Common Scenarios",{"type":40,"tag":48,"props":763,"children":764},{},[765],{"type":45,"value":766},"These are patterns you will see frequently. Use them to shortcut your recommendation:",{"type":40,"tag":48,"props":768,"children":769},{},[770,775,777,781,783,788,790,794,796,800],{"type":40,"tag":69,"props":771,"children":772},{},[773],{"type":45,"value":774},"\"Month-end close\"",{"type":45,"value":776}," -- Start with ",{"type":40,"tag":69,"props":778,"children":779},{},[780],{"type":45,"value":576},{"type":45,"value":782}," (",{"type":40,"tag":107,"props":784,"children":786},{"className":785},[],[787],{"type":45,"value":585},{"type":45,"value":789},"). Its Summary tab gives a one-glance pass\u002Ffail. If the user only needs quantity movement without the on-chain comparison, ",{"type":40,"tag":69,"props":791,"children":792},{},[793],{"type":45,"value":554},{"type":45,"value":795}," is simpler. If they need cost basis movement, add ",{"type":40,"tag":69,"props":797,"children":798},{},[799],{"type":45,"value":502},{"type":45,"value":801},".",{"type":40,"tag":48,"props":803,"children":804},{},[805,810],{"type":40,"tag":69,"props":806,"children":807},{},[808],{"type":45,"value":809},"\"Auditor asked for X\"",{"type":45,"value":811}," -- Auditors typically want: (1) Asset Roll Forward for quantity movement, (2) Cost Basis Roll Forward for cost basis movement, (3) Ledger Reconciliation for the full reconciliation package, (4) Organization Wallets for the wallet registry. Recommend the combination that fits their specific ask.",{"type":40,"tag":48,"props":813,"children":814},{},[815,820,822,826,827,832,834,838],{"type":40,"tag":69,"props":816,"children":817},{},[818],{"type":45,"value":819},"\"Tax filing \u002F capital gains\"",{"type":45,"value":821}," -- ",{"type":40,"tag":69,"props":823,"children":824},{},[825],{"type":45,"value":223},{"type":45,"value":782},{"type":40,"tag":107,"props":828,"children":830},{"className":829},[],[831],{"type":45,"value":112},{"type":45,"value":833},"). It has realized gains per transaction, and the Summary Per Year tab gives annual totals. If the auditor needs lot-level detail, add ",{"type":40,"tag":69,"props":835,"children":836},{},[837],{"type":45,"value":244},{"type":45,"value":801},{"type":40,"tag":48,"props":840,"children":841},{},[842,847],{"type":40,"tag":69,"props":843,"children":844},{},[845],{"type":45,"value":846},"\"I see a balance mismatch\"",{"type":45,"value":848}," -- Depends on what is mismatching:",{"type":40,"tag":850,"props":851,"children":852},"ul",{},[853,870,881,898],{"type":40,"tag":65,"props":854,"children":855},{},[856,858,862,863,868],{"type":45,"value":857},"UI vs. report: ",{"type":40,"tag":69,"props":859,"children":860},{},[861],{"type":45,"value":318},{"type":45,"value":782},{"type":40,"tag":107,"props":864,"children":866},{"className":865},[],[867],{"type":45,"value":327},{"type":45,"value":869},") is the source of truth for current balances",{"type":40,"tag":65,"props":871,"children":872},{},[873,875,879],{"type":45,"value":874},"On-chain vs. book: ",{"type":40,"tag":69,"props":876,"children":877},{},[878],{"type":45,"value":576},{"type":45,"value":880},", specifically the Historical Token\u002FFiat Reconciliation tabs",{"type":40,"tag":65,"props":882,"children":883},{},[884,886,890,891,896],{"type":45,"value":885},"Current vs. previous: ",{"type":40,"tag":69,"props":887,"children":888},{},[889],{"type":45,"value":406},{"type":45,"value":782},{"type":40,"tag":107,"props":892,"children":894},{"className":893},[],[895],{"type":45,"value":415},{"type":45,"value":897},"), check the Previous Amount\u002FFiat columns",{"type":40,"tag":65,"props":899,"children":900},{},[901,903,907],{"type":45,"value":902},"Cost basis vs. quantity: The cost basis stack may differ from current balance; use ",{"type":40,"tag":69,"props":904,"children":905},{},[906],{"type":45,"value":480},{"type":45,"value":908}," to see individual lots",{"type":40,"tag":48,"props":910,"children":911},{},[912,917,918,922,923,928],{"type":40,"tag":69,"props":913,"children":914},{},[915],{"type":45,"value":916},"\"Pricing looks wrong\"",{"type":45,"value":821},{"type":40,"tag":69,"props":919,"children":920},{},[921],{"type":45,"value":724},{"type":45,"value":782},{"type":40,"tag":107,"props":924,"children":926},{"className":925},[],[927],{"type":45,"value":733},{"type":45,"value":929},"). Check the hourly prices for that asset on the relevant day. If Price Source = \"manual\", someone overrode the price.",{"type":40,"tag":48,"props":931,"children":932},{},[933,938,940,944,946,950],{"type":40,"tag":69,"props":934,"children":935},{},[936],{"type":45,"value":937},"\"ERP sync issues\"",{"type":45,"value":939}," -- Use ",{"type":40,"tag":69,"props":941,"children":942},{},[943],{"type":45,"value":650},{"type":45,"value":945}," to find misconfigured transactions before sync. Use ",{"type":40,"tag":69,"props":947,"children":948},{},[949],{"type":45,"value":672},{"type":45,"value":951}," to verify what was actually sent to the ERP and check for failed syncs.",{"type":40,"tag":48,"props":953,"children":954},{},[955,960,961,965,966,971],{"type":40,"tag":69,"props":956,"children":957},{},[958],{"type":45,"value":959},"\"Tax-loss harvesting\"",{"type":45,"value":821},{"type":40,"tag":69,"props":962,"children":963},{},[964],{"type":45,"value":480},{"type":45,"value":782},{"type":40,"tag":107,"props":967,"children":969},{"className":968},[],[970],{"type":45,"value":489},{"type":45,"value":972},"). Filter for lots with negative unrealized gains. The Unrealized Gain ($) column shows which lots are underwater.",{"type":40,"tag":48,"props":974,"children":975},{},[976,981,982,986,987,992],{"type":40,"tag":69,"props":977,"children":978},{},[979],{"type":45,"value":980},"\"FIFO\u002FLIFO verification\"",{"type":45,"value":821},{"type":40,"tag":69,"props":983,"children":984},{},[985],{"type":45,"value":244},{"type":45,"value":782},{"type":40,"tag":107,"props":988,"children":990},{"className":989},[],[991],{"type":45,"value":253},{"type":45,"value":993},"). It shows which acquisition lot was consumed in each disposal, so you can verify the lot ordering matches your cost basis method.",{"type":40,"tag":48,"props":995,"children":996},{},[997,1002,1004,1008,1010,1014],{"type":40,"tag":69,"props":998,"children":999},{},[1000],{"type":45,"value":1001},"\"Staking rewards\"",{"type":45,"value":1003}," -- For individual reward transactions behind a rollup, use ",{"type":40,"tag":69,"props":1005,"children":1006},{},[1007],{"type":45,"value":266},{"type":45,"value":1009},". For the current staking position balances, use ",{"type":40,"tag":69,"props":1011,"children":1012},{},[1013],{"type":45,"value":318},{"type":45,"value":1015}," and filter Balance State = \"Locked\" or \"Claimable\".",{"type":40,"tag":48,"props":1017,"children":1018},{},[1019,1024,1026,1031,1032,1037,1039,1043,1044,1049],{"type":40,"tag":69,"props":1020,"children":1021},{},[1022],{"type":45,"value":1023},"\"Historical balances at a specific date\"",{"type":45,"value":1025}," -- Two options: (1) ",{"type":40,"tag":69,"props":1027,"children":1028},{},[1029],{"type":45,"value":1030},"Asset Balances with Time Capsule",{"type":45,"value":782},{"type":40,"tag":107,"props":1033,"children":1035},{"className":1034},[],[1036],{"type":45,"value":371},{"type":45,"value":1038},") reconstructs balances at any past date without needing a prior commit -- best for most users. (2) ",{"type":40,"tag":69,"props":1040,"children":1041},{},[1042],{"type":45,"value":384},{"type":45,"value":782},{"type":40,"tag":107,"props":1045,"children":1047},{"className":1046},[],[1048],{"type":45,"value":393},{"type":45,"value":1050},") pulls from actual commit snapshots -- use when you need the exact data that was collected at that time. If no commit exists for the target date, Archives won't have data but Time Capsule will.",{"type":40,"tag":54,"props":1052,"children":1054},{"id":1053},"important-nuances",[1055],{"type":45,"value":1056},"Important Nuances",{"type":40,"tag":850,"props":1058,"children":1059},{},[1060,1069,1092,1101,1110,1120,1129],{"type":40,"tag":65,"props":1061,"children":1062},{},[1063,1067],{"type":40,"tag":69,"props":1064,"children":1065},{},[1066],{"type":45,"value":340},{"type":45,"value":1068}," does NOT support Time Capsule. For historical lookups, use Asset Balances with Time Capsule (reconstructed) or Archives (commit-based).",{"type":40,"tag":65,"props":1070,"children":1071},{},[1072,1076,1078,1083,1085,1090],{"type":40,"tag":69,"props":1073,"children":1074},{},[1075],{"type":45,"value":362},{"type":45,"value":1077}," generates a ",{"type":40,"tag":107,"props":1079,"children":1081},{"className":1080},[],[1082],{"type":45,"value":371},{"type":45,"value":1084}," report type in the backend. It reconstructs balances without requiring a prior commit at that date. Archives (",{"type":40,"tag":107,"props":1086,"children":1088},{"className":1087},[],[1089],{"type":45,"value":393},{"type":45,"value":1091},") requires an actual commit snapshot to exist. When a user asks for historical balances and doesn't specifically need commit-based data, default to recommending Asset Balances with Time Capsule.",{"type":40,"tag":65,"props":1093,"children":1094},{},[1095,1099],{"type":40,"tag":69,"props":1096,"children":1097},{},[1098],{"type":45,"value":554},{"type":45,"value":1100}," is summary-level only. It does not contain individual transaction dates. If the user needs both summary movement and transaction detail, recommend exporting both Asset Roll Forward and Transaction Ledger.",{"type":40,"tag":65,"props":1102,"children":1103},{},[1104,1108],{"type":40,"tag":69,"props":1105,"children":1106},{},[1107],{"type":45,"value":576},{"type":45,"value":1109}," is the most comprehensive reconciliation report (57 columns, 7 tabs, 5 check layers). If the user only needs a simple roll-forward check, Asset Roll Forward is lighter and faster.",{"type":40,"tag":65,"props":1111,"children":1112},{},[1113,1118],{"type":40,"tag":69,"props":1114,"children":1115},{},[1116],{"type":45,"value":1117},"Cost Basis Stack",{"type":45,"value":1119}," shows the lot-level inventory, not the current wallet balance. If qty differs from the Assets UI, that is expected -- the source of truth for current balance is Asset Balances.",{"type":40,"tag":65,"props":1121,"children":1122},{},[1123,1127],{"type":40,"tag":69,"props":1124,"children":1125},{},[1126],{"type":45,"value":724},{"type":45,"value":1128}," covers a single 24-hour period. For multi-day pricing, the user needs to generate multiple exports.",{"type":40,"tag":65,"props":1130,"children":1131},{},[1132,1136],{"type":40,"tag":69,"props":1133,"children":1134},{},[1135],{"type":45,"value":266},{"type":45,"value":1137}," only matters when the org uses rollup (aggregation) rules. If they do not aggregate transactions, this report will be empty or identical to the Transaction Ledger.",{"type":40,"tag":54,"props":1139,"children":1141},{"id":1140},"using-the-tres-mcp",[1142],{"type":45,"value":1143},"Using the TRES MCP",{"type":40,"tag":48,"props":1145,"children":1146},{},[1147],{"type":45,"value":1148},"If the user wants to generate a report programmatically, you can use the TRES MCP GraphQL API:",{"type":40,"tag":61,"props":1150,"children":1151},{},[1152,1179,1284],{"type":40,"tag":65,"props":1153,"children":1154},{},[1155,1157,1163,1165,1171,1173],{"type":45,"value":1156},"Call ",{"type":40,"tag":107,"props":1158,"children":1160},{"className":1159},[],[1161],{"type":45,"value":1162},"availableReportTypes",{"type":45,"value":1164}," to confirm the report exists and get its ",{"type":40,"tag":107,"props":1166,"children":1168},{"className":1167},[],[1169],{"type":45,"value":1170},"exportType",{"type":45,"value":1172}," and ",{"type":40,"tag":107,"props":1174,"children":1176},{"className":1175},[],[1177],{"type":45,"value":1178},"entitiesType",{"type":40,"tag":65,"props":1180,"children":1181},{},[1182,1184,1189,1191],{"type":45,"value":1183},"Based on ",{"type":40,"tag":107,"props":1185,"children":1187},{"className":1186},[],[1188],{"type":45,"value":1178},{"type":45,"value":1190},", call the correct mutation:\n",{"type":40,"tag":850,"props":1192,"children":1193},{},[1194,1227,1260],{"type":40,"tag":65,"props":1195,"children":1196},{},[1197,1203,1205,1211,1212,1217,1219,1225],{"type":40,"tag":107,"props":1198,"children":1200},{"className":1199},[],[1201],{"type":45,"value":1202},"ASSETS",{"type":45,"value":1204}," \u002F ",{"type":40,"tag":107,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":45,"value":1210},"BALANCE",{"type":45,"value":1204},{"type":40,"tag":107,"props":1213,"children":1215},{"className":1214},[],[1216],{"type":45,"value":371},{"type":45,"value":1218}," -> ",{"type":40,"tag":107,"props":1220,"children":1222},{"className":1221},[],[1223],{"type":45,"value":1224},"organizationBalance",{"type":45,"value":1226}," export",{"type":40,"tag":65,"props":1228,"children":1229},{},[1230,1236,1237,1243,1245,1251,1252,1258],{"type":40,"tag":107,"props":1231,"children":1233},{"className":1232},[],[1234],{"type":45,"value":1235},"LEDGER",{"type":45,"value":1218},{"type":40,"tag":107,"props":1238,"children":1240},{"className":1239},[],[1241],{"type":45,"value":1242},"transaction",{"type":45,"value":1244}," export (supports ",{"type":40,"tag":107,"props":1246,"children":1248},{"className":1247},[],[1249],{"type":45,"value":1250},"timestamp_Gte",{"type":45,"value":1204},{"type":40,"tag":107,"props":1253,"children":1255},{"className":1254},[],[1256],{"type":45,"value":1257},"timestamp_Lte",{"type":45,"value":1259},")",{"type":40,"tag":65,"props":1261,"children":1262},{},[1263,1269,1270,1276,1277,1283],{"type":40,"tag":107,"props":1264,"children":1266},{"className":1265},[],[1267],{"type":45,"value":1268},"ACCOUNTS",{"type":45,"value":1204},{"type":40,"tag":107,"props":1271,"children":1273},{"className":1272},[],[1274],{"type":45,"value":1275},"GENERAL",{"type":45,"value":1218},{"type":40,"tag":107,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":45,"value":1282},"internalAccount",{"type":45,"value":1226},{"type":40,"tag":65,"props":1285,"children":1286},{},[1287,1289,1295,1297,1303,1305,1311],{"type":45,"value":1288},"Poll the ",{"type":40,"tag":107,"props":1290,"children":1292},{"className":1291},[],[1293],{"type":45,"value":1294},"report",{"type":45,"value":1296}," query until ",{"type":40,"tag":107,"props":1298,"children":1300},{"className":1299},[],[1301],{"type":45,"value":1302},"status=DONE",{"type":45,"value":1304},", then use the ",{"type":40,"tag":107,"props":1306,"children":1308},{"className":1307},[],[1309],{"type":45,"value":1310},"link",{"type":45,"value":1312}," field",{"type":40,"tag":48,"props":1314,"children":1315},{},[1316,1318,1323],{"type":45,"value":1317},"Always include the ",{"type":40,"tag":107,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":45,"value":1170},{"type":45,"value":1324}," in your recommendation so users can reference it in the API or automation setup.",{"items":1326,"total":1513},[1327,1348,1362,1374,1393,1406,1427,1447,1461,1476,1484,1497],{"slug":1328,"name":1328,"fn":1329,"description":1330,"org":1331,"tags":1332,"stars":1345,"repoUrl":1346,"updatedAt":1347},"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},[1333,1336,1339,1342],{"name":1334,"slug":1335,"type":16},"Creative","creative",{"name":1337,"slug":1338,"type":16},"Design","design",{"name":1340,"slug":1341,"type":16},"Generative Art","generative-art",{"name":1343,"slug":1344,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1349,"name":1349,"fn":1350,"description":1351,"org":1352,"tags":1353,"stars":1345,"repoUrl":1346,"updatedAt":1361},"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},[1354,1357,1358],{"name":1355,"slug":1356,"type":16},"Branding","branding",{"name":1337,"slug":1338,"type":16},{"name":1359,"slug":1360,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1363,"name":1363,"fn":1364,"description":1365,"org":1366,"tags":1367,"stars":1345,"repoUrl":1346,"updatedAt":1373},"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},[1368,1369,1370],{"name":1334,"slug":1335,"type":16},{"name":1337,"slug":1338,"type":16},{"name":1371,"slug":1372,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1375,"name":1375,"fn":1376,"description":1377,"org":1378,"tags":1379,"stars":1345,"repoUrl":1346,"updatedAt":1392},"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},[1380,1383,1384,1387,1389],{"name":1381,"slug":1382,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1385,"slug":1386,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1388,"slug":1375,"type":16},"Claude API",{"name":1390,"slug":1391,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1394,"name":1394,"fn":1395,"description":1396,"org":1397,"tags":1398,"stars":1345,"repoUrl":1346,"updatedAt":1405},"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},[1399,1402],{"name":1400,"slug":1401,"type":16},"Documentation","documentation",{"name":1403,"slug":1404,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1407,"name":1407,"fn":1408,"description":1409,"org":1410,"tags":1411,"stars":1345,"repoUrl":1346,"updatedAt":1426},"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},[1412,1415,1417,1420,1423],{"name":1413,"slug":1414,"type":16},"Documents","documents",{"name":1416,"slug":1407,"type":16},"DOCX",{"name":1418,"slug":1419,"type":16},"Office","office",{"name":1421,"slug":1422,"type":16},"Templates","templates",{"name":1424,"slug":1425,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1428,"name":1428,"fn":1429,"description":1430,"org":1431,"tags":1432,"stars":1345,"repoUrl":1346,"updatedAt":1446},"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},[1433,1434,1437,1440,1443],{"name":1337,"slug":1338,"type":16},{"name":1435,"slug":1436,"type":16},"Frontend","frontend",{"name":1438,"slug":1439,"type":16},"React","react",{"name":1441,"slug":1442,"type":16},"Tailwind CSS","tailwind-css",{"name":1444,"slug":1445,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1448,"name":1448,"fn":1449,"description":1450,"org":1451,"tags":1452,"stars":1345,"repoUrl":1346,"updatedAt":1460},"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},[1453,1456,1457],{"name":1454,"slug":1455,"type":16},"Communications","communications",{"name":1421,"slug":1422,"type":16},{"name":1458,"slug":1459,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1462,"name":1462,"fn":1463,"description":1464,"org":1465,"tags":1466,"stars":1345,"repoUrl":1346,"updatedAt":1475},"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},[1467,1468,1471,1472],{"name":1381,"slug":1382,"type":16},{"name":1469,"slug":1470,"type":16},"API Development","api-development",{"name":1390,"slug":1391,"type":16},{"name":1473,"slug":1474,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1372,"name":1372,"fn":1477,"description":1478,"org":1479,"tags":1480,"stars":1345,"repoUrl":1346,"updatedAt":1483},"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},[1481,1482],{"name":1413,"slug":1414,"type":16},{"name":1371,"slug":1372,"type":16},"2026-04-06T17:56:02.483316",{"slug":1485,"name":1485,"fn":1486,"description":1487,"org":1488,"tags":1489,"stars":1345,"repoUrl":1346,"updatedAt":1496},"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},[1490,1493],{"name":1491,"slug":1492,"type":16},"PowerPoint","powerpoint",{"name":1494,"slug":1495,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1498,"name":1498,"fn":1499,"description":1500,"org":1501,"tags":1502,"stars":1345,"repoUrl":1346,"updatedAt":1512},"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},[1503,1504,1505,1508,1511],{"name":1381,"slug":1382,"type":16},{"name":1400,"slug":1401,"type":16},{"name":1506,"slug":1507,"type":16},"Evals","evals",{"name":1509,"slug":1510,"type":16},"Performance","performance",{"name":1403,"slug":1404,"type":16},"2026-04-19T06:45:40.804",490,{"items":1515,"total":1613},[1516,1533,1552,1566,1578,1588,1600],{"slug":1517,"name":1517,"fn":1518,"description":1519,"org":1520,"tags":1521,"stars":23,"repoUrl":24,"updatedAt":1532},"quickdesign","generate AI media assets","Use the `quickdesign` CLI to generate AI media — UGC promo videos, image edits, product creatives, video upscales — through Seedance, Kling, Sora2, Nano Banana, and GPT Image. Invoke this skill whenever the user asks for a talking-avatar video, multi-segment ad \u002F promo \u002F explainer, image edit (object swap, angle change, state change), product photoshoot, or video upscale via QuickDesign.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1522,1523,1526,1529],{"name":1334,"slug":1335,"type":16},{"name":1524,"slug":1525,"type":16},"Image Generation","image-generation",{"name":1527,"slug":1528,"type":16},"Marketing","marketing",{"name":1530,"slug":1531,"type":16},"Video","video","2026-07-01T08:09:32.316182",{"slug":1534,"name":1534,"fn":1535,"description":1536,"org":1537,"tags":1538,"stars":23,"repoUrl":24,"updatedAt":1551},"testdino-audit","audit Playwright test code","Use only when the user explicitly asks for a TestDino audit of Playwright automated test code. Routes through the audit tools the TestDino MCP server exposes (get_audit_report + submit_audit_report, or the legacy test_audit). For generic code review or non-Playwright targets, do a normal review instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1539,1542,1545,1548],{"name":1540,"slug":1541,"type":16},"Audit","audit",{"name":1543,"slug":1544,"type":16},"Code Analysis","code-analysis",{"name":1546,"slug":1547,"type":16},"Playwright","playwright",{"name":1549,"slug":1550,"type":16},"Testing","testing","2026-07-02T07:37:17.341081",{"slug":1553,"name":1553,"fn":1554,"description":1555,"org":1556,"tags":1557,"stars":23,"repoUrl":24,"updatedAt":1565},"testdino-health","manage TestDino connection status","Use when the user wants to check TestDino connection status, validate their PAT, discover available organizations and projects, or find the right projectId. Always call this first when the project context is ambiguous before any other TestDino tool.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1558,1561,1564],{"name":1559,"slug":1560,"type":16},"Monitoring","monitoring",{"name":1562,"slug":1563,"type":16},"QA","qa",{"name":1549,"slug":1550,"type":16},"2026-07-02T07:37:18.566504",{"slug":1567,"name":1567,"fn":1568,"description":1569,"org":1570,"tags":1571,"stars":23,"repoUrl":24,"updatedAt":1577},"testdino-manual-runs","manage manual QA execution runs in TestDino","Use when the user wants to manage a manual execution run or update case-level results inside a run — listing runs, creating runs for a release, inspecting a run, assigning cases, or marking case results (passed\u002Ffailed\u002Fblocked\u002Fskipped\u002Fretest\u002Funtested). Accepts counter-style IDs like RUN-12 and TC-156.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1572,1575,1576],{"name":1573,"slug":1574,"type":16},"Operations","operations",{"name":1562,"slug":1563,"type":16},{"name":1549,"slug":1550,"type":16},"2026-07-02T07:37:23.446065",{"slug":1579,"name":1579,"fn":1580,"description":1581,"org":1582,"tags":1583,"stars":23,"repoUrl":24,"updatedAt":1587},"testdino-manual-tests","manage manual QA test cases in TestDino","Use when the user wants to create, update, or browse manual QA test cases and suites in TestDino — not execution runs. Covers list_manual_test_suites, list_manual_test_cases, get_manual_test_case, create_manual_test_case, update_manual_test_case, create_manual_test_suite.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1584,1585,1586],{"name":1400,"slug":1401,"type":16},{"name":1562,"slug":1563,"type":16},{"name":1549,"slug":1550,"type":16},"2026-07-02T07:37:22.247052",{"slug":1589,"name":1589,"fn":1590,"description":1591,"org":1592,"tags":1593,"stars":23,"repoUrl":24,"updatedAt":1599},"testdino-releases","manage TestDino releases and milestones","Use when the user wants to browse, inspect, create, or update releases\u002Fmilestones in a TestDino project. Covers list_releases, get_release, create_release, and update_release. Accepts counter-style IDs like MS-12.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1594,1597,1598],{"name":1595,"slug":1596,"type":16},"Project Management","project-management",{"name":1562,"slug":1563,"type":16},{"name":1549,"slug":1550,"type":16},"2026-07-02T07:37:19.793846",{"slug":1601,"name":1601,"fn":1602,"description":1603,"org":1604,"tags":1605,"stars":23,"repoUrl":24,"updatedAt":1612},"testdino-runs","inspect automated test runs","Use when the user wants to inspect automated test runs, list failed or flaky tests, debug a failing testcase with historical context, or filter runs by branch, commit, author, environment, browser, status, or tags. Includes list_testruns, get_run_details, list_testcase, get_testcase_details, and debug_testcase.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1606,1609,1610,1611],{"name":1607,"slug":1608,"type":16},"Debugging","debugging",{"name":1546,"slug":1547,"type":16},{"name":1562,"slug":1563,"type":16},{"name":1549,"slug":1550,"type":16},"2026-07-02T07:37:16.07175",30]