[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-jwynia-brainstorming-fr":3,"guides-for-jwynia-brainstorming":224,"similar-k17c3mvzt73w4jyjk9e5pczvsd866vcs":225},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":191,"isFallback":195,"parentExtension":196,"providers":197,"relations":201,"repo":203,"workflow":221},1778053622473.6511,"k17c3mvzt73w4jyjk9e5pczvsd866vcs",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Expand seeds and escape convergent ideation. Use when you have the start of an idea and want to grow it, when brainstorming produces the same ideas every time, or when you need to explore possibility space.",{},"Brainstorming","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/ideation/brainstorming",[15,16,17,18,19,20],"ideation","creativity","brainstorming","deno","scripting","utility",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":179,"workflow":189},1778054012696.9812,"kn7cd0xqjzh7bc3ctzrv8a5me5866wdj","en",{"checks":26,"evaluatedAt":169,"extensionSummary":170,"promptVersionExtension":171,"promptVersionScoring":172,"rationale":173,"score":174,"summary":175,"tags":176,"targetMarket":177,"tier":178},[27,32,35,38,42,45,50,54,57,60,64,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":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly names the user problem of convergent ideation and the need to expand ideas or escape ruts.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The skill offers distinct protocols (Escape Velocity, Seed Expansion) and tools (constraint-entropy.ts) that go beyond basic brainstorming, providing a structured approach to divergent thinking.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The skill is well-documented with clear protocols, states, and an example interaction, and includes a utility script for generating constraints, making it ready for use.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill is focused on ideation and divergent thinking, providing structured methods and tools to expand ideas or escape convergent thinking without extending into unrelated domains.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description is concise, accurate, and clearly explains the purpose of expanding seeds and escaping convergent ideation, aligning well with the skill's documented capabilities.",{"category":46,"check":47,"severity":48,"summary":49},"Invocation","Scoped tools","not_applicable","The skill does not expose specific tools but rather provides a structured process and a utility script. The script is a well-scoped utility for constraint generation.",{"category":51,"check":52,"severity":48,"summary":53},"Documentation","Configuration & parameter reference","The skill does not have explicit configuration parameters or env vars; its operation is driven by the provided SKILL.md instructions and a single utility script.",{"category":39,"check":55,"severity":48,"summary":56},"Tool naming","The skill does not expose user-facing tools with distinct names.",{"category":39,"check":58,"severity":48,"summary":59},"Minimal I/O surface","The skill operates primarily through instructions and text generation, without exposing specific tools with complex input/output schemas.",{"category":61,"check":62,"severity":30,"summary":63},"License","License usability","The extension is licensed under MIT, a permissive open-source license, clearly indicated in the SKILL.md frontmatter and .gitignore.",{"category":65,"check":66,"severity":67,"summary":68},"Maintenance","Commit recency","warning","No commits were found in the last 90 days, and the last commit on the default branch is not available, suggesting potential lack of recent maintenance.",{"category":65,"check":70,"severity":48,"summary":71},"Dependency Management","The skill primarily uses Deno and its own script, with no external 3rd party dependencies that require active management or vulnerability checks.",{"category":73,"check":74,"severity":48,"summary":75},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":73,"check":77,"severity":30,"summary":78},"Injection","The skill focuses on text generation and structured thinking processes, and does not load or execute external data that could be untrusted.",{"category":73,"check":80,"severity":30,"summary":81},"Transitive Supply-Chain Grenades","The skill is self-contained within its repository and does not fetch external content or execute arbitrary code at runtime.",{"category":73,"check":83,"severity":30,"summary":84},"Sandbox Isolation","The skill operates within its defined scope and does not attempt to access or modify files outside of its project directory.",{"category":73,"check":86,"severity":30,"summary":87},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided scripts.",{"category":73,"check":89,"severity":30,"summary":90},"Data Exfiltration","The skill does not make any outbound network calls or reference confidential data.",{"category":73,"check":92,"severity":30,"summary":93},"Hidden Text Tricks","The bundled files are free of hidden-steering tricks, control characters, or invisible Unicode sequences.",{"category":95,"check":96,"severity":30,"summary":97},"Hooks","Opaque code execution","The provided script (constraint-entropy.ts) is plain, readable Typescript and is not obfuscated or dynamically fetched.",{"category":99,"check":100,"severity":48,"summary":101},"Portability","Structural Assumption","The skill makes no assumptions about the user's project file layout; it operates within its own documented structure and generates text.",{"category":103,"check":104,"severity":48,"summary":105},"Trust","Issues Attention","No issues data is available for evaluation.",{"category":107,"check":108,"severity":109,"summary":110},"Versioning","Release Management","info","A version ('1.1') is declared in the SKILL.md frontmatter, but there are no GitHub releases or CHANGELOG, and the version is low.",{"category":112,"check":113,"severity":48,"summary":114},"Code Execution","Validation","The skill's primary operation is text generation based on instructions and its utility script. There are no complex input arguments that require validation beyond basic script argument parsing.",{"category":73,"check":116,"severity":48,"summary":117},"Unguarded Destructive Operations","The skill is analytical and generative; it does not perform any destructive operations.",{"category":112,"check":119,"severity":30,"summary":120},"Error Handling","The provided Deno script includes basic error handling for file loading and argument parsing, and Deno itself provides robust runtime error management.",{"category":112,"check":122,"severity":48,"summary":123},"Logging","The skill is designed to be analytical and generative, not to perform actions that require logging to a local audit file.",{"category":125,"check":126,"severity":30,"summary":127},"Compliance","GDPR","The skill does not process or store any personal data; it operates on abstract concepts and user-provided prompts.",{"category":125,"check":129,"severity":30,"summary":130},"Target market","The skill is general-purpose and does not contain any regional signals, making it globally applicable.",{"category":99,"check":132,"severity":30,"summary":133},"Runtime stability","The skill's script uses Deno, which is cross-platform. The SKILL.md instructions are text-based and not tied to specific OS or shell features.",{"category":46,"check":135,"severity":30,"summary":136},"Precise Purpose","The description and SKILL.md clearly define the purpose of expanding ideas and escaping convergent thinking, with specific states and protocols described.",{"category":46,"check":138,"severity":30,"summary":139},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and domain.",{"category":51,"check":141,"severity":30,"summary":142},"Concise Body","The SKILL.md body is well-structured and remains under the recommended line limit, with external references for the utility script.",{"category":144,"check":145,"severity":30,"summary":146},"Context","Progressive Disclosure","The skill's main SKILL.md file is concise, and the primary external material (constraint data) is in a separate JSON file, demonstrating progressive disclosure.",{"category":144,"check":148,"severity":48,"summary":149},"Forked exploration","The skill is not designed for deep code review or extensive exploration that would necessitate a forked context.",{"category":28,"check":151,"severity":30,"summary":152},"Usage examples","The SKILL.md provides a detailed example interaction demonstrating how to use the skill and its protocols, including the utility script.",{"category":28,"check":154,"severity":30,"summary":155},"Edge cases","The SKILL.md documents various states (Stuck, Seed, Unclear) and failure modes within those states, offering specific interventions for each.",{"category":112,"check":157,"severity":48,"summary":158},"Tool Fallback","The skill does not rely on external tools like MCP servers and does not require fallbacks.",{"category":99,"check":160,"severity":30,"summary":161},"Stack assumptions","The skill explicitly states it uses Deno for its script and provides clear instructions for running it, declaring its runtime surface.",{"category":163,"check":164,"severity":30,"summary":165},"Safety","Halt on unexpected state","The skill's instructions guide the user through diagnosing states and applying specific protocols, implicitly halting irrelevant exploration and focusing on the diagnosed need.",{"category":99,"check":167,"severity":30,"summary":168},"Cross-skill coupling","The skill is self-contained and focuses on ideation; it does not implicitly rely on or reference other specific skills.",1778053819653,"This skill provides structured methods like 'Escape Velocity Protocol' and 'Seed Expansion Protocol' to help users generate novel ideas. It includes diagnostic steps to identify the user's starting point (Stuck, Seed, Unclear) and guides them through phases like Default Enumeration, Function Extraction, and Entropy Injection using a provided Deno script.","2.0.0","3.4.0","The skill is exceptionally well-documented, providing clear protocols, states, and examples for divergent thinking. It includes a useful utility script and adheres to best practices in scope, security, and portability. The only minor detraction is the lack of recent commits.",93,"A comprehensive skill for structured ideation, enabling users to expand ideas and escape convergent thinking through well-defined protocols and a supporting utility script.",[15,16,17,18,19,20],"global","verified",{"codeQuality":180,"collectedAt":181,"documentation":182,"maintenance":184,"security":185,"testCoverage":188},{},1778053807398,{"descriptionLength":183,"readmeSize":8},206,{},{"hasNpmPackage":186,"license":187,"smitheryVerified":186},false,"MIT",{"hasCi":186,"hasTests":186},{"updatedAt":190},1778054012696,{"githubOwner":192,"githubRepo":193,"locale":24,"slug":17,"type":194},"jwynia","agent-skills","skill",true,null,{"extract":198,"llm":200},{"commitSha":199,"license":187},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":171,"promptVersionScoring":172,"score":174,"targetMarket":177,"tier":178},{"repoId":202},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"_creationTime":204,"_id":202,"identity":205,"providers":207,"workflow":218},1777995558409.897,{"githubOwner":192,"githubRepo":193,"sourceUrl":206},"https://github.com/jwynia/agent-skills",{"discover":208,"github":211},{"sources":209},[210],"skills-sh",{"closedIssues90d":8,"forks":212,"openIssues90d":213,"pushedAt":214,"readmeSize":215,"stars":216,"topics":217},10,2,1771900514000,11924,70,[],{"discoverAt":219,"extractAt":220,"githubAt":220,"updatedAt":220},1777995558409,1778053628601,{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190},1778053625386,1778053622473,[],[226,246,268,290,311,340],{"_creationTime":227,"_id":228,"community":229,"display":230,"identity":239,"providers":240,"relations":244,"workflow":245},1778053622473.6516,"k179hzv20wer8hscnmmkfq98m1866qr5",{"reviewCount":8},{"description":231,"installMethods":232,"name":233,"sourceUrl":234,"tags":235},"Diagnose why names don't work and guide creation of names that do. Use for brand names, product names, character names, place names, and titles when something feels off or when systematic naming is needed.",{},"Naming","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/ideation/naming",[15,236,16,237,238],"naming","branding","writing",{"githubOwner":192,"githubRepo":193,"locale":24,"slug":236,"type":194},{"extract":241,"llm":242},{"commitSha":199,"license":187},{"promptVersionExtension":171,"promptVersionScoring":172,"score":243,"targetMarket":177,"tier":178},98,{"repoId":202},{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190},{"_creationTime":247,"_id":248,"community":249,"display":250,"identity":260,"providers":262,"relations":266,"workflow":267},1778053622473.6292,"k171g26s2gsq0dq3e7vy9byet5867z5x",{"reviewCount":8},{"description":251,"installMethods":252,"name":253,"sourceUrl":254,"tags":255},"Transform predictable story elements into fresh, original versions. Use when something feels generic, when feedback says \"I've seen this before,\" when elements orbit the protagonist too conveniently, or when you want to make a familiar trope feel new. Applies the 8-step CTF process and Orthogonality Principle.",{},"Cliché Transcendence","https://github.com/jwynia/agent-skills/tree/HEAD/skills/creative/fiction/craft/cliche-transcendence",[256,238,16,257,258,18,259],"fiction","storytelling","cliche","typescript",{"githubOwner":192,"githubRepo":193,"locale":24,"slug":261,"type":194},"cliche-transcendence",{"extract":263,"llm":264},{"commitSha":199,"license":187},{"promptVersionExtension":171,"promptVersionScoring":172,"score":265,"targetMarket":177,"tier":178},95,{"repoId":202},{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190},{"_creationTime":269,"_id":270,"community":271,"display":272,"identity":283,"providers":285,"relations":288,"workflow":289},1778053622473.6545,"k17bg3s56y3e5ysq8gxsjyb6q98661t4",{"reviewCount":8},{"description":273,"installMethods":274,"name":275,"sourceUrl":276,"tags":277},"Integrate installed skill usage guidance into project CLAUDE.md/AGENTS.md based on project context. Use when skills are installed but agents don't know when to use them, when setting up a new project with skills, or when updating guidance after adding skills.",{},"Skill Integrator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/general/meta/skill-integrator",[278,279,280,281,282,20,259,18],"documentation","meta","skills","infrastructure","automation",{"githubOwner":192,"githubRepo":193,"locale":24,"slug":284,"type":194},"skill-integrator",{"extract":286,"llm":287},{"commitSha":199,"license":187},{"promptVersionExtension":171,"promptVersionScoring":172,"score":265,"targetMarket":177,"tier":178},{"repoId":202},{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190},{"_creationTime":291,"_id":292,"community":293,"display":294,"identity":302,"providers":304,"relations":309,"workflow":310},1778053622473.6199,"k17cq5j13g312t1gm87yvr7xy9866wt9",{"reviewCount":8},{"description":295,"installMethods":296,"name":297,"sourceUrl":298,"tags":299},"Build comprehensive randomization lists for creative entropy. Use when you need to create or expand lists of story elements (professions, locations, objects, names, etc.) for use with entropy tools. Leverages research sources like Kiwix/Wikipedia to build lists with good variety and size.",{},"List Builder","https://github.com/jwynia/agent-skills/tree/HEAD/skills/creative/fiction/application/list-builder",[16,256,300,301,18,259],"list-building","randomization",{"githubOwner":192,"githubRepo":193,"locale":24,"slug":303,"type":194},"list-builder",{"extract":305,"llm":306},{"commitSha":199,"license":187},{"promptVersionExtension":171,"promptVersionScoring":172,"score":307,"targetMarket":177,"tier":308},78,"evaluated",{"repoId":202},{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190},{"_creationTime":312,"_id":313,"community":314,"display":315,"identity":326,"providers":328,"relations":334,"workflow":336},1778054586606.9207,"k17dgzjgvsrbv3nsbp0kz4c1ax8665ww",{"reviewCount":8},{"description":316,"installMethods":317,"name":318,"sourceUrl":319,"tags":320},"Vercel filesystem detectors",{},"Vercel Filesystem Detectors","https://github.com/vercel/vercel/tree/HEAD/packages/fs-detectors",[321,322,323,324,325,20],"vercel","build-system","framework-detection","monorepo","cli",{"githubOwner":321,"githubRepo":321,"locale":24,"slug":327,"type":194},"vercel-fs-detectors",{"extract":329,"llm":332},{"commitSha":330,"license":331},"da93fccb68ef705f866ddb8d4ff596495589442a","Apache-2.0",{"promptVersionExtension":171,"promptVersionScoring":172,"score":333,"targetMarket":177,"tier":178},100,{"repoId":335},"kd70sna36fh1a450f5r7e0f8p986555e",{"anyEnrichmentAt":337,"extractAt":338,"githubAt":337,"llmAt":339,"updatedAt":339},1778054590995,1778054586606,1778054733091,{"_creationTime":341,"_id":342,"community":343,"display":344,"identity":363,"providers":365,"relations":369,"workflow":370},1778053622473.6697,"k171f477n3e7072bp8naebmft986757y",{"reviewCount":8},{"description":345,"installMethods":346,"name":347,"sourceUrl":348,"tags":349},"Create distinctive, production-grade frontend interfaces with high design quality. Provides analysis tools for auditing existing designs and generation tools for creating color palettes, typography systems, design tokens, and component templates. Supports React, Vue, Svelte, and vanilla HTML/CSS. Use when building web components, pages, or applications. Keywords: design, UI, frontend, CSS, components, palette, typography, tokens, accessibility.",{},"Frontend Design","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/frontend/design/frontend-design",[350,351,352,353,354,355,356,357,358,359,360,361,362,18],"design","ui","frontend","css","components","palette","typography","tokens","accessibility","react","vue","svelte","html",{"githubOwner":192,"githubRepo":193,"locale":24,"slug":364,"type":194},"frontend-design",{"extract":366,"llm":367},{"commitSha":199,"license":187},{"promptVersionExtension":171,"promptVersionScoring":172,"score":368,"targetMarket":177,"tier":178},99,{"repoId":202},{"anyEnrichmentAt":222,"extractAt":223,"githubAt":222,"llmAt":190,"updatedAt":190}]