[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-josiahsiegel-bash-master-bn":3,"guides-for-josiahsiegel-bash-master":275,"similar-k175g6j1sb2d5m4xc6a4g6y4b98673zv":276},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":26,"identity":216,"isFallback":221,"parentExtension":222,"providers":253,"relations":256,"repo":257,"workflow":274},1778053078370.9033,"k175g6j1sb2d5m4xc6a4g6y4b98673zv",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Expert bash/shell scripting system across ALL platforms with Bash 5.3 and 2025 security-first practices. PROACTIVELY activate for: (1) ANY bash/shell script task, (2) Bash 5.3 features (${ } in-shell substitution, ${| } REPLY syntax, BASH_TRAPSIG), (3) Security-first patterns (60%+ exploits from poor validation, HISTFILE protection, absolute paths), (4) ShellCheck v0.11.0 validation (non-negotiable, POSIX.1-2024), (5) Modern automation (containers/CI/CD/cloud), (6) Scripts under 50 lines (Google Style), (7) Comprehensive debugging (tracing, profiling, breakpoints), (8) Git hooks and pipeline integration, (9) Container-aware scripting, (10) DevOps/deployment automation. Provides: Bash 5.3 complete features (BASH_TRAPSIG, C23 conformance), ShellCheck v0.11.0 (SC2327/SC2328/SC2294/SC2295), security-first mandatory validation patterns, debugging/troubleshooting techniques, container/Kubernetes detection, cloud provider helpers (AWS/Azure), CI/CD platform integration (GitHub Actions/Azure DevOps), parallel processing patterns, blue-green/canary deployments, Google Shell Style Guide compliance, cross-platform compatibility (Linux/macOS/Windows/containers), POSIX.1-2024 compliance, and production-ready 2025 patterns. Ensures secure, optimized, cloud-native scripts following latest 2025 standards.",{},"Bash Master Plugin","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/bash-master",[15,16,17,18,19,20,21,22,23,24,25],"bash","shell","scripting","automation","devops","ci-cd","security","debugging","performance","windows","cross-platform",{"_creationTime":27,"_id":28,"extensionId":5,"locale":29,"result":30,"trustSignals":205,"workflow":214},1778053164925.6514,"kn77e30nwpyp9gg2ew5pdg01fh8669cn","en",{"checks":31,"evaluatedAt":195,"extensionSummary":196,"promptVersionExtension":197,"promptVersionScoring":198,"rationale":199,"score":200,"summary":201,"tags":202,"targetMarket":203,"tier":204},[32,37,40,43,47,50,54,58,61,64,68,73,77,81,84,87,90,93,96,99,102,106,110,114,118,121,124,127,131,134,137,140,143,146,149,152,155,159,162,165,168,171,174,177,181,184,187,191],{"category":33,"check":34,"severity":35,"summary":36},"Practical Utility","Problem relevance","pass","The description clearly states that the extension addresses the user problem of managing complex bash scripting tasks, highlighting specific pain points like cross-platform compatibility, security, and modern automation.",{"category":33,"check":38,"severity":35,"summary":39},"Unique selling proposition","The extension offers significant value beyond default LLM behavior by providing expert-level bash scripting with specific features like Bash 5.3, advanced arrays, parallel processing, and rigorous ShellCheck validation, acting as a specialized bash expert.",{"category":33,"check":41,"severity":35,"summary":42},"Production readiness","The plugin appears production-ready, covering a wide range of bash scripting capabilities, including creation, analysis, optimization, and agent-based development, addressing the full lifecycle of bash script tasks.",{"category":44,"check":45,"severity":35,"summary":46},"Scope","Single responsibility principle","The extension focuses primarily on bash/shell scripting expertise, encompassing related aspects like security, debugging, and automation, without introducing unrelated domains.",{"category":44,"check":48,"severity":35,"summary":49},"Description quality","The description is comprehensive, well-organized, and accurately reflects the capabilities detailed in the plugin's code and documentation.",{"category":51,"check":52,"severity":35,"summary":53},"Invocation","Scoped tools","The plugin exposes a good set of scoped tools like `/bash-analyze`, `/bash-template`, and `/bash-optimize`, which are specific verb-noun actions, complementing the broader `bash-expert` agent.",{"category":55,"check":56,"severity":35,"summary":57},"Documentation","Configuration & parameter reference","All relevant options and parameters for the commands and the agent are documented in the respective markdown files, including usage examples.",{"category":44,"check":59,"severity":35,"summary":60},"Tool naming","The tools (`/bash-analyze`, `/bash-optimize`, `/bash-template`) and the agent (`bash-expert`) have descriptive names that clearly indicate their purpose within the bash scripting domain.",{"category":44,"check":62,"severity":35,"summary":63},"Minimal I/O surface","The tools and agent commands appear to request only necessary inputs and return focused outputs, adhering to the principle of minimal I/O surface.",{"category":65,"check":66,"severity":35,"summary":67},"License","License usability","The plugin is licensed under the MIT license, which is permissive and widely usable.",{"category":69,"check":70,"severity":71,"summary":72},"Maintenance","Commit recency","warning","No commit information (pushedAt) is available for this plugin, making it impossible to assess its recency and maintenance status.",{"category":69,"check":74,"severity":75,"summary":76},"Dependency Management","not_applicable","The plugin does not appear to use any third-party dependencies that would require a formal management process.",{"category":78,"check":79,"severity":35,"summary":80},"Security","Secret Management","The plugin does not appear to handle or expose any secrets; all operations are file-system or shell-based and do not involve sensitive data management.",{"category":78,"check":82,"severity":35,"summary":83},"Injection","The plugin focuses on bash scripting best practices, including validation and sanitization, which implicitly protects against injection if followed by users; no explicit 3rd party data loading or remote fetching is observed.",{"category":78,"check":85,"severity":35,"summary":86},"Transitive Supply-Chain Grenades","All scripts and logic are contained within the repository; there are no runtime downloads or remote code fetches, ensuring a secure supply chain.",{"category":78,"check":88,"severity":35,"summary":89},"Sandbox Isolation","The plugin's scripts operate within the expected file system boundaries and do not attempt to access or modify files outside the project or user-specific scopes, adhering to sandbox isolation principles.",{"category":78,"check":91,"severity":35,"summary":92},"Sandbox escape primitives","No detached process spawns (`nohup`, `&` without proper handling) or deny-retry loops were detected in the bundled scripts.",{"category":78,"check":94,"severity":35,"summary":95},"Data Exfiltration","The plugin's functionality is purely local to bash scripting and does not involve any outbound network calls for data submission or telemetry.",{"category":78,"check":97,"severity":35,"summary":98},"Hidden Text Tricks","The bundled files and descriptions do not contain any hidden steering tricks, invisible Unicode characters, or ANSI escapes.",{"category":78,"check":100,"severity":35,"summary":101},"Opaque code execution","All bundled scripts are plain, readable bash files with no obfuscation, base64 payloads, or runtime code fetching.",{"category":103,"check":104,"severity":35,"summary":105},"Portability","Structural Assumption","The script structure is conventional, and any assumptions about file layout are documented or handled gracefully, not breaking on user project differences.",{"category":107,"check":108,"severity":75,"summary":109},"Trust","Issues Attention","No GitHub repository information was provided to evaluate issue engagement.",{"category":111,"check":112,"severity":35,"summary":113},"Versioning","Release Management","The plugin declares a version ('2.0.4') in its manifest, indicating a managed release process.",{"category":115,"check":116,"severity":35,"summary":117},"Code Execution","Validation","The plugin's commands and agent descriptions emphasize strict validation, input sanitization, and adherence to security-first patterns, aligning with best practices.",{"category":78,"check":119,"severity":35,"summary":120},"Unguarded Destructive Operations","The plugin focuses on bash scripting and does not contain primitives for destructive operations like file deletion or system modifications that would require guards.",{"category":115,"check":122,"severity":35,"summary":123},"Error Handling","The provided scripts consistently implement robust error handling with `set -euo pipefail`, custom error functions, and cleanup traps, ensuring fail-closed behavior and meaningful error reporting.",{"category":115,"check":125,"severity":75,"summary":126},"Logging","The plugin does not implement logging or telemetry features that require local audit file tracking.",{"category":128,"check":129,"severity":75,"summary":130},"Compliance","GDPR","The plugin does not operate on personal data and has no compliance implications related to GDPR.",{"category":128,"check":132,"severity":35,"summary":133},"Target market","The extension is designed for general bash scripting and automation tasks, with no specific regional logic or limitations detected, making it globally applicable.",{"category":103,"check":135,"severity":35,"summary":136},"Runtime stability","The plugin demonstrates excellent portability, explicitly mentioning and providing solutions for cross-platform compatibility, including Windows Git Bash path conversion.",{"category":44,"check":138,"severity":35,"summary":139},"Tool surface size","The plugin exposes a reasonable number of tools (e.g., `/bash-analyze`, `/bash-template`, `/bash-optimize`) and a set of skills, staying within a manageable scope.",{"category":51,"check":141,"severity":35,"summary":142},"Name collisions","The plugin's tools and agent have distinct names and descriptions, preventing ambiguity and collision with built-in Claude Code features or other plugins.",{"category":51,"check":144,"severity":35,"summary":145},"Overlapping near-synonym tools","The tools provided (`bash-analyze`, `bash-template`, `bash-optimize`) cover distinct functionalities and do not appear to be near-synonyms performing overlapping tasks.",{"category":51,"check":147,"severity":75,"summary":148},"Hooks-off mechanism","The plugin does not appear to utilize hooks, making a hooks-off mechanism not applicable.",{"category":51,"check":150,"severity":75,"summary":151},"Hook matcher tightness","The plugin does not appear to utilize hooks, making hook matcher tightness evaluation not applicable.",{"category":78,"check":153,"severity":75,"summary":154},"Hook security","The plugin does not appear to utilize hooks, making hook security evaluation not applicable.",{"category":156,"check":157,"severity":75,"summary":158},"Hooks","Silent prompt rewriting","The plugin does not appear to utilize a `UserPromptSubmit` hook, so silent prompt rewriting is not a concern.",{"category":78,"check":160,"severity":75,"summary":161},"Permission Hook","The plugin does not appear to utilize a `PermissionRequest` hook, making permission granting evaluation not applicable.",{"category":128,"check":163,"severity":75,"summary":164},"Hook privacy","The plugin does not appear to utilize hooks for logging or telemetry, making privacy assessments irrelevant.",{"category":115,"check":166,"severity":75,"summary":167},"Hook dependency","The plugin does not appear to utilize hooks, so hook dependency analysis is not applicable.",{"category":55,"check":169,"severity":35,"summary":170},"Install / Setup Instructions","The README provides clear installation instructions for both marketplace and local installation, along with explanations of the contained extensions and commands.",{"category":55,"check":172,"severity":35,"summary":173},"Feature Transparency","The README comprehensively lists and describes all the skills, commands, and the agent provided by the plugin, ensuring feature transparency.",{"category":55,"check":175,"severity":35,"summary":176},"Phantom features","All features promised in the README, such as specific bash versions, security patterns, and advanced array techniques, are implemented and described in the code or documentation.",{"category":178,"check":179,"severity":35,"summary":180},"Convention","Layout convention adherence","The plugin adheres to Claude Code structural conventions, with `plugin.json` in `.claude-plugin/` and utility scripts organized appropriately.",{"category":178,"check":182,"severity":35,"summary":183},"Plugin state","The plugin does not appear to manage persistent state that would require `${CLAUDE_PLUGIN_DATA}`, and no state is written outside the plugin's scope.",{"category":78,"check":185,"severity":75,"summary":186},"Keychain-stored secrets","The plugin does not handle secrets that would require keychain storage.",{"category":188,"check":189,"severity":75,"summary":190},"Dependencies","Tagged release sourcing","The plugin does not bundle any MCP servers or external components requiring tagged release sourcing.",{"category":192,"check":193,"severity":35,"summary":194},"Installation","Clean uninstall","The plugin does not spawn background daemons, cron jobs, or persistent services, ensuring a clean uninstall process.",1778053093711,"This plugin provides expert-level bash scripting capabilities, including analysis, optimization, template generation, and an intelligent agent. It covers advanced array manipulation, process substitution, parallel processing, and robust error handling, all while adhering to strict security and portability standards.","2.0.0","3.4.0","The plugin demonstrates exceptional quality with comprehensive documentation, robust error handling, strong security-first principles, and excellent portability, particularly its detailed handling of Windows Git Bash path conversion. The only minor concern is the lack of commit recency information due to the marketplace's display limitations.",95,"An expert-level bash scripting plugin that covers a vast array of modern automation, debugging, and security best practices with outstanding documentation and cross-platform support.",[15,16,17,18,19,20,21,22,23,24,25],"global","verified",{"codeQuality":206,"collectedAt":207,"documentation":208,"maintenance":210,"security":211,"testCoverage":213},{},1778053084537,{"descriptionLength":209,"readmeSize":8},1310,{},{"hasNpmPackage":212,"smitheryVerified":212},false,{"hasCi":212,"hasTests":212},{"updatedAt":215},1778053164925,{"githubOwner":217,"githubRepo":218,"locale":29,"slug":219,"type":220},"josiahsiegel","claude-plugin-marketplace","bash-master","plugin",true,{"_creationTime":223,"_id":224,"community":225,"display":226,"identity":238,"parentExtension":239,"providers":240,"relations":248,"workflow":250},1778053078370.9019,"k1741p5y8fyyp90j4zdea56w61867nj3",{"reviewCount":8},{"description":227,"installMethods":228,"name":229,"sourceUrl":230,"tags":231},"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",[232,233,234,235,19,18,236,237],"marketplace","plugins","development","cloud","productivity","tooling",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":218,"type":232},null,{"extract":241,"llm":246},{"commitSha":242,"license":243,"marketplace":244},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"name":218,"pluginCount":245},29,{"promptVersionExtension":197,"promptVersionScoring":198,"score":247,"targetMarket":203,"tier":204},88,{"repoId":249},"kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},1778053080008,1778053078370,{"extract":254,"llm":255},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":200,"targetMarket":203,"tier":204},{"parentExtensionId":224,"repoId":249},{"_creationTime":258,"_id":249,"identity":259,"providers":260,"workflow":271},1777995558409.842,{"githubOwner":217,"githubRepo":218,"sourceUrl":230},{"discover":261,"github":264},{"sources":262},[263],"skills-sh",{"closedIssues90d":8,"forks":265,"license":243,"openIssues90d":266,"pushedAt":267,"readmeSize":268,"stars":269,"topics":270},6,1,1776177138000,5678,33,[],{"discoverAt":272,"extractAt":273,"githubAt":273,"updatedAt":273},1777995558409,1778053081777,{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},[],[277,300,332,362,387,409],{"_creationTime":278,"_id":279,"community":280,"display":281,"identity":292,"providers":294,"relations":298,"workflow":299},1778053078370.9038,"k17b5xsd2g2113z1wvtzcry55d866avy",{"reviewCount":8},{"description":282,"installMethods":283,"name":284,"sourceUrl":285,"tags":286},"Complete Git expertise for ALL operations with 2025 features (Git 2.49+, GitHub CLI 2.x). PROACTIVELY activate for: (1) ANY Git task, (2) Git 2.49+ features (git-backfill, path-walk API, reftables, sparse-checkout, worktrees), (3) Security (signed commits, zero-trust, secret scanning, CodeQL), (4) Trunk-Based Development, (5) GitHub CLI 2.x (Copilot CLI, model evaluations), (6) GitHub Actions 2025 (1 vCPU runners, immutable releases), (7) Modern workflows (monorepo, parallel development), (8) History rewriting/recovery. Provides: Git 2.49 git-backfill for partial clones, path-walk API, reftables migration, sparse-checkout (90% space reduction), worktrees, GitHub Copilot CLI, gh models eval, zero-trust security, signed commits (GPG/SSH), GitHub Actions 2025 features, automatic backups, safety guardrails, reflog recovery.",{},"Git Master Plugin","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/git-master",[287,288,19,289,24,15,21,290,291],"git","version-control","cli","workflow","recovery",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":293,"type":220},"git-master",{"extract":295,"llm":296},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":297,"targetMarket":203,"tier":204},98,{"parentExtensionId":224,"repoId":249},{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},{"_creationTime":301,"_id":302,"community":303,"display":304,"identity":325,"providers":327,"relations":330,"workflow":331},1778053078370.9067,"k178esk8ysx76a6x20yykgnce1867tq2",{"reviewCount":8},{"description":305,"installMethods":306,"name":307,"sourceUrl":308,"tags":309},"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",[310,311,312,313,314,315,316,317,318,319,320,321,322,323,20,24,324,25],"sql-server","ssdt","database","dacpac","sqlpackage","schema-compare","database-projects","sql","mssql","sdk-style","visual-studio","azure-sql","deployment","migration","git-bash",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":326,"type":220},"ssdt-master",{"extract":328,"llm":329},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":200,"targetMarket":203,"tier":204},{"parentExtensionId":224,"repoId":249},{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},{"_creationTime":333,"_id":334,"community":335,"display":336,"identity":344,"providers":348,"relations":354,"workflow":357},1778003443243.3213,"k17epjkj8k9jhdzm2r1qb4j8098654vf",{"reviewCount":8},{"description":337,"installMethods":338,"name":339,"sourceUrl":340,"tags":341},"Production-grade Bash scripting with defensive programming, POSIX compliance, and comprehensive testing",{},"Shell Scripting","https://github.com/wshobson/agents/tree/HEAD/plugins/shell-scripting",[15,17,342,20,343,21,18],"posix","testing",{"githubOwner":345,"githubRepo":346,"locale":29,"slug":347,"type":220},"wshobson","agents","shell-scripting",{"extract":349,"llm":351,"smithery":353},{"commitSha":350,"license":243},"ece811f23310a37ceb43496dbac0e244fe6845b6",{"promptVersionExtension":197,"promptVersionScoring":198,"score":352,"targetMarket":203,"tier":204},93,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":212},{"parentExtensionId":355,"repoId":356},"k175qypm0s8m8k6a0fkxpxfj1n865ax9","kd72tes1veaz04ac7p0d68ya4h8650m7",{"anyEnrichmentAt":358,"extractAt":359,"githubAt":360,"llmAt":361,"smitheryAt":358,"updatedAt":361},1778016861516,1778003520097,1778003532786,1778016883287,{"_creationTime":363,"_id":364,"community":365,"display":366,"identity":379,"providers":381,"relations":385,"workflow":386},1778053078370.9028,"k17dwt2y8zcwbj9r1ccgc0mwvs867jac",{"reviewCount":8},{"description":367,"installMethods":368,"name":369,"sourceUrl":370,"tags":371},"Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.",{},"Plugin Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/plugin-master",[372,373,374,375,376,377,232,378,18,19],"plugin-development","agent","skill","hooks","mcp","commands","validation",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":380,"type":220},"plugin-master",{"extract":382,"llm":383},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":384,"targetMarket":203,"tier":204},99,{"parentExtensionId":224,"repoId":249},{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},{"_creationTime":388,"_id":389,"community":390,"display":391,"identity":401,"providers":403,"relations":407,"workflow":408},1778053078370.9092,"k177r104b75vkg45cbnd1shq5n8679bn",{"reviewCount":8},{"description":392,"installMethods":393,"name":394,"sourceUrl":395,"tags":396},"Windows path resolution and Git Bash compatibility expert for Claude Code. PROACTIVELY activate for: (1) File path errors on Windows (backslash issues), (2) Git Bash MINGW path resolution, (3) Edit/Write tool failures with Windows paths, (4) Cross-platform path conversion, (5) Windows file system navigation in Claude Code, (6) Path format detection and conversion, (7) Windows-specific file operation troubleshooting. Provides: automatic path format detection, backslash conversion guidance, Git Bash compatibility fixes, Windows-specific file operation patterns, MINGW path troubleshooting, real-time path validation, and production-ready Windows file handling. Ensures correct file operations on Windows following Claude Code best practices.",{},"Windows Path Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/windows-path-master",[24,397,398,25,399,400],"path","gitbash","troubleshooting","files",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":402,"type":220},"windows-path-master",{"extract":404,"llm":405},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":297,"targetMarket":406,"tier":204},"Windows",{"parentExtensionId":224,"repoId":249},{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215},{"_creationTime":410,"_id":411,"community":412,"display":413,"identity":423,"providers":425,"relations":428,"workflow":429},1778053078370.9058,"k17etfmexkd1nz30gggyeca3w1866vnk",{"reviewCount":8},{"description":414,"installMethods":415,"name":416,"sourceUrl":417,"tags":418},"Complete PowerShell expertise system across ALL platforms (Windows/Linux/macOS). PROACTIVELY activate for: (1) ANY PowerShell task (scripts/modules/cmdlets), (2) CI/CD automation (GitHub Actions/Azure DevOps/Bitbucket), (3) Cross-platform scripting, (4) Module discovery and management (PSGallery), (5) Azure/AWS/Microsoft 365 automation, (6) Script debugging and optimization, (7) Best practices and security. Provides: PowerShell 7+ features, popular module expertise (Az, Microsoft.Graph, PnP, AWS Tools), PSGallery integration, platform-specific guidance, CI/CD pipeline patterns, cmdlet syntax mastery, and production-ready scripting patterns.",{},"PowerShell Master","https://github.com/josiahsiegel/claude-plugin-marketplace/tree/HEAD/plugins/powershell-master",[419,17,18,19,420,235,21,24,421,422],"powershell","cicd","linux","macos",{"githubOwner":217,"githubRepo":218,"locale":29,"slug":424,"type":220},"powershell-master",{"extract":426,"llm":427},{"commitSha":242,"license":243},{"promptVersionExtension":197,"promptVersionScoring":198,"score":200,"targetMarket":203,"tier":204},{"parentExtensionId":224,"repoId":249},{"anyEnrichmentAt":251,"extractAt":252,"githubAt":251,"llmAt":215,"updatedAt":215}]