[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-webflow-webflow-mcpasset-audit":3,"mdc-tswol8-key":37,"related-org-webflow-webflow-mcpasset-audit":1959,"related-repo-webflow-webflow-mcpasset-audit":2150},{"slug":4,"name":5,"fn":6,"description":7,"org":8,"tags":12,"stars":24,"repoUrl":25,"updatedAt":26,"license":27,"forks":28,"topics":29,"repo":32,"sourceUrl":35,"mdContent":36},"webflow-mcpasset-audit","webflow-mcp:asset-audit","audit Webflow assets for SEO","Analyze assets on a Webflow site for SEO optimization. Identifies assets missing alt text and assets with non-SEO-friendly names, then generates and applies improvements.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},"webflow","Webflow","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fwebflow.png",[13,17,20,23],{"name":14,"slug":15,"type":16},"Marketing","marketing","tag",{"name":18,"slug":19,"type":16},"SEO","seo",{"name":21,"slug":22,"type":16},"Audit","audit",{"name":10,"slug":9,"type":16},107,"https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills","2026-07-21T05:37:28.641269",null,17,[30,31],"agent","skills",{"repoUrl":25,"stars":24,"forks":28,"topics":33,"description":34},[30,31],"Official Webflow Agent Skills","https:\u002F\u002Fgithub.com\u002Fwebflow\u002Fwebflow-skills\u002Ftree\u002FHEAD\u002Fplugins\u002Fwebflow-skills\u002Fskills\u002Fasset-audit","---\nname: webflow-mcp:asset-audit\ndescription: Analyze assets on a Webflow site for SEO optimization. Identifies assets missing alt text and assets with non-SEO-friendly names, then generates and applies improvements.\nmcp-version: 2.0.1\n---\n\n# Asset Audit\n\nAnalyze assets on a Webflow site for SEO optimization.\n\n## Important Note\n\n**ALWAYS use Webflow MCP tools for all operations:**\n- Use Webflow MCP's `data_assets_tool` for fetching and updating assets\n- Use Webflow MCP's `get_asset_preview` (with the asset's `asset_id`) for analyzing image content\n- Use Webflow MCP's `data_sites_tool` with action `list_sites` for listing available sites\n- Use Webflow MCP's `webflow_guide_tool` to get best practices before starting\n- DO NOT use any other tools or methods for Webflow operations\n- All tool calls must include the required `context` parameter (15-25 words, third-person perspective)\n\n## Instructions\n\n### Phase 1: Site Selection & Asset Discovery\n1. **Get site**: Identify the target site. If user does not provide site ID, ask for it.\n2. **Fetch all assets**: Use Webflow MCP's `data_assets_tool` to get all assets from the site (each asset record includes its `asset_id`, needed for previews)\n   - For sites with 50+ assets, process in batches of 20\n   - Show progress: \"Processing assets 1-20 of 150...\"\n3. **Detect patterns**: Analyze asset naming for common patterns:\n   - Camera uploads (IMG_, DSC_, etc.)\n   - Screenshots (screenshot, Screen Shot, etc.)\n   - Generic names (untitled, image-1, etc.)\n   - Date-based names (2024-01-10, etc.)\n\n### Phase 2: Issue Analysis & Pattern Recognition\n4. **Identify issues**: List all assets which:\n   - Do not have alt text set (null or empty string)\n   - Have existing alt text but it's poor quality (too short, redundant phrases, etc.)\n   - Do not have SEO-friendly asset names\n   - Are duplicates or very similar\n5. **Pattern detection report**: Show detected patterns:\n   ```\n   🔍 Detected patterns:\n   - 15 assets start with \"IMG_\" (camera uploads)\n   - 8 assets contain \"screenshot\"\n   - Suggest: Bulk rename these patterns\n   ```\n6. **Ask user preference**: Ask if they want to generate:\n   - Alt text only\n   - SEO-friendly names only\n   - Both\n   - Apply naming pattern\u002Ftemplate\n\n### Phase 3: Analysis & Suggestion Generation\n7. **Analyze assets**: Use Webflow MCP's `get_asset_preview` tool, passing each asset's `asset_id` (from Phase 1), to analyze the assets that need updates\n   - **Error handling**: If Webflow MCP's `get_asset_preview` fails, use fallback:\n     - Extract description from existing filename\n     - Use generic placeholder with warning\n     - Continue with other assets\n   - Process in batches to avoid timeout\n8. **Generate suggestions with validation**:\n   - **Alt text validation**:\n     - Max 125 characters (warn if longer)\n     - No redundant phrases (\"image of\", \"picture of\", \"photo of\")\n     - Must end with punctuation\n     - Flag generic descriptions (confidence \u003C 50%)\n   - **SEO name validation**:\n     - Only lowercase a-z, 0-9, hyphens\n     - No double extensions (.webp.webp) - strip existing extension first\n     - Max 100 characters\n     - Replace spaces\u002Funderscores with hyphens\n     - No special characters\n9. **Folder organization suggestions**: If patterns detected, suggest folder structure:\n   ```\n   💡 Organization suggestions:\n   - Create \"team-photos\" folder for 8 team images\n   - Create \"product-images\" folder for 15 product shots\n   ```\n\n### Phase 4: Granular Approval & Application\n10. **Present suggestions with granular approval**:\n    - Show numbered list with checkboxes\n    - Allow individual toggle: \"Enter numbers to skip (e.g., '2,4')\"\n    - Options: \"all\", \"none\", or specific numbers\n    - Show validation warnings for each suggestion\n11. **Offer naming template** (if many similar assets):\n    ```\n    🎨 Apply naming pattern?\n    1. [category]-[description] (e.g., team-john-headshot)\n    2. [description]-[location] (e.g., office-workspace-desk)\n    3. Custom pattern...\n    4. Skip patterns, use individual names\n    ```\n12. **Store rollback data**: Before applying changes, store:\n    - Original asset names\n    - Original alt text\n    - Timestamp\n    - Assets modified\n13. **Apply updates**: Use Webflow MCP's `data_assets_tool` to update approved assets only\n    - Show progress for batch updates\n    - Handle partial failures gracefully\n    - Report successes and failures separately\n14. **Offer rollback option**: After changes applied:\n    ```\n    📋 Rollback Available:\n    Last update: 4 assets modified 2 minutes ago\n    Type \"undo\" to revert these changes\n    ```\n\n## Examples\n\n**User prompt:**\n```\nRun an asset audit on my site.\n```\n\n**Step 1: Initial Audit Report**\n```\n📊 SEO Asset Audit: MCP Demo #2\n\nTotal: 4 assets\n\n🔍 Detected patterns:\n- 4 assets have generic numeric names (1.webp, 2.webp, 3.webp, 4.webp)\n- All assets are in WebP format ✓\n\n⚠️ Missing Alt Text (4 assets):\n├── 1.webp (empty alt text)\n├── 2.webp (empty alt text)\n├── 3.webp (empty alt text)\n└── 4.webp (empty alt text)\n\n⚠️ Non-SEO-Friendly Names (4 assets):\n├── 1.webp (generic numeric name)\n├── 2.webp (generic numeric name)\n├── 3.webp (generic numeric name)\n└── 4.webp (generic numeric name)\n\n---\n\nWhat would you like to generate?\n1. Alt text only\n2. SEO-friendly names only\n3. Both alt text and SEO-friendly names\n\nPlease select an option (1, 2, or 3).\n```\n\n**Example with Validation Warnings:**\n```\n📋 Suggested Improvements:\n\n[1] ✓ IMG_1234.jpg\n    Alt text: \"Professional team member headshot with blue background.\"\n    New name: professional-team-member-headshot.jpg\n    ✅ Validation passed\n\n[2] ✓ screenshot-2024.png\n    Alt text: \"Dashboard analytics overview showing user engagement metrics.\"\n    New name: dashboard-analytics-overview.png\n    ✅ Validation passed\n\n[3] ⚠️ untitled-image.webp\n    Alt text: \"Photo\"\n    ⚠️ Warning: Alt text too short (\u003C 10 chars) - needs more detail\n    New name: untitled-image.webp\n    ⚠️ Warning: Unable to generate better name (image preview failed)\n\n[4] ⚠️ TeamPhoto2024!!!.jpg\n    Alt text: \"Image of a person working on laptop in modern office with plants and natural lighting through large windows in the background.\"\n    ⚠️ Warning: Alt text too long (137 chars) - consider shortening for screen readers\n    New name: team-photo-2024.jpg\n    ✅ Validation passed (special characters removed)\n\nWhich assets would you like to update?\n```\n\n**Step 2: After user selects option 3 and images are analyzed**\n```\n📋 Suggested Improvements:\n\n[1] ✓ 1.webp\n    Alt text: \"Podcast host with headphones and microphone recording Webflow podcast episode in studio.\"\n    New name: webflow-podcast-host-recording-studio.webp\n    ✅ Validation passed\n\n[2] ✓ 2.webp\n    Alt text: \"Professional developer wearing glasses working on laptop with Webflow logo in modern office.\"\n    New name: developer-working-laptop-webflow-office.webp\n    ✅ Validation passed\n\n[3] ✓ 3.webp\n    Alt text: \"Webflow homepage hero section with tagline and email signup form.\"\n    New name: webflow-homepage-hero-section.webp\n    ✅ Validation passed\n\n[4] ✓ 4.webp\n    Alt text: \"Speaker presenting on stage at Webflow Conf with audience watching.\"\n    New name: webflow-conf-speaker-presentation-stage.webp\n    ✅ Validation passed\n\n---\n\nWhich assets would you like to update?\n- Type numbers to skip (e.g., \"2,4\" to skip items 2 and 4)\n- Type \"all\" to proceed with all\n- Type \"none\" to cancel\n```\n\n**Step 3: After user confirms with \"all\"**\n```\n🔄 Applying updates...\n\nProgress: ████████████████████ 100% (4\u002F4 assets)\n\n✅ Updates Applied Successfully!\n\nSEO Asset Audit Complete: MCP Demo #2\n\nSummary:\n- ✅ 4 assets updated successfully\n- ❌ 0 assets failed\n- ⏭️ 0 assets skipped\n\nChanges Applied:\n┌─────────────────────────────────────────────────────────────────┐\n│ [1] webflow-podcast-host-recording-studio.webp                  │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [2] developer-working-laptop-webflow-office.webp                │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [3] webflow-homepage-hero-section.webp                          │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [4] webflow-conf-speaker-presentation-stage.webp                │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n└─────────────────────────────────────────────────────────────────┘\n\n📋 Rollback Available:\nLast update: 4 assets modified just now\nType \"undo\" to revert these changes\n\n---\n\n🎉 Your site's assets are now fully optimized for SEO and accessibility!\n```\n\n**Alternative Step 3: User selects specific assets (e.g., \"1,3\")**\n```\n🔄 Applying updates to assets 1 and 3...\n\nProgress: ████████████████████ 100% (2\u002F2 assets)\n\n✅ Partial Update Complete!\n\nSummary:\n- ✅ 2 assets updated successfully\n- ❌ 0 assets failed\n- ⏭️ 2 assets skipped (as requested)\n\nChanges Applied:\n┌─────────────────────────────────────────────────────────────────┐\n│ [1] webflow-podcast-host-recording-studio.webp                  │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [3] webflow-homepage-hero-section.webp                          │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n└─────────────────────────────────────────────────────────────────┘\n\nSkipped Assets (can run audit again later):\n- [2] 2.webp\n- [4] 4.webp\n\n📋 Rollback Available:\nType \"undo\" to revert these 2 changes\n```\n\n## Guidelines\n\n### Phase 1: Critical Validations (Must Follow)\n\n**File Extension Handling:**\n- ALWAYS strip existing extension before adding new one\n- Bad: `image.webp` → `new-name.webp.webp`\n- Good: `image.webp` → `new-name.webp`\n- Implementation: Use filename without extension + new extension\n\n**Alt Text Quality Rules:**\n- Max length: 125 characters (accessibility best practice)\n- Must end with punctuation (period, exclamation, question mark)\n- Remove redundant phrases:\n  - ❌ \"Image of a person\" → ✅ \"Person working at desk\"\n  - ❌ \"Picture of logo\" → ✅ \"Company logo on blue background\"\n  - ❌ \"Photo showing\" → ✅ Direct description\n- Flag if too short (\u003C 10 chars): ⚠️ \"Too generic - needs more detail\"\n- Flag if too long (> 125 chars): ⚠️ \"Consider shortening for screen readers\"\n\n**SEO Filename Rules:**\n- Only allow: lowercase a-z, numbers 0-9, hyphens\n- Max length: 100 characters (before extension)\n- Convert spaces to hyphens: `team photo` → `team-photo`\n- Convert underscores to hyphens: `team_photo` → `team-photo`\n- Remove special characters: `photo!@#$` → `photo`\n- Convert to lowercase: `TeamPhoto` → `team-photo`\n- Remove consecutive hyphens: `team--photo` → `team-photo`\n- Trim leading\u002Ftrailing hyphens: `-photo-` → `photo`\n\n### Phase 2: Batch Processing & Performance\n\n**Large Site Handling:**\n- Sites with 50+ assets: Process in batches of 20\n- Show progress: \"Processing batch 1 of 5 (assets 1-20)...\"\n- Allow user to process specific batches\n- Timeout protection: If Webflow MCP's `get_asset_preview` takes > 30s, skip to next batch\n\n**Pattern Detection:**\nDetect and report these patterns:\n- Camera uploads: `IMG_`, `DSC_`, `DCIM_`, `P_`\n- Screenshots: `screenshot`, `Screen Shot`, `Capture`\n- Generic names: `untitled`, `image-1`, `photo`, `asset`\n- Date formats: `2024-01-10`, `20240110`, `01-10-2024`\n- Suggest bulk rename when 3+ assets match a pattern\n\n**Error Handling:**\n- If Webflow MCP's `get_asset_preview` fails:\n  1. Log the error (don't show to user)\n  2. Use fallback: Extract description from filename\n  3. Mark with ⚠️ warning: \"Generated from filename (image preview failed)\"\n  4. Continue with other assets\n- Partial success handling:\n  - Report successes separately from failures\n  - Show: \"✅ 15 updated, ❌ 2 failed, ⏭️ 3 skipped\"\n  - Offer to retry failed assets\n\n### Phase 3: Advanced Features\n\n**Granular Approval System:**\n- Number each suggestion: `[1]`, `[2]`, `[3]`, etc.\n- Show checkmark status: `✓` or `✗`\n- Accept multiple formats:\n  - \"all\" - approve all\n  - \"none\" - cancel operation\n  - \"1,3,5\" - skip items 1, 3, and 5\n  - \"2-5\" - skip items 2 through 5\n- Always show validation status per item\n\n**Naming Templates:**\nOffer templates when 5+ similar assets detected:\n1. `[category]-[description]-[modifier]`\n   - Example: `product-laptop-front-view.jpg`\n2. `[description]-[location]-[year]`\n   - Example: `team-photo-office-2024.jpg`\n3. `[type]-[name]-[variant]`\n   - Example: `icon-arrow-blue.svg`\n\n**Folder Organization:**\nSuggest folders when detecting:\n- 5+ images with \"team\", \"staff\", \"employee\" → `team-photos` folder\n- 5+ images with \"product\", \"item\" → `product-images` folder\n- 5+ images with \"logo\", \"brand\" → `branding` folder\n- 5+ images with \"screenshot\", \"capture\" → `screenshots` folder\n\n**Rollback System:**\nBefore any update, store in memory:\n```json\n{\n  \"timestamp\": \"2026-01-10T00:45:00Z\",\n  \"assets\": [\n    {\n      \"id\": \"asset-id\",\n      \"originalName\": \"1.webp\",\n      \"originalAltText\": \"\",\n      \"newName\": \"podcast-host.webp\",\n      \"newAltText\": \"Podcast host recording...\"\n    }\n  ]\n}\n```\n- Offer undo for 5 minutes after changes\n- Clear rollback data after next audit starts\n- Show rollback option in final summary\n\n**Duplicate Detection:**\n- Compare asset sizes (exact match = likely duplicate)\n- Compare filenames (similar names = potential duplicate)\n- Report: \"⚠️ Potential duplicates: asset1.jpg (2.4MB) and asset1-copy.jpg (2.4MB)\"\n- Don't auto-delete - let user decide\n\n### General Best Practices\n\n- Always use Webflow MCP's `get_asset_preview` (with `asset_id`, not a URL) to understand image content\n- Generate specific, descriptive suggestions (not generic)\n- Validate all suggestions before presenting to user\n- Handle partial operations gracefully\n- Provide clear progress indicators for long operations\n- Group similar issues together in reports\n- Use visual indicators: ✅ ⚠️ ❌ 🔍 💡 📋 🎉\n- Be conversational but concise\n- Always offer rollback after changes\n",{"data":38,"body":40},{"name":5,"description":7,"mcp-version":39},"2.0.1",{"type":41,"children":42},"root",[43,52,58,65,74,163,169,176,260,266,358,364,535,541,682,688,696,705,713,722,730,739,747,756,764,773,781,790,796,802,810,859,867,913,921,1038,1044,1052,1082,1092,1214,1222,1282,1288,1296,1378,1388,1458,1468,1520,1530,1836,1854,1862,1885,1891,1953],{"type":44,"tag":45,"props":46,"children":48},"element","h1",{"id":47},"asset-audit",[49],{"type":50,"value":51},"text","Asset Audit",{"type":44,"tag":53,"props":54,"children":55},"p",{},[56],{"type":50,"value":57},"Analyze assets on a Webflow site for SEO optimization.",{"type":44,"tag":59,"props":60,"children":62},"h2",{"id":61},"important-note",[63],{"type":50,"value":64},"Important Note",{"type":44,"tag":53,"props":66,"children":67},{},[68],{"type":44,"tag":69,"props":70,"children":71},"strong",{},[72],{"type":50,"value":73},"ALWAYS use Webflow MCP tools for all operations:",{"type":44,"tag":75,"props":76,"children":77},"ul",{},[78,93,113,133,145,150],{"type":44,"tag":79,"props":80,"children":81},"li",{},[82,84,91],{"type":50,"value":83},"Use Webflow MCP's ",{"type":44,"tag":85,"props":86,"children":88},"code",{"className":87},[],[89],{"type":50,"value":90},"data_assets_tool",{"type":50,"value":92}," for fetching and updating assets",{"type":44,"tag":79,"props":94,"children":95},{},[96,97,103,105,111],{"type":50,"value":83},{"type":44,"tag":85,"props":98,"children":100},{"className":99},[],[101],{"type":50,"value":102},"get_asset_preview",{"type":50,"value":104}," (with the asset's ",{"type":44,"tag":85,"props":106,"children":108},{"className":107},[],[109],{"type":50,"value":110},"asset_id",{"type":50,"value":112},") for analyzing image content",{"type":44,"tag":79,"props":114,"children":115},{},[116,117,123,125,131],{"type":50,"value":83},{"type":44,"tag":85,"props":118,"children":120},{"className":119},[],[121],{"type":50,"value":122},"data_sites_tool",{"type":50,"value":124}," with action ",{"type":44,"tag":85,"props":126,"children":128},{"className":127},[],[129],{"type":50,"value":130},"list_sites",{"type":50,"value":132}," for listing available sites",{"type":44,"tag":79,"props":134,"children":135},{},[136,137,143],{"type":50,"value":83},{"type":44,"tag":85,"props":138,"children":140},{"className":139},[],[141],{"type":50,"value":142},"webflow_guide_tool",{"type":50,"value":144}," to get best practices before starting",{"type":44,"tag":79,"props":146,"children":147},{},[148],{"type":50,"value":149},"DO NOT use any other tools or methods for Webflow operations",{"type":44,"tag":79,"props":151,"children":152},{},[153,155,161],{"type":50,"value":154},"All tool calls must include the required ",{"type":44,"tag":85,"props":156,"children":158},{"className":157},[],[159],{"type":50,"value":160},"context",{"type":50,"value":162}," parameter (15-25 words, third-person perspective)",{"type":44,"tag":59,"props":164,"children":166},{"id":165},"instructions",[167],{"type":50,"value":168},"Instructions",{"type":44,"tag":170,"props":171,"children":173},"h3",{"id":172},"phase-1-site-selection-asset-discovery",[174],{"type":50,"value":175},"Phase 1: Site Selection & Asset Discovery",{"type":44,"tag":177,"props":178,"children":179},"ol",{},[180,190,227],{"type":44,"tag":79,"props":181,"children":182},{},[183,188],{"type":44,"tag":69,"props":184,"children":185},{},[186],{"type":50,"value":187},"Get site",{"type":50,"value":189},": Identify the target site. If user does not provide site ID, ask for it.",{"type":44,"tag":79,"props":191,"children":192},{},[193,198,200,205,207,212,214],{"type":44,"tag":69,"props":194,"children":195},{},[196],{"type":50,"value":197},"Fetch all assets",{"type":50,"value":199},": Use Webflow MCP's ",{"type":44,"tag":85,"props":201,"children":203},{"className":202},[],[204],{"type":50,"value":90},{"type":50,"value":206}," to get all assets from the site (each asset record includes its ",{"type":44,"tag":85,"props":208,"children":210},{"className":209},[],[211],{"type":50,"value":110},{"type":50,"value":213},", needed for previews)\n",{"type":44,"tag":75,"props":215,"children":216},{},[217,222],{"type":44,"tag":79,"props":218,"children":219},{},[220],{"type":50,"value":221},"For sites with 50+ assets, process in batches of 20",{"type":44,"tag":79,"props":223,"children":224},{},[225],{"type":50,"value":226},"Show progress: \"Processing assets 1-20 of 150...\"",{"type":44,"tag":79,"props":228,"children":229},{},[230,235,237],{"type":44,"tag":69,"props":231,"children":232},{},[233],{"type":50,"value":234},"Detect patterns",{"type":50,"value":236},": Analyze asset naming for common patterns:\n",{"type":44,"tag":75,"props":238,"children":239},{},[240,245,250,255],{"type":44,"tag":79,"props":241,"children":242},{},[243],{"type":50,"value":244},"Camera uploads (IMG_, DSC_, etc.)",{"type":44,"tag":79,"props":246,"children":247},{},[248],{"type":50,"value":249},"Screenshots (screenshot, Screen Shot, etc.)",{"type":44,"tag":79,"props":251,"children":252},{},[253],{"type":50,"value":254},"Generic names (untitled, image-1, etc.)",{"type":44,"tag":79,"props":256,"children":257},{},[258],{"type":50,"value":259},"Date-based names (2024-01-10, etc.)",{"type":44,"tag":170,"props":261,"children":263},{"id":262},"phase-2-issue-analysis-pattern-recognition",[264],{"type":50,"value":265},"Phase 2: Issue Analysis & Pattern Recognition",{"type":44,"tag":177,"props":267,"children":269},{"start":268},4,[270,303,325],{"type":44,"tag":79,"props":271,"children":272},{},[273,278,280],{"type":44,"tag":69,"props":274,"children":275},{},[276],{"type":50,"value":277},"Identify issues",{"type":50,"value":279},": List all assets which:\n",{"type":44,"tag":75,"props":281,"children":282},{},[283,288,293,298],{"type":44,"tag":79,"props":284,"children":285},{},[286],{"type":50,"value":287},"Do not have alt text set (null or empty string)",{"type":44,"tag":79,"props":289,"children":290},{},[291],{"type":50,"value":292},"Have existing alt text but it's poor quality (too short, redundant phrases, etc.)",{"type":44,"tag":79,"props":294,"children":295},{},[296],{"type":50,"value":297},"Do not have SEO-friendly asset names",{"type":44,"tag":79,"props":299,"children":300},{},[301],{"type":50,"value":302},"Are duplicates or very similar",{"type":44,"tag":79,"props":304,"children":305},{},[306,311,313],{"type":44,"tag":69,"props":307,"children":308},{},[309],{"type":50,"value":310},"Pattern detection report",{"type":50,"value":312},": Show detected patterns:\n",{"type":44,"tag":314,"props":315,"children":319},"pre",{"className":316,"code":318,"language":50},[317],"language-text","🔍 Detected patterns:\n- 15 assets start with \"IMG_\" (camera uploads)\n- 8 assets contain \"screenshot\"\n- Suggest: Bulk rename these patterns\n",[320],{"type":44,"tag":85,"props":321,"children":323},{"__ignoreMap":322},"",[324],{"type":50,"value":318},{"type":44,"tag":79,"props":326,"children":327},{},[328,333,335],{"type":44,"tag":69,"props":329,"children":330},{},[331],{"type":50,"value":332},"Ask user preference",{"type":50,"value":334},": Ask if they want to generate:\n",{"type":44,"tag":75,"props":336,"children":337},{},[338,343,348,353],{"type":44,"tag":79,"props":339,"children":340},{},[341],{"type":50,"value":342},"Alt text only",{"type":44,"tag":79,"props":344,"children":345},{},[346],{"type":50,"value":347},"SEO-friendly names only",{"type":44,"tag":79,"props":349,"children":350},{},[351],{"type":50,"value":352},"Both",{"type":44,"tag":79,"props":354,"children":355},{},[356],{"type":50,"value":357},"Apply naming pattern\u002Ftemplate",{"type":44,"tag":170,"props":359,"children":361},{"id":360},"phase-3-analysis-suggestion-generation",[362],{"type":50,"value":363},"Phase 3: Analysis & Suggestion Generation",{"type":44,"tag":177,"props":365,"children":367},{"start":366},7,[368,434,516],{"type":44,"tag":79,"props":369,"children":370},{},[371,376,377,382,384,389,391],{"type":44,"tag":69,"props":372,"children":373},{},[374],{"type":50,"value":375},"Analyze assets",{"type":50,"value":199},{"type":44,"tag":85,"props":378,"children":380},{"className":379},[],[381],{"type":50,"value":102},{"type":50,"value":383}," tool, passing each asset's ",{"type":44,"tag":85,"props":385,"children":387},{"className":386},[],[388],{"type":50,"value":110},{"type":50,"value":390}," (from Phase 1), to analyze the assets that need updates\n",{"type":44,"tag":75,"props":392,"children":393},{},[394,429],{"type":44,"tag":79,"props":395,"children":396},{},[397,402,404,409,411],{"type":44,"tag":69,"props":398,"children":399},{},[400],{"type":50,"value":401},"Error handling",{"type":50,"value":403},": If Webflow MCP's ",{"type":44,"tag":85,"props":405,"children":407},{"className":406},[],[408],{"type":50,"value":102},{"type":50,"value":410}," fails, use fallback:\n",{"type":44,"tag":75,"props":412,"children":413},{},[414,419,424],{"type":44,"tag":79,"props":415,"children":416},{},[417],{"type":50,"value":418},"Extract description from existing filename",{"type":44,"tag":79,"props":420,"children":421},{},[422],{"type":50,"value":423},"Use generic placeholder with warning",{"type":44,"tag":79,"props":425,"children":426},{},[427],{"type":50,"value":428},"Continue with other assets",{"type":44,"tag":79,"props":430,"children":431},{},[432],{"type":50,"value":433},"Process in batches to avoid timeout",{"type":44,"tag":79,"props":435,"children":436},{},[437,442,444],{"type":44,"tag":69,"props":438,"children":439},{},[440],{"type":50,"value":441},"Generate suggestions with validation",{"type":50,"value":443},":\n",{"type":44,"tag":75,"props":445,"children":446},{},[447,479],{"type":44,"tag":79,"props":448,"children":449},{},[450,455,456],{"type":44,"tag":69,"props":451,"children":452},{},[453],{"type":50,"value":454},"Alt text validation",{"type":50,"value":443},{"type":44,"tag":75,"props":457,"children":458},{},[459,464,469,474],{"type":44,"tag":79,"props":460,"children":461},{},[462],{"type":50,"value":463},"Max 125 characters (warn if longer)",{"type":44,"tag":79,"props":465,"children":466},{},[467],{"type":50,"value":468},"No redundant phrases (\"image of\", \"picture of\", \"photo of\")",{"type":44,"tag":79,"props":470,"children":471},{},[472],{"type":50,"value":473},"Must end with punctuation",{"type":44,"tag":79,"props":475,"children":476},{},[477],{"type":50,"value":478},"Flag generic descriptions (confidence \u003C 50%)",{"type":44,"tag":79,"props":480,"children":481},{},[482,487,488],{"type":44,"tag":69,"props":483,"children":484},{},[485],{"type":50,"value":486},"SEO name validation",{"type":50,"value":443},{"type":44,"tag":75,"props":489,"children":490},{},[491,496,501,506,511],{"type":44,"tag":79,"props":492,"children":493},{},[494],{"type":50,"value":495},"Only lowercase a-z, 0-9, hyphens",{"type":44,"tag":79,"props":497,"children":498},{},[499],{"type":50,"value":500},"No double extensions (.webp.webp) - strip existing extension first",{"type":44,"tag":79,"props":502,"children":503},{},[504],{"type":50,"value":505},"Max 100 characters",{"type":44,"tag":79,"props":507,"children":508},{},[509],{"type":50,"value":510},"Replace spaces\u002Funderscores with hyphens",{"type":44,"tag":79,"props":512,"children":513},{},[514],{"type":50,"value":515},"No special characters",{"type":44,"tag":79,"props":517,"children":518},{},[519,524,526],{"type":44,"tag":69,"props":520,"children":521},{},[522],{"type":50,"value":523},"Folder organization suggestions",{"type":50,"value":525},": If patterns detected, suggest folder structure:\n",{"type":44,"tag":314,"props":527,"children":530},{"className":528,"code":529,"language":50},[317],"💡 Organization suggestions:\n- Create \"team-photos\" folder for 8 team images\n- Create \"product-images\" folder for 15 product shots\n",[531],{"type":44,"tag":85,"props":532,"children":533},{"__ignoreMap":322},[534],{"type":50,"value":529},{"type":44,"tag":170,"props":536,"children":538},{"id":537},"phase-4-granular-approval-application",[539],{"type":50,"value":540},"Phase 4: Granular Approval & Application",{"type":44,"tag":177,"props":542,"children":544},{"start":543},10,[545,577,596,629,663],{"type":44,"tag":79,"props":546,"children":547},{},[548,553,554],{"type":44,"tag":69,"props":549,"children":550},{},[551],{"type":50,"value":552},"Present suggestions with granular approval",{"type":50,"value":443},{"type":44,"tag":75,"props":555,"children":556},{},[557,562,567,572],{"type":44,"tag":79,"props":558,"children":559},{},[560],{"type":50,"value":561},"Show numbered list with checkboxes",{"type":44,"tag":79,"props":563,"children":564},{},[565],{"type":50,"value":566},"Allow individual toggle: \"Enter numbers to skip (e.g., '2,4')\"",{"type":44,"tag":79,"props":568,"children":569},{},[570],{"type":50,"value":571},"Options: \"all\", \"none\", or specific numbers",{"type":44,"tag":79,"props":573,"children":574},{},[575],{"type":50,"value":576},"Show validation warnings for each suggestion",{"type":44,"tag":79,"props":578,"children":579},{},[580,585,587],{"type":44,"tag":69,"props":581,"children":582},{},[583],{"type":50,"value":584},"Offer naming template",{"type":50,"value":586}," (if many similar assets):\n",{"type":44,"tag":314,"props":588,"children":591},{"className":589,"code":590,"language":50},[317],"🎨 Apply naming pattern?\n1. [category]-[description] (e.g., team-john-headshot)\n2. [description]-[location] (e.g., office-workspace-desk)\n3. Custom pattern...\n4. Skip patterns, use individual names\n",[592],{"type":44,"tag":85,"props":593,"children":594},{"__ignoreMap":322},[595],{"type":50,"value":590},{"type":44,"tag":79,"props":597,"children":598},{},[599,604,606],{"type":44,"tag":69,"props":600,"children":601},{},[602],{"type":50,"value":603},"Store rollback data",{"type":50,"value":605},": Before applying changes, store:\n",{"type":44,"tag":75,"props":607,"children":608},{},[609,614,619,624],{"type":44,"tag":79,"props":610,"children":611},{},[612],{"type":50,"value":613},"Original asset names",{"type":44,"tag":79,"props":615,"children":616},{},[617],{"type":50,"value":618},"Original alt text",{"type":44,"tag":79,"props":620,"children":621},{},[622],{"type":50,"value":623},"Timestamp",{"type":44,"tag":79,"props":625,"children":626},{},[627],{"type":50,"value":628},"Assets modified",{"type":44,"tag":79,"props":630,"children":631},{},[632,637,638,643,645],{"type":44,"tag":69,"props":633,"children":634},{},[635],{"type":50,"value":636},"Apply updates",{"type":50,"value":199},{"type":44,"tag":85,"props":639,"children":641},{"className":640},[],[642],{"type":50,"value":90},{"type":50,"value":644}," to update approved assets only\n",{"type":44,"tag":75,"props":646,"children":647},{},[648,653,658],{"type":44,"tag":79,"props":649,"children":650},{},[651],{"type":50,"value":652},"Show progress for batch updates",{"type":44,"tag":79,"props":654,"children":655},{},[656],{"type":50,"value":657},"Handle partial failures gracefully",{"type":44,"tag":79,"props":659,"children":660},{},[661],{"type":50,"value":662},"Report successes and failures separately",{"type":44,"tag":79,"props":664,"children":665},{},[666,671,673],{"type":44,"tag":69,"props":667,"children":668},{},[669],{"type":50,"value":670},"Offer rollback option",{"type":50,"value":672},": After changes applied:\n",{"type":44,"tag":314,"props":674,"children":677},{"className":675,"code":676,"language":50},[317],"📋 Rollback Available:\nLast update: 4 assets modified 2 minutes ago\nType \"undo\" to revert these changes\n",[678],{"type":44,"tag":85,"props":679,"children":680},{"__ignoreMap":322},[681],{"type":50,"value":676},{"type":44,"tag":59,"props":683,"children":685},{"id":684},"examples",[686],{"type":50,"value":687},"Examples",{"type":44,"tag":53,"props":689,"children":690},{},[691],{"type":44,"tag":69,"props":692,"children":693},{},[694],{"type":50,"value":695},"User prompt:",{"type":44,"tag":314,"props":697,"children":700},{"className":698,"code":699,"language":50},[317],"Run an asset audit on my site.\n",[701],{"type":44,"tag":85,"props":702,"children":703},{"__ignoreMap":322},[704],{"type":50,"value":699},{"type":44,"tag":53,"props":706,"children":707},{},[708],{"type":44,"tag":69,"props":709,"children":710},{},[711],{"type":50,"value":712},"Step 1: Initial Audit Report",{"type":44,"tag":314,"props":714,"children":717},{"className":715,"code":716,"language":50},[317],"📊 SEO Asset Audit: MCP Demo #2\n\nTotal: 4 assets\n\n🔍 Detected patterns:\n- 4 assets have generic numeric names (1.webp, 2.webp, 3.webp, 4.webp)\n- All assets are in WebP format ✓\n\n⚠️ Missing Alt Text (4 assets):\n├── 1.webp (empty alt text)\n├── 2.webp (empty alt text)\n├── 3.webp (empty alt text)\n└── 4.webp (empty alt text)\n\n⚠️ Non-SEO-Friendly Names (4 assets):\n├── 1.webp (generic numeric name)\n├── 2.webp (generic numeric name)\n├── 3.webp (generic numeric name)\n└── 4.webp (generic numeric name)\n\n---\n\nWhat would you like to generate?\n1. Alt text only\n2. SEO-friendly names only\n3. Both alt text and SEO-friendly names\n\nPlease select an option (1, 2, or 3).\n",[718],{"type":44,"tag":85,"props":719,"children":720},{"__ignoreMap":322},[721],{"type":50,"value":716},{"type":44,"tag":53,"props":723,"children":724},{},[725],{"type":44,"tag":69,"props":726,"children":727},{},[728],{"type":50,"value":729},"Example with Validation Warnings:",{"type":44,"tag":314,"props":731,"children":734},{"className":732,"code":733,"language":50},[317],"📋 Suggested Improvements:\n\n[1] ✓ IMG_1234.jpg\n    Alt text: \"Professional team member headshot with blue background.\"\n    New name: professional-team-member-headshot.jpg\n    ✅ Validation passed\n\n[2] ✓ screenshot-2024.png\n    Alt text: \"Dashboard analytics overview showing user engagement metrics.\"\n    New name: dashboard-analytics-overview.png\n    ✅ Validation passed\n\n[3] ⚠️ untitled-image.webp\n    Alt text: \"Photo\"\n    ⚠️ Warning: Alt text too short (\u003C 10 chars) - needs more detail\n    New name: untitled-image.webp\n    ⚠️ Warning: Unable to generate better name (image preview failed)\n\n[4] ⚠️ TeamPhoto2024!!!.jpg\n    Alt text: \"Image of a person working on laptop in modern office with plants and natural lighting through large windows in the background.\"\n    ⚠️ Warning: Alt text too long (137 chars) - consider shortening for screen readers\n    New name: team-photo-2024.jpg\n    ✅ Validation passed (special characters removed)\n\nWhich assets would you like to update?\n",[735],{"type":44,"tag":85,"props":736,"children":737},{"__ignoreMap":322},[738],{"type":50,"value":733},{"type":44,"tag":53,"props":740,"children":741},{},[742],{"type":44,"tag":69,"props":743,"children":744},{},[745],{"type":50,"value":746},"Step 2: After user selects option 3 and images are analyzed",{"type":44,"tag":314,"props":748,"children":751},{"className":749,"code":750,"language":50},[317],"📋 Suggested Improvements:\n\n[1] ✓ 1.webp\n    Alt text: \"Podcast host with headphones and microphone recording Webflow podcast episode in studio.\"\n    New name: webflow-podcast-host-recording-studio.webp\n    ✅ Validation passed\n\n[2] ✓ 2.webp\n    Alt text: \"Professional developer wearing glasses working on laptop with Webflow logo in modern office.\"\n    New name: developer-working-laptop-webflow-office.webp\n    ✅ Validation passed\n\n[3] ✓ 3.webp\n    Alt text: \"Webflow homepage hero section with tagline and email signup form.\"\n    New name: webflow-homepage-hero-section.webp\n    ✅ Validation passed\n\n[4] ✓ 4.webp\n    Alt text: \"Speaker presenting on stage at Webflow Conf with audience watching.\"\n    New name: webflow-conf-speaker-presentation-stage.webp\n    ✅ Validation passed\n\n---\n\nWhich assets would you like to update?\n- Type numbers to skip (e.g., \"2,4\" to skip items 2 and 4)\n- Type \"all\" to proceed with all\n- Type \"none\" to cancel\n",[752],{"type":44,"tag":85,"props":753,"children":754},{"__ignoreMap":322},[755],{"type":50,"value":750},{"type":44,"tag":53,"props":757,"children":758},{},[759],{"type":44,"tag":69,"props":760,"children":761},{},[762],{"type":50,"value":763},"Step 3: After user confirms with \"all\"",{"type":44,"tag":314,"props":765,"children":768},{"className":766,"code":767,"language":50},[317],"🔄 Applying updates...\n\nProgress: ████████████████████ 100% (4\u002F4 assets)\n\n✅ Updates Applied Successfully!\n\nSEO Asset Audit Complete: MCP Demo #2\n\nSummary:\n- ✅ 4 assets updated successfully\n- ❌ 0 assets failed\n- ⏭️ 0 assets skipped\n\nChanges Applied:\n┌─────────────────────────────────────────────────────────────────┐\n│ [1] webflow-podcast-host-recording-studio.webp                  │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [2] developer-working-laptop-webflow-office.webp                │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [3] webflow-homepage-hero-section.webp                          │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [4] webflow-conf-speaker-presentation-stage.webp                │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n└─────────────────────────────────────────────────────────────────┘\n\n📋 Rollback Available:\nLast update: 4 assets modified just now\nType \"undo\" to revert these changes\n\n---\n\n🎉 Your site's assets are now fully optimized for SEO and accessibility!\n",[769],{"type":44,"tag":85,"props":770,"children":771},{"__ignoreMap":322},[772],{"type":50,"value":767},{"type":44,"tag":53,"props":774,"children":775},{},[776],{"type":44,"tag":69,"props":777,"children":778},{},[779],{"type":50,"value":780},"Alternative Step 3: User selects specific assets (e.g., \"1,3\")",{"type":44,"tag":314,"props":782,"children":785},{"className":783,"code":784,"language":50},[317],"🔄 Applying updates to assets 1 and 3...\n\nProgress: ████████████████████ 100% (2\u002F2 assets)\n\n✅ Partial Update Complete!\n\nSummary:\n- ✅ 2 assets updated successfully\n- ❌ 0 assets failed\n- ⏭️ 2 assets skipped (as requested)\n\nChanges Applied:\n┌─────────────────────────────────────────────────────────────────┐\n│ [1] webflow-podcast-host-recording-studio.webp                  │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n├─────────────────────────────────────────────────────────────────┤\n│ [3] webflow-homepage-hero-section.webp                          │\n│     ✓ Alt text added                                            │\n│     ✓ Filename updated                                          │\n└─────────────────────────────────────────────────────────────────┘\n\nSkipped Assets (can run audit again later):\n- [2] 2.webp\n- [4] 4.webp\n\n📋 Rollback Available:\nType \"undo\" to revert these 2 changes\n",[786],{"type":44,"tag":85,"props":787,"children":788},{"__ignoreMap":322},[789],{"type":50,"value":784},{"type":44,"tag":59,"props":791,"children":793},{"id":792},"guidelines",[794],{"type":50,"value":795},"Guidelines",{"type":44,"tag":170,"props":797,"children":799},{"id":798},"phase-1-critical-validations-must-follow",[800],{"type":50,"value":801},"Phase 1: Critical Validations (Must Follow)",{"type":44,"tag":53,"props":803,"children":804},{},[805],{"type":44,"tag":69,"props":806,"children":807},{},[808],{"type":50,"value":809},"File Extension Handling:",{"type":44,"tag":75,"props":811,"children":812},{},[813,818,837,854],{"type":44,"tag":79,"props":814,"children":815},{},[816],{"type":50,"value":817},"ALWAYS strip existing extension before adding new one",{"type":44,"tag":79,"props":819,"children":820},{},[821,823,829,831],{"type":50,"value":822},"Bad: ",{"type":44,"tag":85,"props":824,"children":826},{"className":825},[],[827],{"type":50,"value":828},"image.webp",{"type":50,"value":830}," → ",{"type":44,"tag":85,"props":832,"children":834},{"className":833},[],[835],{"type":50,"value":836},"new-name.webp.webp",{"type":44,"tag":79,"props":838,"children":839},{},[840,842,847,848],{"type":50,"value":841},"Good: ",{"type":44,"tag":85,"props":843,"children":845},{"className":844},[],[846],{"type":50,"value":828},{"type":50,"value":830},{"type":44,"tag":85,"props":849,"children":851},{"className":850},[],[852],{"type":50,"value":853},"new-name.webp",{"type":44,"tag":79,"props":855,"children":856},{},[857],{"type":50,"value":858},"Implementation: Use filename without extension + new extension",{"type":44,"tag":53,"props":860,"children":861},{},[862],{"type":44,"tag":69,"props":863,"children":864},{},[865],{"type":50,"value":866},"Alt Text Quality Rules:",{"type":44,"tag":75,"props":868,"children":869},{},[870,875,880,903,908],{"type":44,"tag":79,"props":871,"children":872},{},[873],{"type":50,"value":874},"Max length: 125 characters (accessibility best practice)",{"type":44,"tag":79,"props":876,"children":877},{},[878],{"type":50,"value":879},"Must end with punctuation (period, exclamation, question mark)",{"type":44,"tag":79,"props":881,"children":882},{},[883,885],{"type":50,"value":884},"Remove redundant phrases:\n",{"type":44,"tag":75,"props":886,"children":887},{},[888,893,898],{"type":44,"tag":79,"props":889,"children":890},{},[891],{"type":50,"value":892},"❌ \"Image of a person\" → ✅ \"Person working at desk\"",{"type":44,"tag":79,"props":894,"children":895},{},[896],{"type":50,"value":897},"❌ \"Picture of logo\" → ✅ \"Company logo on blue background\"",{"type":44,"tag":79,"props":899,"children":900},{},[901],{"type":50,"value":902},"❌ \"Photo showing\" → ✅ Direct description",{"type":44,"tag":79,"props":904,"children":905},{},[906],{"type":50,"value":907},"Flag if too short (\u003C 10 chars): ⚠️ \"Too generic - needs more detail\"",{"type":44,"tag":79,"props":909,"children":910},{},[911],{"type":50,"value":912},"Flag if too long (> 125 chars): ⚠️ \"Consider shortening for screen readers\"",{"type":44,"tag":53,"props":914,"children":915},{},[916],{"type":44,"tag":69,"props":917,"children":918},{},[919],{"type":50,"value":920},"SEO Filename Rules:",{"type":44,"tag":75,"props":922,"children":923},{},[924,929,934,952,969,987,1004,1021],{"type":44,"tag":79,"props":925,"children":926},{},[927],{"type":50,"value":928},"Only allow: lowercase a-z, numbers 0-9, hyphens",{"type":44,"tag":79,"props":930,"children":931},{},[932],{"type":50,"value":933},"Max length: 100 characters (before extension)",{"type":44,"tag":79,"props":935,"children":936},{},[937,939,945,946],{"type":50,"value":938},"Convert spaces to hyphens: ",{"type":44,"tag":85,"props":940,"children":942},{"className":941},[],[943],{"type":50,"value":944},"team photo",{"type":50,"value":830},{"type":44,"tag":85,"props":947,"children":949},{"className":948},[],[950],{"type":50,"value":951},"team-photo",{"type":44,"tag":79,"props":953,"children":954},{},[955,957,963,964],{"type":50,"value":956},"Convert underscores to hyphens: ",{"type":44,"tag":85,"props":958,"children":960},{"className":959},[],[961],{"type":50,"value":962},"team_photo",{"type":50,"value":830},{"type":44,"tag":85,"props":965,"children":967},{"className":966},[],[968],{"type":50,"value":951},{"type":44,"tag":79,"props":970,"children":971},{},[972,974,980,981],{"type":50,"value":973},"Remove special characters: ",{"type":44,"tag":85,"props":975,"children":977},{"className":976},[],[978],{"type":50,"value":979},"photo!@#$",{"type":50,"value":830},{"type":44,"tag":85,"props":982,"children":984},{"className":983},[],[985],{"type":50,"value":986},"photo",{"type":44,"tag":79,"props":988,"children":989},{},[990,992,998,999],{"type":50,"value":991},"Convert to lowercase: ",{"type":44,"tag":85,"props":993,"children":995},{"className":994},[],[996],{"type":50,"value":997},"TeamPhoto",{"type":50,"value":830},{"type":44,"tag":85,"props":1000,"children":1002},{"className":1001},[],[1003],{"type":50,"value":951},{"type":44,"tag":79,"props":1005,"children":1006},{},[1007,1009,1015,1016],{"type":50,"value":1008},"Remove consecutive hyphens: ",{"type":44,"tag":85,"props":1010,"children":1012},{"className":1011},[],[1013],{"type":50,"value":1014},"team--photo",{"type":50,"value":830},{"type":44,"tag":85,"props":1017,"children":1019},{"className":1018},[],[1020],{"type":50,"value":951},{"type":44,"tag":79,"props":1022,"children":1023},{},[1024,1026,1032,1033],{"type":50,"value":1025},"Trim leading\u002Ftrailing hyphens: ",{"type":44,"tag":85,"props":1027,"children":1029},{"className":1028},[],[1030],{"type":50,"value":1031},"-photo-",{"type":50,"value":830},{"type":44,"tag":85,"props":1034,"children":1036},{"className":1035},[],[1037],{"type":50,"value":986},{"type":44,"tag":170,"props":1039,"children":1041},{"id":1040},"phase-2-batch-processing-performance",[1042],{"type":50,"value":1043},"Phase 2: Batch Processing & Performance",{"type":44,"tag":53,"props":1045,"children":1046},{},[1047],{"type":44,"tag":69,"props":1048,"children":1049},{},[1050],{"type":50,"value":1051},"Large Site Handling:",{"type":44,"tag":75,"props":1053,"children":1054},{},[1055,1060,1065,1070],{"type":44,"tag":79,"props":1056,"children":1057},{},[1058],{"type":50,"value":1059},"Sites with 50+ assets: Process in batches of 20",{"type":44,"tag":79,"props":1061,"children":1062},{},[1063],{"type":50,"value":1064},"Show progress: \"Processing batch 1 of 5 (assets 1-20)...\"",{"type":44,"tag":79,"props":1066,"children":1067},{},[1068],{"type":50,"value":1069},"Allow user to process specific batches",{"type":44,"tag":79,"props":1071,"children":1072},{},[1073,1075,1080],{"type":50,"value":1074},"Timeout protection: If Webflow MCP's ",{"type":44,"tag":85,"props":1076,"children":1078},{"className":1077},[],[1079],{"type":50,"value":102},{"type":50,"value":1081}," takes > 30s, skip to next batch",{"type":44,"tag":53,"props":1083,"children":1084},{},[1085,1090],{"type":44,"tag":69,"props":1086,"children":1087},{},[1088],{"type":50,"value":1089},"Pattern Detection:",{"type":50,"value":1091},"\nDetect and report these patterns:",{"type":44,"tag":75,"props":1093,"children":1094},{},[1095,1128,1153,1184,1209],{"type":44,"tag":79,"props":1096,"children":1097},{},[1098,1100,1106,1108,1114,1115,1121,1122],{"type":50,"value":1099},"Camera uploads: ",{"type":44,"tag":85,"props":1101,"children":1103},{"className":1102},[],[1104],{"type":50,"value":1105},"IMG_",{"type":50,"value":1107},", ",{"type":44,"tag":85,"props":1109,"children":1111},{"className":1110},[],[1112],{"type":50,"value":1113},"DSC_",{"type":50,"value":1107},{"type":44,"tag":85,"props":1116,"children":1118},{"className":1117},[],[1119],{"type":50,"value":1120},"DCIM_",{"type":50,"value":1107},{"type":44,"tag":85,"props":1123,"children":1125},{"className":1124},[],[1126],{"type":50,"value":1127},"P_",{"type":44,"tag":79,"props":1129,"children":1130},{},[1131,1133,1139,1140,1146,1147],{"type":50,"value":1132},"Screenshots: ",{"type":44,"tag":85,"props":1134,"children":1136},{"className":1135},[],[1137],{"type":50,"value":1138},"screenshot",{"type":50,"value":1107},{"type":44,"tag":85,"props":1141,"children":1143},{"className":1142},[],[1144],{"type":50,"value":1145},"Screen Shot",{"type":50,"value":1107},{"type":44,"tag":85,"props":1148,"children":1150},{"className":1149},[],[1151],{"type":50,"value":1152},"Capture",{"type":44,"tag":79,"props":1154,"children":1155},{},[1156,1158,1164,1165,1171,1172,1177,1178],{"type":50,"value":1157},"Generic names: ",{"type":44,"tag":85,"props":1159,"children":1161},{"className":1160},[],[1162],{"type":50,"value":1163},"untitled",{"type":50,"value":1107},{"type":44,"tag":85,"props":1166,"children":1168},{"className":1167},[],[1169],{"type":50,"value":1170},"image-1",{"type":50,"value":1107},{"type":44,"tag":85,"props":1173,"children":1175},{"className":1174},[],[1176],{"type":50,"value":986},{"type":50,"value":1107},{"type":44,"tag":85,"props":1179,"children":1181},{"className":1180},[],[1182],{"type":50,"value":1183},"asset",{"type":44,"tag":79,"props":1185,"children":1186},{},[1187,1189,1195,1196,1202,1203],{"type":50,"value":1188},"Date formats: ",{"type":44,"tag":85,"props":1190,"children":1192},{"className":1191},[],[1193],{"type":50,"value":1194},"2024-01-10",{"type":50,"value":1107},{"type":44,"tag":85,"props":1197,"children":1199},{"className":1198},[],[1200],{"type":50,"value":1201},"20240110",{"type":50,"value":1107},{"type":44,"tag":85,"props":1204,"children":1206},{"className":1205},[],[1207],{"type":50,"value":1208},"01-10-2024",{"type":44,"tag":79,"props":1210,"children":1211},{},[1212],{"type":50,"value":1213},"Suggest bulk rename when 3+ assets match a pattern",{"type":44,"tag":53,"props":1215,"children":1216},{},[1217],{"type":44,"tag":69,"props":1218,"children":1219},{},[1220],{"type":50,"value":1221},"Error Handling:",{"type":44,"tag":75,"props":1223,"children":1224},{},[1225,1259],{"type":44,"tag":79,"props":1226,"children":1227},{},[1228,1230,1235,1237],{"type":50,"value":1229},"If Webflow MCP's ",{"type":44,"tag":85,"props":1231,"children":1233},{"className":1232},[],[1234],{"type":50,"value":102},{"type":50,"value":1236}," fails:\n",{"type":44,"tag":177,"props":1238,"children":1239},{},[1240,1245,1250,1255],{"type":44,"tag":79,"props":1241,"children":1242},{},[1243],{"type":50,"value":1244},"Log the error (don't show to user)",{"type":44,"tag":79,"props":1246,"children":1247},{},[1248],{"type":50,"value":1249},"Use fallback: Extract description from filename",{"type":44,"tag":79,"props":1251,"children":1252},{},[1253],{"type":50,"value":1254},"Mark with ⚠️ warning: \"Generated from filename (image preview failed)\"",{"type":44,"tag":79,"props":1256,"children":1257},{},[1258],{"type":50,"value":428},{"type":44,"tag":79,"props":1260,"children":1261},{},[1262,1264],{"type":50,"value":1263},"Partial success handling:\n",{"type":44,"tag":75,"props":1265,"children":1266},{},[1267,1272,1277],{"type":44,"tag":79,"props":1268,"children":1269},{},[1270],{"type":50,"value":1271},"Report successes separately from failures",{"type":44,"tag":79,"props":1273,"children":1274},{},[1275],{"type":50,"value":1276},"Show: \"✅ 15 updated, ❌ 2 failed, ⏭️ 3 skipped\"",{"type":44,"tag":79,"props":1278,"children":1279},{},[1280],{"type":50,"value":1281},"Offer to retry failed assets",{"type":44,"tag":170,"props":1283,"children":1285},{"id":1284},"phase-3-advanced-features",[1286],{"type":50,"value":1287},"Phase 3: Advanced Features",{"type":44,"tag":53,"props":1289,"children":1290},{},[1291],{"type":44,"tag":69,"props":1292,"children":1293},{},[1294],{"type":50,"value":1295},"Granular Approval System:",{"type":44,"tag":75,"props":1297,"children":1298},{},[1299,1326,1345,1373],{"type":44,"tag":79,"props":1300,"children":1301},{},[1302,1304,1310,1311,1317,1318,1324],{"type":50,"value":1303},"Number each suggestion: ",{"type":44,"tag":85,"props":1305,"children":1307},{"className":1306},[],[1308],{"type":50,"value":1309},"[1]",{"type":50,"value":1107},{"type":44,"tag":85,"props":1312,"children":1314},{"className":1313},[],[1315],{"type":50,"value":1316},"[2]",{"type":50,"value":1107},{"type":44,"tag":85,"props":1319,"children":1321},{"className":1320},[],[1322],{"type":50,"value":1323},"[3]",{"type":50,"value":1325},", etc.",{"type":44,"tag":79,"props":1327,"children":1328},{},[1329,1331,1337,1339],{"type":50,"value":1330},"Show checkmark status: ",{"type":44,"tag":85,"props":1332,"children":1334},{"className":1333},[],[1335],{"type":50,"value":1336},"✓",{"type":50,"value":1338}," or ",{"type":44,"tag":85,"props":1340,"children":1342},{"className":1341},[],[1343],{"type":50,"value":1344},"✗",{"type":44,"tag":79,"props":1346,"children":1347},{},[1348,1350],{"type":50,"value":1349},"Accept multiple formats:\n",{"type":44,"tag":75,"props":1351,"children":1352},{},[1353,1358,1363,1368],{"type":44,"tag":79,"props":1354,"children":1355},{},[1356],{"type":50,"value":1357},"\"all\" - approve all",{"type":44,"tag":79,"props":1359,"children":1360},{},[1361],{"type":50,"value":1362},"\"none\" - cancel operation",{"type":44,"tag":79,"props":1364,"children":1365},{},[1366],{"type":50,"value":1367},"\"1,3,5\" - skip items 1, 3, and 5",{"type":44,"tag":79,"props":1369,"children":1370},{},[1371],{"type":50,"value":1372},"\"2-5\" - skip items 2 through 5",{"type":44,"tag":79,"props":1374,"children":1375},{},[1376],{"type":50,"value":1377},"Always show validation status per item",{"type":44,"tag":53,"props":1379,"children":1380},{},[1381,1386],{"type":44,"tag":69,"props":1382,"children":1383},{},[1384],{"type":50,"value":1385},"Naming Templates:",{"type":50,"value":1387},"\nOffer templates when 5+ similar assets detected:",{"type":44,"tag":177,"props":1389,"children":1390},{},[1391,1414,1436],{"type":44,"tag":79,"props":1392,"children":1393},{},[1394,1400],{"type":44,"tag":85,"props":1395,"children":1397},{"className":1396},[],[1398],{"type":50,"value":1399},"[category]-[description]-[modifier]",{"type":44,"tag":75,"props":1401,"children":1402},{},[1403],{"type":44,"tag":79,"props":1404,"children":1405},{},[1406,1408],{"type":50,"value":1407},"Example: ",{"type":44,"tag":85,"props":1409,"children":1411},{"className":1410},[],[1412],{"type":50,"value":1413},"product-laptop-front-view.jpg",{"type":44,"tag":79,"props":1415,"children":1416},{},[1417,1423],{"type":44,"tag":85,"props":1418,"children":1420},{"className":1419},[],[1421],{"type":50,"value":1422},"[description]-[location]-[year]",{"type":44,"tag":75,"props":1424,"children":1425},{},[1426],{"type":44,"tag":79,"props":1427,"children":1428},{},[1429,1430],{"type":50,"value":1407},{"type":44,"tag":85,"props":1431,"children":1433},{"className":1432},[],[1434],{"type":50,"value":1435},"team-photo-office-2024.jpg",{"type":44,"tag":79,"props":1437,"children":1438},{},[1439,1445],{"type":44,"tag":85,"props":1440,"children":1442},{"className":1441},[],[1443],{"type":50,"value":1444},"[type]-[name]-[variant]",{"type":44,"tag":75,"props":1446,"children":1447},{},[1448],{"type":44,"tag":79,"props":1449,"children":1450},{},[1451,1452],{"type":50,"value":1407},{"type":44,"tag":85,"props":1453,"children":1455},{"className":1454},[],[1456],{"type":50,"value":1457},"icon-arrow-blue.svg",{"type":44,"tag":53,"props":1459,"children":1460},{},[1461,1466],{"type":44,"tag":69,"props":1462,"children":1463},{},[1464],{"type":50,"value":1465},"Folder Organization:",{"type":50,"value":1467},"\nSuggest folders when detecting:",{"type":44,"tag":75,"props":1469,"children":1470},{},[1471,1484,1496,1508],{"type":44,"tag":79,"props":1472,"children":1473},{},[1474,1476,1482],{"type":50,"value":1475},"5+ images with \"team\", \"staff\", \"employee\" → ",{"type":44,"tag":85,"props":1477,"children":1479},{"className":1478},[],[1480],{"type":50,"value":1481},"team-photos",{"type":50,"value":1483}," folder",{"type":44,"tag":79,"props":1485,"children":1486},{},[1487,1489,1495],{"type":50,"value":1488},"5+ images with \"product\", \"item\" → ",{"type":44,"tag":85,"props":1490,"children":1492},{"className":1491},[],[1493],{"type":50,"value":1494},"product-images",{"type":50,"value":1483},{"type":44,"tag":79,"props":1497,"children":1498},{},[1499,1501,1507],{"type":50,"value":1500},"5+ images with \"logo\", \"brand\" → ",{"type":44,"tag":85,"props":1502,"children":1504},{"className":1503},[],[1505],{"type":50,"value":1506},"branding",{"type":50,"value":1483},{"type":44,"tag":79,"props":1509,"children":1510},{},[1511,1513,1519],{"type":50,"value":1512},"5+ images with \"screenshot\", \"capture\" → ",{"type":44,"tag":85,"props":1514,"children":1516},{"className":1515},[],[1517],{"type":50,"value":1518},"screenshots",{"type":50,"value":1483},{"type":44,"tag":53,"props":1521,"children":1522},{},[1523,1528],{"type":44,"tag":69,"props":1524,"children":1525},{},[1526],{"type":50,"value":1527},"Rollback System:",{"type":50,"value":1529},"\nBefore any update, store in memory:",{"type":44,"tag":314,"props":1531,"children":1535},{"className":1532,"code":1533,"language":1534,"meta":322,"style":322},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"timestamp\": \"2026-01-10T00:45:00Z\",\n  \"assets\": [\n    {\n      \"id\": \"asset-id\",\n      \"originalName\": \"1.webp\",\n      \"originalAltText\": \"\",\n      \"newName\": \"podcast-host.webp\",\n      \"newAltText\": \"Podcast host recording...\"\n    }\n  ]\n}\n","json",[1536],{"type":44,"tag":85,"props":1537,"children":1538},{"__ignoreMap":322},[1539,1551,1596,1622,1630,1670,1708,1737,1775,1810,1818,1827],{"type":44,"tag":1540,"props":1541,"children":1544},"span",{"class":1542,"line":1543},"line",1,[1545],{"type":44,"tag":1540,"props":1546,"children":1548},{"style":1547},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1549],{"type":50,"value":1550},"{\n",{"type":44,"tag":1540,"props":1552,"children":1554},{"class":1542,"line":1553},2,[1555,1560,1566,1571,1576,1581,1587,1591],{"type":44,"tag":1540,"props":1556,"children":1557},{"style":1547},[1558],{"type":50,"value":1559},"  \"",{"type":44,"tag":1540,"props":1561,"children":1563},{"style":1562},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1564],{"type":50,"value":1565},"timestamp",{"type":44,"tag":1540,"props":1567,"children":1568},{"style":1547},[1569],{"type":50,"value":1570},"\"",{"type":44,"tag":1540,"props":1572,"children":1573},{"style":1547},[1574],{"type":50,"value":1575},":",{"type":44,"tag":1540,"props":1577,"children":1578},{"style":1547},[1579],{"type":50,"value":1580}," \"",{"type":44,"tag":1540,"props":1582,"children":1584},{"style":1583},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[1585],{"type":50,"value":1586},"2026-01-10T00:45:00Z",{"type":44,"tag":1540,"props":1588,"children":1589},{"style":1547},[1590],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1592,"children":1593},{"style":1547},[1594],{"type":50,"value":1595},",\n",{"type":44,"tag":1540,"props":1597,"children":1599},{"class":1542,"line":1598},3,[1600,1604,1609,1613,1617],{"type":44,"tag":1540,"props":1601,"children":1602},{"style":1547},[1603],{"type":50,"value":1559},{"type":44,"tag":1540,"props":1605,"children":1606},{"style":1562},[1607],{"type":50,"value":1608},"assets",{"type":44,"tag":1540,"props":1610,"children":1611},{"style":1547},[1612],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1614,"children":1615},{"style":1547},[1616],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1618,"children":1619},{"style":1547},[1620],{"type":50,"value":1621}," [\n",{"type":44,"tag":1540,"props":1623,"children":1624},{"class":1542,"line":268},[1625],{"type":44,"tag":1540,"props":1626,"children":1627},{"style":1547},[1628],{"type":50,"value":1629},"    {\n",{"type":44,"tag":1540,"props":1631,"children":1633},{"class":1542,"line":1632},5,[1634,1639,1645,1649,1653,1657,1662,1666],{"type":44,"tag":1540,"props":1635,"children":1636},{"style":1547},[1637],{"type":50,"value":1638},"      \"",{"type":44,"tag":1540,"props":1640,"children":1642},{"style":1641},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[1643],{"type":50,"value":1644},"id",{"type":44,"tag":1540,"props":1646,"children":1647},{"style":1547},[1648],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1650,"children":1651},{"style":1547},[1652],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1654,"children":1655},{"style":1547},[1656],{"type":50,"value":1580},{"type":44,"tag":1540,"props":1658,"children":1659},{"style":1583},[1660],{"type":50,"value":1661},"asset-id",{"type":44,"tag":1540,"props":1663,"children":1664},{"style":1547},[1665],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1667,"children":1668},{"style":1547},[1669],{"type":50,"value":1595},{"type":44,"tag":1540,"props":1671,"children":1673},{"class":1542,"line":1672},6,[1674,1678,1683,1687,1691,1695,1700,1704],{"type":44,"tag":1540,"props":1675,"children":1676},{"style":1547},[1677],{"type":50,"value":1638},{"type":44,"tag":1540,"props":1679,"children":1680},{"style":1641},[1681],{"type":50,"value":1682},"originalName",{"type":44,"tag":1540,"props":1684,"children":1685},{"style":1547},[1686],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1688,"children":1689},{"style":1547},[1690],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1692,"children":1693},{"style":1547},[1694],{"type":50,"value":1580},{"type":44,"tag":1540,"props":1696,"children":1697},{"style":1583},[1698],{"type":50,"value":1699},"1.webp",{"type":44,"tag":1540,"props":1701,"children":1702},{"style":1547},[1703],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1705,"children":1706},{"style":1547},[1707],{"type":50,"value":1595},{"type":44,"tag":1540,"props":1709,"children":1710},{"class":1542,"line":366},[1711,1715,1720,1724,1728,1733],{"type":44,"tag":1540,"props":1712,"children":1713},{"style":1547},[1714],{"type":50,"value":1638},{"type":44,"tag":1540,"props":1716,"children":1717},{"style":1641},[1718],{"type":50,"value":1719},"originalAltText",{"type":44,"tag":1540,"props":1721,"children":1722},{"style":1547},[1723],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1725,"children":1726},{"style":1547},[1727],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1729,"children":1730},{"style":1547},[1731],{"type":50,"value":1732}," \"\"",{"type":44,"tag":1540,"props":1734,"children":1735},{"style":1547},[1736],{"type":50,"value":1595},{"type":44,"tag":1540,"props":1738,"children":1740},{"class":1542,"line":1739},8,[1741,1745,1750,1754,1758,1762,1767,1771],{"type":44,"tag":1540,"props":1742,"children":1743},{"style":1547},[1744],{"type":50,"value":1638},{"type":44,"tag":1540,"props":1746,"children":1747},{"style":1641},[1748],{"type":50,"value":1749},"newName",{"type":44,"tag":1540,"props":1751,"children":1752},{"style":1547},[1753],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1755,"children":1756},{"style":1547},[1757],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1759,"children":1760},{"style":1547},[1761],{"type":50,"value":1580},{"type":44,"tag":1540,"props":1763,"children":1764},{"style":1583},[1765],{"type":50,"value":1766},"podcast-host.webp",{"type":44,"tag":1540,"props":1768,"children":1769},{"style":1547},[1770],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1772,"children":1773},{"style":1547},[1774],{"type":50,"value":1595},{"type":44,"tag":1540,"props":1776,"children":1778},{"class":1542,"line":1777},9,[1779,1783,1788,1792,1796,1800,1805],{"type":44,"tag":1540,"props":1780,"children":1781},{"style":1547},[1782],{"type":50,"value":1638},{"type":44,"tag":1540,"props":1784,"children":1785},{"style":1641},[1786],{"type":50,"value":1787},"newAltText",{"type":44,"tag":1540,"props":1789,"children":1790},{"style":1547},[1791],{"type":50,"value":1570},{"type":44,"tag":1540,"props":1793,"children":1794},{"style":1547},[1795],{"type":50,"value":1575},{"type":44,"tag":1540,"props":1797,"children":1798},{"style":1547},[1799],{"type":50,"value":1580},{"type":44,"tag":1540,"props":1801,"children":1802},{"style":1583},[1803],{"type":50,"value":1804},"Podcast host recording...",{"type":44,"tag":1540,"props":1806,"children":1807},{"style":1547},[1808],{"type":50,"value":1809},"\"\n",{"type":44,"tag":1540,"props":1811,"children":1812},{"class":1542,"line":543},[1813],{"type":44,"tag":1540,"props":1814,"children":1815},{"style":1547},[1816],{"type":50,"value":1817},"    }\n",{"type":44,"tag":1540,"props":1819,"children":1821},{"class":1542,"line":1820},11,[1822],{"type":44,"tag":1540,"props":1823,"children":1824},{"style":1547},[1825],{"type":50,"value":1826},"  ]\n",{"type":44,"tag":1540,"props":1828,"children":1830},{"class":1542,"line":1829},12,[1831],{"type":44,"tag":1540,"props":1832,"children":1833},{"style":1547},[1834],{"type":50,"value":1835},"}\n",{"type":44,"tag":75,"props":1837,"children":1838},{},[1839,1844,1849],{"type":44,"tag":79,"props":1840,"children":1841},{},[1842],{"type":50,"value":1843},"Offer undo for 5 minutes after changes",{"type":44,"tag":79,"props":1845,"children":1846},{},[1847],{"type":50,"value":1848},"Clear rollback data after next audit starts",{"type":44,"tag":79,"props":1850,"children":1851},{},[1852],{"type":50,"value":1853},"Show rollback option in final summary",{"type":44,"tag":53,"props":1855,"children":1856},{},[1857],{"type":44,"tag":69,"props":1858,"children":1859},{},[1860],{"type":50,"value":1861},"Duplicate Detection:",{"type":44,"tag":75,"props":1863,"children":1864},{},[1865,1870,1875,1880],{"type":44,"tag":79,"props":1866,"children":1867},{},[1868],{"type":50,"value":1869},"Compare asset sizes (exact match = likely duplicate)",{"type":44,"tag":79,"props":1871,"children":1872},{},[1873],{"type":50,"value":1874},"Compare filenames (similar names = potential duplicate)",{"type":44,"tag":79,"props":1876,"children":1877},{},[1878],{"type":50,"value":1879},"Report: \"⚠️ Potential duplicates: asset1.jpg (2.4MB) and asset1-copy.jpg (2.4MB)\"",{"type":44,"tag":79,"props":1881,"children":1882},{},[1883],{"type":50,"value":1884},"Don't auto-delete - let user decide",{"type":44,"tag":170,"props":1886,"children":1888},{"id":1887},"general-best-practices",[1889],{"type":50,"value":1890},"General Best Practices",{"type":44,"tag":75,"props":1892,"children":1893},{},[1894,1913,1918,1923,1928,1933,1938,1943,1948],{"type":44,"tag":79,"props":1895,"children":1896},{},[1897,1899,1904,1906,1911],{"type":50,"value":1898},"Always use Webflow MCP's ",{"type":44,"tag":85,"props":1900,"children":1902},{"className":1901},[],[1903],{"type":50,"value":102},{"type":50,"value":1905}," (with ",{"type":44,"tag":85,"props":1907,"children":1909},{"className":1908},[],[1910],{"type":50,"value":110},{"type":50,"value":1912},", not a URL) to understand image content",{"type":44,"tag":79,"props":1914,"children":1915},{},[1916],{"type":50,"value":1917},"Generate specific, descriptive suggestions (not generic)",{"type":44,"tag":79,"props":1919,"children":1920},{},[1921],{"type":50,"value":1922},"Validate all suggestions before presenting to user",{"type":44,"tag":79,"props":1924,"children":1925},{},[1926],{"type":50,"value":1927},"Handle partial operations gracefully",{"type":44,"tag":79,"props":1929,"children":1930},{},[1931],{"type":50,"value":1932},"Provide clear progress indicators for long operations",{"type":44,"tag":79,"props":1934,"children":1935},{},[1936],{"type":50,"value":1937},"Group similar issues together in reports",{"type":44,"tag":79,"props":1939,"children":1940},{},[1941],{"type":50,"value":1942},"Use visual indicators: ✅ ⚠️ ❌ 🔍 💡 📋 🎉",{"type":44,"tag":79,"props":1944,"children":1945},{},[1946],{"type":50,"value":1947},"Be conversational but concise",{"type":44,"tag":79,"props":1949,"children":1950},{},[1951],{"type":50,"value":1952},"Always offer rollback after changes",{"type":44,"tag":1954,"props":1955,"children":1956},"style",{},[1957],{"type":50,"value":1958},"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":1960,"total":2149},[1961,1982,1999,2016,2033,2049,2065,2079,2093,2105,2119,2135],{"slug":1962,"name":1963,"fn":1964,"description":1965,"org":1966,"tags":1967,"stars":24,"repoUrl":25,"updatedAt":1981},"webflow-clicloud","webflow-cli:cloud","deploy applications to Webflow Cloud","Initialize, build, and deploy full-stack Webflow applications to Webflow Cloud hosting. Supports site-attached deploys (linked to an existing Webflow site) and project app deploys (independent project, no existing site required). Use when creating new projects, deploying existing ones, or setting up CI\u002FCD pipelines for Webflow Cloud.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1968,1971,1974,1977,1980],{"name":1969,"slug":1970,"type":16},"CLI","cli",{"name":1972,"slug":1973,"type":16},"Cloud","cloud",{"name":1975,"slug":1976,"type":16},"Deployment","deployment",{"name":1978,"slug":1979,"type":16},"Full-stack","full-stack",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:47.514609",{"slug":1983,"name":1984,"fn":1985,"description":1986,"org":1987,"tags":1988,"stars":24,"repoUrl":25,"updatedAt":1998},"webflow-clicode-component","webflow-cli:code-component","create and deploy Webflow Code Components","Create and deploy reusable React components for Webflow Designer. Configure existing React projects with webflow.json, build and bundle code, validate output, and deploy to workspace using library share. Use when building custom components for designers.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[1989,1990,1991,1994,1997],{"name":1969,"slug":1970,"type":16},{"name":1975,"slug":1976,"type":16},{"name":1992,"slug":1993,"type":16},"React","react",{"name":1995,"slug":1996,"type":16},"UI Components","ui-components",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:41.421071",{"slug":2000,"name":2001,"fn":2002,"description":2003,"org":2004,"tags":2005,"stars":24,"repoUrl":25,"updatedAt":2015},"webflow-clidesigner-extension","webflow-cli:designer-extension","build Webflow Designer Extensions","Build Designer Extensions for custom Webflow Designer functionality. Lists available templates, initializes extension projects from templates (default\u002Freact\u002Ftypescript-alt), bundles extensions for upload, and serves locally for development.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2006,2007,2010,2011,2014],{"name":1969,"slug":1970,"type":16},{"name":2008,"slug":2009,"type":16},"Plugin Development","plugin-development",{"name":1992,"slug":1993,"type":16},{"name":2012,"slug":2013,"type":16},"TypeScript","typescript",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:43.853573",{"slug":2017,"name":2018,"fn":2019,"description":2020,"org":2021,"tags":2022,"stars":24,"repoUrl":25,"updatedAt":2032},"webflow-clidevlink","webflow-cli:devlink","export Webflow components to React and Next.js","Export Webflow Designer components to React\u002FNext.js code for external projects. Configure devlink settings in webflow.json, sync design updates with devlink sync, validate generated code, show diffs, and provide integration examples. Use when building with Webflow designs in React\u002FNext.js.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2023,2024,2027,2030,2031],{"name":1969,"slug":1970,"type":16},{"name":2025,"slug":2026,"type":16},"Frontend","frontend",{"name":2028,"slug":2029,"type":16},"Next.js","next-js",{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:40.182468",{"slug":2034,"name":2035,"fn":2036,"description":2037,"org":2038,"tags":2039,"stars":24,"repoUrl":25,"updatedAt":2048},"webflow-clitroubleshooter","webflow-cli:troubleshooter","troubleshoot Webflow CLI issues","Diagnose and fix Webflow CLI issues including installation problems, authentication failures, build errors, and bundle problems. Uses CLI diagnostic flags (--version, --help, --verbose, --debug-bundler) for troubleshooting.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2040,2041,2044,2047],{"name":1969,"slug":1970,"type":16},{"name":2042,"slug":2043,"type":16},"Configuration","configuration",{"name":2045,"slug":2046,"type":16},"Debugging","debugging",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:48.831648",{"slug":2050,"name":2051,"fn":2052,"description":2053,"org":2054,"tags":2055,"stars":24,"repoUrl":25,"updatedAt":2064},"webflow-code-componentcomponent-audit","webflow-code-component:component-audit","audit Webflow Code Component architecture","Audit Webflow Code Components for architecture decisions - prop exposure, state management, slot opportunities, and Shadow DOM compatibility. Focused on Webflow-specific patterns, not generic React best practices.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2056,2059,2062,2063],{"name":2057,"slug":2058,"type":16},"Architecture","architecture",{"name":2060,"slug":2061,"type":16},"Code Analysis","code-analysis",{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:46.277768",{"slug":2066,"name":2067,"fn":2068,"description":2069,"org":2070,"tags":2071,"stars":24,"repoUrl":25,"updatedAt":2078},"webflow-code-componentcomponent-scaffold","webflow-code-component:component-scaffold","scaffold Webflow Code Component boilerplate","Generate new Webflow Code Component boilerplate with React component, definition file, and optional styling. Automatically checks prerequisites and can set up missing config\u002Fdependencies.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2072,2073,2074,2077],{"name":2025,"slug":2026,"type":16},{"name":1992,"slug":1993,"type":16},{"name":2075,"slug":2076,"type":16},"Templates","templates",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:42.638042",{"slug":2080,"name":2081,"fn":2082,"description":2083,"org":2084,"tags":2085,"stars":24,"repoUrl":25,"updatedAt":2092},"webflow-code-componentconvert-component","webflow-code-component:convert-component","convert React components to Webflow Code Components","Convert an existing React component into a Webflow Code Component. Analyzes TypeScript props, maps to Webflow prop types, generates the .webflow.tsx definition file, and identifies required modifications.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2086,2089,2090,2091],{"name":2087,"slug":2088,"type":16},"Migration","migration",{"name":1992,"slug":1993,"type":16},{"name":2012,"slug":2013,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:52.523608",{"slug":2094,"name":2095,"fn":2096,"description":2097,"org":2098,"tags":2099,"stars":24,"repoUrl":25,"updatedAt":2104},"webflow-code-componentdeploy-guide","webflow-code-component:deploy-guide","deploy Webflow Code Components","Step-by-step guide for deploying Webflow Code Components to a workspace. Covers authentication, pre-flight checks, deployment execution, and verification.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2100,2101,2102,2103],{"name":1975,"slug":1976,"type":16},{"name":2025,"slug":2026,"type":16},{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:38.947875",{"slug":2106,"name":2107,"fn":2108,"description":2109,"org":2110,"tags":2111,"stars":24,"repoUrl":25,"updatedAt":2118},"webflow-code-componentlocal-dev-setup","webflow-code-component:local-dev-setup","set up local Webflow Code Component projects","Initialize a new Webflow Code Components project from scratch. Creates project structure, installs dependencies, configures webflow.json, and sets up development environment.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2112,2113,2116,2117],{"name":2042,"slug":2043,"type":16},{"name":2114,"slug":2115,"type":16},"Local Development","local-development",{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},"2026-05-18T06:47:50.062783",{"slug":2120,"name":2121,"fn":2122,"description":2123,"org":2124,"tags":2125,"stars":24,"repoUrl":25,"updatedAt":2134},"webflow-code-componentpre-deploy-check","webflow-code-component:pre-deploy-check","validate Webflow Code Components before deployment","Pre-deployment validation for Webflow Code Components. Checks bundle size, dependencies, prop configurations, SSR compatibility, styling setup, and common issues before running webflow library share.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2126,2127,2130,2133],{"name":1975,"slug":1976,"type":16},{"name":2128,"slug":2129,"type":16},"QA","qa",{"name":2131,"slug":2132,"type":16},"Validation","validation",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:51.300653",{"slug":2136,"name":2137,"fn":2138,"description":2139,"org":2140,"tags":2141,"stars":24,"repoUrl":25,"updatedAt":2148},"webflow-code-componenttroubleshoot-deploy","webflow-code-component:troubleshoot-deploy","troubleshoot Webflow Code Component deployments","Debug deployment failures for Webflow Code Components. Analyzes error messages, identifies root causes, and provides specific fixes for common issues.",{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2142,2143,2144,2147],{"name":2045,"slug":2046,"type":16},{"name":1975,"slug":1976,"type":16},{"name":2145,"slug":2146,"type":16},"Observability","observability",{"name":10,"slug":9,"type":16},"2026-05-18T06:47:45.057571",28,{"items":2151,"total":2149},[2152,2160,2168,2176,2184,2191,2198],{"slug":1962,"name":1963,"fn":1964,"description":1965,"org":2153,"tags":2154,"stars":24,"repoUrl":25,"updatedAt":1981},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2155,2156,2157,2158,2159],{"name":1969,"slug":1970,"type":16},{"name":1972,"slug":1973,"type":16},{"name":1975,"slug":1976,"type":16},{"name":1978,"slug":1979,"type":16},{"name":10,"slug":9,"type":16},{"slug":1983,"name":1984,"fn":1985,"description":1986,"org":2161,"tags":2162,"stars":24,"repoUrl":25,"updatedAt":1998},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2163,2164,2165,2166,2167],{"name":1969,"slug":1970,"type":16},{"name":1975,"slug":1976,"type":16},{"name":1992,"slug":1993,"type":16},{"name":1995,"slug":1996,"type":16},{"name":10,"slug":9,"type":16},{"slug":2000,"name":2001,"fn":2002,"description":2003,"org":2169,"tags":2170,"stars":24,"repoUrl":25,"updatedAt":2015},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2171,2172,2173,2174,2175],{"name":1969,"slug":1970,"type":16},{"name":2008,"slug":2009,"type":16},{"name":1992,"slug":1993,"type":16},{"name":2012,"slug":2013,"type":16},{"name":10,"slug":9,"type":16},{"slug":2017,"name":2018,"fn":2019,"description":2020,"org":2177,"tags":2178,"stars":24,"repoUrl":25,"updatedAt":2032},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2179,2180,2181,2182,2183],{"name":1969,"slug":1970,"type":16},{"name":2025,"slug":2026,"type":16},{"name":2028,"slug":2029,"type":16},{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},{"slug":2034,"name":2035,"fn":2036,"description":2037,"org":2185,"tags":2186,"stars":24,"repoUrl":25,"updatedAt":2048},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2187,2188,2189,2190],{"name":1969,"slug":1970,"type":16},{"name":2042,"slug":2043,"type":16},{"name":2045,"slug":2046,"type":16},{"name":10,"slug":9,"type":16},{"slug":2050,"name":2051,"fn":2052,"description":2053,"org":2192,"tags":2193,"stars":24,"repoUrl":25,"updatedAt":2064},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2194,2195,2196,2197],{"name":2057,"slug":2058,"type":16},{"name":2060,"slug":2061,"type":16},{"name":1992,"slug":1993,"type":16},{"name":10,"slug":9,"type":16},{"slug":2066,"name":2067,"fn":2068,"description":2069,"org":2199,"tags":2200,"stars":24,"repoUrl":25,"updatedAt":2078},{"slug":9,"name":10,"logoUrl":11,"githubOrg":9},[2201,2202,2203,2204],{"name":2025,"slug":2026,"type":16},{"name":1992,"slug":1993,"type":16},{"name":2075,"slug":2076,"type":16},{"name":10,"slug":9,"type":16}]