[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-anthropic-tres-request-skill-update":3,"mdc--if1744-key":34,"related-repo-anthropic-tres-request-skill-update":1587,"related-org-anthropic-tres-request-skill-update":1687},{"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-request-skill-update","submit feedback for TRES plugin","Submit feedback about the TRES Claude plugin — bug reports, feature requests, skill improvements, new skill ideas, MCP issues, workflow friction, or positive feedback about what's working well. Use this skill whenever the user wants to share any kind of feedback about the plugin, its skills, or the TRES MCP. Trigger phrases include: \"submit feedback\", \"report a bug\", \"request a feature\", \"suggest an improvement\", \"I have an idea\", \"something is broken\", \"the skill isn't working\", \"I love this skill\", \"this worked great\", \"the MCP is returning wrong data\", \"the flow is confusing\", \"can you fix the skill\", \"file a skill request\", \"give feedback\", \"this could be better\". Also trigger proactively when the conversation appears to be wrapping up — e.g. the user says \"thanks\", \"that's all\", \"looks good\", \"we're done\", \"nothing else\", or any other signal that the task is complete. In that case, offer a brief feedback prompt instead of launching the full guided flow. Do NOT trigger for general questions about how a skill works — only when the user wants to submit feedback or the conversation is ending.\n",{"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},"Operations","operations","tag",{"name":18,"slug":19,"type":16},"Documentation","documentation",{"name":21,"slug":22,"type":16},"Plugin Development","plugin-development",294,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-plugins-community","2026-07-02T07:37:53.990174",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-request-skill-update","---\nname: tres-request-skill-update\ndescription: >\n  Submit feedback about the TRES Claude plugin — bug reports, feature requests, skill\n  improvements, new skill ideas, MCP issues, workflow friction, or positive feedback about\n  what's working well. Use this skill whenever the user wants to share any kind of feedback\n  about the plugin, its skills, or the TRES MCP. Trigger phrases include: \"submit feedback\",\n  \"report a bug\", \"request a feature\", \"suggest an improvement\", \"I have an idea\",\n  \"something is broken\", \"the skill isn't working\", \"I love this skill\", \"this worked great\",\n  \"the MCP is returning wrong data\", \"the flow is confusing\", \"can you fix the skill\",\n  \"file a skill request\", \"give feedback\", \"this could be better\".\n  Also trigger proactively when the conversation appears to be wrapping up — e.g. the user\n  says \"thanks\", \"that's all\", \"looks good\", \"we're done\", \"nothing else\", or any other\n  signal that the task is complete. In that case, offer a brief feedback prompt instead of\n  launching the full guided flow.\n  Do NOT trigger for general questions about how a skill works — only when the user wants to\n  submit feedback or the conversation is ending.\n---\n\n# TRES Plugin Feedback\n\nGuide the user through submitting clear, actionable feedback about the TRES Claude plugin\nand save it via the `save_ai_conversation_feedback` TRES MCP tool. No extra configuration\nrequired — works for any user with a TRES API token.\n\nThis skill operates in two modes:\n\n1. **Explicit feedback** — the user asks to submit feedback, report a bug, etc. Run the full\n   guided flow starting at Step 1.\n2. **End-of-conversation prompt** — the conversation is wrapping up. Offer a quick,\n   non-intrusive nudge (see Step 0) and only proceed to the full flow if the user opts in.\n\n---\n\n## Step 0 — End-of-Conversation Prompt\n\nWhen the conversation appears to be ending (the user says \"thanks\", \"that's all\", \"looks\ngood\", etc.) and this skill is triggered proactively:\n\nAsk casually:\n\n> **Before you go — any feedback on how this session went? Bugs, ideas, or things that could\n> be better? Happy to log it for the team in 30 seconds.**\n\n- If the user **declines** (\"no\", \"I'm good\", \"nah\") — say \"No worries, have a great day!\"\n  and stop. Do NOT push further.\n- If the user **shares something** — transition into Step 1 and run the full guided flow,\n  but keep it lightweight. Skip questions they've already answered in the conversation and\n  aim for a quick turnaround.\n- Keep the tone light and optional — this should never feel like a mandatory survey.\n\n---\n\n## Step 1 — Identify Submitter\n\n1. Call `get_viewer` (TRES MCP, no arguments) to identify the submitter.\n   - Extract the organization name from the response.\n   - If `get_viewer` fails, use `\"Unknown org\"` as the submitter and continue.\n\n2. Get the user's git identity for the feedback record:\n   ```bash\n   git config user.name && git config user.email\n   ```\n   Use line 1 as `agent_name` and line 2 as `agent_email`. If git is not available, use\n   the system username and leave email empty.\n\nTell the user: **\"You're connected as {orgName}. What feedback would you like to share?\"**\n\n---\n\n## Step 2 — Understand the Feedback\n\nLet the user describe their feedback in their own words first. Then classify it into one of\nthese categories based on what they said:\n\n| Category | When to use |\n|---|---|\n| Bug report | Something is broken, erroring, or producing wrong results |\n| Feature request | A new capability that doesn't exist yet |\n| Improvement | An existing feature works but could be better (UX, formatting, flow, performance) |\n| New skill idea | A proposal for an entirely new skill |\n| MCP \u002F data issue | The TRES MCP is returning wrong data, missing fields, or behaving unexpectedly |\n| Positive feedback | Something is working well and the user wants the team to know |\n| General feedback | Anything else — workflow friction, confusion, documentation, onboarding |\n\nConfirm the category with the user: **\"It sounds like this is a {category} — is that right?\"**\n\nIf the feedback is about a specific skill or MCP tool, identify which one. If it's general\nor about the plugin overall, note that.\n\n**Known skills:**\n\n| Skill | Description |\n|---|---|\n| `tres-asc845-swap-reprice-skill` | ASC 845 swap repricing to zero clearing account residuals |\n| `tres-explorer-tx-to-ledger` | Add explorer TX to the TRES ledger |\n| `tres-tx-story` | TX flow diagram and explanation |\n| `tres-recon-gaps` | Reconciliation gap resolution |\n| `tres-asset-balance-validation` | Balance validation vs DeBank |\n| `tres-report-analyzer` | Analyze TRES report XLSX exports |\n| `tres-report-advisor` | Recommend the right TRES report |\n| `tres-invoice-bill-matching` | Match txs to ERP invoices\u002Fbills |\n| `tres-export-3rd-party-contacts` | Export unidentified counterparties to XLSX |\n| `tres-import-contacts` | Import contacts from CSV\u002FXLSX |\n| `tres-cost-basis` | Cost basis calculation, strategy, issues, reevaluations, exports |\n| `tres-rollup-rules` | Sub-transaction rollup rules (aggregate txs) |\n| `tres-onboarding` | Full entity onboarding (orchestrates sub-skills) |\n| `tres-settings-management` | Org and platform settings |\n| `tres-wallets-upload` | Wallet onboarding |\n| `tres-upload-tx-header-validation` | Bulk transaction CSV header naming validation |\n| `tres-request-skill-update` | This feedback skill |\n\n> **Maintainer note**: update this table when new skills are added to the plugin.\n\n---\n\n## Step 3 — Dig Deeper\n\nBased on the category, ask targeted follow-up questions to make the feedback actionable.\nAsk one or two questions at a time — keep it conversational, not interrogative.\n\n**For bug reports:**\n- What exactly happened? What did you see?\n- What did you expect to happen instead?\n- What were you doing when it happened? (steps to reproduce)\n- Did you see an error message? If so, what did it say?\n- Can you share a specific example? (tx hash, wallet address, input you used)\n\n**For feature requests & improvements:**\n- What problem would this solve for you?\n- How do you handle this today without the feature?\n- Can you describe what the ideal experience would look like?\n- How often do you run into this need?\n\n**For new skill ideas:**\n- What workflow or task would this skill automate?\n- Who on your team would use it, and how often?\n- Can you walk through a concrete example of how you'd use it?\n- What data source would it need? (TRES MCP, external API, local files)\n\n**For MCP \u002F data issues:**\n- Which MCP tool or query was involved?\n- What data did you get back, and what was wrong about it?\n- What did you expect the data to look like?\n- Can you share the specific query or identifiers you used?\n\n**For positive feedback:**\n- What specifically worked well?\n- Was there anything that surprised you (in a good way)?\n- Is there a particular workflow or use case where it really shined?\n- Would you change anything to make it even better?\n\n**For general feedback:**\n- What part of the experience are you reacting to?\n- Was anything confusing or unclear?\n- What would have made it better?\n\nAdapt based on what the user has already told you — skip questions they've already answered.\nThe goal is to get enough detail that someone reading the feedback can understand the context\nand take action without needing to ask follow-up questions.\n\n---\n\n## Step 4 — Preview the Feedback\n\nCompose the feedback and show it to the user for review. Format it clearly:\n\n```\nHeadline: {concise summary — max 80 chars}\n\nCategory: {Bug report | Feature request | Improvement | New skill idea | MCP issue | Positive feedback | General}\nArea: {skill name, \"MCP\", or \"General\"}\nOrg: {orgName}\n\n---\n\n{Well-structured description that includes:\n - What the feedback is about (context)\n - The core issue, idea, or praise (substance)\n - Supporting details — steps to reproduce, examples, expected behavior, etc.\n - Impact — how often this comes up, how many people it affects, how it blocks work}\n\nTags: {comma-separated list}\n```\n\n**Writing the description:**\n- Synthesize the user's answers into a clear, readable narrative — don't just dump Q&A pairs.\n- Lead with the most important point.\n- Include concrete details (tx hashes, error messages, specific steps) — these are what make\n  feedback actionable.\n- For positive feedback, be specific about what worked and why it mattered.\n\nAlso show the user the **conversation excerpt** that will be submitted (see Step 5 format).\nThis gives them informed visibility into what leaves their machine.\n\nAsk: **\"Here's what I'll submit — does this capture everything? Want to change anything?\"**\n\nIterate if the user wants edits. Only proceed on explicit confirmation.\n\n---\n\n## Step 5 — Submit Feedback\n\nCall `save_ai_conversation_feedback` with these arguments:\n\n| Argument | Value |\n|---|---|\n| `headline` | Concise summary (max 80 chars). Prefix with category: `[Bug]`, `[Feature]`, `[Improvement]`, `[New Skill]`, `[MCP Issue]`, `[Praise]`, or `[Feedback]` |\n| `description` | The full structured description from Step 4 |\n| `conversation` | Scoped and redacted conversation excerpt (see format below) |\n| `tags` | Array — always include `\"plugin-feedback\"`, plus the category tag (`\"bug\"`, `\"feature\"`, `\"improvement\"`, `\"new-skill\"`, `\"mcp-issue\"`, `\"praise\"`, `\"general\"`), plus the skill name if applicable |\n| `agent_name` | From git config (Step 1) |\n| `agent_email` | From git config (Step 1) |\n\n**Conversation format** — include only the **last 30 exchanges** (user+assistant pairs)\nfrom your context window, not the entire session history. Apply a redaction pass before\nincluding any message:\n\n- Replace `Bearer [A-Za-z0-9._\\-]{20,}` → `Bearer [REDACTED]`\n- Replace standalone 64-character hex strings → `[REDACTED_HEX]`\n- Replace file paths matching `\u002FUsers\u002F\u003Cname>\u002F` or `\u002Fhome\u002F\u003Cname>\u002F` → `\u002FUsers\u002F[REDACTED]\u002F`\n- Remove any apparent BIP-39 mnemonic phrases (12–24 dictionary words)\n\nFormat:\n```\nUSER: \u003Ctext, redacted>\n\nASSISTANT: \u003Ctext, redacted>\n\nTOOL_CALL: \u003Ctool_name>(arg1=value1, arg2=value2)\nTOOL_RESULT: \u003Cone-line summary of the result>\n\n... continue for the last 30 exchanges only ...\n```\n\n---\n\n## Step 6 — Report Result\n\n**On success:**\nTell the user:\n> Your feedback has been submitted — thank you! The team will review it.\n\nIf the feedback was a bug or blocker, add:\n> If this is urgent, reach out to the team directly as well.\n\n**On failure:**\nSurface the error from the MCP tool and suggest:\n- Check that the TRES API token is valid\n- Try again — it may be a transient issue\n\n---\n\n## Error Handling\n\n| Situation | Action |\n|---|---|\n| `get_viewer` fails | Continue with \"Unknown org\" as submitter |\n| `save_ai_conversation_feedback` fails | Surface the error; suggest checking TRES API token |\n| User cancels at preview | Say \"No problem — feedback was not submitted\" and stop |\n| User provides empty description | Ask again — a description is required |\n| git config unavailable | Use system username for agent_name, leave agent_email empty |\n",{"data":35,"body":36},{"name":4,"description":6},{"type":37,"children":38},"root",[39,48,63,68,94,98,105,110,115,127,159,162,168,293,303,306,312,317,436,446,451,459,769,782,785,791,796,804,832,840,863,871,894,902,925,933,956,964,982,987,990,996,1001,1011,1019,1042,1054,1064,1069,1072,1078,1089,1318,1335,1399,1404,1413,1416,1422,1432,1440,1445,1453,1463,1476,1479,1485,1581],{"type":40,"tag":41,"props":42,"children":44},"element","h1",{"id":43},"tres-plugin-feedback",[45],{"type":46,"value":47},"text","TRES Plugin Feedback",{"type":40,"tag":49,"props":50,"children":51},"p",{},[52,54,61],{"type":46,"value":53},"Guide the user through submitting clear, actionable feedback about the TRES Claude plugin\nand save it via the ",{"type":40,"tag":55,"props":56,"children":58},"code",{"className":57},[],[59],{"type":46,"value":60},"save_ai_conversation_feedback",{"type":46,"value":62}," TRES MCP tool. No extra configuration\nrequired — works for any user with a TRES API token.",{"type":40,"tag":49,"props":64,"children":65},{},[66],{"type":46,"value":67},"This skill operates in two modes:",{"type":40,"tag":69,"props":70,"children":71},"ol",{},[72,84],{"type":40,"tag":73,"props":74,"children":75},"li",{},[76,82],{"type":40,"tag":77,"props":78,"children":79},"strong",{},[80],{"type":46,"value":81},"Explicit feedback",{"type":46,"value":83}," — the user asks to submit feedback, report a bug, etc. Run the full\nguided flow starting at Step 1.",{"type":40,"tag":73,"props":85,"children":86},{},[87,92],{"type":40,"tag":77,"props":88,"children":89},{},[90],{"type":46,"value":91},"End-of-conversation prompt",{"type":46,"value":93}," — the conversation is wrapping up. Offer a quick,\nnon-intrusive nudge (see Step 0) and only proceed to the full flow if the user opts in.",{"type":40,"tag":95,"props":96,"children":97},"hr",{},[],{"type":40,"tag":99,"props":100,"children":102},"h2",{"id":101},"step-0-end-of-conversation-prompt",[103],{"type":46,"value":104},"Step 0 — End-of-Conversation Prompt",{"type":40,"tag":49,"props":106,"children":107},{},[108],{"type":46,"value":109},"When the conversation appears to be ending (the user says \"thanks\", \"that's all\", \"looks\ngood\", etc.) and this skill is triggered proactively:",{"type":40,"tag":49,"props":111,"children":112},{},[113],{"type":46,"value":114},"Ask casually:",{"type":40,"tag":116,"props":117,"children":118},"blockquote",{},[119],{"type":40,"tag":49,"props":120,"children":121},{},[122],{"type":40,"tag":77,"props":123,"children":124},{},[125],{"type":46,"value":126},"Before you go — any feedback on how this session went? Bugs, ideas, or things that could\nbe better? Happy to log it for the team in 30 seconds.",{"type":40,"tag":128,"props":129,"children":130},"ul",{},[131,143,154],{"type":40,"tag":73,"props":132,"children":133},{},[134,136,141],{"type":46,"value":135},"If the user ",{"type":40,"tag":77,"props":137,"children":138},{},[139],{"type":46,"value":140},"declines",{"type":46,"value":142}," (\"no\", \"I'm good\", \"nah\") — say \"No worries, have a great day!\"\nand stop. Do NOT push further.",{"type":40,"tag":73,"props":144,"children":145},{},[146,147,152],{"type":46,"value":135},{"type":40,"tag":77,"props":148,"children":149},{},[150],{"type":46,"value":151},"shares something",{"type":46,"value":153}," — transition into Step 1 and run the full guided flow,\nbut keep it lightweight. Skip questions they've already answered in the conversation and\naim for a quick turnaround.",{"type":40,"tag":73,"props":155,"children":156},{},[157],{"type":46,"value":158},"Keep the tone light and optional — this should never feel like a mandatory survey.",{"type":40,"tag":95,"props":160,"children":161},{},[],{"type":40,"tag":99,"props":163,"children":165},{"id":164},"step-1-identify-submitter",[166],{"type":46,"value":167},"Step 1 — Identify Submitter",{"type":40,"tag":69,"props":169,"children":170},{},[171,212],{"type":40,"tag":73,"props":172,"children":173},{},[174,176,182,184],{"type":46,"value":175},"Call ",{"type":40,"tag":55,"props":177,"children":179},{"className":178},[],[180],{"type":46,"value":181},"get_viewer",{"type":46,"value":183}," (TRES MCP, no arguments) to identify the submitter.",{"type":40,"tag":128,"props":185,"children":186},{},[187,192],{"type":40,"tag":73,"props":188,"children":189},{},[190],{"type":46,"value":191},"Extract the organization name from the response.",{"type":40,"tag":73,"props":193,"children":194},{},[195,197,202,204,210],{"type":46,"value":196},"If ",{"type":40,"tag":55,"props":198,"children":200},{"className":199},[],[201],{"type":46,"value":181},{"type":46,"value":203}," fails, use ",{"type":40,"tag":55,"props":205,"children":207},{"className":206},[],[208],{"type":46,"value":209},"\"Unknown org\"",{"type":46,"value":211}," as the submitter and continue.",{"type":40,"tag":73,"props":213,"children":214},{},[215,217,271,275,277,283,285,291],{"type":46,"value":216},"Get the user's git identity for the feedback record:",{"type":40,"tag":218,"props":219,"children":224},"pre",{"className":220,"code":221,"language":222,"meta":223,"style":223},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","git config user.name && git config user.email\n","bash","",[225],{"type":40,"tag":55,"props":226,"children":227},{"__ignoreMap":223},[228],{"type":40,"tag":229,"props":230,"children":233},"span",{"class":231,"line":232},"line",1,[234,240,246,251,257,262,266],{"type":40,"tag":229,"props":235,"children":237},{"style":236},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[238],{"type":46,"value":239},"git",{"type":40,"tag":229,"props":241,"children":243},{"style":242},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[244],{"type":46,"value":245}," config",{"type":40,"tag":229,"props":247,"children":248},{"style":242},[249],{"type":46,"value":250}," user.name",{"type":40,"tag":229,"props":252,"children":254},{"style":253},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[255],{"type":46,"value":256}," &&",{"type":40,"tag":229,"props":258,"children":259},{"style":236},[260],{"type":46,"value":261}," git",{"type":40,"tag":229,"props":263,"children":264},{"style":242},[265],{"type":46,"value":245},{"type":40,"tag":229,"props":267,"children":268},{"style":242},[269],{"type":46,"value":270}," user.email\n",{"type":40,"tag":272,"props":273,"children":274},"br",{},[],{"type":46,"value":276},"Use line 1 as ",{"type":40,"tag":55,"props":278,"children":280},{"className":279},[],[281],{"type":46,"value":282},"agent_name",{"type":46,"value":284}," and line 2 as ",{"type":40,"tag":55,"props":286,"children":288},{"className":287},[],[289],{"type":46,"value":290},"agent_email",{"type":46,"value":292},". If git is not available, use\nthe system username and leave email empty.",{"type":40,"tag":49,"props":294,"children":295},{},[296,298],{"type":46,"value":297},"Tell the user: ",{"type":40,"tag":77,"props":299,"children":300},{},[301],{"type":46,"value":302},"\"You're connected as {orgName}. What feedback would you like to share?\"",{"type":40,"tag":95,"props":304,"children":305},{},[],{"type":40,"tag":99,"props":307,"children":309},{"id":308},"step-2-understand-the-feedback",[310],{"type":46,"value":311},"Step 2 — Understand the Feedback",{"type":40,"tag":49,"props":313,"children":314},{},[315],{"type":46,"value":316},"Let the user describe their feedback in their own words first. Then classify it into one of\nthese categories based on what they said:",{"type":40,"tag":318,"props":319,"children":320},"table",{},[321,340],{"type":40,"tag":322,"props":323,"children":324},"thead",{},[325],{"type":40,"tag":326,"props":327,"children":328},"tr",{},[329,335],{"type":40,"tag":330,"props":331,"children":332},"th",{},[333],{"type":46,"value":334},"Category",{"type":40,"tag":330,"props":336,"children":337},{},[338],{"type":46,"value":339},"When to use",{"type":40,"tag":341,"props":342,"children":343},"tbody",{},[344,358,371,384,397,410,423],{"type":40,"tag":326,"props":345,"children":346},{},[347,353],{"type":40,"tag":348,"props":349,"children":350},"td",{},[351],{"type":46,"value":352},"Bug report",{"type":40,"tag":348,"props":354,"children":355},{},[356],{"type":46,"value":357},"Something is broken, erroring, or producing wrong results",{"type":40,"tag":326,"props":359,"children":360},{},[361,366],{"type":40,"tag":348,"props":362,"children":363},{},[364],{"type":46,"value":365},"Feature request",{"type":40,"tag":348,"props":367,"children":368},{},[369],{"type":46,"value":370},"A new capability that doesn't exist yet",{"type":40,"tag":326,"props":372,"children":373},{},[374,379],{"type":40,"tag":348,"props":375,"children":376},{},[377],{"type":46,"value":378},"Improvement",{"type":40,"tag":348,"props":380,"children":381},{},[382],{"type":46,"value":383},"An existing feature works but could be better (UX, formatting, flow, performance)",{"type":40,"tag":326,"props":385,"children":386},{},[387,392],{"type":40,"tag":348,"props":388,"children":389},{},[390],{"type":46,"value":391},"New skill idea",{"type":40,"tag":348,"props":393,"children":394},{},[395],{"type":46,"value":396},"A proposal for an entirely new skill",{"type":40,"tag":326,"props":398,"children":399},{},[400,405],{"type":40,"tag":348,"props":401,"children":402},{},[403],{"type":46,"value":404},"MCP \u002F data issue",{"type":40,"tag":348,"props":406,"children":407},{},[408],{"type":46,"value":409},"The TRES MCP is returning wrong data, missing fields, or behaving unexpectedly",{"type":40,"tag":326,"props":411,"children":412},{},[413,418],{"type":40,"tag":348,"props":414,"children":415},{},[416],{"type":46,"value":417},"Positive feedback",{"type":40,"tag":348,"props":419,"children":420},{},[421],{"type":46,"value":422},"Something is working well and the user wants the team to know",{"type":40,"tag":326,"props":424,"children":425},{},[426,431],{"type":40,"tag":348,"props":427,"children":428},{},[429],{"type":46,"value":430},"General feedback",{"type":40,"tag":348,"props":432,"children":433},{},[434],{"type":46,"value":435},"Anything else — workflow friction, confusion, documentation, onboarding",{"type":40,"tag":49,"props":437,"children":438},{},[439,441],{"type":46,"value":440},"Confirm the category with the user: ",{"type":40,"tag":77,"props":442,"children":443},{},[444],{"type":46,"value":445},"\"It sounds like this is a {category} — is that right?\"",{"type":40,"tag":49,"props":447,"children":448},{},[449],{"type":46,"value":450},"If the feedback is about a specific skill or MCP tool, identify which one. If it's general\nor about the plugin overall, note that.",{"type":40,"tag":49,"props":452,"children":453},{},[454],{"type":40,"tag":77,"props":455,"children":456},{},[457],{"type":46,"value":458},"Known skills:",{"type":40,"tag":318,"props":460,"children":461},{},[462,478],{"type":40,"tag":322,"props":463,"children":464},{},[465],{"type":40,"tag":326,"props":466,"children":467},{},[468,473],{"type":40,"tag":330,"props":469,"children":470},{},[471],{"type":46,"value":472},"Skill",{"type":40,"tag":330,"props":474,"children":475},{},[476],{"type":46,"value":477},"Description",{"type":40,"tag":341,"props":479,"children":480},{},[481,498,515,532,549,566,583,600,617,634,651,668,685,702,719,736,753],{"type":40,"tag":326,"props":482,"children":483},{},[484,493],{"type":40,"tag":348,"props":485,"children":486},{},[487],{"type":40,"tag":55,"props":488,"children":490},{"className":489},[],[491],{"type":46,"value":492},"tres-asc845-swap-reprice-skill",{"type":40,"tag":348,"props":494,"children":495},{},[496],{"type":46,"value":497},"ASC 845 swap repricing to zero clearing account residuals",{"type":40,"tag":326,"props":499,"children":500},{},[501,510],{"type":40,"tag":348,"props":502,"children":503},{},[504],{"type":40,"tag":55,"props":505,"children":507},{"className":506},[],[508],{"type":46,"value":509},"tres-explorer-tx-to-ledger",{"type":40,"tag":348,"props":511,"children":512},{},[513],{"type":46,"value":514},"Add explorer TX to the TRES ledger",{"type":40,"tag":326,"props":516,"children":517},{},[518,527],{"type":40,"tag":348,"props":519,"children":520},{},[521],{"type":40,"tag":55,"props":522,"children":524},{"className":523},[],[525],{"type":46,"value":526},"tres-tx-story",{"type":40,"tag":348,"props":528,"children":529},{},[530],{"type":46,"value":531},"TX flow diagram and explanation",{"type":40,"tag":326,"props":533,"children":534},{},[535,544],{"type":40,"tag":348,"props":536,"children":537},{},[538],{"type":40,"tag":55,"props":539,"children":541},{"className":540},[],[542],{"type":46,"value":543},"tres-recon-gaps",{"type":40,"tag":348,"props":545,"children":546},{},[547],{"type":46,"value":548},"Reconciliation gap resolution",{"type":40,"tag":326,"props":550,"children":551},{},[552,561],{"type":40,"tag":348,"props":553,"children":554},{},[555],{"type":40,"tag":55,"props":556,"children":558},{"className":557},[],[559],{"type":46,"value":560},"tres-asset-balance-validation",{"type":40,"tag":348,"props":562,"children":563},{},[564],{"type":46,"value":565},"Balance validation vs DeBank",{"type":40,"tag":326,"props":567,"children":568},{},[569,578],{"type":40,"tag":348,"props":570,"children":571},{},[572],{"type":40,"tag":55,"props":573,"children":575},{"className":574},[],[576],{"type":46,"value":577},"tres-report-analyzer",{"type":40,"tag":348,"props":579,"children":580},{},[581],{"type":46,"value":582},"Analyze TRES report XLSX exports",{"type":40,"tag":326,"props":584,"children":585},{},[586,595],{"type":40,"tag":348,"props":587,"children":588},{},[589],{"type":40,"tag":55,"props":590,"children":592},{"className":591},[],[593],{"type":46,"value":594},"tres-report-advisor",{"type":40,"tag":348,"props":596,"children":597},{},[598],{"type":46,"value":599},"Recommend the right TRES report",{"type":40,"tag":326,"props":601,"children":602},{},[603,612],{"type":40,"tag":348,"props":604,"children":605},{},[606],{"type":40,"tag":55,"props":607,"children":609},{"className":608},[],[610],{"type":46,"value":611},"tres-invoice-bill-matching",{"type":40,"tag":348,"props":613,"children":614},{},[615],{"type":46,"value":616},"Match txs to ERP invoices\u002Fbills",{"type":40,"tag":326,"props":618,"children":619},{},[620,629],{"type":40,"tag":348,"props":621,"children":622},{},[623],{"type":40,"tag":55,"props":624,"children":626},{"className":625},[],[627],{"type":46,"value":628},"tres-export-3rd-party-contacts",{"type":40,"tag":348,"props":630,"children":631},{},[632],{"type":46,"value":633},"Export unidentified counterparties to XLSX",{"type":40,"tag":326,"props":635,"children":636},{},[637,646],{"type":40,"tag":348,"props":638,"children":639},{},[640],{"type":40,"tag":55,"props":641,"children":643},{"className":642},[],[644],{"type":46,"value":645},"tres-import-contacts",{"type":40,"tag":348,"props":647,"children":648},{},[649],{"type":46,"value":650},"Import contacts from CSV\u002FXLSX",{"type":40,"tag":326,"props":652,"children":653},{},[654,663],{"type":40,"tag":348,"props":655,"children":656},{},[657],{"type":40,"tag":55,"props":658,"children":660},{"className":659},[],[661],{"type":46,"value":662},"tres-cost-basis",{"type":40,"tag":348,"props":664,"children":665},{},[666],{"type":46,"value":667},"Cost basis calculation, strategy, issues, reevaluations, exports",{"type":40,"tag":326,"props":669,"children":670},{},[671,680],{"type":40,"tag":348,"props":672,"children":673},{},[674],{"type":40,"tag":55,"props":675,"children":677},{"className":676},[],[678],{"type":46,"value":679},"tres-rollup-rules",{"type":40,"tag":348,"props":681,"children":682},{},[683],{"type":46,"value":684},"Sub-transaction rollup rules (aggregate txs)",{"type":40,"tag":326,"props":686,"children":687},{},[688,697],{"type":40,"tag":348,"props":689,"children":690},{},[691],{"type":40,"tag":55,"props":692,"children":694},{"className":693},[],[695],{"type":46,"value":696},"tres-onboarding",{"type":40,"tag":348,"props":698,"children":699},{},[700],{"type":46,"value":701},"Full entity onboarding (orchestrates sub-skills)",{"type":40,"tag":326,"props":703,"children":704},{},[705,714],{"type":40,"tag":348,"props":706,"children":707},{},[708],{"type":40,"tag":55,"props":709,"children":711},{"className":710},[],[712],{"type":46,"value":713},"tres-settings-management",{"type":40,"tag":348,"props":715,"children":716},{},[717],{"type":46,"value":718},"Org and platform settings",{"type":40,"tag":326,"props":720,"children":721},{},[722,731],{"type":40,"tag":348,"props":723,"children":724},{},[725],{"type":40,"tag":55,"props":726,"children":728},{"className":727},[],[729],{"type":46,"value":730},"tres-wallets-upload",{"type":40,"tag":348,"props":732,"children":733},{},[734],{"type":46,"value":735},"Wallet onboarding",{"type":40,"tag":326,"props":737,"children":738},{},[739,748],{"type":40,"tag":348,"props":740,"children":741},{},[742],{"type":40,"tag":55,"props":743,"children":745},{"className":744},[],[746],{"type":46,"value":747},"tres-upload-tx-header-validation",{"type":40,"tag":348,"props":749,"children":750},{},[751],{"type":46,"value":752},"Bulk transaction CSV header naming validation",{"type":40,"tag":326,"props":754,"children":755},{},[756,764],{"type":40,"tag":348,"props":757,"children":758},{},[759],{"type":40,"tag":55,"props":760,"children":762},{"className":761},[],[763],{"type":46,"value":4},{"type":40,"tag":348,"props":765,"children":766},{},[767],{"type":46,"value":768},"This feedback skill",{"type":40,"tag":116,"props":770,"children":771},{},[772],{"type":40,"tag":49,"props":773,"children":774},{},[775,780],{"type":40,"tag":77,"props":776,"children":777},{},[778],{"type":46,"value":779},"Maintainer note",{"type":46,"value":781},": update this table when new skills are added to the plugin.",{"type":40,"tag":95,"props":783,"children":784},{},[],{"type":40,"tag":99,"props":786,"children":788},{"id":787},"step-3-dig-deeper",[789],{"type":46,"value":790},"Step 3 — Dig Deeper",{"type":40,"tag":49,"props":792,"children":793},{},[794],{"type":46,"value":795},"Based on the category, ask targeted follow-up questions to make the feedback actionable.\nAsk one or two questions at a time — keep it conversational, not interrogative.",{"type":40,"tag":49,"props":797,"children":798},{},[799],{"type":40,"tag":77,"props":800,"children":801},{},[802],{"type":46,"value":803},"For bug reports:",{"type":40,"tag":128,"props":805,"children":806},{},[807,812,817,822,827],{"type":40,"tag":73,"props":808,"children":809},{},[810],{"type":46,"value":811},"What exactly happened? What did you see?",{"type":40,"tag":73,"props":813,"children":814},{},[815],{"type":46,"value":816},"What did you expect to happen instead?",{"type":40,"tag":73,"props":818,"children":819},{},[820],{"type":46,"value":821},"What were you doing when it happened? (steps to reproduce)",{"type":40,"tag":73,"props":823,"children":824},{},[825],{"type":46,"value":826},"Did you see an error message? If so, what did it say?",{"type":40,"tag":73,"props":828,"children":829},{},[830],{"type":46,"value":831},"Can you share a specific example? (tx hash, wallet address, input you used)",{"type":40,"tag":49,"props":833,"children":834},{},[835],{"type":40,"tag":77,"props":836,"children":837},{},[838],{"type":46,"value":839},"For feature requests & improvements:",{"type":40,"tag":128,"props":841,"children":842},{},[843,848,853,858],{"type":40,"tag":73,"props":844,"children":845},{},[846],{"type":46,"value":847},"What problem would this solve for you?",{"type":40,"tag":73,"props":849,"children":850},{},[851],{"type":46,"value":852},"How do you handle this today without the feature?",{"type":40,"tag":73,"props":854,"children":855},{},[856],{"type":46,"value":857},"Can you describe what the ideal experience would look like?",{"type":40,"tag":73,"props":859,"children":860},{},[861],{"type":46,"value":862},"How often do you run into this need?",{"type":40,"tag":49,"props":864,"children":865},{},[866],{"type":40,"tag":77,"props":867,"children":868},{},[869],{"type":46,"value":870},"For new skill ideas:",{"type":40,"tag":128,"props":872,"children":873},{},[874,879,884,889],{"type":40,"tag":73,"props":875,"children":876},{},[877],{"type":46,"value":878},"What workflow or task would this skill automate?",{"type":40,"tag":73,"props":880,"children":881},{},[882],{"type":46,"value":883},"Who on your team would use it, and how often?",{"type":40,"tag":73,"props":885,"children":886},{},[887],{"type":46,"value":888},"Can you walk through a concrete example of how you'd use it?",{"type":40,"tag":73,"props":890,"children":891},{},[892],{"type":46,"value":893},"What data source would it need? (TRES MCP, external API, local files)",{"type":40,"tag":49,"props":895,"children":896},{},[897],{"type":40,"tag":77,"props":898,"children":899},{},[900],{"type":46,"value":901},"For MCP \u002F data issues:",{"type":40,"tag":128,"props":903,"children":904},{},[905,910,915,920],{"type":40,"tag":73,"props":906,"children":907},{},[908],{"type":46,"value":909},"Which MCP tool or query was involved?",{"type":40,"tag":73,"props":911,"children":912},{},[913],{"type":46,"value":914},"What data did you get back, and what was wrong about it?",{"type":40,"tag":73,"props":916,"children":917},{},[918],{"type":46,"value":919},"What did you expect the data to look like?",{"type":40,"tag":73,"props":921,"children":922},{},[923],{"type":46,"value":924},"Can you share the specific query or identifiers you used?",{"type":40,"tag":49,"props":926,"children":927},{},[928],{"type":40,"tag":77,"props":929,"children":930},{},[931],{"type":46,"value":932},"For positive feedback:",{"type":40,"tag":128,"props":934,"children":935},{},[936,941,946,951],{"type":40,"tag":73,"props":937,"children":938},{},[939],{"type":46,"value":940},"What specifically worked well?",{"type":40,"tag":73,"props":942,"children":943},{},[944],{"type":46,"value":945},"Was there anything that surprised you (in a good way)?",{"type":40,"tag":73,"props":947,"children":948},{},[949],{"type":46,"value":950},"Is there a particular workflow or use case where it really shined?",{"type":40,"tag":73,"props":952,"children":953},{},[954],{"type":46,"value":955},"Would you change anything to make it even better?",{"type":40,"tag":49,"props":957,"children":958},{},[959],{"type":40,"tag":77,"props":960,"children":961},{},[962],{"type":46,"value":963},"For general feedback:",{"type":40,"tag":128,"props":965,"children":966},{},[967,972,977],{"type":40,"tag":73,"props":968,"children":969},{},[970],{"type":46,"value":971},"What part of the experience are you reacting to?",{"type":40,"tag":73,"props":973,"children":974},{},[975],{"type":46,"value":976},"Was anything confusing or unclear?",{"type":40,"tag":73,"props":978,"children":979},{},[980],{"type":46,"value":981},"What would have made it better?",{"type":40,"tag":49,"props":983,"children":984},{},[985],{"type":46,"value":986},"Adapt based on what the user has already told you — skip questions they've already answered.\nThe goal is to get enough detail that someone reading the feedback can understand the context\nand take action without needing to ask follow-up questions.",{"type":40,"tag":95,"props":988,"children":989},{},[],{"type":40,"tag":99,"props":991,"children":993},{"id":992},"step-4-preview-the-feedback",[994],{"type":46,"value":995},"Step 4 — Preview the Feedback",{"type":40,"tag":49,"props":997,"children":998},{},[999],{"type":46,"value":1000},"Compose the feedback and show it to the user for review. Format it clearly:",{"type":40,"tag":218,"props":1002,"children":1006},{"className":1003,"code":1005,"language":46},[1004],"language-text","Headline: {concise summary — max 80 chars}\n\nCategory: {Bug report | Feature request | Improvement | New skill idea | MCP issue | Positive feedback | General}\nArea: {skill name, \"MCP\", or \"General\"}\nOrg: {orgName}\n\n---\n\n{Well-structured description that includes:\n - What the feedback is about (context)\n - The core issue, idea, or praise (substance)\n - Supporting details — steps to reproduce, examples, expected behavior, etc.\n - Impact — how often this comes up, how many people it affects, how it blocks work}\n\nTags: {comma-separated list}\n",[1007],{"type":40,"tag":55,"props":1008,"children":1009},{"__ignoreMap":223},[1010],{"type":46,"value":1005},{"type":40,"tag":49,"props":1012,"children":1013},{},[1014],{"type":40,"tag":77,"props":1015,"children":1016},{},[1017],{"type":46,"value":1018},"Writing the description:",{"type":40,"tag":128,"props":1020,"children":1021},{},[1022,1027,1032,1037],{"type":40,"tag":73,"props":1023,"children":1024},{},[1025],{"type":46,"value":1026},"Synthesize the user's answers into a clear, readable narrative — don't just dump Q&A pairs.",{"type":40,"tag":73,"props":1028,"children":1029},{},[1030],{"type":46,"value":1031},"Lead with the most important point.",{"type":40,"tag":73,"props":1033,"children":1034},{},[1035],{"type":46,"value":1036},"Include concrete details (tx hashes, error messages, specific steps) — these are what make\nfeedback actionable.",{"type":40,"tag":73,"props":1038,"children":1039},{},[1040],{"type":46,"value":1041},"For positive feedback, be specific about what worked and why it mattered.",{"type":40,"tag":49,"props":1043,"children":1044},{},[1045,1047,1052],{"type":46,"value":1046},"Also show the user the ",{"type":40,"tag":77,"props":1048,"children":1049},{},[1050],{"type":46,"value":1051},"conversation excerpt",{"type":46,"value":1053}," that will be submitted (see Step 5 format).\nThis gives them informed visibility into what leaves their machine.",{"type":40,"tag":49,"props":1055,"children":1056},{},[1057,1059],{"type":46,"value":1058},"Ask: ",{"type":40,"tag":77,"props":1060,"children":1061},{},[1062],{"type":46,"value":1063},"\"Here's what I'll submit — does this capture everything? Want to change anything?\"",{"type":40,"tag":49,"props":1065,"children":1066},{},[1067],{"type":46,"value":1068},"Iterate if the user wants edits. Only proceed on explicit confirmation.",{"type":40,"tag":95,"props":1070,"children":1071},{},[],{"type":40,"tag":99,"props":1073,"children":1075},{"id":1074},"step-5-submit-feedback",[1076],{"type":46,"value":1077},"Step 5 — Submit Feedback",{"type":40,"tag":49,"props":1079,"children":1080},{},[1081,1082,1087],{"type":46,"value":175},{"type":40,"tag":55,"props":1083,"children":1085},{"className":1084},[],[1086],{"type":46,"value":60},{"type":46,"value":1088}," with these arguments:",{"type":40,"tag":318,"props":1090,"children":1091},{},[1092,1108],{"type":40,"tag":322,"props":1093,"children":1094},{},[1095],{"type":40,"tag":326,"props":1096,"children":1097},{},[1098,1103],{"type":40,"tag":330,"props":1099,"children":1100},{},[1101],{"type":46,"value":1102},"Argument",{"type":40,"tag":330,"props":1104,"children":1105},{},[1106],{"type":46,"value":1107},"Value",{"type":40,"tag":341,"props":1109,"children":1110},{},[1111,1178,1195,1212,1287,1303],{"type":40,"tag":326,"props":1112,"children":1113},{},[1114,1123],{"type":40,"tag":348,"props":1115,"children":1116},{},[1117],{"type":40,"tag":55,"props":1118,"children":1120},{"className":1119},[],[1121],{"type":46,"value":1122},"headline",{"type":40,"tag":348,"props":1124,"children":1125},{},[1126,1128,1134,1136,1142,1143,1149,1150,1156,1157,1163,1164,1170,1172],{"type":46,"value":1127},"Concise summary (max 80 chars). Prefix with category: ",{"type":40,"tag":55,"props":1129,"children":1131},{"className":1130},[],[1132],{"type":46,"value":1133},"[Bug]",{"type":46,"value":1135},", ",{"type":40,"tag":55,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":46,"value":1141},"[Feature]",{"type":46,"value":1135},{"type":40,"tag":55,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":46,"value":1148},"[Improvement]",{"type":46,"value":1135},{"type":40,"tag":55,"props":1151,"children":1153},{"className":1152},[],[1154],{"type":46,"value":1155},"[New Skill]",{"type":46,"value":1135},{"type":40,"tag":55,"props":1158,"children":1160},{"className":1159},[],[1161],{"type":46,"value":1162},"[MCP Issue]",{"type":46,"value":1135},{"type":40,"tag":55,"props":1165,"children":1167},{"className":1166},[],[1168],{"type":46,"value":1169},"[Praise]",{"type":46,"value":1171},", or ",{"type":40,"tag":55,"props":1173,"children":1175},{"className":1174},[],[1176],{"type":46,"value":1177},"[Feedback]",{"type":40,"tag":326,"props":1179,"children":1180},{},[1181,1190],{"type":40,"tag":348,"props":1182,"children":1183},{},[1184],{"type":40,"tag":55,"props":1185,"children":1187},{"className":1186},[],[1188],{"type":46,"value":1189},"description",{"type":40,"tag":348,"props":1191,"children":1192},{},[1193],{"type":46,"value":1194},"The full structured description from Step 4",{"type":40,"tag":326,"props":1196,"children":1197},{},[1198,1207],{"type":40,"tag":348,"props":1199,"children":1200},{},[1201],{"type":40,"tag":55,"props":1202,"children":1204},{"className":1203},[],[1205],{"type":46,"value":1206},"conversation",{"type":40,"tag":348,"props":1208,"children":1209},{},[1210],{"type":46,"value":1211},"Scoped and redacted conversation excerpt (see format below)",{"type":40,"tag":326,"props":1213,"children":1214},{},[1215,1224],{"type":40,"tag":348,"props":1216,"children":1217},{},[1218],{"type":40,"tag":55,"props":1219,"children":1221},{"className":1220},[],[1222],{"type":46,"value":1223},"tags",{"type":40,"tag":348,"props":1225,"children":1226},{},[1227,1229,1235,1237,1243,1244,1250,1251,1257,1258,1264,1265,1271,1272,1278,1279,1285],{"type":46,"value":1228},"Array — always include ",{"type":40,"tag":55,"props":1230,"children":1232},{"className":1231},[],[1233],{"type":46,"value":1234},"\"plugin-feedback\"",{"type":46,"value":1236},", plus the category tag (",{"type":40,"tag":55,"props":1238,"children":1240},{"className":1239},[],[1241],{"type":46,"value":1242},"\"bug\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1245,"children":1247},{"className":1246},[],[1248],{"type":46,"value":1249},"\"feature\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1252,"children":1254},{"className":1253},[],[1255],{"type":46,"value":1256},"\"improvement\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1259,"children":1261},{"className":1260},[],[1262],{"type":46,"value":1263},"\"new-skill\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1266,"children":1268},{"className":1267},[],[1269],{"type":46,"value":1270},"\"mcp-issue\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1273,"children":1275},{"className":1274},[],[1276],{"type":46,"value":1277},"\"praise\"",{"type":46,"value":1135},{"type":40,"tag":55,"props":1280,"children":1282},{"className":1281},[],[1283],{"type":46,"value":1284},"\"general\"",{"type":46,"value":1286},"), plus the skill name if applicable",{"type":40,"tag":326,"props":1288,"children":1289},{},[1290,1298],{"type":40,"tag":348,"props":1291,"children":1292},{},[1293],{"type":40,"tag":55,"props":1294,"children":1296},{"className":1295},[],[1297],{"type":46,"value":282},{"type":40,"tag":348,"props":1299,"children":1300},{},[1301],{"type":46,"value":1302},"From git config (Step 1)",{"type":40,"tag":326,"props":1304,"children":1305},{},[1306,1314],{"type":40,"tag":348,"props":1307,"children":1308},{},[1309],{"type":40,"tag":55,"props":1310,"children":1312},{"className":1311},[],[1313],{"type":46,"value":290},{"type":40,"tag":348,"props":1315,"children":1316},{},[1317],{"type":46,"value":1302},{"type":40,"tag":49,"props":1319,"children":1320},{},[1321,1326,1328,1333],{"type":40,"tag":77,"props":1322,"children":1323},{},[1324],{"type":46,"value":1325},"Conversation format",{"type":46,"value":1327}," — include only the ",{"type":40,"tag":77,"props":1329,"children":1330},{},[1331],{"type":46,"value":1332},"last 30 exchanges",{"type":46,"value":1334}," (user+assistant pairs)\nfrom your context window, not the entire session history. Apply a redaction pass before\nincluding any message:",{"type":40,"tag":128,"props":1336,"children":1337},{},[1338,1357,1368,1394],{"type":40,"tag":73,"props":1339,"children":1340},{},[1341,1343,1349,1351],{"type":46,"value":1342},"Replace ",{"type":40,"tag":55,"props":1344,"children":1346},{"className":1345},[],[1347],{"type":46,"value":1348},"Bearer [A-Za-z0-9._\\-]{20,}",{"type":46,"value":1350}," → ",{"type":40,"tag":55,"props":1352,"children":1354},{"className":1353},[],[1355],{"type":46,"value":1356},"Bearer [REDACTED]",{"type":40,"tag":73,"props":1358,"children":1359},{},[1360,1362],{"type":46,"value":1361},"Replace standalone 64-character hex strings → ",{"type":40,"tag":55,"props":1363,"children":1365},{"className":1364},[],[1366],{"type":46,"value":1367},"[REDACTED_HEX]",{"type":40,"tag":73,"props":1369,"children":1370},{},[1371,1373,1379,1381,1387,1388],{"type":46,"value":1372},"Replace file paths matching ",{"type":40,"tag":55,"props":1374,"children":1376},{"className":1375},[],[1377],{"type":46,"value":1378},"\u002FUsers\u002F\u003Cname>\u002F",{"type":46,"value":1380}," or ",{"type":40,"tag":55,"props":1382,"children":1384},{"className":1383},[],[1385],{"type":46,"value":1386},"\u002Fhome\u002F\u003Cname>\u002F",{"type":46,"value":1350},{"type":40,"tag":55,"props":1389,"children":1391},{"className":1390},[],[1392],{"type":46,"value":1393},"\u002FUsers\u002F[REDACTED]\u002F",{"type":40,"tag":73,"props":1395,"children":1396},{},[1397],{"type":46,"value":1398},"Remove any apparent BIP-39 mnemonic phrases (12–24 dictionary words)",{"type":40,"tag":49,"props":1400,"children":1401},{},[1402],{"type":46,"value":1403},"Format:",{"type":40,"tag":218,"props":1405,"children":1408},{"className":1406,"code":1407,"language":46},[1004],"USER: \u003Ctext, redacted>\n\nASSISTANT: \u003Ctext, redacted>\n\nTOOL_CALL: \u003Ctool_name>(arg1=value1, arg2=value2)\nTOOL_RESULT: \u003Cone-line summary of the result>\n\n... continue for the last 30 exchanges only ...\n",[1409],{"type":40,"tag":55,"props":1410,"children":1411},{"__ignoreMap":223},[1412],{"type":46,"value":1407},{"type":40,"tag":95,"props":1414,"children":1415},{},[],{"type":40,"tag":99,"props":1417,"children":1419},{"id":1418},"step-6-report-result",[1420],{"type":46,"value":1421},"Step 6 — Report Result",{"type":40,"tag":49,"props":1423,"children":1424},{},[1425,1430],{"type":40,"tag":77,"props":1426,"children":1427},{},[1428],{"type":46,"value":1429},"On success:",{"type":46,"value":1431},"\nTell the user:",{"type":40,"tag":116,"props":1433,"children":1434},{},[1435],{"type":40,"tag":49,"props":1436,"children":1437},{},[1438],{"type":46,"value":1439},"Your feedback has been submitted — thank you! The team will review it.",{"type":40,"tag":49,"props":1441,"children":1442},{},[1443],{"type":46,"value":1444},"If the feedback was a bug or blocker, add:",{"type":40,"tag":116,"props":1446,"children":1447},{},[1448],{"type":40,"tag":49,"props":1449,"children":1450},{},[1451],{"type":46,"value":1452},"If this is urgent, reach out to the team directly as well.",{"type":40,"tag":49,"props":1454,"children":1455},{},[1456,1461],{"type":40,"tag":77,"props":1457,"children":1458},{},[1459],{"type":46,"value":1460},"On failure:",{"type":46,"value":1462},"\nSurface the error from the MCP tool and suggest:",{"type":40,"tag":128,"props":1464,"children":1465},{},[1466,1471],{"type":40,"tag":73,"props":1467,"children":1468},{},[1469],{"type":46,"value":1470},"Check that the TRES API token is valid",{"type":40,"tag":73,"props":1472,"children":1473},{},[1474],{"type":46,"value":1475},"Try again — it may be a transient issue",{"type":40,"tag":95,"props":1477,"children":1478},{},[],{"type":40,"tag":99,"props":1480,"children":1482},{"id":1481},"error-handling",[1483],{"type":46,"value":1484},"Error Handling",{"type":40,"tag":318,"props":1486,"children":1487},{},[1488,1504],{"type":40,"tag":322,"props":1489,"children":1490},{},[1491],{"type":40,"tag":326,"props":1492,"children":1493},{},[1494,1499],{"type":40,"tag":330,"props":1495,"children":1496},{},[1497],{"type":46,"value":1498},"Situation",{"type":40,"tag":330,"props":1500,"children":1501},{},[1502],{"type":46,"value":1503},"Action",{"type":40,"tag":341,"props":1505,"children":1506},{},[1507,1525,1542,1555,1568],{"type":40,"tag":326,"props":1508,"children":1509},{},[1510,1520],{"type":40,"tag":348,"props":1511,"children":1512},{},[1513,1518],{"type":40,"tag":55,"props":1514,"children":1516},{"className":1515},[],[1517],{"type":46,"value":181},{"type":46,"value":1519}," fails",{"type":40,"tag":348,"props":1521,"children":1522},{},[1523],{"type":46,"value":1524},"Continue with \"Unknown org\" as submitter",{"type":40,"tag":326,"props":1526,"children":1527},{},[1528,1537],{"type":40,"tag":348,"props":1529,"children":1530},{},[1531,1536],{"type":40,"tag":55,"props":1532,"children":1534},{"className":1533},[],[1535],{"type":46,"value":60},{"type":46,"value":1519},{"type":40,"tag":348,"props":1538,"children":1539},{},[1540],{"type":46,"value":1541},"Surface the error; suggest checking TRES API token",{"type":40,"tag":326,"props":1543,"children":1544},{},[1545,1550],{"type":40,"tag":348,"props":1546,"children":1547},{},[1548],{"type":46,"value":1549},"User cancels at preview",{"type":40,"tag":348,"props":1551,"children":1552},{},[1553],{"type":46,"value":1554},"Say \"No problem — feedback was not submitted\" and stop",{"type":40,"tag":326,"props":1556,"children":1557},{},[1558,1563],{"type":40,"tag":348,"props":1559,"children":1560},{},[1561],{"type":46,"value":1562},"User provides empty description",{"type":40,"tag":348,"props":1564,"children":1565},{},[1566],{"type":46,"value":1567},"Ask again — a description is required",{"type":40,"tag":326,"props":1569,"children":1570},{},[1571,1576],{"type":40,"tag":348,"props":1572,"children":1573},{},[1574],{"type":46,"value":1575},"git config unavailable",{"type":40,"tag":348,"props":1577,"children":1578},{},[1579],{"type":46,"value":1580},"Use system username for agent_name, leave agent_email empty",{"type":40,"tag":1582,"props":1583,"children":1584},"style",{},[1585],{"type":46,"value":1586},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1588,"total":1686},[1589,1608,1627,1641,1651,1661,1673],{"slug":1590,"name":1590,"fn":1591,"description":1592,"org":1593,"tags":1594,"stars":23,"repoUrl":24,"updatedAt":1607},"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},[1595,1598,1601,1604],{"name":1596,"slug":1597,"type":16},"Creative","creative",{"name":1599,"slug":1600,"type":16},"Image Generation","image-generation",{"name":1602,"slug":1603,"type":16},"Marketing","marketing",{"name":1605,"slug":1606,"type":16},"Video","video","2026-07-01T08:09:32.316182",{"slug":1609,"name":1609,"fn":1610,"description":1611,"org":1612,"tags":1613,"stars":23,"repoUrl":24,"updatedAt":1626},"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},[1614,1617,1620,1623],{"name":1615,"slug":1616,"type":16},"Audit","audit",{"name":1618,"slug":1619,"type":16},"Code Analysis","code-analysis",{"name":1621,"slug":1622,"type":16},"Playwright","playwright",{"name":1624,"slug":1625,"type":16},"Testing","testing","2026-07-02T07:37:17.341081",{"slug":1628,"name":1628,"fn":1629,"description":1630,"org":1631,"tags":1632,"stars":23,"repoUrl":24,"updatedAt":1640},"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},[1633,1636,1639],{"name":1634,"slug":1635,"type":16},"Monitoring","monitoring",{"name":1637,"slug":1638,"type":16},"QA","qa",{"name":1624,"slug":1625,"type":16},"2026-07-02T07:37:18.566504",{"slug":1642,"name":1642,"fn":1643,"description":1644,"org":1645,"tags":1646,"stars":23,"repoUrl":24,"updatedAt":1650},"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},[1647,1648,1649],{"name":14,"slug":15,"type":16},{"name":1637,"slug":1638,"type":16},{"name":1624,"slug":1625,"type":16},"2026-07-02T07:37:23.446065",{"slug":1652,"name":1652,"fn":1653,"description":1654,"org":1655,"tags":1656,"stars":23,"repoUrl":24,"updatedAt":1660},"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},[1657,1658,1659],{"name":18,"slug":19,"type":16},{"name":1637,"slug":1638,"type":16},{"name":1624,"slug":1625,"type":16},"2026-07-02T07:37:22.247052",{"slug":1662,"name":1662,"fn":1663,"description":1664,"org":1665,"tags":1666,"stars":23,"repoUrl":24,"updatedAt":1672},"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},[1667,1670,1671],{"name":1668,"slug":1669,"type":16},"Project Management","project-management",{"name":1637,"slug":1638,"type":16},{"name":1624,"slug":1625,"type":16},"2026-07-02T07:37:19.793846",{"slug":1674,"name":1674,"fn":1675,"description":1676,"org":1677,"tags":1678,"stars":23,"repoUrl":24,"updatedAt":1685},"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},[1679,1682,1683,1684],{"name":1680,"slug":1681,"type":16},"Debugging","debugging",{"name":1621,"slug":1622,"type":16},{"name":1637,"slug":1638,"type":16},{"name":1624,"slug":1625,"type":16},"2026-07-02T07:37:16.07175",30,{"items":1688,"total":1871},[1689,1708,1722,1734,1753,1764,1785,1805,1819,1834,1842,1855],{"slug":1690,"name":1690,"fn":1691,"description":1692,"org":1693,"tags":1694,"stars":1705,"repoUrl":1706,"updatedAt":1707},"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},[1695,1696,1699,1702],{"name":1596,"slug":1597,"type":16},{"name":1697,"slug":1698,"type":16},"Design","design",{"name":1700,"slug":1701,"type":16},"Generative Art","generative-art",{"name":1703,"slug":1704,"type":16},"JavaScript","javascript",161831,"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fskills","2026-04-06T17:56:15.455818",{"slug":1709,"name":1709,"fn":1710,"description":1711,"org":1712,"tags":1713,"stars":1705,"repoUrl":1706,"updatedAt":1721},"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},[1714,1717,1718],{"name":1715,"slug":1716,"type":16},"Branding","branding",{"name":1697,"slug":1698,"type":16},{"name":1719,"slug":1720,"type":16},"Typography","typography","2026-04-06T17:56:05.042852",{"slug":1723,"name":1723,"fn":1724,"description":1725,"org":1726,"tags":1727,"stars":1705,"repoUrl":1706,"updatedAt":1733},"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},[1728,1729,1730],{"name":1596,"slug":1597,"type":16},{"name":1697,"slug":1698,"type":16},{"name":1731,"slug":1732,"type":16},"PDF","pdf","2026-04-06T17:56:03.794732",{"slug":1735,"name":1735,"fn":1736,"description":1737,"org":1738,"tags":1739,"stars":1705,"repoUrl":1706,"updatedAt":1752},"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},[1740,1743,1744,1747,1749],{"name":1741,"slug":1742,"type":16},"Agents","agents",{"name":9,"slug":8,"type":16},{"name":1745,"slug":1746,"type":16},"Anthropic SDK","anthropic-sdk",{"name":1748,"slug":1735,"type":16},"Claude API",{"name":1750,"slug":1751,"type":16},"LLM","llm","2026-07-28T05:36:08.213335",{"slug":1754,"name":1754,"fn":1755,"description":1756,"org":1757,"tags":1758,"stars":1705,"repoUrl":1706,"updatedAt":1763},"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},[1759,1760],{"name":18,"slug":19,"type":16},{"name":1761,"slug":1762,"type":16},"Technical Writing","technical-writing","2026-04-06T17:56:14.18897",{"slug":1765,"name":1765,"fn":1766,"description":1767,"org":1768,"tags":1769,"stars":1705,"repoUrl":1706,"updatedAt":1784},"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},[1770,1773,1775,1778,1781],{"name":1771,"slug":1772,"type":16},"Documents","documents",{"name":1774,"slug":1765,"type":16},"DOCX",{"name":1776,"slug":1777,"type":16},"Office","office",{"name":1779,"slug":1780,"type":16},"Templates","templates",{"name":1782,"slug":1783,"type":16},"Word","word","2026-07-18T05:16:23.136271",{"slug":1786,"name":1786,"fn":1787,"description":1788,"org":1789,"tags":1790,"stars":1705,"repoUrl":1706,"updatedAt":1804},"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},[1791,1792,1795,1798,1801],{"name":1697,"slug":1698,"type":16},{"name":1793,"slug":1794,"type":16},"Frontend","frontend",{"name":1796,"slug":1797,"type":16},"React","react",{"name":1799,"slug":1800,"type":16},"Tailwind CSS","tailwind-css",{"name":1802,"slug":1803,"type":16},"UI Components","ui-components","2026-04-06T17:56:16.723469",{"slug":1806,"name":1806,"fn":1807,"description":1808,"org":1809,"tags":1810,"stars":1705,"repoUrl":1706,"updatedAt":1818},"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},[1811,1814,1815],{"name":1812,"slug":1813,"type":16},"Communications","communications",{"name":1779,"slug":1780,"type":16},{"name":1816,"slug":1817,"type":16},"Writing","writing","2026-04-06T17:56:20.695522",{"slug":1820,"name":1820,"fn":1821,"description":1822,"org":1823,"tags":1824,"stars":1705,"repoUrl":1706,"updatedAt":1833},"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},[1825,1826,1829,1830],{"name":1741,"slug":1742,"type":16},{"name":1827,"slug":1828,"type":16},"API Development","api-development",{"name":1750,"slug":1751,"type":16},{"name":1831,"slug":1832,"type":16},"MCP","mcp","2026-04-06T17:56:10.357665",{"slug":1732,"name":1732,"fn":1835,"description":1836,"org":1837,"tags":1838,"stars":1705,"repoUrl":1706,"updatedAt":1841},"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},[1839,1840],{"name":1771,"slug":1772,"type":16},{"name":1731,"slug":1732,"type":16},"2026-04-06T17:56:02.483316",{"slug":1843,"name":1843,"fn":1844,"description":1845,"org":1846,"tags":1847,"stars":1705,"repoUrl":1706,"updatedAt":1854},"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},[1848,1851],{"name":1849,"slug":1850,"type":16},"PowerPoint","powerpoint",{"name":1852,"slug":1853,"type":16},"Presentations","presentations","2026-07-18T05:16:24.1471",{"slug":1856,"name":1856,"fn":1857,"description":1858,"org":1859,"tags":1860,"stars":1705,"repoUrl":1706,"updatedAt":1870},"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},[1861,1862,1863,1866,1869],{"name":1741,"slug":1742,"type":16},{"name":18,"slug":19,"type":16},{"name":1864,"slug":1865,"type":16},"Evals","evals",{"name":1867,"slug":1868,"type":16},"Performance","performance",{"name":1761,"slug":1762,"type":16},"2026-04-19T06:45:40.804",490]