From 50f42dffba833908b03cf13663aace87353cfd2d Mon Sep 17 00:00:00 2001 From: sickn33 Date: Wed, 25 Mar 2026 11:54:45 +0100 Subject: [PATCH] chore(web): Sync release web assets Record the tracked sitemap and skills backup updates produced by the release-state sync so release preflight can run on a clean working tree. --- apps/web-app/public/sitemap.xml | 180 ++++++++++++------------- apps/web-app/public/skills.json.backup | 150 +++++++++++++++++++++ 2 files changed, 240 insertions(+), 90 deletions(-) diff --git a/apps/web-app/public/sitemap.xml b/apps/web-app/public/sitemap.xml index 5d1c8880..6b19a22e 100644 --- a/apps/web-app/public/sitemap.xml +++ b/apps/web-app/public/sitemap.xml @@ -6,12 +6,102 @@ daily 1.0 + + http://localhost/skill/app-store-changelog + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/github + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/ios-debugger-agent + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/macos-menubar-tuist-app + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/macos-spm-app-packaging + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/orchestrate-batch-refactor + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/project-skill-audit + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/react-component-performance + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/simplify-code + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/swift-concurrency-expert + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/swiftui-liquid-glass + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/swiftui-performance-audit + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/swiftui-ui-patterns + 2026-03-25 + weekly + 0.7 + + + http://localhost/skill/swiftui-view-refactor + 2026-03-25 + weekly + 0.7 + http://localhost/skill/aegisops-ai 2026-03-25 weekly 0.7 + + http://localhost/skill/snowflake-development + 2026-03-25 + weekly + 0.7 + http://localhost/skill/jobgpt 2026-03-25 @@ -156,94 +246,4 @@ weekly 0.7 - - http://localhost/skill/seo-geo - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-hreflang - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-image-gen - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-images - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-page - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-plan - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-programmatic - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-schema - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-sitemap - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/seo-technical - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/site-architecture - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/bdistill-behavioral-xray - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/bdistill-knowledge-extraction - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/windows-shell-reliability - 2026-03-25 - weekly - 0.7 - - - http://localhost/skill/advanced-evaluation - 2026-03-25 - weekly - 0.7 - diff --git a/apps/web-app/public/skills.json.backup b/apps/web-app/public/skills.json.backup index 95029d41..d3ff07cb 100644 --- a/apps/web-app/public/skills.json.backup +++ b/apps/web-app/public/skills.json.backup @@ -899,6 +899,16 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "app-store-changelog", + "path": "skills/app-store-changelog", + "category": "uncategorized", + "name": "app-store-changelog", + "description": "Generate user-facing App Store release notes from git history since the last tag.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "app-store-optimization", "path": "skills/app-store-optimization", @@ -6039,6 +6049,16 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "github", + "path": "skills/github", + "category": "uncategorized", + "name": "github", + "description": "Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "github-actions-templates", "path": "skills/github-actions-templates", @@ -6899,6 +6919,16 @@ "source": "https://github.com/ai-evos/agent-skills", "date_added": "2026-02-27" }, + { + "id": "ios-debugger-agent", + "path": "skills/ios-debugger-agent", + "category": "mobile", + "name": "ios-debugger-agent", + "description": "Debug the current iOS project on a booted simulator with XcodeBuildMCP.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "ios-developer", "path": "skills/ios-developer", @@ -7609,6 +7639,26 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "macos-menubar-tuist-app", + "path": "skills/macos-menubar-tuist-app", + "category": "uncategorized", + "name": "macos-menubar-tuist-app", + "description": "Build, refactor, or review SwiftUI macOS menubar apps that use Tuist.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, + { + "id": "macos-spm-app-packaging", + "path": "skills/macos-spm-app-packaging", + "category": "uncategorized", + "name": "macos-spm-app-packaging", + "description": "Scaffold, build, sign, and package SwiftPM macOS apps without Xcode projects.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "magic-animator", "path": "skills/magic-animator", @@ -8909,6 +8959,16 @@ "source": "community", "date_added": null }, + { + "id": "orchestrate-batch-refactor", + "path": "skills/orchestrate-batch-refactor", + "category": "uncategorized", + "name": "orchestrate-batch-refactor", + "description": "Plan and execute large refactors with dependency-aware work packets and parallel analysis.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "os-scripting", "path": "skills/os-scripting", @@ -9519,6 +9579,16 @@ "source": "community", "date_added": null }, + { + "id": "project-skill-audit", + "path": "skills/project-skill-audit", + "category": "uncategorized", + "name": "project-skill-audit", + "description": "Audit a project and recommend the highest-value skills to add or update.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "projection-patterns", "path": "skills/projection-patterns", @@ -9779,6 +9849,16 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "react-component-performance", + "path": "skills/react-component-performance", + "category": "web-development", + "name": "react-component-performance", + "description": "Diagnose slow React components and suggest targeted performance fixes.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "react-flow-architect", "path": "skills/react-flow-architect", @@ -10919,6 +10999,16 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "simplify-code", + "path": "skills/simplify-code", + "category": "uncategorized", + "name": "simplify-code", + "description": "Review a diff for clarity and safe simplifications, then optionally apply low-risk fixes.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "site-architecture", "path": "skills/site-architecture", @@ -11119,6 +11209,16 @@ "source": "community", "date_added": "2026-02-27" }, + { + "id": "snowflake-development", + "path": "skills/snowflake-development", + "category": "data-engineering", + "name": "snowflake-development", + "description": "Comprehensive Snowflake development assistant covering SQL best practices, data pipeline design (Dynamic Tables, Streams, Tasks, Snowpipe), Cortex AI functions, Cortex Agents, Snowpark Python, dbt integration, performance tuning, and security hardening.", + "risk": "safe", + "source": "community", + "date_added": "2026-03-24" + }, { "id": "social-content", "path": "skills/social-content", @@ -11479,6 +11579,16 @@ "source": "community", "date_added": "2026-03-18" }, + { + "id": "swift-concurrency-expert", + "path": "skills/swift-concurrency-expert", + "category": "uncategorized", + "name": "swift-concurrency-expert", + "description": "Review and fix Swift concurrency issues such as actor isolation and Sendable violations.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "swiftui-expert-skill", "path": "skills/swiftui-expert-skill", @@ -11489,6 +11599,46 @@ "source": "community", "date_added": null }, + { + "id": "swiftui-liquid-glass", + "path": "skills/swiftui-liquid-glass", + "category": "mobile", + "name": "swiftui-liquid-glass", + "description": "Implement or review SwiftUI Liquid Glass APIs with correct fallbacks and modifier order.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, + { + "id": "swiftui-performance-audit", + "path": "skills/swiftui-performance-audit", + "category": "mobile", + "name": "swiftui-performance-audit", + "description": "Audit SwiftUI performance issues from code review and profiling evidence.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, + { + "id": "swiftui-ui-patterns", + "path": "skills/swiftui-ui-patterns", + "category": "mobile", + "name": "swiftui-ui-patterns", + "description": "Apply proven SwiftUI UI patterns for navigation, sheets, async state, and reusable screens.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, + { + "id": "swiftui-view-refactor", + "path": "skills/swiftui-view-refactor", + "category": "mobile", + "name": "swiftui-view-refactor", + "description": "Refactor SwiftUI views into smaller components with stable, explicit data flow.", + "risk": "safe", + "source": "Dimillian/Skills (MIT)", + "date_added": "2026-03-25" + }, { "id": "sympy", "path": "skills/sympy",