[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-ReScienceLab-logo-creator-en":3,"guides-for-ReScienceLab-logo-creator":743,"similar-k17bpz40kcwsck9emtsjdrm8v986nzwa-en":744},{"_creationTime":4,"_id":5,"children":6,"community":45,"display":46,"evaluation":49,"identity":283,"isFallback":278,"parentExtension":285,"providers":316,"relations":320,"repo":321,"tags":741,"workflow":742},1778696505500.004,"k17bpz40kcwsck9emtsjdrm8v986nzwa",[7],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":24,"relations":39,"tags":41,"workflow":42},1778696505500.007,"k1773jjgm5ekq208tc5qn4dj7h86njza",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG. Use when user wants to create a logo, icon, favicon, brand mark, mascot, emblem, or design a logo.",{"claudeCode":15},"ReScienceLab/opc-skills","logo-creator","https://github.com/ReScienceLab/opc-skills",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":23},"skills/logo-creator","ReScienceLab","opc-skills","en","skill",{"evaluate":25,"extract":37},{"promptVersionExtension":26,"promptVersionScoring":27,"score":28,"tags":29,"targetMarket":35,"tier":36},"3.0.0","4.4.0",95,[30,31,32,33,34],"logo-creation","ai-image-generation","graphic-design","svg","png","global","community",{"commitSha":38},"HEAD",{"parentExtensionId":5,"repoId":40},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[31,32,30,34,33],{"evaluatedAt":43,"extractAt":44,"updatedAt":43},1778696807841,1778696505500,{"reviewCount":11},{"description":47,"installMethods":48,"name":16,"sourceUrl":17},"Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.",{"claudeCode":16},{"_creationTime":50,"_id":51,"extensionId":5,"locale":22,"result":52,"trustSignals":264,"workflow":281},1778696587402.168,"kn799ahvmnt8x35x82hex3zha186nbhv",{"checks":53,"evaluatedAt":238,"extensionSummary":239,"features":240,"nonGoals":246,"promptVersionExtension":26,"promptVersionScoring":27,"purpose":250,"rationale":251,"score":252,"summary":253,"tags":254,"targetMarket":35,"tier":36,"useCases":259},[54,59,62,65,69,72,77,82,85,88,92,96,100,104,107,110,113,116,119,122,126,130,134,138,142,145,148,151,155,158,161,164,167,170,173,177,181,185,188,192,195,198,201,204,206,209,212,215,217,220,224,227,230,234],{"category":55,"check":56,"severity":57,"summary":58},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating logos using AI image generation and outlines the iterative process involved.",{"category":55,"check":60,"severity":57,"summary":61},"Unique selling proposition","The skill offers value beyond a simple prompt by integrating multiple steps: AI generation, discussion of style/ratio, iteration, cropping, background removal, and SVG export, which is more than a thin wrapper.",{"category":55,"check":63,"severity":57,"summary":64},"Production readiness","The skill covers the complete lifecycle from initial concept to final asset export, including necessary prerequisites and file management, making it ready for real workflows.",{"category":66,"check":67,"severity":57,"summary":68},"Scope","Single responsibility principle","The skill is focused on the domain of AI logo creation, with all its sub-components directly supporting this core function.",{"category":66,"check":70,"severity":57,"summary":71},"Description quality","The displayed description accurately reflects the capabilities detailed in the SKILL.md, covering AI image generation, iteration, and export formats.",{"category":73,"check":74,"severity":75,"summary":76},"Invocation","Scoped tools","not_applicable","This is a plugin, and the tool scope is evaluated at the skill level. The plugin itself does not expose tools directly.",{"category":78,"check":79,"severity":80,"summary":81},"Documentation","Configuration & parameter reference","warning","The SKILL.md lists required API keys and their sources, but does not explicitly state default values for any parameters or detail precedence orders for configuration.",{"category":66,"check":83,"severity":75,"summary":84},"Tool naming","This is a plugin, and tool naming is evaluated at the skill level. The plugin itself does not expose tools directly.",{"category":66,"check":86,"severity":75,"summary":87},"Minimal I/O surface","This is a plugin, and I/O surface is evaluated at the skill level. The plugin itself does not expose tools directly.",{"category":89,"check":90,"severity":57,"summary":91},"License","License usability","The license is MIT, a permissive open-source license, declared via the plugin.json and LICENSE file.",{"category":93,"check":94,"severity":57,"summary":95},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is recent.",{"category":93,"check":97,"severity":98,"summary":99},"Dependency Management","info","The plugin lists a dependency on the 'nanobanana' skill, but there are no explicit measures mentioned for updating or merging dependencies.",{"category":101,"check":102,"severity":80,"summary":103},"Security","Secret Management","The SKILL.md lists required API keys that need to be set in the environment, but does not specify how these secrets are handled or if they are stored securely by the plugin.",{"category":101,"check":105,"severity":57,"summary":106},"Injection","The skill processes external data for logo generation and relies on bundled scripts, implying data is treated as input rather than instructions. No explicit clauses for untrusted content were found, but no warning signs were present.",{"category":101,"check":108,"severity":57,"summary":109},"Transitive Supply-Chain Grenades","The skill utilizes bundled scripts and a dependency on another skill ('nanobanana'), with no indication of runtime downloads or remote code execution.",{"category":101,"check":111,"severity":57,"summary":112},"Sandbox Isolation","The skill operates within its designated output directory (`.skill-archive/logo-creator/`) and uses relative paths for its operations, adhering to sandbox isolation principles.",{"category":101,"check":114,"severity":57,"summary":115},"Sandbox escape primitives","The bundled scripts appear to be standard Python and do not contain primitives for sandbox escape such as detached process spawns or retry loops.",{"category":101,"check":117,"severity":57,"summary":118},"Data Exfiltration","The skill requires API keys for external services but there is no indication that confidential data is being exfiltrated or submitted to third parties without user interaction.",{"category":101,"check":120,"severity":57,"summary":121},"Hidden Text Tricks","The README and SKILL.md files are free of hidden text tricks, unusual Unicode characters, or other obfuscation techniques.",{"category":123,"check":124,"severity":57,"summary":125},"Hooks","Opaque code execution","The bundled scripts are plain Python and readable, with no indication of obfuscation, base64 payloads, or runtime fetching of executable code.",{"category":127,"check":128,"severity":57,"summary":129},"Portability","Structural Assumption","The skill specifies output to a predictable directory structure within `.skill-archive` and provides clear examples, making it portable across different user project layouts.",{"category":131,"check":132,"severity":57,"summary":133},"Trust","Issues Attention","There are 0 issues opened and 3 closed in the last 90 days, indicating active maintenance and issue resolution.",{"category":135,"check":136,"severity":57,"summary":137},"Versioning","Release Management","The plugin.json includes a `version: '1.0.0'` field, and the repository has a LICENSE file and README which suggests structured release practices.",{"category":139,"check":140,"severity":80,"summary":141},"Code Execution","Validation","The SKILL.md outlines prompt patterns and arguments for scripts but does not specify the use of a schema library for input validation or sanitization.",{"category":101,"check":143,"severity":57,"summary":144},"Unguarded Destructive Operations","The skill generates files within a designated output directory and does not appear to perform destructive operations without user interaction or clear output specifications.",{"category":139,"check":146,"severity":57,"summary":147},"Error Handling","The SKILL.md describes a multi-step workflow with clear instructions and expected outputs, implying a structured approach to error handling, though specific error codes are not detailed.",{"category":139,"check":149,"severity":98,"summary":150},"Logging","The skill specifies saving generated files to a structured directory within `.skill-archive`, which can serve as a form of audit log, but no explicit audit logging mechanism is described.",{"category":152,"check":153,"severity":75,"summary":154},"Compliance","GDPR","The skill operates on user-provided prompts and generates images; it does not appear to process personal data that would require specific GDPR sanitization.",{"category":152,"check":156,"severity":57,"summary":157},"Target market","The extension is focused on a universal task (logo creation) and does not exhibit any language or jurisdiction-specific constraints, thus `targetMarket` is global.",{"category":127,"check":159,"severity":57,"summary":160},"Runtime stability","The skill uses standard Python scripts and relies on external API keys, with no apparent assumptions about specific operating systems, shells, or editors.",{"category":78,"check":162,"severity":57,"summary":163},"README","The README file is comprehensive, clearly stating the extension's purpose, installation instructions, and listing included skills.",{"category":66,"check":165,"severity":75,"summary":166},"Tool surface size","This is a plugin and the evaluation of tool surface size is done at the skill level. The plugin itself does not expose tools directly.",{"category":73,"check":168,"severity":75,"summary":169},"Overlapping near-synonym tools","This is a plugin and the evaluation of overlapping tools is done at the skill level. The plugin itself does not expose tools directly.",{"category":78,"check":171,"severity":57,"summary":172},"Phantom features","All features mentioned in the README and plugin.json, such as AI image generation, cropping, and SVG export, correspond to implemented functionality described in the SKILL.md.",{"category":174,"check":175,"severity":57,"summary":176},"Install","Installation instruction","The README provides clear installation instructions for both Claude Code marketplace and universal installation, including copy-paste examples and dependency management.",{"category":178,"check":179,"severity":98,"summary":180},"Errors","Actionable error messages","The SKILL.md outlines the workflow steps and expected outputs, implying error handling, but does not explicitly detail actionable error messages or links for remediation.",{"category":182,"check":183,"severity":98,"summary":184},"Execution","Pinned dependencies","The plugin declares a dependency on the 'nanobanana' skill, but there is no explicit mention of pinned versions or lockfiles for these dependencies.",{"category":66,"check":186,"severity":98,"summary":187},"Dry-run preview","The skill generates files but does not explicitly offer a `--dry-run` mode for previewing the intended output or generated assets before performing the action.",{"category":189,"check":190,"severity":75,"summary":191},"Protocol","Idempotent retry & timeouts","The skill's operations are primarily file generation and API calls, and there's no explicit indication of mutations requiring idempotency or hard timeouts on calls.",{"category":152,"check":193,"severity":57,"summary":194},"Telemetry opt-in","There is no mention of telemetry being collected by this plugin or its associated skills.",{"category":73,"check":196,"severity":75,"summary":197},"Name collisions","This plugin defines a single skill ('logo-creator') and does not appear to have naming conflicts with built-in Claude Code commands or other skills within the same plugin.",{"category":73,"check":199,"severity":75,"summary":200},"Hooks-off mechanism","This plugin does not appear to implement any hooks that would require a hooks-off mechanism.",{"category":73,"check":202,"severity":75,"summary":203},"Hook matcher tightness","This plugin does not appear to implement any hooks.",{"category":101,"check":205,"severity":75,"summary":203},"Hook security",{"category":123,"check":207,"severity":75,"summary":208},"Silent prompt rewriting","This plugin does not appear to implement any `UserPromptSubmit` hooks.",{"category":101,"check":210,"severity":75,"summary":211},"Permission Hook","This plugin does not appear to implement any `PermissionRequest` hooks.",{"category":152,"check":213,"severity":75,"summary":214},"Hook privacy","This plugin does not appear to implement any hooks that handle logging or telemetry.",{"category":139,"check":216,"severity":75,"summary":203},"Hook dependency",{"category":78,"check":218,"severity":57,"summary":219},"Feature Transparency","The README clearly outlines the capabilities of the logo-creator skill, and the plugin.json lists the skill. No hooks are declared.",{"category":221,"check":222,"severity":57,"summary":223},"Convention","Layout convention adherence","The plugin structure follows conventions with `.claude-plugin/plugin.json` and the skill scripts are located appropriately. There is no `bin/` directory.",{"category":221,"check":225,"severity":57,"summary":226},"Plugin state","The skill specifies output to a directory within `.skill-archive`, which is a reasonable location for generated assets and should be managed by the user.",{"category":101,"check":228,"severity":80,"summary":229},"Keychain-stored secrets","The SKILL.md lists API keys as environment variables, but the `plugin.json` does not declare these as `sensitive: true` in `userConfig`, implying they might be stored in plain text settings.",{"category":231,"check":232,"severity":57,"summary":233},"Dependencies","Tagged release sourcing","The plugin declares a dependency on the 'nanobanana' skill, which is part of the same repository and thus sourced directly from the tagged release.",{"category":235,"check":236,"severity":57,"summary":237},"Installation","Clean uninstall","The plugin does not appear to install any background daemons or persistent services that would survive an uninstall.",1778696587287,"This plugin provides a skill for creating logos using AI image generation. It guides users through style discussions, generates variations, allows for iteration based on feedback, and includes tools for cropping, background removal, and SVG export.",[241,242,243,244,245],"AI logo generation with style/ratio discussion","Iterative logo design and variation generation","Automated cropping and background removal","Export to SVG format","Organized file output in a dedicated directory",[247,248,249],"Complex graphic design editing beyond cropping and background removal","Providing a full-featured design suite","Generating logos without user input or feedback","To empower users to easily create professional logos through an AI-driven, iterative design process without requiring deep design expertise.","The extension is well-documented, production-ready, and has a clear purpose with a defined workflow. Minor issues relate to the lack of explicit parameter defaults and secure secret handling for API keys.",92,"A high-quality plugin for AI-powered logo creation with comprehensive workflow and iteration support.",[255,256,257,33,258],"logo","design","image-generation","ai",[260,261,262,263],"Creating logos for new projects or brands","Designing favicons, mascots, or emblems","Iterating on logo designs with AI assistance","Generating multiple logo options for review",{"codeQuality":265,"collectedAt":267,"documentation":268,"maintenance":271,"security":277,"testCoverage":280},{"hasLockfile":266},true,1778696570603,{"descriptionLength":269,"readmeSize":270},153,8157,{"closedIssues90d":272,"forks":273,"hasChangelog":266,"manifestVersion":274,"openIssues90d":11,"pushedAt":275,"stars":276},3,97,"1.0.0",1778656415000,858,{"hasNpmPackage":278,"license":279,"smitheryVerified":278},false,"MIT",{"hasCi":266,"hasTests":278},{"updatedAt":282},1778696587402,{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":16,"type":284},"plugin",{"_creationTime":286,"_id":287,"community":288,"display":289,"identity":292,"parentExtension":295,"providers":296,"relations":312,"tags":313,"workflow":314},1778696505500.0032,"k17agfyzmts45g65m489121e9n86njbk",{"reviewCount":11},{"description":290,"installMethods":291,"name":21,"sourceUrl":17},"Agent Skills for One Person Companies - Boost your AI agent with specialized skills for solopreneurs and indie hackers",{"claudeCode":15},{"basePath":293,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":294},"","marketplace",null,{"evaluate":297,"extract":307},{"promptVersionExtension":298,"promptVersionScoring":27,"score":299,"tags":300,"targetMarket":35,"tier":306},"3.1.0",99,[301,302,303,304,305],"solopreneur","indie-hacker","automation","productivity","ai-tools","verified",{"commitSha":38,"marketplace":308,"plugin":310},{"name":21,"pluginCount":309},9,{"mcpCount":11,"provider":311,"skillCount":11},"classify",{"repoId":40},[305,303,302,304,301],{"evaluatedAt":315,"extractAt":44,"updatedAt":315},1778696521966,{"evaluate":317,"extract":319},{"promptVersionExtension":26,"promptVersionScoring":27,"score":252,"tags":318,"targetMarket":35,"tier":36},[255,256,257,33,258],{"commitSha":38,"license":279},{"parentExtensionId":287,"repoId":40},{"_creationTime":322,"_id":40,"identity":323,"providers":324,"workflow":737},1778696498481.4097,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":325,"discover":723,"github":726},{"commitSha":38,"extensions":326},[327,340,352,361,367,376,385,394,403,412,421,434,476,484,492,526,538,588,600,627,644,654,715],{"basePath":293,"description":290,"displayName":21,"installMethods":328,"rationale":329,"selectedPaths":330,"source":339,"sourceLanguage":22,"type":294},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[331,334,336],{"path":332,"priority":333},".claude-plugin/marketplace.json","mandatory",{"path":335,"priority":333},"README.md",{"path":337,"priority":338},"LICENSE","high","rule",{"basePath":341,"description":342,"displayName":343,"installMethods":344,"license":279,"rationale":345,"selectedPaths":346,"source":339,"sourceLanguage":22,"type":284},"skills/requesthunt","Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, and GitHub.","requesthunt",{"claudeCode":343},"plugin manifest at skills/requesthunt/.claude-plugin/plugin.json",[347,349],{"path":348,"priority":333},".claude-plugin/plugin.json",{"path":350,"priority":351},"SKILL.md","medium",{"basePath":353,"description":354,"displayName":355,"installMethods":356,"license":279,"rationale":357,"selectedPaths":358,"source":339,"sourceLanguage":22,"type":284},"skills/domain-hunter","Search domains, compare registrar prices, and find promo codes. Help users find and purchase domain names at the best price.","domain-hunter",{"claudeCode":355},"plugin manifest at skills/domain-hunter/.claude-plugin/plugin.json",[359,360],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":19,"description":47,"displayName":16,"installMethods":362,"license":279,"rationale":363,"selectedPaths":364,"source":339,"sourceLanguage":22,"type":284},{"claudeCode":16},"plugin manifest at skills/logo-creator/.claude-plugin/plugin.json",[365,366],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":368,"description":369,"displayName":370,"installMethods":371,"license":279,"rationale":372,"selectedPaths":373,"source":339,"sourceLanguage":22,"type":284},"skills/banner-creator","Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio for GitHub, Twitter, LinkedIn, etc.","banner-creator",{"claudeCode":370},"plugin manifest at skills/banner-creator/.claude-plugin/plugin.json",[374,375],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":377,"description":378,"displayName":379,"installMethods":380,"license":279,"rationale":381,"selectedPaths":382,"source":339,"sourceLanguage":22,"type":284},"skills/nanobanana","Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, aspect ratios, and 2K/4K output.","nanobanana",{"claudeCode":379},"plugin manifest at skills/nanobanana/.claude-plugin/plugin.json",[383,384],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":386,"description":387,"displayName":388,"installMethods":389,"license":279,"rationale":390,"selectedPaths":391,"source":339,"sourceLanguage":22,"type":284},"skills/reddit","Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API.","reddit",{"claudeCode":388},"plugin manifest at skills/reddit/.claude-plugin/plugin.json",[392,393],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":395,"description":396,"displayName":397,"installMethods":398,"license":279,"rationale":399,"selectedPaths":400,"source":339,"sourceLanguage":22,"type":284},"skills/twitter","Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io.","twitter",{"claudeCode":397},"plugin manifest at skills/twitter/.claude-plugin/plugin.json",[401,402],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":404,"description":405,"displayName":406,"installMethods":407,"license":279,"rationale":408,"selectedPaths":409,"source":339,"sourceLanguage":22,"type":284},"skills/producthunt","Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API.","producthunt",{"claudeCode":406},"plugin manifest at skills/producthunt/.claude-plugin/plugin.json",[410,411],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":413,"description":414,"displayName":415,"installMethods":416,"license":279,"rationale":417,"selectedPaths":418,"source":339,"sourceLanguage":22,"type":284},"skills/seo-geo","SEO & GEO (Generative Engine Optimization) for websites. Optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Includes Princeton GEO research methods for +40% AI visibility.","seo-geo",{"claudeCode":415},"plugin manifest at skills/seo-geo/.claude-plugin/plugin.json",[419,420],{"path":348,"priority":333},{"path":350,"priority":351},{"basePath":422,"description":423,"displayName":424,"installMethods":425,"rationale":426,"selectedPaths":427,"source":339,"sourceLanguage":22,"type":284},"skills/archive","Archive session learnings, debugging solutions, and deployment logs. Auto-loads .archive/MEMORY.md at session start for cross-session knowledge reuse.","archive",{"claudeCode":424},"plugin manifest at skills/archive/.factory-plugin/plugin.json",[428,430,432],{"path":429,"priority":333},".factory-plugin/plugin.json",{"path":431,"priority":338},"hooks/hooks.json",{"path":433,"priority":338},"hooks/load-memory.py",{"basePath":435,"description":436,"displayName":415,"installMethods":437,"rationale":438,"selectedPaths":439,"source":339,"sourceLanguage":22,"type":23},".agents/skills/seo-geo","SEO & GEO (Generative Engine Optimization) for websites.\nAnalyze keywords, generate schema markup, optimize for AI search engines\n(ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing).\nUse when user wants to improve search visibility.\n",{"claudeCode":15},"SKILL.md frontmatter at .agents/skills/seo-geo/SKILL.md (coalesced with duplicate skill at skills/seo-geo)",[440,441,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472,474],{"path":350,"priority":333},{"path":442,"priority":443},"examples/opc-skills-case-study.md","low",{"path":445,"priority":351},"references/geo-research.md",{"path":447,"priority":351},"references/google-docs-summary.md",{"path":449,"priority":351},"references/platform-algorithms.md",{"path":451,"priority":351},"references/schema-templates.md",{"path":453,"priority":351},"references/seo-checklist.md",{"path":455,"priority":351},"references/tools-and-apis.md",{"path":457,"priority":443},"scripts/autocomplete_ideas.py",{"path":459,"priority":443},"scripts/backlinks.py",{"path":461,"priority":443},"scripts/competitor_gap.py",{"path":463,"priority":443},"scripts/credential.py",{"path":465,"priority":443},"scripts/dataforseo_api.py",{"path":467,"priority":443},"scripts/domain_overview.py",{"path":469,"priority":443},"scripts/keyword_research.py",{"path":471,"priority":443},"scripts/related_keywords.py",{"path":473,"priority":443},"scripts/seo_audit.py",{"path":475,"priority":443},"scripts/serp_analysis.py",{"basePath":477,"description":478,"displayName":479,"installMethods":480,"rationale":481,"selectedPaths":482,"source":339,"sourceLanguage":22,"type":23},".factory/skills/add-new-opc-skill","Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.","add-new-opc-skill",{"claudeCode":15},"SKILL.md frontmatter at .factory/skills/add-new-opc-skill/SKILL.md",[483],{"path":350,"priority":333},{"basePath":422,"description":485,"displayName":424,"installMethods":486,"rationale":487,"selectedPaths":488,"source":339,"sourceLanguage":22,"type":23},"Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says \"archive this\". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.",{"claudeCode":15},"SKILL.md frontmatter at skills/archive/SKILL.md",[489,490],{"path":350,"priority":333},{"path":491,"priority":351},"references/TEMPLATE.md",{"basePath":368,"description":493,"displayName":370,"installMethods":494,"rationale":495,"selectedPaths":496,"source":339,"sourceLanguage":22,"type":23},"Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio. Use when user wants to create a banner, header, hero image, cover image, GitHub banner, Twitter header, or readme banner.",{"claudeCode":15},"SKILL.md frontmatter at skills/banner-creator/SKILL.md",[497,498,500,502,504,506,508,510,512,514,516,518,520,522,524],{"path":350,"priority":333},{"path":499,"priority":443},"examples/images/banner-01.png",{"path":501,"priority":443},"examples/images/banner-02.png",{"path":503,"priority":443},"examples/images/banner-03.png",{"path":505,"priority":443},"examples/images/banner-04.png",{"path":507,"priority":443},"examples/images/banner-05.png",{"path":509,"priority":443},"examples/images/banner-06.png",{"path":511,"priority":443},"examples/images/github-banner-01.png",{"path":513,"priority":443},"examples/images/github-banner-02.png",{"path":515,"priority":443},"examples/images/github-banner-03.png",{"path":517,"priority":443},"examples/images/opc-banner-final.png",{"path":519,"priority":443},"examples/opc-banner-creation.md",{"path":521,"priority":351},"references/formats.md",{"path":523,"priority":443},"scripts/crop_banner.py",{"path":525,"priority":443},"templates/preview.html",{"basePath":353,"description":527,"displayName":355,"installMethods":528,"rationale":529,"selectedPaths":530,"source":339,"sourceLanguage":22,"type":23},"Search domains, compare prices, find promo codes, get purchase recommendations. Use when user wants to buy a domain, check domain prices, find domain deals, compare registrars, or search for .ai/.com domains.",{"claudeCode":15},"SKILL.md frontmatter at skills/domain-hunter/SKILL.md",[531,532,534,536],{"path":350,"priority":333},{"path":533,"priority":443},"examples/auto-video-editing-domain.md",{"path":535,"priority":351},"references/registrars.md",{"path":537,"priority":351},"references/spaceship-api.md",{"basePath":19,"description":13,"displayName":16,"installMethods":539,"rationale":540,"selectedPaths":541,"source":339,"sourceLanguage":22,"type":23},{"claudeCode":15},"SKILL.md frontmatter at skills/logo-creator/SKILL.md",[542,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581,583,585,587],{"path":350,"priority":333},{"path":544,"priority":443},"examples/images/logo-01.png",{"path":546,"priority":443},"examples/images/logo-02.png",{"path":548,"priority":443},"examples/images/logo-03.png",{"path":550,"priority":443},"examples/images/logo-04.png",{"path":552,"priority":443},"examples/images/logo-05.png",{"path":554,"priority":443},"examples/images/logo-06.png",{"path":556,"priority":443},"examples/images/logo-07.png",{"path":558,"priority":443},"examples/images/logo-08.png",{"path":560,"priority":443},"examples/images/logo-09-v1.png",{"path":562,"priority":443},"examples/images/logo-09-v2.png",{"path":564,"priority":443},"examples/images/logo-09-v3.png",{"path":566,"priority":443},"examples/images/logo-09-v4.png",{"path":568,"priority":443},"examples/images/logo-09-v5.png",{"path":570,"priority":443},"examples/images/logo-09-v6.png",{"path":572,"priority":443},"examples/images/logo-09.png",{"path":574,"priority":443},"examples/images/opc-logo-final.svg",{"path":576,"priority":443},"examples/images/opc-logo-selected.png",{"path":578,"priority":443},"examples/opc-logo-creation.md",{"path":580,"priority":351},"references/styles.md",{"path":582,"priority":443},"scripts/crop_logo.py",{"path":584,"priority":443},"scripts/remove_bg.py",{"path":586,"priority":443},"scripts/vectorize.py",{"path":525,"priority":443},{"basePath":377,"description":589,"displayName":379,"installMethods":590,"rationale":591,"selectedPaths":592,"source":339,"sourceLanguage":22,"type":23},"Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K). Use when user wants to generate images, create images, use Gemini image generation, or do AI image generation.",{"claudeCode":15},"SKILL.md frontmatter at skills/nanobanana/SKILL.md",[593,594,596,598],{"path":350,"priority":333},{"path":595,"priority":351},"references/prompts.md",{"path":597,"priority":443},"scripts/batch_generate.py",{"path":599,"priority":443},"scripts/generate.py",{"basePath":404,"description":601,"displayName":406,"installMethods":602,"rationale":603,"selectedPaths":604,"source":339,"sourceLanguage":22,"type":23},"Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API. Use when user mentions Product Hunt, PH, or product launches.",{"claudeCode":15},"SKILL.md frontmatter at skills/producthunt/SKILL.md",[605,606,607,609,611,613,615,617,619,621,623,625],{"path":350,"priority":333},{"path":463,"priority":443},{"path":608,"priority":443},"scripts/get_collection.py",{"path":610,"priority":443},"scripts/get_collections.py",{"path":612,"priority":443},"scripts/get_post.py",{"path":614,"priority":443},"scripts/get_post_comments.py",{"path":616,"priority":443},"scripts/get_posts.py",{"path":618,"priority":443},"scripts/get_topic.py",{"path":620,"priority":443},"scripts/get_topics.py",{"path":622,"priority":443},"scripts/get_user.py",{"path":624,"priority":443},"scripts/get_user_posts.py",{"path":626,"priority":443},"scripts/producthunt_api.py",{"basePath":386,"description":628,"displayName":388,"installMethods":629,"rationale":630,"selectedPaths":631,"source":339,"sourceLanguage":643,"type":23},"Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API. Use when user mentions Reddit, a subreddit, or r/ links.",{"claudeCode":15},"SKILL.md frontmatter at skills/reddit/SKILL.md",[632,633,634,635,636,638,639,641],{"path":350,"priority":333},{"path":463,"priority":443},{"path":612,"priority":443},{"path":616,"priority":443},{"path":637,"priority":443},"scripts/get_subreddit.py",{"path":622,"priority":443},{"path":640,"priority":443},"scripts/reddit_api.py",{"path":642,"priority":443},"scripts/search_posts.py","fr",{"basePath":341,"description":645,"displayName":343,"installMethods":646,"rationale":647,"selectedPaths":648,"source":339,"sourceLanguage":22,"type":23},"Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.",{"claudeCode":15},"SKILL.md frontmatter at skills/requesthunt/SKILL.md",[649,650,652],{"path":350,"priority":333},{"path":651,"priority":443},"examples/calendar-app-research.md",{"path":653,"priority":443},"examples/scheduling-tools-research-report.md",{"basePath":395,"description":655,"displayName":397,"installMethods":656,"rationale":657,"selectedPaths":658,"source":339,"sourceLanguage":22,"type":23},"Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io. Use when user mentions Twitter, X, or tweets.",{"claudeCode":15},"SKILL.md frontmatter at skills/twitter/SKILL.md",[659,660,662,664,665,667,669,671,673,675,677,679,681,683,685,687,689,691,693,695,697,699,701,703,705,707,709,711,713],{"path":350,"priority":333},{"path":661,"priority":443},"scripts/batch_get_users.py",{"path":663,"priority":443},"scripts/check_relationship.py",{"path":463,"priority":443},{"path":666,"priority":443},"scripts/get_article.py",{"path":668,"priority":443},"scripts/get_community.py",{"path":670,"priority":443},"scripts/get_community_members.py",{"path":672,"priority":443},"scripts/get_community_moderators.py",{"path":674,"priority":443},"scripts/get_community_tweets.py",{"path":676,"priority":443},"scripts/get_followers.py",{"path":678,"priority":443},"scripts/get_following.py",{"path":680,"priority":443},"scripts/get_list_followers.py",{"path":682,"priority":443},"scripts/get_list_members.py",{"path":684,"priority":443},"scripts/get_space.py",{"path":686,"priority":443},"scripts/get_trends.py",{"path":688,"priority":443},"scripts/get_tweet.py",{"path":690,"priority":443},"scripts/get_tweet_quotes.py",{"path":692,"priority":443},"scripts/get_tweet_replies.py",{"path":694,"priority":443},"scripts/get_tweet_retweeters.py",{"path":696,"priority":443},"scripts/get_tweet_thread.py",{"path":698,"priority":443},"scripts/get_user_about.py",{"path":700,"priority":443},"scripts/get_user_info.py",{"path":702,"priority":443},"scripts/get_user_mentions.py",{"path":704,"priority":443},"scripts/get_user_tweets.py",{"path":706,"priority":443},"scripts/get_verified_followers.py",{"path":708,"priority":443},"scripts/search_community_tweets.py",{"path":710,"priority":443},"scripts/search_tweets.py",{"path":712,"priority":443},"scripts/search_users.py",{"path":714,"priority":443},"scripts/twitter_api.py",{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":339,"sourceLanguage":22,"type":23},"template","Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. \"Use when user wants to X, Y, or Z.\"","skill-name",{"claudeCode":15},"SKILL.md frontmatter at template/SKILL.md",[722],{"path":350,"priority":333},{"sources":724},[725],"manual",{"closedIssues90d":272,"description":727,"forks":273,"homepage":728,"license":729,"openIssues90d":11,"pushedAt":275,"readmeSize":270,"stars":276,"topics":730},"Agent Skills for Solopreneurs","https://opc.dev","Apache-2.0",[731,732,305,733,734,735,736],"agent-skills","opc","claude-code","geo","llm-tools","seo",{"classifiedAt":738,"discoverAt":739,"extractAt":740,"githubAt":740,"updatedAt":738},1778696505287,1778696498481,1778696503171,[258,256,257,255,33],{"evaluatedAt":282,"extractAt":44,"updatedAt":282},[],[745,777,806,833,868,895],{"_creationTime":746,"_id":747,"community":748,"display":749,"identity":754,"providers":756,"relations":769,"tags":772,"workflow":773},1778693661691.4358,"k177fsagh49r77m9y4755zc1mn86m1jm",{"reviewCount":11},{"description":750,"installMethods":751,"name":752,"sourceUrl":753},"Make assistant output sound human. Strip AI-isms (sycophancy, stock vocab, hedging stacks, em-dash pileups), engineer burstiness, restore voice. Preserves code, URLs, and technical accuracy.",{"claudeCode":752},"unslop","https://github.com/MohamedAbdallah-14/unslop",{"basePath":293,"githubOwner":755,"githubRepo":752,"locale":22,"slug":752,"type":284},"MohamedAbdallah-14",{"evaluate":757,"extract":766},{"promptVersionExtension":26,"promptVersionScoring":27,"score":758,"tags":759,"targetMarket":35,"tier":306},100,[258,760,761,762,763,764,765],"text","writing","editor","code","nlp","humanizer",{"commitSha":38,"plugin":767},{"mcpCount":11,"provider":311,"skillCount":768},5,{"parentExtensionId":770,"repoId":771},"k175vxsqnmn2ye2xkw62x4enkh86n8eb","kd727xcarpnqcat3wd68ms466s86mwkb",[258,763,762,765,764,760,761],{"evaluatedAt":774,"extractAt":775,"updatedAt":776},1778693722676,1778693661691,1778693923675,{"_creationTime":778,"_id":779,"community":780,"display":781,"identity":787,"providers":791,"relations":799,"tags":802,"workflow":803},1778690773482.4834,"k179sm2kkyd7r7nz9jsx62jm9x86mw4a",{"reviewCount":11},{"description":782,"installMethods":783,"name":785,"sourceUrl":786},"Look up and read Hugging Face paper pages in markdown, and use the papers API for structured metadata like authors, linked models, datasets, Spaces, and media URLs when needed.",{"claudeCode":784},"huggingface-papers","Hugging Face Papers","https://github.com/huggingface/skills",{"basePath":788,"githubOwner":789,"githubRepo":790,"locale":22,"slug":784,"type":284},"skills/huggingface-papers","huggingface","skills",{"evaluate":792,"extract":798},{"promptVersionExtension":26,"promptVersionScoring":27,"score":758,"tags":793,"targetMarket":35,"tier":306},[789,794,795,258,796,797],"papers","arxiv","research","metadata",{"commitSha":38,"license":729},{"parentExtensionId":800,"repoId":801},"k17es3r8wd37t5rrwqcpp5kwrh86mxx8","kd72xwt5xnc0ktc4p7smzfcp3986m959",[258,795,789,797,794,796],{"evaluatedAt":804,"extractAt":805,"updatedAt":804},1778690901306,1778690773482,{"_creationTime":807,"_id":808,"community":809,"display":810,"identity":815,"providers":818,"relations":825,"tags":828,"workflow":829},1778685765056.1758,"k17a80t18qpe9tmapz3fnw597986mpsy",{"reviewCount":11},{"description":811,"installMethods":812,"name":813,"sourceUrl":814},"Create, update, and fix Cypress tests. Connect to Cypress Cloud to see test results and use data to manage your test suite.",{"claudeCode":813},"cypress","https://github.com/cypress-io/ai-toolkit",{"basePath":293,"githubOwner":816,"githubRepo":817,"locale":22,"slug":817,"type":284},"cypress-io","ai-toolkit",{"evaluate":819,"extract":823},{"promptVersionExtension":26,"promptVersionScoring":27,"score":758,"tags":820,"targetMarket":35,"tier":306},[813,821,303,258,822],"testing","qa",{"commitSha":38,"license":279,"plugin":824},{"mcpCount":11,"provider":311,"skillCount":272},{"parentExtensionId":826,"repoId":827},"k170k28hx0d93ds1md7v66h33986nap6","kd778b5hp7aqcpb58zn9yj8xas86meqd",[258,303,813,822,821],{"evaluatedAt":830,"extractAt":831,"updatedAt":832},1778685834132,1778685765056,1778685985373,{"_creationTime":834,"_id":835,"community":836,"display":837,"identity":843,"providers":846,"relations":861,"tags":864,"workflow":865},1778683100520.2961,"k1754vkdjckrkqvz9x7tjrvhzn86n1gc",{"reviewCount":11},{"description":838,"installMethods":839,"name":841,"sourceUrl":842},"AI music generation workflow for Suno - album concepts, lyrics, prompts, mastering, release",{"claudeCode":840},"bitwize-music","Claude AI Music Skills","https://github.com/bitwize-music-studio/claude-ai-music-skills",{"basePath":293,"githubOwner":844,"githubRepo":845,"locale":22,"slug":845,"type":284},"bitwize-music-studio","claude-ai-music-skills",{"evaluate":847,"extract":857},{"promptVersionExtension":26,"promptVersionScoring":27,"score":758,"tags":848,"targetMarket":35,"tier":306},[849,258,850,851,852,853,854,855,856,733],"music-generation","suno","audio-production","workflow","lyrics","mastering","cli","python",{"commitSha":38,"license":858,"plugin":859},"CC0-1.0",{"mcpCount":11,"provider":311,"skillCount":860},54,{"parentExtensionId":862,"repoId":863},"k17bfryzkzywswf1bkgrtch16d86n8t9","kd70cgrajsrnk5gmq60rhq30zd86nyc0",[258,851,733,855,853,854,849,856,850,852],{"evaluatedAt":866,"extractAt":867,"updatedAt":866},1778683131031,1778683100520,{"_creationTime":869,"_id":870,"community":871,"display":872,"identity":877,"providers":881,"relations":888,"tags":891,"workflow":892},1778699018122.7732,"k17a0wf6mk0f48w5xah6yx5dts86n1xj",{"reviewCount":11},{"description":873,"installMethods":874,"name":875,"sourceUrl":876},"Performance analysis, test coverage review, and AI-powered code quality assessment",{"claudeCode":875},"performance-testing-review","https://github.com/wshobson/agents",{"basePath":878,"githubOwner":879,"githubRepo":880,"locale":22,"slug":875,"type":284},"plugins/performance-testing-review","wshobson","agents",{"evaluate":882,"extract":887},{"promptVersionExtension":26,"promptVersionScoring":27,"score":299,"tags":883,"targetMarket":35,"tier":306},[884,885,821,886,258],"code-quality","performance-analysis","code-review",{"commitSha":38,"license":279},{"parentExtensionId":889,"repoId":890},"k17cywe30jfsfw3cdpncjfn8y186nvyw","kd74de64zj0axtg5b8t7eqqe2x86nske",[258,884,886,885,821],{"evaluatedAt":893,"extractAt":894,"updatedAt":893},1778699546351,1778699018122,{"_creationTime":896,"_id":897,"community":898,"display":899,"identity":903,"providers":905,"relations":916,"tags":917,"workflow":918},1778699018122.784,"k1711syfp1zymbk1r0a9ry019986mgar",{"reviewCount":11},{"description":900,"installMethods":901,"name":902,"sourceUrl":876},"Guides developers from brand discovery through iterative design to deployment-ready HTML via Stitch.",{"claudeCode":902},"brand-landingpage",{"basePath":904,"githubOwner":879,"githubRepo":880,"locale":22,"slug":902,"type":284},"plugins/brand-landingpage",{"evaluate":906,"extract":913},{"promptVersionExtension":26,"promptVersionScoring":27,"score":299,"tags":907,"targetMarket":35,"tier":306},[908,256,909,910,911,912],"landing-page","branding","html","stitch","development",{"commitSha":38,"license":279,"plugin":914},{"mcpCount":11,"provider":311,"skillCount":915},1,{"parentExtensionId":889,"repoId":890},[909,256,912,910,908,911],{"evaluatedAt":919,"extractAt":894,"updatedAt":919},1778700241503]