[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-avdlee-xcode-build-skills-en":3,"guides-for-avdlee-xcode-build-skills":273,"similar-k17dygh18zyk7rwcnewdhfxvns86690g":274},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":22,"identity":212,"isFallback":208,"parentExtension":217,"providers":247,"relations":250,"repo":251,"workflow":272},1778054821245.2715,"k17dygh18zyk7rwcnewdhfxvns86690g",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Six Xcode build optimization skills in one plugin: benchmark, compilation analysis, project analysis, SPM build analysis, a recommend-first orchestrator, and a fixer for applying approved changes.",{},"Xcode Build Optimization Agent Skills","https://github.com/avdlee/xcode-build-optimization-agent-skill",[15,16,17,18,19,20,21],"xcode","build","optimization","swift","macos","development","performance",{"_creationTime":23,"_id":24,"extensionId":5,"locale":25,"result":26,"trustSignals":201,"workflow":210},1778054838263.7246,"kn79jncv107f9b515kmd5bg54x866fp0","en",{"checks":27,"evaluatedAt":191,"extensionSummary":192,"promptVersionExtension":193,"promptVersionScoring":194,"rationale":195,"score":196,"summary":197,"tags":198,"targetMarket":199,"tier":200},[28,33,36,39,43,46,50,54,57,60,64,69,73,77,80,83,86,89,92,95,98,102,106,110,114,117,120,123,127,130,133,136,139,142,145,148,151,155,158,161,164,167,170,173,177,180,183,187],{"category":29,"check":30,"severity":31,"summary":32},"Practical Utility","Problem relevance","pass","The description clearly states the problem addressed by the plugin, which is to optimize Xcode build performance through various analysis and fix skills.",{"category":29,"check":34,"severity":31,"summary":35},"Unique selling proposition","The plugin offers a comprehensive suite of six specialized skills for Xcode build optimization, coordinated by an orchestrator for an end-to-end workflow, which goes beyond a simple API wrapper and provides a clear value proposition.",{"category":29,"check":37,"severity":31,"summary":38},"Production readiness","The plugin is well-organized into specialized skills, covers a complete workflow from benchmarking to fixing, and the associated documentation outlines clear usage and best practices, indicating production readiness.",{"category":40,"check":41,"severity":31,"summary":42},"Scope","Single responsibility principle","The plugin focuses on a single domain: Xcode build optimization, encompassing related workflows like benchmarking, analysis, and fixing, without venturing into unrelated domains.",{"category":40,"check":44,"severity":31,"summary":45},"Description quality","The displayed description accurately and concisely reflects the plugin's capabilities, listing the six distinct Xcode build optimization skills it provides.",{"category":47,"check":48,"severity":31,"summary":49},"Invocation","Scoped tools","The plugin exposes six distinct, verb-noun specialist skills (benchmark, analyzer, orchestrator, fixer) which are well-scoped and easy for an agent to select.",{"category":51,"check":52,"severity":31,"summary":53},"Documentation","Configuration & parameter reference","The documentation implicitly covers configuration through the detailed SKILL.md files for each skill, outlining their purpose, usage, and references.",{"category":40,"check":55,"severity":31,"summary":56},"Tool naming","The skills are clearly named (e.g., xcode-build-benchmark, xcode-project-analyzer) and are descriptive of their function within the Xcode build optimization domain.",{"category":40,"check":58,"severity":31,"summary":59},"Minimal I/O surface","The skills appear to take specific inputs (project paths, schemes) and produce structured outputs (benchmarks, reports) as documented, avoiding overly broad I/O.",{"category":61,"check":62,"severity":31,"summary":63},"License","License usability","The plugin is licensed under MIT, a permissive open-source license, and this is clearly indicated in the manifest files.",{"category":65,"check":66,"severity":67,"summary":68},"Maintenance","Commit recency","warning","No commits have been made in the last 90 days, indicating potential lack of recent maintenance.",{"category":65,"check":70,"severity":71,"summary":72},"Dependency Management","not_applicable","No third-party dependencies were identified in the provided files, so dependency management checks are not applicable.",{"category":74,"check":75,"severity":31,"summary":76},"Security","Secret Management","The skills appear to be focused on build analysis and do not handle secrets directly. No secrets are echoed in stdout/stderr.",{"category":74,"check":78,"severity":31,"summary":79},"Injection","The skills primarily interact with xcodebuild and project files, and the scripts used appear to be self-contained within the repository, with no obvious loading of untrusted third-party data as instructions.",{"category":74,"check":81,"severity":31,"summary":82},"Transitive Supply-Chain Grenades","The scripts are self-contained and do not fetch remote code or data at runtime. All operations seem to be local to the project and scripts.",{"category":74,"check":84,"severity":31,"summary":85},"Sandbox Isolation","The skills operate on project files and use standard build tools, with no indication of attempts to modify files outside the project or user-specific directories.",{"category":74,"check":87,"severity":31,"summary":88},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were observed in the scripts.",{"category":74,"check":90,"severity":31,"summary":91},"Data Exfiltration","The skills focus on build analysis and do not appear to exfiltrate any user data or credentials to third-party services.",{"category":74,"check":93,"severity":31,"summary":94},"Hidden Text Tricks","Bundled files appear to be clean and free of hidden steering tricks, control characters, or invisible Unicode characters.",{"category":74,"check":96,"severity":31,"summary":97},"Opaque code execution","The bundled scripts are readable bash files and do not use obfuscation techniques like base64 payloads or `eval`.",{"category":99,"check":100,"severity":31,"summary":101},"Portability","Structural Assumption","The scripts appear to be self-contained and use relative paths or standard commands, minimizing assumptions about user-specific project layouts.",{"category":103,"check":104,"severity":31,"summary":105},"Trust","Issues Attention","Information on issues opened/closed is not available in the Trust Signals metadata, so this check is not applicable.",{"category":107,"check":108,"severity":31,"summary":109},"Versioning","Release Management","Manifest files (.claude-plugin/marketplace.json, .claude-plugin/plugin.json) clearly declare version '1.0.1', and the repository has a recent commit (6bd7b596cd688b1127ded00e812b1b6937ec35d6), indicating versioning is managed.",{"category":111,"check":112,"severity":31,"summary":113},"Code Execution","Validation","The skills' scripts (like benchmark_builds.py, diagnose_compilation.py) appear to handle arguments and produce structured output, but detailed validation schema usage is not explicitly evident from file contents alone.",{"category":74,"check":115,"severity":31,"summary":116},"Unguarded Destructive Operations","The skills focus on analysis and do not contain destructive operations like `rm -rf` or `git push --force`.",{"category":111,"check":118,"severity":31,"summary":119},"Error Handling","The Python scripts include standard error handling and exit codes, and the intent is to produce structured output for the agent.",{"category":111,"check":121,"severity":31,"summary":122},"Logging","The benchmarking and diagnostic scripts output to stdout/stderr and save detailed logs to `.build-benchmark/`, providing an audit trail for actions taken.",{"category":124,"check":125,"severity":31,"summary":126},"Compliance","GDPR","The skills analyze build performance and project settings, not personal data, making GDPR compliance not applicable.",{"category":124,"check":128,"severity":31,"summary":129},"Target market","The extension targets Xcode build optimization, which is a global developer concern, and there are no regional or jurisdictional limitations detected in the skills or documentation.",{"category":99,"check":131,"severity":31,"summary":132},"Runtime stability","The skills rely on standard command-line tools like `xcodebuild` and Python scripts, which are generally portable across macOS environments, with no specific OS or editor assumptions detected.",{"category":40,"check":134,"severity":31,"summary":135},"Tool surface size","The plugin exposes six distinct skills, which is within the desired range and provides focused functionality without excessive bloat.",{"category":47,"check":137,"severity":31,"summary":138},"Name collisions","The six skills have distinct and descriptive names (e.g., xcode-build-benchmark, spm-build-analysis) that prevent router mismatches and do not appear to collide with built-in Claude Code commands.",{"category":47,"check":140,"severity":31,"summary":141},"Overlapping near-synonym tools","The exposed tools are specialized for different aspects of Xcode build optimization and do not appear to have overlapping near-synonym names that would require disambiguation.",{"category":47,"check":143,"severity":71,"summary":144},"Hooks-off mechanism","The plugin does not appear to utilize hooks, making a hooks-off mechanism not applicable.",{"category":47,"check":146,"severity":71,"summary":147},"Hook matcher tightness","The plugin does not utilize hooks, making hook matcher tightness checks not applicable.",{"category":74,"check":149,"severity":71,"summary":150},"Hook security","The plugin does not utilize hooks, making hook security checks not applicable.",{"category":152,"check":153,"severity":71,"summary":154},"Hooks","Silent prompt rewriting","The plugin does not appear to use `UserPromptSubmit` hooks, so silent prompt rewriting is not applicable.",{"category":74,"check":156,"severity":71,"summary":157},"Permission Hook","The plugin does not utilize `PermissionRequest` hooks, making permission hook checks not applicable.",{"category":124,"check":159,"severity":71,"summary":160},"Hook privacy","The plugin does not utilize hooks, making hook privacy checks not applicable.",{"category":111,"check":162,"severity":71,"summary":163},"Hook dependency","The plugin does not utilize hooks, making hook dependency checks not applicable.",{"category":51,"check":165,"severity":31,"summary":166},"Install / Setup Instructions","The README provides clear installation instructions for multiple methods (npx, Claude Code plugin, manual) and guides on how to use the orchestrator skill.",{"category":51,"check":168,"severity":31,"summary":169},"Feature Transparency","The README and individual skill.md files clearly document the purpose and functionality of each skill within the plugin.",{"category":51,"check":171,"severity":31,"summary":172},"Phantom features","All features promised in the README and SKILL.md files have corresponding implementations or scripts available in the repository.",{"category":174,"check":175,"severity":31,"summary":176},"Convention","Layout convention adherence","The plugin adheres to standard layout conventions, with skills under `skills/`, metadata in `.claude-plugin/`, and supporting files in root directories, and the README structure block is kept in sync.",{"category":174,"check":178,"severity":31,"summary":179},"Plugin state","The plugin does not appear to manage persistent state that would need to live under `${CLAUDE_PLUGIN_DATA}`, making this check not applicable.",{"category":74,"check":181,"severity":31,"summary":182},"Keychain-stored secrets","The skills focus on build analysis and do not handle secrets, thus not requiring keychain storage.",{"category":184,"check":185,"severity":31,"summary":186},"Dependencies","Tagged release sourcing","The plugin itself is sourced from a tagged Git commit and does not bundle external MCP servers or dependencies that would require version pinning checks.",{"category":188,"check":189,"severity":31,"summary":190},"Installation","Clean uninstall","The plugin's operations are confined to build analysis and do not involve installing background daemons, cron jobs, or persistent services that would survive an uninstall.",1778054831493,"This plugin comprises six specialized skills for Xcode build optimization, including benchmarking, compilation analysis, project auditing, SPM dependency analysis, an orchestrator for the end-to-end workflow, and a fixer for applying approved changes. It provides detailed analysis and actionable recommendations to improve build times.","2.0.0","3.4.0","The plugin is well-structured, focused on a single domain (Xcode build optimization), and provides a comprehensive end-to-end workflow. It adheres to best practices for safety, documentation, and modularity. The only minor concern is the lack of recent commits, but the quality and completeness of the code indicate a stable and reliable extension.",95,"A comprehensive and well-documented suite of tools for analyzing and optimizing Xcode build performance.",[15,16,17,18,19,20,21],"global","verified",{"codeQuality":202,"collectedAt":203,"documentation":204,"maintenance":206,"security":207,"testCoverage":209},{},1778054823185,{"descriptionLength":205,"readmeSize":8},196,{},{"hasNpmPackage":208,"smitheryVerified":208},false,{"hasCi":208,"hasTests":208},{"updatedAt":211},1778054838263,{"githubOwner":213,"githubRepo":214,"locale":25,"slug":215,"type":216},"avdlee","xcode-build-optimization-agent-skill","xcode-build-skills","plugin",{"_creationTime":218,"_id":219,"community":220,"display":221,"identity":230,"parentExtension":232,"providers":233,"relations":242,"workflow":244},1778054821245.271,"k177sjfyhxj6scvgs62dqezmtd866267",{"reviewCount":8},{"description":222,"installMethods":223,"name":12,"sourceUrl":13,"tags":224},"Multi-skill Xcode build optimization plugin covering benchmarking, compile hotspots, project settings, SPM dependency analysis, and recommend-first orchestration.",{},[15,225,18,226,19,227,228,229],"build-optimization","ios","spm","benchmarking","developer-tools",{"githubOwner":213,"githubRepo":214,"locale":25,"slug":215,"type":231},"marketplace",null,{"extract":234,"llm":240},{"commitSha":235,"license":236,"marketplace":237},"6bd7b596cd688b1127ded00e812b1b6937ec35d6","MIT",{"name":215,"pluginCount":238,"version":239},1,"1.0.1",{"promptVersionExtension":193,"promptVersionScoring":194,"score":241,"targetMarket":199,"tier":200},98,{"repoId":243},"kd72jvw466y5rj543ad8gf5j0s86473g",{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":211,"updatedAt":211},1778054821595,1778054821245,{"extract":248,"llm":249},{"commitSha":235},{"promptVersionExtension":193,"promptVersionScoring":194,"score":196,"targetMarket":199,"tier":200},{"parentExtensionId":219,"repoId":243},{"_creationTime":252,"_id":243,"identity":253,"providers":254,"workflow":269},1777995558409.8909,{"githubOwner":213,"githubRepo":214,"sourceUrl":13},{"discover":255,"github":258},{"sources":256},[257],"skills-sh",{"closedIssues90d":238,"forks":259,"homepage":260,"license":236,"openIssues90d":238,"pushedAt":261,"readmeSize":262,"stars":263,"topics":264},36,"https://www.rocketsim.app",1776272253000,14674,1027,[265,266,226,267,268,15],"agent","agent-skills","ios-development","skills",{"discoverAt":270,"extractAt":271,"githubAt":271,"updatedAt":271},1777995558409,1778054822114,{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":211,"updatedAt":211},[],[275,314,350,375,397],{"_creationTime":276,"_id":277,"community":278,"display":279,"identity":299,"providers":303,"relations":307,"workflow":310},1778053078370.9043,"k177a67h608v9a9fh7bv5me29n867njs",{"reviewCount":8},{"description":280,"installMethods":281,"name":282,"sourceUrl":283,"tags":284},"Complete Docker expertise system across ALL platforms (Windows/Linux/macOS) with 2025 AI-powered features. PROACTIVELY activate for: (1) ANY Docker task (build/run/debug/optimize/registry/network), (2) Docker AI Assistant (Project Gordon) usage, (3) Dockerfile creation/review, (4) Docker Engine 28 features (image mounts, debug endpoints), (5) Docker Desktop 4.47+ (MCP Catalog, Model Runner, silent updates), (6) Docker Compose v2.40.3+ multi-container apps, (7) Compose Bridge (Kubernetes conversion), (8) Container security with Enhanced Container Isolation (ECI), (9) SBOM generation and supply chain protection, (10) Micro-distro base images (Wolfi/Chainguard), (11) Container registry operations, (12) Advanced networking. Provides: Docker AI (Project Gordon), Enhanced Container Isolation (ECI), Engine 28 features (--mount type=image), Desktop 4.47+ capabilities, Model Runner improvements, Compose v2.40.3+ updates, Compose Bridge, registry management, network deep-dive, 2025 best practices with micro-distros, SBOM generation, BuildKit attestation warnings (unsigned), CIS Docker Benchmark v1.7.0, multi-stage builds, security hardening, image optimization, platform-specific guidance, Docker Scout/Trivy integration, and systematic debugging.",{},"Docker Master Plugin","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/docker-master",[285,286,287,288,289,290,19,291,17,292,293,294,295,296,297,298],"docker","container","devops","cloud","windows","linux","security","debugging","cicd","git-bash","compose","kubernetes","sbom","ai",{"githubOwner":300,"githubRepo":301,"locale":25,"slug":302,"type":216},"josiahsiegel","claude-plugin-marketplace","docker-master",{"extract":304,"llm":306},{"commitSha":305,"license":236},"a05d923c8a3551d4274eef152649583d693b9b67",{"promptVersionExtension":193,"promptVersionScoring":194,"score":196,"targetMarket":199,"tier":200},{"parentExtensionId":308,"repoId":309},"k1741p5y8fyyp90j4zdea56w61867nj3","kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":311,"extractAt":312,"githubAt":311,"llmAt":313,"updatedAt":313},1778053080008,1778053078370,1778053164925,{"_creationTime":315,"_id":316,"community":317,"display":318,"identity":331,"providers":335,"relations":342,"workflow":345},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":319,"name":320,"sourceUrl":321,"tags":322},"Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.","Plugin Development Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/plugin-dev",[20,323,324,325,268,326,327,328,329,330],"plugin-creation","hooks","agents","mcp","cli","automation","guidance","best-practices",{"githubOwner":332,"githubRepo":333,"locale":25,"slug":334,"type":216},"anthropics","claude-plugins-official","plugin-dev",{"extract":336,"llm":339,"smithery":341},{"commitSha":337,"license":338},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff","Apache-2.0",{"promptVersionExtension":193,"promptVersionScoring":194,"score":340,"targetMarket":199,"tier":200},99,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":343,"repoId":344},"k171b9714j6pgfxqht22y94q4x866sck","kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":346,"extractAt":347,"githubAt":348,"llmAt":349,"smitheryAt":346,"updatedAt":349},1778054509977,1778054452948,1778054454391,1778054703946,{"_creationTime":351,"_id":352,"community":353,"display":354,"identity":368,"providers":370,"relations":373,"workflow":374},1778053078370.914,"k173fa4zhfd2wew202p0ne4v5n8677bq",{"reviewCount":8},{"description":355,"installMethods":356,"name":357,"sourceUrl":358,"tags":359},"Comprehensive T-SQL and SQL Server expertise for query optimization, performance tuning, and Azure SQL Database. PROACTIVELY activate for: (1) T-SQL query optimization and SARGability analysis, (2) SQL Server performance tuning, (3) Index design and strategy, (4) Execution plan analysis, (5) Parameter sniffing solutions, (6) Azure SQL Database optimization, (7) Window functions and advanced patterns, (8) Columnstore and In-Memory OLTP, (9) Query Store and IQP features. Includes: tsql-expert agent, 5 progressive disclosure skills, 3 optimization commands, diagnostic scripts.",{},"T-SQL Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/tsql-master",[360,361,362,363,364,17,365,366,367],"sql","tsql","sql-server","azure-sql","database","performance-tuning","indexing","query-optimization",{"githubOwner":300,"githubRepo":301,"locale":25,"slug":369,"type":216},"tsql-master",{"extract":371,"llm":372},{"commitSha":305,"license":236},{"promptVersionExtension":193,"promptVersionScoring":194,"score":241,"targetMarket":199,"tier":200},{"parentExtensionId":308,"repoId":309},{"anyEnrichmentAt":311,"extractAt":312,"githubAt":311,"llmAt":313,"updatedAt":313},{"_creationTime":376,"_id":377,"community":378,"display":379,"identity":389,"providers":391,"relations":395,"workflow":396},1778054452948.4253,"k1767a8yk98h8qcz0rkh7t64an867zws",{"reviewCount":8},{"description":380,"installMethods":381,"name":382,"sourceUrl":383,"tags":384},"Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.",{},"MCP Server Development Suite","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/mcp-server-dev",[326,385,20,386,387,388,291,216],"server","typescript","python","documentation",{"githubOwner":332,"githubRepo":333,"locale":25,"slug":390,"type":216},"mcp-server-dev",{"extract":392,"llm":393,"smithery":394},{"commitSha":337,"license":338},{"promptVersionExtension":193,"promptVersionScoring":194,"score":241,"targetMarket":199,"tier":200},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":343,"repoId":344},{"anyEnrichmentAt":346,"extractAt":347,"githubAt":348,"llmAt":349,"smitheryAt":346,"updatedAt":349},{"_creationTime":398,"_id":399,"community":400,"display":401,"identity":409,"providers":411,"relations":415,"workflow":416},1778054452948.4097,"k17awzvhhaeaj8jcsnx8bcvgyd866nq9",{"reviewCount":8},{"description":402,"installMethods":403,"name":404,"sourceUrl":405,"tags":406},"Development kit for working with the Claude Agent SDK",{},"Agent SDK Development Plugin","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/agent-sdk-dev",[407,20,386,387,265,327,408],"sdk","verification",{"githubOwner":332,"githubRepo":333,"locale":25,"slug":410,"type":216},"agent-sdk-dev",{"extract":412,"llm":413,"smithery":414},{"commitSha":337,"license":338},{"promptVersionExtension":193,"promptVersionScoring":194,"score":241,"targetMarket":199,"tier":200},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":208},{"parentExtensionId":343,"repoId":344},{"anyEnrichmentAt":346,"extractAt":347,"githubAt":348,"llmAt":349,"smitheryAt":346,"updatedAt":349}]