[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-onewave-ai-env-setup-wizard-ms":3,"guides-for-onewave-ai-env-setup-wizard":225,"similar-k173s355bcc3mq3jt415tn0a5d866ep3":226},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":22,"identity":190,"isFallback":195,"parentExtension":196,"providers":197,"relations":202,"repo":204,"workflow":222},1778054663200.069,"k173s355bcc3mq3jt415tn0a5d866ep3",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Set up environment variables, .env files, and configuration management. Use when configuring environment variables, creating .env files, or managing app configuration.",{},"Environment Setup Wizard","https://github.com/onewave-ai/claude-skills/tree/HEAD/env-setup-wizard",[15,16,17,18,19,20,21],"configuration","environment-variables","env-files","typescript","zod","next-js","security",{"_creationTime":23,"_id":24,"extensionId":5,"locale":25,"result":26,"trustSignals":179,"workflow":188},1778055270278.1033,"kn7emdq2mq6sb7657wgzxa0qq5867qkc","en",{"checks":27,"evaluatedAt":169,"extensionSummary":170,"promptVersionExtension":171,"promptVersionScoring":172,"rationale":173,"score":174,"summary":175,"tags":176,"targetMarket":177,"tier":178},[28,33,36,39,43,46,51,55,58,61,65,69,72,76,79,82,85,88,91,94,98,102,106,111,115,118,121,124,128,131,134,137,140,143,147,150,153,156,159,162,166],{"category":29,"check":30,"severity":31,"summary":32},"Practical Utility","Problem relevance","pass","The description clearly names the problem of setting up environment variables, .env files, and configuration management.",{"category":29,"check":34,"severity":31,"summary":35},"Unique selling proposition","The skill provides a structured approach to environment setup, including file structure, template examples, and type-safe access with Zod, which goes beyond a simple prompt.",{"category":29,"check":37,"severity":31,"summary":38},"Production readiness","The skill covers the complete lifecycle of environment setup, from identifying variables to type-safe access and validation, making it suitable for production workflows.",{"category":40,"check":41,"severity":31,"summary":42},"Scope","Single responsibility principle","The extension focuses solely on environment variable and configuration management, aligning with its name and description.",{"category":40,"check":44,"severity":31,"summary":45},"Description quality","The description is concise, accurate, and directly reflects the functionality provided by the skill's documentation and code.",{"category":47,"check":48,"severity":49,"summary":50},"Invocation","Scoped tools","not_applicable","This skill does not expose any tools directly to the agent; its functionality is within the SKILL.md instructions and code examples.",{"category":52,"check":53,"severity":31,"summary":54},"Documentation","Configuration & parameter reference","The skill provides detailed documentation on environment variables, including examples for .env files, type-safe access using Zod, and security best practices.",{"category":40,"check":56,"severity":49,"summary":57},"Tool naming","This skill does not define explicit tools; therefore, tool naming conventions do not apply.",{"category":40,"check":59,"severity":49,"summary":60},"Minimal I/O surface","This skill does not expose tools with parameter schemas or response shapes; its output is primarily within the SKILL.md content.",{"category":62,"check":63,"severity":31,"summary":64},"License","License usability","The extension includes a standard MIT license file, which is a permissive open-source license.",{"category":66,"check":67,"severity":49,"summary":68},"Maintenance","Commit recency","The repository has no commit history provided for evaluation.",{"category":66,"check":70,"severity":31,"summary":71},"Dependency Management","The skill uses Zod and Next.js specific env setup, which are standard development dependencies with established management practices.",{"category":73,"check":74,"severity":31,"summary":75},"Security","Secret Management","The skill provides strong guidance on secret management, emphasizing never committing secrets to git, using separate values per environment, rotating secrets, and using secret managers.",{"category":73,"check":77,"severity":31,"summary":78},"Injection","The skill focuses on configuration and does not load or execute untrusted third-party data.",{"category":73,"check":80,"severity":31,"summary":81},"Transitive Supply-Chain Grenades","The skill does not fetch remote content or execute arbitrary code at runtime.",{"category":73,"check":83,"severity":31,"summary":84},"Sandbox Isolation","The skill's instructions and code examples focus on configuration management and do not involve file system operations outside of intended project structure.",{"category":73,"check":86,"severity":31,"summary":87},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided code snippets or instructions.",{"category":73,"check":89,"severity":31,"summary":90},"Data Exfiltration","The skill focuses on local configuration and does not include any instructions or code that would exfiltrate confidential data to a third party.",{"category":73,"check":92,"severity":31,"summary":93},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, invisible characters, or obfuscated instructions.",{"category":95,"check":96,"severity":31,"summary":97},"Hooks","Opaque code execution","The provided code snippets are standard TypeScript and Zod, with no obfuscation, base64 payloads, or runtime code fetching.",{"category":99,"check":100,"severity":31,"summary":101},"Portability","Structural Assumption","The skill provides a typical project structure and notes that .env files are git-ignored, making reasonable assumptions about project organization.",{"category":103,"check":104,"severity":49,"summary":105},"Trust","Issues Attention","No issue data available for evaluation.",{"category":107,"check":108,"severity":109,"summary":110},"Versioning","Release Management","warning","There is no manifest version declared in SKILL.md or other package metadata, and installation instructions in the README reference 'main' which prevents version pinning.",{"category":112,"check":113,"severity":31,"summary":114},"Code Execution","Validation","The skill explicitly uses Zod for schema validation of environment variables, ensuring type safety and constraint adherence.",{"category":73,"check":116,"severity":31,"summary":117},"Unguarded Destructive Operations","The skill is focused on configuration management and does not involve destructive operations.",{"category":112,"check":119,"severity":31,"summary":120},"Error Handling","The TypeScript examples demonstrate error handling using Zod's `safeParse` and `process.exit(1)` for invalid configurations, ensuring fail-closed behavior.",{"category":112,"check":122,"severity":49,"summary":123},"Logging","The skill is primarily instructional and does not perform actions that require a local audit log.",{"category":125,"check":126,"severity":31,"summary":127},"Compliance","GDPR","The skill deals with application configuration, not personal data, and thus does not pose GDPR risks.",{"category":125,"check":129,"severity":31,"summary":130},"Target market","The skill is a general programming utility applicable globally, with no specific regional logic or constraints detected.",{"category":99,"check":132,"severity":31,"summary":133},"Runtime stability","The skill's TypeScript code and Zod validation are portable across standard Node.js environments, with no OS-specific assumptions.",{"category":47,"check":135,"severity":31,"summary":136},"Precise Purpose","The description and SKILL.md clearly state the purpose (environment variable management) and provide context for use (configuring env vars, creating .env files).",{"category":47,"check":138,"severity":31,"summary":139},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and its use cases.",{"category":52,"check":141,"severity":31,"summary":142},"Concise Body","The SKILL.md body is well-structured, under 500 lines, and delegates detailed examples to code blocks within the markdown.",{"category":144,"check":145,"severity":31,"summary":146},"Context","Progressive Disclosure","The SKILL.md outlines the flow and includes code examples directly within the markdown, which is appropriate for this skill's scope.",{"category":144,"check":148,"severity":49,"summary":149},"Forked exploration","This skill is not an exploration or audit-style skill; it focuses on configuration setup.",{"category":29,"check":151,"severity":31,"summary":152},"Usage examples","The skill includes comprehensive, ready-to-use examples for .env file structure, type-safe access with Zod, and Next.js specific implementations.",{"category":29,"check":154,"severity":31,"summary":155},"Edge cases","The skill handles edge cases by using Zod for validation, explicitly mentioning failure modes for invalid environment variables and providing recovery steps (correcting env vars).",{"category":112,"check":157,"severity":49,"summary":158},"Tool Fallback","This skill does not rely on external tools like an MCP server; its functionality is self-contained within the provided code and instructions.",{"category":99,"check":160,"severity":31,"summary":161},"Stack assumptions","The skill assumes a Node.js environment and TypeScript, which are clearly implied by the provided code snippets and standard for modern web development.",{"category":163,"check":164,"severity":31,"summary":165},"Safety","Halt on unexpected state","The skill explicitly halts execution with an error message (via Zod validation and `process.exit(1)`) if environment variables are missing or malformed.",{"category":99,"check":167,"severity":31,"summary":168},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; its purpose is specific to environment setup.",1778054831977,"This skill provides a structured approach to setting up environment variables and managing .env files using best practices. It includes detailed instructions, file structure examples, and type-safe access patterns with Zod validation, ensuring robust configuration management.","2.0.0","3.4.0","The extension is well-documented, provides excellent examples, and implements robust validation using Zod, making it production-ready. The only minor issue is the lack of a declared version, which is a low-severity maintenance concern for an instructional skill.",96,"A comprehensive guide and set of examples for managing environment variables and application configuration.",[15,16,17,18,19,20,21],"global","verified",{"codeQuality":180,"collectedAt":181,"documentation":182,"maintenance":184,"security":185,"testCoverage":187},{},1778054817082,{"descriptionLength":183,"readmeSize":8},167,{},{"hasNpmPackage":186,"smitheryVerified":186},false,{"hasCi":186,"hasTests":186},{"updatedAt":189},1778055270278,{"githubOwner":191,"githubRepo":192,"locale":25,"slug":193,"type":194},"onewave-ai","claude-skills","env-setup-wizard","skill",true,null,{"extract":198,"llm":201},{"commitSha":199,"license":200},"eb3d80be32b6cafcf0d5df1c1b8a95df75838271","MIT",{"promptVersionExtension":171,"promptVersionScoring":172,"score":174,"targetMarket":177,"tier":178},{"repoId":203},"kd71e43dj0b7ak5e55pyshxp4n864t6p",{"_creationTime":205,"_id":203,"identity":206,"providers":208,"workflow":219},1777995558409.8716,{"githubOwner":191,"githubRepo":192,"sourceUrl":207},"https://github.com/onewave-ai/claude-skills",{"discover":209,"github":212},{"sources":210},[211],"skills-sh",{"closedIssues90d":8,"forks":213,"license":200,"openIssues90d":214,"pushedAt":215,"readmeSize":216,"stars":217,"topics":218},15,1,1775817251000,11706,113,[],{"discoverAt":220,"extractAt":221,"githubAt":221,"updatedAt":221},1777995558409,1778054678433,{"anyEnrichmentAt":223,"extractAt":224,"githubAt":223,"llmAt":189,"updatedAt":189},1778054667983,1778054663200,[],[227,252,280,310,342,374],{"_creationTime":228,"_id":229,"community":230,"display":231,"identity":238,"providers":240,"relations":246,"workflow":248},1778054586606.93,"k17b4ce2de5mf98x1ztf9gamm9867tya",{"reviewCount":8},{"description":232,"installMethods":233,"name":234,"sourceUrl":235,"tags":236},"Vercel utilities for working with related projects",{},"Vercel Related Projects","https://github.com/vercel/vercel/tree/HEAD/packages/related-projects",[237,18,16,15],"vercel",{"githubOwner":237,"githubRepo":237,"locale":25,"slug":239,"type":194},"vercel-related-projects",{"extract":241,"llm":244},{"commitSha":242,"license":243},"da93fccb68ef705f866ddb8d4ff596495589442a","Apache-2.0",{"promptVersionExtension":171,"promptVersionScoring":172,"score":245,"targetMarket":177,"tier":178},98,{"repoId":247},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":249,"extractAt":250,"githubAt":249,"llmAt":251,"updatedAt":251},1778054590995,1778054586606,1778054733091,{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":266,"providers":270,"relations":274,"workflow":276},1778054432207.5422,"k178t7t7ek2kr53kqyz2tn8m4x867gmh",{"reviewCount":8},{"description":257,"installMethods":258,"name":259,"sourceUrl":260,"tags":261},"Manage OpenClaw bot configuration - channels, agents, security, and autopilot settings",{},"OpenClaw Config","https://github.com/adisinghstudent/easyclaw/tree/HEAD/skills/openclaw-config",[262,263,15,264,18,265],"openclaw","agent","troubleshooting","devops",{"githubOwner":267,"githubRepo":268,"locale":25,"slug":269,"type":194},"adisinghstudent","easyclaw","openclaw-config",{"extract":271,"llm":273},{"commitSha":272,"license":200},"2a938af22323bcc822625828f6303cb75690e7c7",{"promptVersionExtension":171,"promptVersionScoring":172,"score":245,"targetMarket":177,"tier":178},{"repoId":275},"kd7fy171w716bjdays4yawdj91865292",{"anyEnrichmentAt":277,"extractAt":278,"githubAt":277,"llmAt":279,"updatedAt":279},1778054432549,1778054432207,1778054457102,{"_creationTime":281,"_id":282,"community":283,"display":284,"identity":297,"providers":300,"relations":304,"workflow":306},1778053622473.6643,"k17f5hrarp9sdrp97g8sa1e9cn8662nk",{"reviewCount":8},{"description":285,"installMethods":286,"name":287,"sourceUrl":288,"tags":289},"Diagnose devcontainer configuration problems and guide development environment setup. This skill should be used when the user asks to 'set up devcontainer', 'fix container startup', 'configure VS Code dev container', 'Codespaces setup', or has Docker development environment issues. Keywords: devcontainer, docker, VS Code, Codespaces, container, development environment, Dockerfile.",{},"Devcontainer Diagnostic","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/tooling/devcontainer",[290,291,292,293,294,15,295,18,296],"devcontainer","docker","vscode","codespaces","development-environment","diagnostic","deno",{"githubOwner":298,"githubRepo":299,"locale":25,"slug":290,"type":194},"jwynia","agent-skills",{"extract":301,"llm":303},{"commitSha":302,"license":200},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":171,"promptVersionScoring":172,"score":245,"targetMarket":177,"tier":178},{"repoId":305},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":307,"extractAt":308,"githubAt":307,"llmAt":309,"updatedAt":309},1778053625386,1778053622473,1778054012696,{"_creationTime":311,"_id":312,"community":313,"display":314,"identity":327,"providers":331,"relations":336,"workflow":338},1778053327521.5854,"k173mf9c7ngbg6cmzafxv61shx86650b",{"reviewCount":8},{"description":315,"installMethods":316,"name":317,"sourceUrl":318,"tags":319},"Modern web development expertise covering React, Node.js, databases, and full-stack architecture. Use when: building web applications, developing APIs, creating frontends, setting up databases, deploying web apps, or when user mentions React, Next.js, Express, REST API, GraphQL, MongoDB, PostgreSQL, or full-stack development.",{},"Full-Stack Developer","https://github.com/shubhamsaboo/awesome-llm-apps/tree/HEAD/awesome_agent_skills/fullstack-developer",[320,321,322,323,18,324,325,20,326,19],"full-stack","web-development","react","node-js","databases","api","prisma",{"githubOwner":328,"githubRepo":329,"locale":25,"slug":330,"type":194},"shubhamsaboo","awesome-llm-apps","fullstack-developer",{"extract":332,"llm":334},{"commitSha":333,"license":200},"a35897449fe8b0fab12e8f0fd9f2e2a40e872ab7",{"promptVersionExtension":171,"promptVersionScoring":172,"score":335,"targetMarket":177,"tier":178},95,{"repoId":337},"kd73kvct1kme7748mpsbddhhmx865wd3",{"anyEnrichmentAt":339,"extractAt":340,"githubAt":339,"llmAt":341,"updatedAt":341},1778053329769,1778053327521,1778053376632,{"_creationTime":343,"_id":344,"community":345,"display":346,"identity":356,"providers":360,"relations":367,"workflow":369},1777995614337.9844,"k17f0xfg2pkfqd1p5jjzh8sswh8645px",{"reviewCount":8},{"description":347,"installMethods":348,"name":349,"sourceUrl":350,"tags":351},"Scaffold an editable Tandem control panel app",{},"Tandem Panel Scaffold","https://github.com/frumu-ai/tandem/tree/HEAD/packages/create-tandem-panel",[352,353,322,18,354,355],"scaffolding","cli","vite","ui",{"githubOwner":357,"githubRepo":358,"locale":25,"slug":359,"type":194},"frumu-ai","tandem","create-tandem-panel",{"extract":361,"llm":364,"smithery":366},{"commitSha":362,"license":363},"25c8ae7c2f8b20d576a2b8d44946ac2e0ff9408d","MIT OR Apache-2.0",{"promptVersionExtension":171,"promptVersionScoring":172,"score":365,"targetMarket":177,"tier":178},100,{"qualityScore":8,"totalActivations":8,"uniqueUsers":8,"useCount":8,"verified":186},{"repoId":368},"kd72pd305er4m7vecv9p6mnd4s865kea",{"anyEnrichmentAt":370,"extractAt":371,"githubAt":372,"llmAt":373,"smitheryAt":370,"updatedAt":373},1777995723550,1777995614338,1777995614791,1777995897177,{"_creationTime":375,"_id":376,"community":377,"display":378,"identity":387,"providers":390,"relations":395,"workflow":397},1778054425877.1958,"k171ck7gyw157xcvkrk6k0r9y1866w01",{"reviewCount":8},{"description":379,"name":380,"sourceUrl":381,"tags":382},"ESLint rules for React Hooks","ESLint Plugin React Hooks","https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks",[322,383,384,385,386,18],"eslint","linting","hooks","javascript",{"githubOwner":388,"githubRepo":322,"locale":25,"slug":389,"type":194},"facebook","eslint-plugin-react-hooks",{"extract":391,"llm":393},{"commitSha":392,"license":200},"9635257c1b557acc81f95b1e974a54c752e703a2",{"promptVersionExtension":171,"promptVersionScoring":172,"score":394,"targetMarket":177,"tier":178},99,{"repoId":396},"kd73v9dy7vwq94hgzc7eh43b9s865rhq",{"anyEnrichmentAt":398,"extractAt":399,"githubAt":398,"llmAt":400,"updatedAt":400},1778054428301,1778054425877,1778054588390]