[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-tw93-waza-health-ko":3,"guides-for-tw93-waza-health":277,"similar-k17bfqj7et45asg1xyb8s4vcgh867gsm":278},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":18,"identity":210,"isFallback":215,"parentExtension":216,"providers":246,"relations":249,"repo":250,"workflow":276},1778053529023.1558,"k17bfqj7et45asg1xyb8s4vcgh867gsm",[],{"reviewCount":8},0,{"description":10,"name":11,"sourceUrl":12,"tags":13},"Runs a budget-aware audit of the Claude Code config stack when Claude ignores instructions, behaves inconsistently, hooks malfunction, MCP servers need auditing, or users ask why /health used many tokens. Flags issues by severity. Not for debugging code or reviewing PRs.","Waza Health","https://github.com/tw93/waza/tree/HEAD/skills/health",[14,15,16,17],"audit","claude-code","configuration","cli",{"_creationTime":19,"_id":20,"extensionId":5,"locale":21,"result":22,"trustSignals":199,"workflow":208},1778053559386.6396,"kn7bd192bb2g1jwwj05nskr841866vzt","en",{"checks":23,"evaluatedAt":189,"extensionSummary":190,"promptVersionExtension":191,"promptVersionScoring":192,"rationale":193,"score":194,"summary":195,"tags":196,"targetMarket":197,"tier":198},[24,29,32,35,39,42,46,51,54,57,61,66,70,74,77,80,83,86,89,92,96,100,104,109,113,116,119,122,126,129,132,135,138,141,144,147,150,153,156,159,162,165,168,171,175,178,181,185],{"category":25,"check":26,"severity":27,"summary":28},"Practical Utility","Problem relevance","pass","The description clearly states the problem of auditing the Claude Code config stack when it behaves inconsistently, hooks malfunction, or users question token usage, providing a specific user pain point.",{"category":25,"check":30,"severity":27,"summary":31},"Unique selling proposition","The extension provides a specific audit function for the Claude Code config stack, which goes beyond a simple prompt and offers value by diagnosing issues like inconsistent behavior or hook malfunctions.",{"category":25,"check":33,"severity":27,"summary":34},"Production readiness","The health audit skill appears production-ready, covering a specific use case of auditing Claude Code setup, including CLAUDE.md, rules, skills, hooks, and MCPs, with a budget-aware summary pass.",{"category":36,"check":37,"severity":27,"summary":38},"Scope","Single responsibility principle","The extension focuses on a single, well-defined responsibility: auditing the Claude Code configuration stack, clearly named and scoped.",{"category":36,"check":40,"severity":27,"summary":41},"Description quality","The description is concise, readable, and accurately reflects the extension's purpose of performing a budget-aware audit of the Claude Code config stack.",{"category":43,"check":44,"severity":27,"summary":45},"Invocation","Scoped tools","The extension exposes a single, narrow tool (`/health`) which is specific to its stated purpose of auditing the Claude Code setup.",{"category":47,"check":48,"severity":49,"summary":50},"Documentation","Configuration & parameter reference","info","The README mentions that the `/health` skill defaults to a summary audit and can perform deep or full audits, but specific parameters or configuration options for controlling this behavior are not explicitly documented.",{"category":36,"check":52,"severity":27,"summary":53},"Tool naming","The tool name `/health` is descriptive and appropriate for its domain.",{"category":36,"check":55,"severity":27,"summary":56},"Minimal I/O surface","The tool's primary function is an audit, and its interaction is through commands and potential configuration, with no indication of excessive input or output.",{"category":58,"check":59,"severity":27,"summary":60},"License","License usability","The project includes a standard MIT license file, which is a permissive open-source license.",{"category":62,"check":63,"severity":64,"summary":65},"Maintenance","Commit recency","critical","There are no commits on the default branch in the last 12 months, indicating the project is likely unmaintained and poses a risk if the underlying spec/SDK has changed.",{"category":62,"check":67,"severity":68,"summary":69},"Dependency Management","not_applicable","No third-party dependencies were detected in the provided files.",{"category":71,"check":72,"severity":68,"summary":73},"Security","Secret Management","The extension does not appear to handle or expose any secrets.",{"category":71,"check":75,"severity":27,"summary":76},"Injection","The extension appears to be self-contained and does not load or process external data that could lead to injection vulnerabilities.",{"category":71,"check":78,"severity":27,"summary":79},"Transitive Supply-Chain Grenades","The extension is self-contained and does not fetch external code or data at runtime.",{"category":71,"check":81,"severity":27,"summary":82},"Sandbox Isolation","The extension's functionality is limited to auditing and does not appear to modify files outside its designated scope.",{"category":71,"check":84,"severity":27,"summary":85},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided scripts.",{"category":71,"check":87,"severity":27,"summary":88},"Data Exfiltration","The extension's functionality is purely analytical and does not involve sending any data to third-party services.",{"category":71,"check":90,"severity":27,"summary":91},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean printable ASCII.",{"category":93,"check":94,"severity":27,"summary":95},"Hooks","Opaque code execution","The bundled script is plain and readable bash, with no obfuscation techniques detected.",{"category":97,"check":98,"severity":27,"summary":99},"Portability","Structural Assumption","The skill assumes a standard Claude Code environment and does not make assumptions about user-specific project organization outside its bundle.",{"category":101,"check":102,"severity":68,"summary":103},"Trust","Issues Attention","Issue tracking data is not available (n/a).",{"category":105,"check":106,"severity":107,"summary":108},"Versioning","Release Management","warning","There is no explicit versioning information (e.g., version field in manifest, CHANGELOG, or release tags) for this skill.",{"category":110,"check":111,"severity":68,"summary":112},"Code Execution","Validation","The skill performs an audit and does not appear to execute arbitrary code or process user-provided structured output that would require schema validation.",{"category":71,"check":114,"severity":68,"summary":115},"Unguarded Destructive Operations","The skill is purely analytical and does not perform any destructive operations.",{"category":110,"check":117,"severity":27,"summary":118},"Error Handling","The bash script appears to handle errors gracefully by exiting non-zero on failure, and the provided description implies structured reporting.",{"category":110,"check":120,"severity":49,"summary":121},"Logging","The README mentions that the `/health` skill can perform deep or full audits, suggesting logging of detailed information, but explicit audit file logging is not confirmed or detailed.",{"category":123,"check":124,"severity":68,"summary":125},"Compliance","GDPR","The extension performs an audit of the Claude Code setup and does not handle personal data.",{"category":123,"check":127,"severity":27,"summary":128},"Target market","The extension audits the Claude Code setup and has no regional or jurisdictional logic, making it globally applicable.",{"category":97,"check":130,"severity":27,"summary":131},"Runtime stability","The skill is designed for Claude Code and appears to be stable within that environment, with no assumptions of specific editors or OS-specific features.",{"category":36,"check":133,"severity":27,"summary":134},"Tool surface size","The extension exposes a single tool (`/health`), which is within the ideal range of 3-10 tools.",{"category":43,"check":136,"severity":27,"summary":137},"Name collisions","The repository contains only one skill, so there are no name collisions with other skills or Claude Code built-ins.",{"category":43,"check":139,"severity":27,"summary":140},"Overlapping near-synonym tools","The extension exposes only one tool, so there are no overlapping near-synonym tools.",{"category":43,"check":142,"severity":68,"summary":143},"Hooks-off mechanism","This is a skill, not a plugin with hooks, so a hooks-off mechanism is not applicable.",{"category":43,"check":145,"severity":68,"summary":146},"Hook matcher tightness","This is a skill, not a plugin with hooks, so hook matcher tightness is not applicable.",{"category":71,"check":148,"severity":68,"summary":149},"Hook security","This is a skill, not a plugin with hooks, so hook security checks are not applicable.",{"category":93,"check":151,"severity":68,"summary":152},"Silent prompt rewriting","This is a skill, not a plugin with hooks, so silent prompt rewriting checks are not applicable.",{"category":71,"check":154,"severity":68,"summary":155},"Permission Hook","This is a skill, not a plugin with hooks, so Permission Hook checks are not applicable.",{"category":123,"check":157,"severity":68,"summary":158},"Hook privacy","This is a skill, not a plugin with hooks, so hook privacy checks are not applicable.",{"category":110,"check":160,"severity":68,"summary":161},"Hook dependency","This is a skill, not a plugin with hooks, so hook dependency checks are not applicable.",{"category":47,"check":163,"severity":27,"summary":164},"Install / Setup Instructions","The README provides clear installation instructions for Claude Code, Codex, and Claude Desktop, including options for installing all skills or a single skill.",{"category":47,"check":166,"severity":27,"summary":167},"Feature Transparency","The README clearly lists the `/health` skill and its purpose, as well as other skills in the Waza suite.",{"category":47,"check":169,"severity":27,"summary":170},"Phantom features","The README accurately describes the `/health` skill and its functionality, and there are no phantom features.",{"category":172,"check":173,"severity":68,"summary":174},"Convention","Layout convention adherence","This is a skill within a larger project, not a standalone plugin adhering to the plugin structure.",{"category":172,"check":176,"severity":68,"summary":177},"Plugin state","This is a skill, not a plugin with persistent state that needs to be managed under CLAUDE_PLUGIN_DATA.",{"category":71,"check":179,"severity":68,"summary":180},"Keychain-stored secrets","The extension does not handle secrets that would require keychain storage.",{"category":182,"check":183,"severity":27,"summary":184},"Dependencies","Tagged release sourcing","The skill is part of a larger project with releases tagged, and the installation instructions point to tagged releases or specific package versions.",{"category":186,"check":187,"severity":27,"summary":188},"Installation","Clean uninstall","The uninstall instructions are clear and cover removing the skill, statusline, English Coaching, and Anti-Patterns, ensuring a clean removal.",1778053541575,"This skill audits the Claude Code setup by examining CLAUDE.md, rules, skills, hooks, and MCPs. It provides a summary pass to avoid excessive token usage on first run and can perform deeper inspections when requested.","2.0.0","3.4.0","The extension has a critical issue due to the lack of recent commits (no commits in the last 12 months), indicating it is likely unmaintained. This is partially offset by good documentation and a clear, single responsibility. The missing versioning is a warning, but the lack of recent activity is the primary concern.",75,"This skill performs a budget-aware audit of the Claude Code configuration stack, flagging issues by severity.",[14,15,16,17],"global","flagged",{"codeQuality":200,"collectedAt":201,"documentation":202,"maintenance":204,"security":205,"testCoverage":207},{},1778053531198,{"descriptionLength":203,"readmeSize":8},271,{},{"hasNpmPackage":206,"smitheryVerified":206},false,{"hasCi":206,"hasTests":206},{"updatedAt":209},1778053559386,{"githubOwner":211,"githubRepo":212,"locale":21,"slug":213,"type":214},"tw93","waza","waza-health","plugin",true,{"_creationTime":217,"_id":218,"community":219,"display":220,"identity":231,"parentExtension":233,"providers":234,"relations":241,"workflow":243},1778053529023.1548,"k17aghyxvmq2s38y9a3161c8q5866w25",{"reviewCount":8},{"description":221,"installMethods":222,"name":223,"sourceUrl":224,"tags":225},"Personal skill collection for Claude Code: think, check, hunt, design, read, write, learn, health.",{},"Waza","https://github.com/tw93/waza",[226,227,228,229,230],"coding","developer-tools","ai-skills","engineering-habits","productivity",{"githubOwner":211,"githubRepo":212,"locale":21,"slug":212,"type":232},"marketplace",null,{"extract":235,"llm":240},{"commitSha":236,"license":237,"marketplace":238},"4111eb959106a4df7bcb9aa07633acc113088442","MIT",{"name":212,"pluginCount":239},9,{"promptVersionExtension":191,"promptVersionScoring":192,"score":194,"targetMarket":197,"tier":198},{"repoId":242},"kd79tf9jz2bhg0gg0y9mh6fjp5864zjj",{"anyEnrichmentAt":244,"extractAt":245,"githubAt":244,"llmAt":209,"updatedAt":209},1778053529516,1778053529023,{"extract":247,"llm":248},{"commitSha":236,"license":237},{"promptVersionExtension":191,"promptVersionScoring":192,"score":194,"targetMarket":197,"tier":198},{"parentExtensionId":218,"repoId":242},{"_creationTime":251,"_id":242,"identity":252,"providers":253,"workflow":273},1777995558409.8604,{"githubOwner":211,"githubRepo":212,"sourceUrl":224},{"discover":254,"github":257},{"sources":255},[256],"skills-sh",{"closedIssues90d":258,"forks":259,"homepage":260,"license":237,"openIssues90d":8,"pushedAt":261,"readmeSize":262,"stars":263,"topics":264},26,273,"https://x.com/HiTw93/status/2041312649510822103",1778038406000,10972,4490,[265,15,266,267,268,269,270,271,272],"claude","des","design","engineer","lear","skil","skills","superpowers",{"discoverAt":274,"extractAt":275,"githubAt":275,"updatedAt":275},1777995558409,1778053530119,{"anyEnrichmentAt":244,"extractAt":245,"githubAt":244,"llmAt":209,"updatedAt":209},[],[279,316,346],{"_creationTime":280,"_id":281,"community":282,"display":283,"identity":296,"providers":300,"relations":308,"workflow":311},1778054452948.4272,"k179khyq4dvq0ytvdcepec984d8666wk",{"reviewCount":8},{"description":284,"name":285,"sourceUrl":286,"tags":287},"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",[288,289,290,291,271,292,17,293,294,295],"development","plugin-creation","hooks","agents","mcp","automation","guidance","best-practices",{"githubOwner":297,"githubRepo":298,"locale":21,"slug":299,"type":214},"anthropics","claude-plugins-official","plugin-dev",{"extract":301,"llm":304,"smithery":307},{"commitSha":302,"license":303},"06f52cd3ac3e47ecb45228a86183ea2a86e9d6ff","Apache-2.0",{"promptVersionExtension":191,"promptVersionScoring":192,"score":305,"targetMarket":197,"tier":306},99,"verified",{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":206},{"parentExtensionId":309,"repoId":310},"k171b9714j6pgfxqht22y94q4x866sck","kd798hf3w99qz2xt1fqtgq7gf9865e31",{"anyEnrichmentAt":312,"extractAt":313,"githubAt":314,"llmAt":315,"smitheryAt":312,"updatedAt":315},1778054509977,1778054452948,1778054454391,1778054703946,{"_creationTime":317,"_id":318,"community":319,"display":320,"identity":329,"providers":332,"relations":338,"workflow":341},1778053881467.4043,"k172zp4f4hf31hq5y0pt6ak5j9866v89",{"reviewCount":8},{"description":321,"installMethods":322,"name":323,"sourceUrl":324,"tags":325},"Create, customize, and manage plugins tailored to your organization's tools and workflows. Configure MCP servers, adjust plugin behavior, and adapt templates to match how your team works.",{},"Cowork Plugin Management","https://github.com/anthropics/knowledge-work-plugins/tree/HEAD/cowork-plugin-management",[326,327,328,15],"plugin-management","customization","cowork",{"githubOwner":297,"githubRepo":330,"locale":21,"slug":331,"type":214},"knowledge-work-plugins","cowork-plugin-management",{"extract":333,"llm":335,"smithery":337},{"commitSha":334,"license":303},"9789ea78ad66e395a9c709146cacecdc14ce2abf",{"promptVersionExtension":191,"promptVersionScoring":192,"score":336,"targetMarket":197,"tier":306},98,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":206},{"parentExtensionId":339,"repoId":340},"k17a976hfb9h5wyrvbw5572nvs867hs3","kd7a7vj5tkj2ssjqcbwka5sh0x864wea",{"anyEnrichmentAt":342,"extractAt":343,"githubAt":344,"llmAt":345,"smitheryAt":342,"updatedAt":345},1778053907346,1778053881467,1778053882262,1778053992763,{"_creationTime":347,"_id":348,"community":349,"display":350,"identity":364,"providers":368,"relations":372,"workflow":375},1778054149306.4204,"k17bvxb7jbg30m24sg8bt95mms867zz0",{"reviewCount":8},{"description":351,"installMethods":352,"name":353,"sourceUrl":354,"tags":355},"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",[16,356,357,358,359,360,361,362,363],"docker","nginx","postgresql","redis","gitlab","devops","code-generation","validation",{"githubOwner":365,"githubRepo":366,"locale":21,"slug":367,"type":214},"rknall","claude-skills","config-generator",{"extract":369,"llm":371},{"commitSha":370,"license":68},"ca7fbd0e07f824b119030f323da3409bc779f9bc",{"promptVersionExtension":191,"promptVersionScoring":192,"score":336,"targetMarket":197,"tier":306},{"parentExtensionId":373,"repoId":374},"k177qr61xrzsfq9e6y9wgxb33h8662mw","kd76y3zr89fpvp98y3h1jpy6fh865a3d",{"anyEnrichmentAt":376,"extractAt":377,"githubAt":376,"llmAt":378,"updatedAt":378},1778054149925,1778054149306,1778054190610]