[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-josiahsiegel-plugin-master-uk":3,"guides-for-josiahsiegel-plugin-master":269,"similar-k17dwt2y8zcwbj9r1ccgc0mwvs867jac":270},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":25,"identity":211,"isFallback":216,"parentExtension":217,"providers":247,"relations":250,"repo":251,"workflow":268},1778053078370.9028,"k17dwt2y8zcwbj9r1ccgc0mwvs867jac",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"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",[15,16,17,18,19,20,21,22,23,24],"plugin-development","agent","skill","hooks","mcp","commands","marketplace","validation","automation","devops",{"_creationTime":26,"_id":27,"extensionId":5,"locale":28,"result":29,"trustSignals":200,"workflow":209},1778053164925.6606,"kn70fchrrvprnfmaam2v14hzws867nft","en",{"checks":30,"evaluatedAt":190,"extensionSummary":191,"promptVersionExtension":192,"promptVersionScoring":193,"rationale":194,"score":195,"summary":196,"tags":197,"targetMarket":198,"tier":199},[31,36,39,42,46,49,53,57,60,63,67,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,145,148,151,154,157,160,163,166,169,172,176,179,182,186],{"category":32,"check":33,"severity":34,"summary":35},"Practical Utility","Problem relevance","pass","The description clearly states the problem addressed: developing Claude Code plugins with specific features and guidance.",{"category":32,"check":37,"severity":34,"summary":38},"Unique selling proposition","The plugin offers significant value over a simple prompt by providing a comprehensive system for plugin development, including agent-first patterns, progressive disclosure, and marketplace publishing workflows.",{"category":32,"check":40,"severity":34,"summary":41},"Production readiness","The plugin covers the complete plugin development lifecycle, from creation and validation to publishing, offering expert guidance and utilities.",{"category":43,"check":44,"severity":34,"summary":45},"Scope","Single responsibility principle","The plugin focuses on a single, coherent domain: Claude Code plugin development, encompassing its entire lifecycle.",{"category":43,"check":47,"severity":34,"summary":48},"Description quality","The displayed description accurately reflects the plugin's capabilities and scope, providing a clear overview of its features and benefits.",{"category":50,"check":51,"severity":34,"summary":52},"Invocation","Scoped tools","The plugin exposes narrow verb-noun specialist tools (e.g., /create-plugin, /validate-plugin) rather than a single generalist tool.",{"category":54,"check":55,"severity":34,"summary":56},"Documentation","Configuration & parameter reference","All relevant configuration options, such as plugin structure and manifest rules, are documented within the provided SKILL.md and README files.",{"category":43,"check":58,"severity":34,"summary":59},"Tool naming","Tool names like `/create-plugin` and `/validate-plugin` are descriptive and follow kebab-case conventions.",{"category":43,"check":61,"severity":34,"summary":62},"Minimal I/O surface","The plugin's commands and agent interactions appear to focus on specific tasks without requesting excessive data or returning unnecessary information.",{"category":64,"check":65,"severity":34,"summary":66},"License","License usability","The plugin is licensed under the MIT license, which is a permissive open-source license.",{"category":68,"check":69,"severity":70,"summary":71},"Maintenance","Commit recency","not_applicable","The 'pushedAt' date is not available in the metadata, so this check cannot be performed.",{"category":73,"check":74,"severity":34,"summary":75},"Security","Secret Management","The plugin does not appear to handle or expose any secrets directly; sensitive information would be managed by the Claude Code environment if used in hooks or MCP servers.",{"category":73,"check":77,"severity":34,"summary":78},"Injection","The plugin's code appears to treat external data as untrusted and focuses on validating structured inputs, minimizing injection risks.",{"category":73,"check":80,"severity":34,"summary":81},"Transitive Supply-Chain Grenades","All scripts and components are bundled within the repository, and there are no runtime downloads or remote code execution patterns.",{"category":73,"check":83,"severity":34,"summary":84},"Sandbox Isolation","The plugin's scripts and commands operate within expected scopes, using `${CLAUDE_PLUGIN_ROOT}` for portability and avoiding file system modifications outside the plugin's domain.",{"category":73,"check":86,"severity":34,"summary":87},"Sandbox escape primitives","No detached process spawns or retry loops around denied tool calls were detected in the provided scripts.",{"category":73,"check":89,"severity":34,"summary":90},"Data Exfiltration","The plugin does not contain any instructions or scripts that read and submit confidential data to third parties. Outbound calls, if any, would be documented through standard MCP or command execution.",{"category":73,"check":92,"severity":34,"summary":93},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, control characters, or obfuscated text.",{"category":95,"check":96,"severity":34,"summary":97},"Hooks","Opaque code execution","All hook scripts are provided as readable Bash or MJS files; there are no obfuscated payloads, eval usage, or runtime fetched code.",{"category":99,"check":100,"severity":34,"summary":101},"Portability","Structural Assumption","The plugin utilizes `${CLAUDE_PLUGIN_ROOT}` and standard directory structures, avoiding assumptions about user-specific project organization.",{"category":103,"check":104,"severity":70,"summary":105},"Trust","Issues Attention","Issue data is not available in the provided metadata.",{"category":107,"check":108,"severity":34,"summary":109},"Versioning","Release Management","The `plugin.json` manifest includes a `version` field ('3.2.2'), indicating version tracking.",{"category":111,"check":112,"severity":34,"summary":113},"Code Execution","Validation","The provided scripts and documentation emphasize validation of inputs and structure, particularly for plugin components and commands.",{"category":73,"check":115,"severity":34,"summary":116},"Unguarded Destructive Operations","The plugin does not appear to contain any unguarded destructive operations; validation scripts are provided for safety.",{"category":111,"check":118,"severity":34,"summary":119},"Error Handling","The provided scripts demonstrate robust error handling with explicit checks and exit codes, promoting fail-closed behavior.",{"category":111,"check":121,"severity":34,"summary":122},"Logging","The plugin includes mechanisms for logging session information and potential hook execution logs within the `${CLAUDE_PLUGIN_ROOT}/logs/` directory.",{"category":124,"check":125,"severity":34,"summary":126},"Compliance","GDPR","The plugin focuses on development tools and does not appear to operate on personal data, thus not posing a GDPR risk.",{"category":124,"check":128,"severity":34,"summary":129},"Target market","The plugin's functionality is general to Claude Code plugin development and does not contain region-specific logic, making it globally applicable.",{"category":99,"check":131,"severity":34,"summary":132},"Runtime stability","The plugin is designed for cross-platform compatibility, using `${CLAUDE_PLUGIN_ROOT}` and providing guidance for different shells and OS environments.",{"category":43,"check":134,"severity":34,"summary":135},"Tool surface size","The plugin exposes a reasonable number of commands and agent functionalities (e.g., /create-plugin, /validate-plugin) suitable for its scope.",{"category":50,"check":137,"severity":34,"summary":138},"Name collisions","The plugin's commands and agent names are distinct and do not appear to collide with Claude Code built-ins or other bundled components.",{"category":50,"check":140,"severity":34,"summary":141},"Overlapping near-synonym tools","Tools and commands within the plugin cover distinct actions without significant overlap or redundancy.",{"category":50,"check":143,"severity":70,"summary":144},"Hooks-off mechanism","The plugin itself does not appear to implement its own hooks that would require a hooks-off mechanism; it provides tools for *developing* hooks.",{"category":50,"check":146,"severity":34,"summary":147},"Hook matcher tightness","The plugin provides examples of hooks with specific matchers, encouraging tight scoping rather than broad patterns.",{"category":73,"check":149,"severity":34,"summary":150},"Hook security","The plugin's documentation and examples emphasize security best practices for hooks, including input validation and avoiding destructive operations without explicit guards.",{"category":95,"check":152,"severity":34,"summary":153},"Silent prompt rewriting","The plugin focuses on developing hooks and does not contain any `UserPromptSubmit` hooks that would silently rewrite prompts.",{"category":73,"check":155,"severity":34,"summary":156},"Permission Hook","The plugin documentation guides users on creating narrow, documented scopes for permission hooks, not blanket approvals.",{"category":124,"check":158,"severity":34,"summary":159},"Hook privacy","The plugin provides guidance on hook privacy and logging, emphasizing local file logging and secure data handling, rather than network exfiltration.",{"category":111,"check":161,"severity":34,"summary":162},"Hook dependency","The plugin's examples for hook scripts are provided as readable Bash files, adhering to the principle of readable, in-repo code.",{"category":54,"check":164,"severity":34,"summary":165},"Install / Setup Instructions","The README and documentation provide clear installation instructions for both marketplace and local setups, along with guidance on components and usage.",{"category":54,"check":167,"severity":34,"summary":168},"Feature Transparency","The README and documentation thoroughly explain the plugin's features, including its components like agents, skills, commands, and hooks.",{"category":54,"check":170,"severity":34,"summary":171},"Phantom features","All features described in the README and documentation correspond to implemented components within the plugin structure.",{"category":173,"check":174,"severity":34,"summary":175},"Convention","Layout convention adherence","The plugin adheres to Claude Code's structural conventions, with `plugin.json` in `.claude-plugin/` and commands documented in the README.",{"category":173,"check":177,"severity":34,"summary":178},"Plugin state","The plugin is a development tool and does not manage persistent state that would require ${CLAUDE_PLUGIN_DATA}.",{"category":73,"check":180,"severity":34,"summary":181},"Keychain-stored secrets","The plugin is a development framework and does not consume secrets itself, thus not requiring keychain storage.",{"category":183,"check":184,"severity":70,"summary":185},"Dependencies","Tagged release sourcing","The plugin does not bundle external MCP servers or other dependencies that would require tagged release sourcing.",{"category":187,"check":188,"severity":34,"summary":189},"Installation","Clean uninstall","The plugin does not spawn background daemons or persistent processes, ensuring a clean uninstall.",1778053099726,"This plugin provides a complete system for building, validating, and publishing Claude Code plugins. It includes agents, skills, commands, and utilities for managing plugin structure, applying best practices, and integrating with development workflows.","2.0.0","3.4.0","This plugin is exceptionally well-crafted and comprehensive, covering all aspects of Claude Code plugin development with high-quality documentation and robust adherence to best practices. The only check marked as not applicable was due to data unavailability (Commit recency, Issues Attention), not a failing quality.",99,"A comprehensive and high-quality suite for developing Claude Code plugins, offering expert guidance and robust tooling.",[15,16,17,18,19,20,21,22,23,24],"global","verified",{"codeQuality":201,"collectedAt":202,"documentation":203,"maintenance":205,"security":206,"testCoverage":208},{},1778053084561,{"descriptionLength":204,"readmeSize":8},450,{},{"hasNpmPackage":207,"smitheryVerified":207},false,{"hasCi":207,"hasTests":207},{"updatedAt":210},1778053164925,{"githubOwner":212,"githubRepo":213,"locale":28,"slug":214,"type":215},"josiahsiegel","claude-plugin-marketplace","plugin-master","plugin",true,{"_creationTime":218,"_id":219,"community":220,"display":221,"identity":232,"parentExtension":233,"providers":234,"relations":242,"workflow":244},1778053078370.9019,"k1741p5y8fyyp90j4zdea56w61867nj3",{"reviewCount":8},{"description":222,"installMethods":223,"name":224,"sourceUrl":225,"tags":226},"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",[21,227,228,229,24,23,230,231],"plugins","development","cloud","productivity","tooling",{"githubOwner":212,"githubRepo":213,"locale":28,"slug":213,"type":21},null,{"extract":235,"llm":240},{"commitSha":236,"license":237,"marketplace":238},"a05d923c8a3551d4274eef152649583d693b9b67","MIT",{"name":213,"pluginCount":239},29,{"promptVersionExtension":192,"promptVersionScoring":193,"score":241,"targetMarket":198,"tier":199},88,{"repoId":243},"kd75az366mhppxzk11c689vzen865qkv",{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":210,"updatedAt":210},1778053080008,1778053078370,{"extract":248,"llm":249},{"commitSha":236,"license":237},{"promptVersionExtension":192,"promptVersionScoring":193,"score":195,"targetMarket":198,"tier":199},{"parentExtensionId":219,"repoId":243},{"_creationTime":252,"_id":243,"identity":253,"providers":254,"workflow":265},1777995558409.842,{"githubOwner":212,"githubRepo":213,"sourceUrl":225},{"discover":255,"github":258},{"sources":256},[257],"skills-sh",{"closedIssues90d":8,"forks":259,"license":237,"openIssues90d":260,"pushedAt":261,"readmeSize":262,"stars":263,"topics":264},6,1,1776177138000,5678,33,[],{"discoverAt":266,"extractAt":267,"githubAt":267,"updatedAt":267},1777995558409,1778053081777,{"anyEnrichmentAt":245,"extractAt":246,"githubAt":245,"llmAt":210,"updatedAt":210},[],[271,304,326,353,385],{"_creationTime":272,"_id":273,"community":274,"display":275,"identity":286,"providers":290,"relations":296,"workflow":299},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":276,"name":277,"sourceUrl":278,"tags":279},"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",[228,280,18,281,282,19,283,23,284,285],"plugin-creation","agents","skills","cli","guidance","best-practices",{"githubOwner":287,"githubRepo":288,"locale":28,"slug":289,"type":215},"anthropics","claude-plugins-official","plugin-dev",{"extract":291,"llm":294,"smithery":295},{"commitSha":292,"license":293},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff","Apache-2.0",{"promptVersionExtension":192,"promptVersionScoring":193,"score":195,"targetMarket":198,"tier":199},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":297,"repoId":298},"k171b9714j6pgfxqht22y94q4x866sck","kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":300,"extractAt":301,"githubAt":302,"llmAt":303,"smitheryAt":300,"updatedAt":303},1778054509977,1778054452948,1778054454391,1778054703946,{"_creationTime":305,"_id":306,"community":307,"display":308,"identity":317,"providers":319,"relations":324,"workflow":325},1778054452948.4277,"k17dy0a0ez2dwjdmah5awj73vd8668cj",{"reviewCount":8},{"description":309,"installMethods":310,"name":311,"sourceUrl":312,"tags":313},"Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",{},"PR Review Toolkit","https://github.com/anthropics/claude-plugins-official/tree/HEAD/plugins/pr-review-toolkit",[314,315,316,16,23],"code-review","pr","developer-tools",{"githubOwner":287,"githubRepo":288,"locale":28,"slug":318,"type":215},"pr-review-toolkit",{"extract":320,"llm":321,"smithery":323},{"commitSha":292,"license":293},{"promptVersionExtension":192,"promptVersionScoring":193,"score":322,"targetMarket":198,"tier":199},98,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":297,"repoId":298},{"anyEnrichmentAt":300,"extractAt":301,"githubAt":302,"llmAt":303,"smitheryAt":300,"updatedAt":303},{"_creationTime":327,"_id":328,"community":329,"display":330,"identity":338,"providers":340,"relations":345,"workflow":348},1778053881467.4072,"k17fx190vywc4q48r2gpkrjn6d867b99",{"reviewCount":8},{"description":331,"installMethods":332,"name":333,"sourceUrl":334,"tags":335},"Triage tickets, draft responses, escalate issues, and build your knowledge base. Research customer context and turn resolved issues into self-service content.",{},"Customer Support Plugin","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/customer-support",[336,19,23,337],"customer-support","workflow",{"githubOwner":287,"githubRepo":339,"locale":28,"slug":336,"type":215},"knowledge-work-plugins",{"extract":341,"llm":343,"smithery":344},{"commitSha":342,"license":293},"9789ea78ad66e395a9c709146cacecdc14ce2abf",{"promptVersionExtension":192,"promptVersionScoring":193,"score":322,"targetMarket":198,"tier":199},{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":207},{"parentExtensionId":346,"repoId":347},"k17a976hfb9h5wyrvbw5572nvs867hs3","kd7a7vj5tkj2ssjqcbwka5sh0x864wea",{"anyEnrichmentAt":349,"extractAt":350,"githubAt":351,"llmAt":352,"smitheryAt":349,"updatedAt":352},1778053907346,1778053881467,1778053882262,1778053992763,{"_creationTime":354,"_id":355,"community":356,"display":357,"identity":370,"providers":374,"relations":378,"workflow":381},1778054149306.4204,"k17bvxb7jbg30m24sg8bt95mms867zz0",{"reviewCount":8},{"description":358,"installMethods":359,"name":360,"sourceUrl":361,"tags":362},"Generates service-specific configuration files for GitLab stack projects using .env as primary config source. Creates nginx, PostgreSQL, Redis configs, meta files (CLAUDE.md, .gitignore, .dockerignore), with strict validation for secrets and paths",{},"GitLab Stack Config Generator","https://github.com/rknall/claude-skills/tree/HEAD/config-generator",[363,364,365,366,367,368,24,369,22],"configuration","docker","nginx","postgresql","redis","gitlab","code-generation",{"githubOwner":371,"githubRepo":372,"locale":28,"slug":373,"type":215},"rknall","claude-skills","config-generator",{"extract":375,"llm":377},{"commitSha":376,"license":70},"ca7fbd0e07f824b119030f323da3409bc779f9bc",{"promptVersionExtension":192,"promptVersionScoring":193,"score":322,"targetMarket":198,"tier":199},{"parentExtensionId":379,"repoId":380},"k177qr61xrzsfq9e6y9wgxb33h8662mw","kd76y3zr89fpvp98y3h1jpy6fh865a3d",{"anyEnrichmentAt":382,"extractAt":383,"githubAt":382,"llmAt":384,"updatedAt":384},1778054149925,1778054149306,1778054190610,{"_creationTime":386,"_id":387,"community":388,"display":389,"identity":396,"providers":398,"relations":403,"workflow":404},1778054149306.4194,"k173qmkt9htf62gdb4jj0ehgf5866tzs",{"reviewCount":8},{"description":390,"installMethods":391,"name":392,"sourceUrl":393,"tags":394},"Validates GitLab stack projects before deployment, ensuring proper architecture patterns, directory structure, secrets management, .env configuration, and Docker best practices. Detects issues and provides actionable guidance",{},"GitLab Stack Validator","https://github.com/rknall/claude-skills/tree/HEAD/stack-validator",[368,22,364,363,395,24],"security",{"githubOwner":371,"githubRepo":372,"locale":28,"slug":397,"type":215},"stack-validator",{"extract":399,"llm":401},{"commitSha":376,"license":400},"info",{"promptVersionExtension":192,"promptVersionScoring":193,"score":402,"targetMarket":198,"tier":199},95,{"parentExtensionId":379,"repoId":380},{"anyEnrichmentAt":382,"extractAt":383,"githubAt":382,"llmAt":384,"updatedAt":384}]