[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-josiahsiegel-tsql-master-de":3,"guides-for-josiahsiegel-tsql-master":274,"similar-k173fa4zhfd2wew202p0ne4v5n8677bq":275},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":24,"identity":213,"isFallback":218,"parentExtension":219,"providers":252,"relations":255,"repo":256,"workflow":273},1778053078370.914,"k173fa4zhfd2wew202p0ne4v5n8677bq",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"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",[15,16,17,18,19,20,21,22,23],"sql","tsql","sql-server","azure-sql","database","optimization","performance-tuning","indexing","query-optimization",{"_creationTime":25,"_id":26,"extensionId":5,"locale":27,"result":28,"trustSignals":202,"workflow":211},1778053164925.7332,"kn7azep8k45nvjkmde2qgce1kd8660yp","en",{"checks":29,"evaluatedAt":192,"extensionSummary":193,"promptVersionExtension":194,"promptVersionScoring":195,"rationale":196,"score":197,"summary":198,"tags":199,"targetMarket":200,"tier":201},[30,35,38,41,45,48,52,56,59,62,66,71,74,78,81,84,87,90,93,96,100,104,108,112,116,119,122,125,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,174,178,181,184,188],{"category":31,"check":32,"severity":33,"summary":34},"Practical Utility","Problem relevance","pass","The description clearly names T-SQL and SQL Server optimization, performance tuning, and Azure SQL Database as concrete problems addressed by the extension.",{"category":31,"check":36,"severity":33,"summary":37},"Unique selling proposition","The extension offers specialized T-SQL expertise, including optimization commands, diagnostic scripts, and a dedicated agent, which provides value beyond basic LLM capabilities for database tasks.",{"category":31,"check":39,"severity":33,"summary":40},"Production readiness","The extension provides a comprehensive set of skills, commands, and scripts for T-SQL optimization, covering the full lifecycle from analysis to implementation and diagnostics.",{"category":42,"check":43,"severity":33,"summary":44},"Scope","Single responsibility principle","The plugin focuses on T-SQL and SQL Server optimization, coherently bundling related tools and skills without extending into unrelated domains.",{"category":42,"check":46,"severity":33,"summary":47},"Description quality","The displayed description is comprehensive, well-organized, and accurately reflects the extension's capabilities and features.",{"category":49,"check":50,"severity":33,"summary":51},"Invocation","Scoped tools","Tools are generally narrow verb-noun specialists (e.g., `/analyze-query`, `/suggest-indexes`), promoting precise invocation.",{"category":53,"check":54,"severity":33,"summary":55},"Documentation","Configuration & parameter reference","The README and individual skill/command markdown files provide clear documentation for usage, components, and SQL Server version support. No implicit parameters were identified.",{"category":42,"check":57,"severity":33,"summary":58},"Tool naming","Tool names like `/analyze-query`, `/suggest-indexes`, and `/explain-plan` are descriptive and specific to the T-SQL domain.",{"category":42,"check":60,"severity":33,"summary":61},"Minimal I/O surface","Input and output schemas for commands appear focused on the task, and scripts are designed to be executed rather than dumping arbitrary data.",{"category":63,"check":64,"severity":33,"summary":65},"License","License usability","The extension is licensed under the MIT license, which is a permissive open-source license.",{"category":67,"check":68,"severity":69,"summary":70},"Maintenance","Commit recency","not_applicable","The provided trust signals indicate 'n/a' for last commit date, and no explicit files (like a CHANGELOG) were provided for this check. Therefore, this check is not applicable.",{"category":67,"check":72,"severity":69,"summary":73},"Dependency Management","No third-party dependencies were identified in the provided files. The extension appears to be pure SQL and markdown.",{"category":75,"check":76,"severity":33,"summary":77},"Security","Secret Management","The extension does not appear to handle or expose secrets. It primarily provides analytical scripts and knowledge base content.",{"category":75,"check":79,"severity":33,"summary":80},"Injection","The extension consists of SQL scripts and markdown documentation; there's no indication of loading untrusted third-party data that could lead to injection vulnerabilities.",{"category":75,"check":82,"severity":33,"summary":83},"Transitive Supply-Chain Grenades","All code and scripts are contained within the repository; there are no runtime downloads or external script executions that could pose a supply-chain risk.",{"category":75,"check":85,"severity":33,"summary":86},"Sandbox Isolation","The provided SQL scripts operate on database metadata and do not attempt to modify files outside of the database context. Command usage also seems confined to analysis.",{"category":75,"check":88,"severity":33,"summary":89},"Sandbox escape primitives","No detached process spawns, retry loops around denied calls, or other sandbox-escape primitives were detected in the provided scripts or command definitions.",{"category":75,"check":91,"severity":33,"summary":92},"Data Exfiltration","The extension's purpose is analytical and informational; there are no outbound network calls documented or implied that could exfiltrate data.",{"category":75,"check":94,"severity":33,"summary":95},"Hidden Text Tricks","Bundled files (SQL, MD, JSON) are free of obfuscation, invisible characters, or other hidden-text tricks.",{"category":97,"check":98,"severity":33,"summary":99},"Hooks","Opaque code execution","All hook-related code, where applicable (e.g., agent scripts), appears to be plain, readable markdown or SQL, with no obfuscation or dynamic code fetching.",{"category":101,"check":102,"severity":33,"summary":103},"Portability","Structural Assumption","The SQL scripts are designed to query system DMVs and metadata, making them portable across SQL Server instances. Commands assume a SQL Server environment is present.",{"category":105,"check":106,"severity":69,"summary":107},"Trust","Issues Attention","The provided trust signals do not contain information on open or closed issues, making this check not applicable.",{"category":109,"check":110,"severity":33,"summary":111},"Versioning","Release Management","The plugin.json manifest includes a version field ('2.0.6'), satisfying the requirement for a detectable version signal.",{"category":113,"check":114,"severity":33,"summary":115},"Code Execution","Validation","The SQL scripts primarily query system views, and command arguments (like file paths or query text) are intended for direct execution or analysis rather than needing complex schema validation.",{"category":75,"check":117,"severity":33,"summary":118},"Unguarded Destructive Operations","The extension is analytical and read-only; it contains no destructive operations (e.g., DELETE, DROP) that would require guards.",{"category":113,"check":120,"severity":33,"summary":121},"Error Handling","SQL scripts are generally robust in querying DMVs. Commands are designed to be executed within a controlled environment, and errors would typically be surfaced by the SQL engine or Claude Code.",{"category":113,"check":123,"severity":69,"summary":124},"Logging","The extension is analytical and performs no destructive actions or outbound calls that would necessitate local audit logging.",{"category":126,"check":127,"severity":33,"summary":128},"Compliance","GDPR","The extension analyzes database metadata and code; it does not operate on personal data or submit it to any third party.",{"category":126,"check":130,"severity":33,"summary":131},"Target market","The extension focuses on T-SQL and SQL Server, which are globally applicable technologies. No specific regional restrictions were found.",{"category":101,"check":133,"severity":33,"summary":134},"Runtime stability","The SQL scripts are designed for SQL Server environments and should be portable across supported versions. Commands are intended for a Claude Code runtime.",{"category":42,"check":136,"severity":33,"summary":137},"Tool surface size","The plugin exposes a reasonable number of commands (3 main commands) and skills, fitting within the ideal range.",{"category":49,"check":139,"severity":33,"summary":140},"Name collisions","The bundled commands (`/analyze-query`, `/suggest-indexes`, `/explain-plan`) have distinct names and purposes, and do not appear to collide with built-in Claude Code functions or other common SQL terms.",{"category":49,"check":142,"severity":33,"summary":143},"Overlapping near-synonym tools","The commands provided (`analyze-query`, `suggest-indexes`, `explain-plan`) cover distinct functionalities and do not appear to be near-synonyms.",{"category":49,"check":145,"severity":69,"summary":146},"Hooks-off mechanism","The plugin does not appear to utilize hooks in a way that would require a hooks-off mechanism.",{"category":49,"check":148,"severity":69,"summary":149},"Hook matcher tightness","No hooks were detected in the plugin's structure.",{"category":75,"check":151,"severity":69,"summary":152},"Hook security","The plugin does not utilize hooks, so this security check is not applicable.",{"category":97,"check":154,"severity":69,"summary":155},"Silent prompt rewriting","The plugin does not implement any UserPromptSubmit hooks, thus silent prompt rewriting is not a concern.",{"category":75,"check":157,"severity":69,"summary":158},"Permission Hook","There are no PermissionRequest hooks implemented in this plugin.",{"category":126,"check":160,"severity":69,"summary":161},"Hook privacy","The plugin does not utilize hooks for logging or telemetry, making this check not applicable.",{"category":113,"check":163,"severity":69,"summary":164},"Hook dependency","The plugin does not use hooks, so there are no script dependencies to evaluate.",{"category":53,"check":166,"severity":33,"summary":167},"Install / Setup Instructions","The README provides clear installation instructions for both marketplace and local setups, as well as usage examples.",{"category":53,"check":169,"severity":33,"summary":170},"Feature Transparency","The README clearly outlines the features, components (agent, skills, commands, scripts), and their purposes.",{"category":53,"check":172,"severity":33,"summary":173},"Phantom features","All features listed in the README (skills, commands, agent) have corresponding implementations in the plugin's structure.",{"category":175,"check":176,"severity":33,"summary":177},"Convention","Layout convention adherence","The plugin follows the standard Claude Code plugin structure with `.claude-plugin/plugin.json`, agents, skills, commands, and scripts directories. The README also names the scripts.",{"category":175,"check":179,"severity":33,"summary":180},"Plugin state","The plugin does not appear to maintain persistent state outside of the database context for its analytical functions. Any data generated is likely transient or within the database itself.",{"category":75,"check":182,"severity":69,"summary":183},"Keychain-stored secrets","The plugin does not consume any secrets, so keychain storage is not applicable.",{"category":185,"check":186,"severity":69,"summary":187},"Dependencies","Tagged release sourcing","No bundled MCP servers or external dependencies requiring tagged release sourcing were found.",{"category":189,"check":190,"severity":33,"summary":191},"Installation","Clean uninstall","The plugin's operations are confined to querying database metadata and executing within the Claude Code environment. There are no background daemons, cron jobs, or persistent services that would prevent a clean uninstall.",1778053160409,"This plugin provides specialized tools for analyzing T-SQL queries, suggesting optimal indexes, and interpreting execution plans within SQL Server and Azure SQL Database environments. It includes diagnostic scripts and detailed guidance on advanced T-SQL patterns and features.","2.0.0","3.4.0","The T-SQL Master plugin is exceptionally well-documented and structured, providing clear functionality for SQL optimization. It passes all applicable checks, including security, scope, and documentation standards. The only not_applicable findings stem from the plugin's purely analytical and read-only nature, which is a positive indicator.",98,"A comprehensive and well-structured plugin for T-SQL and SQL Server optimization, offering expert analysis and actionable insights.",[15,16,17,18,19,20,21,22,23],"global","verified",{"codeQuality":203,"collectedAt":204,"documentation":205,"maintenance":207,"security":208,"testCoverage":210},{},1778053147747,{"descriptionLength":206,"readmeSize":8},580,{},{"hasNpmPackage":209,"smitheryVerified":209},false,{"hasCi":209,"hasTests":209},{"updatedAt":212},1778053164925,{"githubOwner":214,"githubRepo":215,"locale":27,"slug":216,"type":217},"josiahsiegel","claude-plugin-marketplace","tsql-master","plugin",true,{"_creationTime":220,"_id":221,"community":222,"display":223,"identity":237,"parentExtension":238,"providers":239,"relations":247,"workflow":249},1778053078370.9019,"k1741p5y8fyyp90j4zdea56w61867nj3",{"reviewCount":8},{"description":224,"installMethods":225,"name":226,"sourceUrl":227,"tags":228},"A curated collection of Claude Code plugins for plugin development, context optimization, and productivity tools",{},"Claude Plugin Marketplace","https://github.com/josiahsiegel/claude-plugin-marketplace",[229,230,231,232,233,234,235,236],"marketplace","plugins","development","cloud","devops","automation","productivity","tooling",{"githubOwner":214,"githubRepo":215,"locale":27,"slug":215,"type":229},null,{"extract":240,"llm":245},{"commitSha":241,"license":242,"marketplace":243},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"name":215,"pluginCount":244},29,{"promptVersionExtension":194,"promptVersionScoring":195,"score":246,"targetMarket":200,"tier":201},88,{"repoId":248},"kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":250,"extractAt":251,"githubAt":250,"llmAt":212,"updatedAt":212},1778053080008,1778053078370,{"extract":253,"llm":254},{"commitSha":241,"license":242},{"promptVersionExtension":194,"promptVersionScoring":195,"score":197,"targetMarket":200,"tier":201},{"parentExtensionId":221,"repoId":248},{"_creationTime":257,"_id":248,"identity":258,"providers":259,"workflow":270},1777995558409.842,{"githubOwner":214,"githubRepo":215,"sourceUrl":227},{"discover":260,"github":263},{"sources":261},[262],"skills-sh",{"closedIssues90d":8,"forks":264,"license":242,"openIssues90d":265,"pushedAt":266,"readmeSize":267,"stars":268,"topics":269},6,1,1776177138000,5678,33,[],{"discoverAt":271,"extractAt":272,"githubAt":272,"updatedAt":272},1777995558409,1778053081777,{"anyEnrichmentAt":250,"extractAt":251,"githubAt":250,"llmAt":212,"updatedAt":212},[],[276],{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":300,"providers":302,"relations":306,"workflow":307},1778053078370.9067,"k178esk8ysx76a6x20yykgnce1867tq2",{"reviewCount":8},{"description":281,"installMethods":282,"name":283,"sourceUrl":284,"tags":285},"Complete SQL Server Data Tools (SSDT) expertise system across ALL platforms. PROACTIVELY activate for: (1) ANY SSDT task (database projects/SqlPackage/schema compare), (2) SDK-style and legacy database project creation/migration, (3) DACPAC/BACPAC build and deployment operations, (4) SqlPackage command-line operations (publish/extract/export/import), (5) Schema and data comparison workflows, (6) Database refactoring operations (rename/schema changes/data transformations), (7) MSBuild integration and CI/CD pipeline setup, (8) Visual Studio database project troubleshooting, (9) Cross-platform CLI tools (dotnet/sqlpackage), (10) Deployment script generation and validation. Provides: comprehensive SqlPackage reference with all actions and parameters, SDK-style project structure expertise, legacy project migration patterns, schema compare functionality, deployment option mastery, refactoring best practices, CI/CD integration patterns (GitHub Actions/Azure DevOps), MSBuild property configuration, and version-specific guidance. Ensures production-ready, secure, efficient database development following Microsoft SQL Server best practices.",{},"SSDT Master Plugin","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/ssdt-master",[17,286,19,287,288,289,290,15,291,292,293,18,294,295,296,297,298,299],"ssdt","dacpac","sqlpackage","schema-compare","database-projects","mssql","sdk-style","visual-studio","deployment","migration","ci-cd","windows","git-bash","cross-platform",{"githubOwner":214,"githubRepo":215,"locale":27,"slug":301,"type":217},"ssdt-master",{"extract":303,"llm":304},{"commitSha":241,"license":242},{"promptVersionExtension":194,"promptVersionScoring":195,"score":305,"targetMarket":200,"tier":201},95,{"parentExtensionId":221,"repoId":248},{"anyEnrichmentAt":250,"extractAt":251,"githubAt":250,"llmAt":212,"updatedAt":212}]