[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ReScienceLab-logo-creator-zh-CN":3,"guides-for-ReScienceLab-logo-creator":731,"similar-k1773jjgm5ekq208tc5qn4dj7h86njza-zh-CN":732},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":228,"parentExtension":249,"providers":305,"relations":309,"repo":310,"tags":729,"workflow":730},1778696505500.007,"k1773jjgm5ekq208tc5qn4dj7h86njza",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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":12},"ReScienceLab/opc-skills","logo-creator","https://github.com/ReScienceLab/opc-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":242},1778696807841.2446,"kn73fv50j4rcbv7tbe2h8bhr6h86mrnh","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,48,51,54,58,62,65,70,73,76,79,82,85,88,92,96,100,104,108,111,115,118,123,126,129,132,135,138,141,145,149,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating logos using AI image generation and lists specific use cases like creating logos, icons, and favicons.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a comprehensive workflow for logo creation including iteration, cropping, background removal, and SVG export, which goes beyond basic AI image generation.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of logo creation, from gathering requirements to delivering final assets in multiple formats.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on AI logo creation and its associated post-processing steps, without venturing into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's capabilities, including AI image generation, iteration, cropping, background removal, and SVG export.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes scoped tools like `generate.py`, `batch_generate.py`, `crop_logo.py`, `remove_bg.py`, and `vectorize.py`, which are specific to their functions.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","info","While API keys are mentioned as environment variables, the specific configuration files and their precedence order are not explicitly detailed.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","Tool names like `generate.py`, `crop_logo.py`, and `vectorize.py` are descriptive and relevant to their functions within the logo creation domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The scripts appear to take specific input file paths and output paths, suggesting a focused I/O surface without unnecessary parameters.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project uses the Apache-2.0 license, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, indicating recent maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The skill has `Pillow` and `numpy` as dependencies, which are standard Python libraries. The `requirements.txt` or similar is not explicitly shown, but common practice implies they would be managed.",{"category":66,"check":67,"severity":68,"summary":69},"Security","Secret Management","warning","API keys (`GEMINI_API_KEY`, `REMOVE_BG_API_KEY`, `RECRAFT_API_KEY`) are required as environment variables, and the scripts attempt to fetch them from `~/.zshrc` if not found, which is not a secure practice for handling secrets.",{"category":66,"check":71,"severity":24,"summary":72},"Injection","The skill focuses on image manipulation and generation using specific scripts and APIs, with no indication of loading or executing untrusted third-party data as instructions.",{"category":66,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on bundled scripts and external APIs for its functionality; there's no evidence of runtime downloads of uncommitted code or data.",{"category":66,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The scripts operate on specified input and output files within designated directories (`.skill-archive`), and do not appear to modify files outside of this scope.",{"category":66,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","There are no indications of detached process spawns or retry loops around denied tool calls in the provided scripts.",{"category":66,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill's purpose is logo generation and manipulation; there are no instructions to read or submit confidential data to a third party.",{"category":66,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled files and scripts do not contain any hidden text tricks or malicious steering characters.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided Python scripts are in plain, readable format and do not involve obfuscation techniques like base64 encoding or runtime code fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill specifies a clear output directory structure (`.skill-archive/logo-creator/\u003Cyyyy-mm-dd-summaryname>/`) and uses relative paths for its operations.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 0 issues opened and 3 closed in the last 90 days, the closure rate is high, indicating good maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The repository has a recent commit date and a LICENSE file. While a formal `CHANGELOG.md` or explicit versioning in `SKILL.md` is not immediately apparent, the recent commit activity and clear license suggest good management.",{"category":105,"check":106,"severity":46,"summary":107},"Execution","Validation","The scripts handle file paths as inputs, but it's not explicitly clear if robust schema validation is used for all parameters beyond basic file existence checks.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill primarily creates files and does not perform destructive operations like deletion or modification of existing user files outside its designated output directory.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The Python scripts include error checking for API keys, file existence, and API call results, with informative messages and sys.exit(1) on failure.",{"category":112,"check":116,"severity":24,"summary":117},"Logging","The skill prints informative messages to stdout regarding its progress and success/failure, serving as a form of audit log for its operations.",{"category":119,"check":120,"severity":121,"summary":122},"Compliance","GDPR","not_applicable","The skill generates images and does not appear to operate on personal data.",{"category":119,"check":124,"severity":24,"summary":125},"Target market","The skill is a general-purpose logo creation tool and has no regional or jurisdictional limitations, thus `targetMarket` is global.",{"category":93,"check":127,"severity":24,"summary":128},"Runtime stability","The skill uses standard Python libraries and `curl`, making it portable across POSIX-compliant systems.",{"category":44,"check":130,"severity":24,"summary":131},"README","The `README.md` file provides a comprehensive overview of the OPC Skills project and lists the included skills, including the logo-creator.",{"category":33,"check":133,"severity":24,"summary":134},"Tool surface size","The skill exposes several well-defined scripts (`generate.py`, `crop_logo.py`, etc.), fitting within the ideal range for specialized tools.",{"category":40,"check":136,"severity":24,"summary":137},"Overlapping near-synonym tools","The tools within the skill are distinct and specialized for different stages of logo creation (generation, cropping, vectorizing), avoiding redundant naming.",{"category":44,"check":139,"severity":24,"summary":140},"Phantom features","All advertised features like AI generation, cropping, background removal, and SVG export have corresponding scripts and workflow steps described in `SKILL.md`.",{"category":142,"check":143,"severity":24,"summary":144},"Install","Installation instruction","The README provides installation instructions via `npx skills add` and mentions API key setup, covering the end-to-end user setup.",{"category":146,"check":147,"severity":24,"summary":148},"Errors","Actionable error messages","The scripts provide clear error messages indicating the root cause (e.g., missing API key, file not found) and often suggest remediation steps.",{"category":105,"check":150,"severity":46,"summary":151},"Pinned dependencies","Python scripts are missing shebangs and side-effect headers, and explicit dependency pinning via lockfiles for Pillow and numpy is not visible in the provided files.",{"category":33,"check":153,"severity":121,"summary":154},"Dry-run preview","The skill's primary function is file generation and manipulation, and it doesn't involve state-changing operations or outward data sending that would necessitate a dry-run mode.",{"category":156,"check":157,"severity":121,"summary":158},"Protocol","Idempotent retry & timeouts","The skill operates locally on files and external APIs with explicit calls, without engaging in mutating remote operations that would require idempotency or timeouts.",{"category":119,"check":160,"severity":24,"summary":161},"Telemetry opt-in","The skill does not appear to emit any telemetry. Its operations are local file manipulation and API calls for image processing.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The skill's purpose is precisely defined as creating logos using AI, with a clear workflow and specific use cases, and explicit boundaries are implied by its focused functionality.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The frontmatter in `SKILL.md` is concise, self-contained, and accurately summarizes the core capability of AI logo creation and its use cases.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The `SKILL.md` file is well-structured, with the main workflow and details clearly laid out without excessive verbosity, and references external files for deeper material.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The `SKILL.md` outlines the workflow and links to external resources like `references/styles.md` and `examples/opc-logo-creation.md`, demonstrating progressive disclosure.",{"category":172,"check":176,"severity":121,"summary":177},"Forked exploration","This skill is not an exploration or audit-style skill; its workflow is sequential and does not involve deep code review or research.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The `examples/opc-logo-creation.md` file provides a clear end-to-end example demonstrating the input, invocation, and expected output of the logo creation process.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The `SKILL.md` mentions handling API keys and saving files to a specific directory, implying awareness of potential issues like missing keys or file access, and the scripts themselves have error handling for these.",{"category":112,"check":185,"severity":24,"summary":186},"Tool Fallback","The skill requires the `nanobanana` skill for AI image generation, and this dependency is clearly stated in the prerequisites section of `SKILL.md`.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The skill's scripts include checks for prerequisites like API keys and file existence, and will halt with an error message if these conditions are not met.",{"category":93,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The skill is self-contained, clearly listing its dependency on `nanobanana` without implicitly relying on other skills for its core functionality.",1778696807257,"This skill uses AI image generation to create logos based on user-defined styles, aspect ratios, and colors. It includes a workflow for iterative refinement, cropping, background removal, and final export as SVG.",[197,198,199,200,201],"AI-powered logo generation with variations","Iterative design process based on user feedback","Cropping and background removal for clean assets","Exporting logos as SVG and PNG","Support for various logo styles and aspect ratios",[203,204,205,206],"Designing complex brand identity systems","Providing advanced graphic design software features","Generating logos with extensive text elements","Creating logos for print publications requiring specific professional formats","3.0.0","4.4.0","To empower users to create custom logos, icons, favicons, and brand marks efficiently using AI, with a streamlined iterative design process.","The skill is well-documented, covers the full logo creation workflow, and has a strong usage example. Minor warnings relate to API key handling and dependency pinning details.",95,"A comprehensive AI-powered logo creation skill with iterative design, post-processing, and export capabilities.",[214,215,216,217,218],"logo-creation","ai-image-generation","graphic-design","svg","png","global","community",[222,223,224,225],"Creating a logo for a new brand or project","Designing icons or favicons for websites and apps","Generating mascot or character logos","Exploring different logo styles and concepts",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":238,"testCoverage":241},{"hasLockfile":228},true,1778696792644,{"descriptionLength":231,"readmeSize":232},252,8157,{"closedIssues90d":234,"forks":235,"hasChangelog":228,"openIssues90d":8,"pushedAt":236,"stars":237},3,97,1778656415000,858,{"hasNpmPackage":239,"license":240,"smitheryVerified":239},false,"Apache-2.0",{"hasCi":228,"hasTests":239},{"updatedAt":243},1778696807841,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/logo-creator","ReScienceLab","opc-skills","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":256,"parentExtension":258,"providers":291,"relations":301,"tags":302,"workflow":303},1778696505500.004,"k17bpz40kcwsck9emtsjdrm8v986nzwa",{"reviewCount":8},{"description":254,"installMethods":255,"name":13,"sourceUrl":14},"Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.",{"claudeCode":13},{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":257},"plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":268,"relations":285,"tags":287,"workflow":288},1778696505500.0032,"k17agfyzmts45g65m489121e9n86njbk",{"reviewCount":8},{"description":263,"installMethods":264,"name":247,"sourceUrl":14},"Agent Skills for One Person Companies - Boost your AI agent with specialized skills for solopreneurs and indie hackers",{"claudeCode":12},{"basePath":266,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":267},"","marketplace",{"evaluate":269,"extract":279},{"promptVersionExtension":270,"promptVersionScoring":208,"score":271,"tags":272,"targetMarket":219,"tier":278},"3.1.0",99,[273,274,275,276,277],"solopreneur","indie-hacker","automation","productivity","ai-tools","verified",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":247,"pluginCount":282},9,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[277,275,274,276,273],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778696521966,1778696505500,{"evaluate":292,"extract":299},{"promptVersionExtension":207,"promptVersionScoring":208,"score":293,"tags":294,"targetMarket":219,"tier":220},92,[295,296,297,217,298],"logo","design","image-generation","ai",{"commitSha":280,"license":300},"MIT",{"parentExtensionId":260,"repoId":286},[298,296,297,295,217],{"evaluatedAt":304,"extractAt":290,"updatedAt":304},1778696587402,{"evaluate":306,"extract":308},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":307,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":280},{"parentExtensionId":251,"repoId":286},{"_creationTime":311,"_id":286,"identity":312,"providers":313,"workflow":725},1778696498481.4097,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":314,"discover":712,"github":715},{"commitSha":280,"extensions":315},[316,329,341,350,356,365,374,383,392,401,410,423,465,473,481,515,527,577,589,616,633,643,704],{"basePath":266,"description":263,"displayName":247,"installMethods":317,"rationale":318,"selectedPaths":319,"source":328,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[320,323,325],{"path":321,"priority":322},".claude-plugin/marketplace.json","mandatory",{"path":324,"priority":322},"README.md",{"path":326,"priority":327},"LICENSE","high","rule",{"basePath":330,"description":331,"displayName":332,"installMethods":333,"license":300,"rationale":334,"selectedPaths":335,"source":328,"sourceLanguage":18,"type":257},"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":332},"plugin manifest at skills/requesthunt/.claude-plugin/plugin.json",[336,338],{"path":337,"priority":322},".claude-plugin/plugin.json",{"path":339,"priority":340},"SKILL.md","medium",{"basePath":342,"description":343,"displayName":344,"installMethods":345,"license":300,"rationale":346,"selectedPaths":347,"source":328,"sourceLanguage":18,"type":257},"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":344},"plugin manifest at skills/domain-hunter/.claude-plugin/plugin.json",[348,349],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":245,"description":254,"displayName":13,"installMethods":351,"license":300,"rationale":352,"selectedPaths":353,"source":328,"sourceLanguage":18,"type":257},{"claudeCode":13},"plugin manifest at skills/logo-creator/.claude-plugin/plugin.json",[354,355],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":357,"description":358,"displayName":359,"installMethods":360,"license":300,"rationale":361,"selectedPaths":362,"source":328,"sourceLanguage":18,"type":257},"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":359},"plugin manifest at skills/banner-creator/.claude-plugin/plugin.json",[363,364],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":366,"description":367,"displayName":368,"installMethods":369,"license":300,"rationale":370,"selectedPaths":371,"source":328,"sourceLanguage":18,"type":257},"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":368},"plugin manifest at skills/nanobanana/.claude-plugin/plugin.json",[372,373],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":375,"description":376,"displayName":377,"installMethods":378,"license":300,"rationale":379,"selectedPaths":380,"source":328,"sourceLanguage":18,"type":257},"skills/reddit","Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API.","reddit",{"claudeCode":377},"plugin manifest at skills/reddit/.claude-plugin/plugin.json",[381,382],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":384,"description":385,"displayName":386,"installMethods":387,"license":300,"rationale":388,"selectedPaths":389,"source":328,"sourceLanguage":18,"type":257},"skills/twitter","Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io.","twitter",{"claudeCode":386},"plugin manifest at skills/twitter/.claude-plugin/plugin.json",[390,391],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":393,"description":394,"displayName":395,"installMethods":396,"license":300,"rationale":397,"selectedPaths":398,"source":328,"sourceLanguage":18,"type":257},"skills/producthunt","Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API.","producthunt",{"claudeCode":395},"plugin manifest at skills/producthunt/.claude-plugin/plugin.json",[399,400],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":402,"description":403,"displayName":404,"installMethods":405,"license":300,"rationale":406,"selectedPaths":407,"source":328,"sourceLanguage":18,"type":257},"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":404},"plugin manifest at skills/seo-geo/.claude-plugin/plugin.json",[408,409],{"path":337,"priority":322},{"path":339,"priority":340},{"basePath":411,"description":412,"displayName":413,"installMethods":414,"rationale":415,"selectedPaths":416,"source":328,"sourceLanguage":18,"type":257},"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":413},"plugin manifest at skills/archive/.factory-plugin/plugin.json",[417,419,421],{"path":418,"priority":322},".factory-plugin/plugin.json",{"path":420,"priority":327},"hooks/hooks.json",{"path":422,"priority":327},"hooks/load-memory.py",{"basePath":424,"description":425,"displayName":404,"installMethods":426,"rationale":427,"selectedPaths":428,"source":328,"sourceLanguage":18,"type":248},".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":12},"SKILL.md frontmatter at .agents/skills/seo-geo/SKILL.md (coalesced with duplicate skill at skills/seo-geo)",[429,430,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463],{"path":339,"priority":322},{"path":431,"priority":432},"examples/opc-skills-case-study.md","low",{"path":434,"priority":340},"references/geo-research.md",{"path":436,"priority":340},"references/google-docs-summary.md",{"path":438,"priority":340},"references/platform-algorithms.md",{"path":440,"priority":340},"references/schema-templates.md",{"path":442,"priority":340},"references/seo-checklist.md",{"path":444,"priority":340},"references/tools-and-apis.md",{"path":446,"priority":432},"scripts/autocomplete_ideas.py",{"path":448,"priority":432},"scripts/backlinks.py",{"path":450,"priority":432},"scripts/competitor_gap.py",{"path":452,"priority":432},"scripts/credential.py",{"path":454,"priority":432},"scripts/dataforseo_api.py",{"path":456,"priority":432},"scripts/domain_overview.py",{"path":458,"priority":432},"scripts/keyword_research.py",{"path":460,"priority":432},"scripts/related_keywords.py",{"path":462,"priority":432},"scripts/seo_audit.py",{"path":464,"priority":432},"scripts/serp_analysis.py",{"basePath":466,"description":467,"displayName":468,"installMethods":469,"rationale":470,"selectedPaths":471,"source":328,"sourceLanguage":18,"type":248},".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":12},"SKILL.md frontmatter at .factory/skills/add-new-opc-skill/SKILL.md",[472],{"path":339,"priority":322},{"basePath":411,"description":474,"displayName":413,"installMethods":475,"rationale":476,"selectedPaths":477,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/archive/SKILL.md",[478,479],{"path":339,"priority":322},{"path":480,"priority":340},"references/TEMPLATE.md",{"basePath":357,"description":482,"displayName":359,"installMethods":483,"rationale":484,"selectedPaths":485,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/banner-creator/SKILL.md",[486,487,489,491,493,495,497,499,501,503,505,507,509,511,513],{"path":339,"priority":322},{"path":488,"priority":432},"examples/images/banner-01.png",{"path":490,"priority":432},"examples/images/banner-02.png",{"path":492,"priority":432},"examples/images/banner-03.png",{"path":494,"priority":432},"examples/images/banner-04.png",{"path":496,"priority":432},"examples/images/banner-05.png",{"path":498,"priority":432},"examples/images/banner-06.png",{"path":500,"priority":432},"examples/images/github-banner-01.png",{"path":502,"priority":432},"examples/images/github-banner-02.png",{"path":504,"priority":432},"examples/images/github-banner-03.png",{"path":506,"priority":432},"examples/images/opc-banner-final.png",{"path":508,"priority":432},"examples/opc-banner-creation.md",{"path":510,"priority":340},"references/formats.md",{"path":512,"priority":432},"scripts/crop_banner.py",{"path":514,"priority":432},"templates/preview.html",{"basePath":342,"description":516,"displayName":344,"installMethods":517,"rationale":518,"selectedPaths":519,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/domain-hunter/SKILL.md",[520,521,523,525],{"path":339,"priority":322},{"path":522,"priority":432},"examples/auto-video-editing-domain.md",{"path":524,"priority":340},"references/registrars.md",{"path":526,"priority":340},"references/spaceship-api.md",{"basePath":245,"description":10,"displayName":13,"installMethods":528,"rationale":529,"selectedPaths":530,"source":328,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/logo-creator/SKILL.md",[531,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,564,566,568,570,572,574,576],{"path":339,"priority":322},{"path":533,"priority":432},"examples/images/logo-01.png",{"path":535,"priority":432},"examples/images/logo-02.png",{"path":537,"priority":432},"examples/images/logo-03.png",{"path":539,"priority":432},"examples/images/logo-04.png",{"path":541,"priority":432},"examples/images/logo-05.png",{"path":543,"priority":432},"examples/images/logo-06.png",{"path":545,"priority":432},"examples/images/logo-07.png",{"path":547,"priority":432},"examples/images/logo-08.png",{"path":549,"priority":432},"examples/images/logo-09-v1.png",{"path":551,"priority":432},"examples/images/logo-09-v2.png",{"path":553,"priority":432},"examples/images/logo-09-v3.png",{"path":555,"priority":432},"examples/images/logo-09-v4.png",{"path":557,"priority":432},"examples/images/logo-09-v5.png",{"path":559,"priority":432},"examples/images/logo-09-v6.png",{"path":561,"priority":432},"examples/images/logo-09.png",{"path":563,"priority":432},"examples/images/opc-logo-final.svg",{"path":565,"priority":432},"examples/images/opc-logo-selected.png",{"path":567,"priority":432},"examples/opc-logo-creation.md",{"path":569,"priority":340},"references/styles.md",{"path":571,"priority":432},"scripts/crop_logo.py",{"path":573,"priority":432},"scripts/remove_bg.py",{"path":575,"priority":432},"scripts/vectorize.py",{"path":514,"priority":432},{"basePath":366,"description":578,"displayName":368,"installMethods":579,"rationale":580,"selectedPaths":581,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/nanobanana/SKILL.md",[582,583,585,587],{"path":339,"priority":322},{"path":584,"priority":340},"references/prompts.md",{"path":586,"priority":432},"scripts/batch_generate.py",{"path":588,"priority":432},"scripts/generate.py",{"basePath":393,"description":590,"displayName":395,"installMethods":591,"rationale":592,"selectedPaths":593,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/producthunt/SKILL.md",[594,595,596,598,600,602,604,606,608,610,612,614],{"path":339,"priority":322},{"path":452,"priority":432},{"path":597,"priority":432},"scripts/get_collection.py",{"path":599,"priority":432},"scripts/get_collections.py",{"path":601,"priority":432},"scripts/get_post.py",{"path":603,"priority":432},"scripts/get_post_comments.py",{"path":605,"priority":432},"scripts/get_posts.py",{"path":607,"priority":432},"scripts/get_topic.py",{"path":609,"priority":432},"scripts/get_topics.py",{"path":611,"priority":432},"scripts/get_user.py",{"path":613,"priority":432},"scripts/get_user_posts.py",{"path":615,"priority":432},"scripts/producthunt_api.py",{"basePath":375,"description":617,"displayName":377,"installMethods":618,"rationale":619,"selectedPaths":620,"source":328,"sourceLanguage":632,"type":248},"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":12},"SKILL.md frontmatter at skills/reddit/SKILL.md",[621,622,623,624,625,627,628,630],{"path":339,"priority":322},{"path":452,"priority":432},{"path":601,"priority":432},{"path":605,"priority":432},{"path":626,"priority":432},"scripts/get_subreddit.py",{"path":611,"priority":432},{"path":629,"priority":432},"scripts/reddit_api.py",{"path":631,"priority":432},"scripts/search_posts.py","fr",{"basePath":330,"description":634,"displayName":332,"installMethods":635,"rationale":636,"selectedPaths":637,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/requesthunt/SKILL.md",[638,639,641],{"path":339,"priority":322},{"path":640,"priority":432},"examples/calendar-app-research.md",{"path":642,"priority":432},"examples/scheduling-tools-research-report.md",{"basePath":384,"description":644,"displayName":386,"installMethods":645,"rationale":646,"selectedPaths":647,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at skills/twitter/SKILL.md",[648,649,651,653,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702],{"path":339,"priority":322},{"path":650,"priority":432},"scripts/batch_get_users.py",{"path":652,"priority":432},"scripts/check_relationship.py",{"path":452,"priority":432},{"path":655,"priority":432},"scripts/get_article.py",{"path":657,"priority":432},"scripts/get_community.py",{"path":659,"priority":432},"scripts/get_community_members.py",{"path":661,"priority":432},"scripts/get_community_moderators.py",{"path":663,"priority":432},"scripts/get_community_tweets.py",{"path":665,"priority":432},"scripts/get_followers.py",{"path":667,"priority":432},"scripts/get_following.py",{"path":669,"priority":432},"scripts/get_list_followers.py",{"path":671,"priority":432},"scripts/get_list_members.py",{"path":673,"priority":432},"scripts/get_space.py",{"path":675,"priority":432},"scripts/get_trends.py",{"path":677,"priority":432},"scripts/get_tweet.py",{"path":679,"priority":432},"scripts/get_tweet_quotes.py",{"path":681,"priority":432},"scripts/get_tweet_replies.py",{"path":683,"priority":432},"scripts/get_tweet_retweeters.py",{"path":685,"priority":432},"scripts/get_tweet_thread.py",{"path":687,"priority":432},"scripts/get_user_about.py",{"path":689,"priority":432},"scripts/get_user_info.py",{"path":691,"priority":432},"scripts/get_user_mentions.py",{"path":693,"priority":432},"scripts/get_user_tweets.py",{"path":695,"priority":432},"scripts/get_verified_followers.py",{"path":697,"priority":432},"scripts/search_community_tweets.py",{"path":699,"priority":432},"scripts/search_tweets.py",{"path":701,"priority":432},"scripts/search_users.py",{"path":703,"priority":432},"scripts/twitter_api.py",{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":328,"sourceLanguage":18,"type":248},"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":12},"SKILL.md frontmatter at template/SKILL.md",[711],{"path":339,"priority":322},{"sources":713},[714],"manual",{"closedIssues90d":234,"description":716,"forks":235,"homepage":717,"license":240,"openIssues90d":8,"pushedAt":236,"readmeSize":232,"stars":237,"topics":718},"Agent Skills for Solopreneurs","https://opc.dev",[719,720,277,721,722,723,724],"agent-skills","opc","claude-code","geo","llm-tools","seo",{"classifiedAt":726,"discoverAt":727,"extractAt":728,"githubAt":728,"updatedAt":726},1778696505287,1778696498481,1778696503171,[215,216,214,218,217],{"evaluatedAt":243,"extractAt":290,"updatedAt":243},[],[733,762,783,814,843,873],{"_creationTime":734,"_id":735,"community":736,"display":737,"identity":743,"providers":748,"relations":756,"tags":758,"workflow":759},1778690923100.0286,"k1732w3mggta5bv2z19sntydd186m9f6",{"reviewCount":8},{"description":738,"installMethods":739,"name":741,"sourceUrl":742},"Logo design principles and AI image generation best practices for creating logos. Covers logo types, prompting techniques, scalability rules, and iteration workflows. Use for: brand identity, startup logos, app icons, favicons, logo concepts. Triggers: logo design, create logo, brand logo, logo generation, ai logo, logo maker, icon design, brand mark, logo concept, startup logo, app icon logo",{"claudeCode":740},"inferen-sh/skills","Logo Design Guide","https://github.com/inferen-sh/skills",{"basePath":744,"githubOwner":745,"githubRepo":746,"locale":18,"slug":747,"type":248},"guides/design/logo-design-guide","inferen-sh","skills","logo-design-guide",{"evaluate":749,"extract":755},{"promptVersionExtension":207,"promptVersionScoring":208,"score":750,"tags":751,"targetMarket":219,"tier":278},98,[752,215,216,753,754],"logo-design","brand-identity","cli-tool",{"commitSha":280,"license":300},{"repoId":757},"kd75bmkxfkvvw504knzzpkzjph86n71t",[215,753,754,216,752],{"evaluatedAt":760,"extractAt":761,"updatedAt":760},1778691163862,1778690923100,{"_creationTime":763,"_id":764,"community":765,"display":766,"identity":770,"providers":772,"relations":779,"tags":780,"workflow":781},1778690923100.0273,"k17140mkhx82vxh4df862cqm4986mmc0",{"reviewCount":8},{"description":767,"installMethods":768,"name":769,"sourceUrl":742},"Book cover design with genre-specific conventions, typography rules, and AI image generation. Covers fiction and non-fiction genres, sizing, thumbnail testing, and iteration workflows. Use for: self-publishing, ebook covers, print covers, audiobook covers, cover mockups. Triggers: book cover, cover design, ebook cover, book art, novel cover, self publishing cover, kindle cover, audiobook cover, book jacket, cover illustration, fiction cover, nonfiction cover",{"claudeCode":740},"book-cover-design",{"basePath":771,"githubOwner":745,"githubRepo":746,"locale":18,"slug":769,"type":248},"guides/design/book-cover-design",{"evaluate":773,"extract":778},{"promptVersionExtension":207,"promptVersionScoring":208,"score":774,"tags":775,"targetMarket":219,"tier":278},96,[769,215,216,776,777],"publishing","generative-art",{"commitSha":280},{"repoId":757},[215,769,777,216,776],{"evaluatedAt":782,"extractAt":761,"updatedAt":782},1778691068227,{"_creationTime":784,"_id":785,"community":786,"display":787,"identity":793,"providers":797,"relations":806,"tags":809,"workflow":810},1778693261190.519,"k17588bn1hvt9wf08hybkc795h86ng3n",{"reviewCount":8},{"description":788,"installMethods":789,"name":791,"sourceUrl":792},"配置和使用 snipgrapher 生成精美的代码片段图像，包括带有语法高亮、自定义主题、配置文件和样式选项的 PNG、SVG 和 WebP 导出。当用户希望创建代码截图、将代码转换为可共享的图像、为文档或社交帖子生成漂亮的 代码片段、从源文件生成语法高亮图像，或明确提及 snipgrapher 时使用。支持通过 snipgrapher CLI 或 npx 进行单文件渲染、批量处理和监视模式。",{"claudeCode":790},"mcollina/skills","snipgrapher","https://github.com/mcollina/skills",{"basePath":794,"githubOwner":795,"githubRepo":746,"locale":796,"slug":791,"type":248},"skills/snipgrapher","mcollina","zh-CN",{"evaluate":798,"extract":805},{"promptVersionExtension":207,"promptVersionScoring":208,"score":799,"tags":800,"targetMarket":219,"tier":220},79,[791,801,802,217,218,803,804],"snippets","images","webp","cli",{"commitSha":280,"license":300},{"repoId":807,"translatedFrom":808},"kd7e22d93dm7xdjcrsgq33f53d86mqm7","k17eq2tm9hj8e9e78xhv4v500986nxyt",[804,802,218,791,801,217,803],{"evaluatedAt":811,"extractAt":812,"updatedAt":813},1778693125867,1778692906303,1778693261190,{"_creationTime":815,"_id":816,"community":817,"display":818,"identity":824,"providers":828,"relations":836,"tags":839,"workflow":840},1778691497595.9666,"k170aa7za6n5wvxtwx7xj8dc9d86mx9e",{"reviewCount":8},{"description":819,"installMethods":820,"name":822,"sourceUrl":823},"Compresses images to WebP (default) or PNG with automatic tool selection. Use when user asks to \"compress image\", \"optimize image\", \"convert to webp\", or reduce image file size.",{"claudeCode":821},"jimliu/baoyu-skills","baoyu-compress-image","https://github.com/jimliu/baoyu-skills",{"basePath":825,"githubOwner":826,"githubRepo":827,"locale":18,"slug":822,"type":248},"skills/baoyu-compress-image","jimliu","baoyu-skills",{"evaluate":829,"extract":835},{"promptVersionExtension":207,"promptVersionScoring":208,"score":830,"tags":831,"targetMarket":219,"tier":278},100,[832,833,803,218,834],"image","compression","optimization",{"commitSha":280},{"parentExtensionId":837,"repoId":838},"k172q4hxm2acmg5ree5aeemx1x86m6hx","kd718jn448p61w289hzf15tecd86n3a4",[833,832,834,218,803],{"evaluatedAt":841,"extractAt":842,"updatedAt":841},1778691619519,1778691497596,{"_creationTime":844,"_id":845,"community":846,"display":847,"identity":853,"providers":857,"relations":865,"tags":868,"workflow":869},1778697410853.8096,"k178fcd42jfyjav207v6hn2zh586ng5q",{"reviewCount":8},{"description":848,"installMethods":849,"name":851,"sourceUrl":852},"创建一个显示迪拜当前时间的SVG时间卡。将SVG写入agent-teams/output/dubai-time.svg，并更新agent-teams/output/output.md。",{"claudeCode":850},"shanraisshan/claude-code-best-practice","time-svg-creator","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":854,"githubOwner":855,"githubRepo":856,"locale":796,"slug":851,"type":248},"agent-teams/.claude/skills/time-svg-creator","shanraisshan","claude-code-best-practice",{"evaluate":858,"extract":864},{"promptVersionExtension":207,"promptVersionScoring":208,"score":830,"tags":859,"targetMarket":219,"tier":278},[217,860,861,862,863],"time","dubai","utility","file-generation",{"commitSha":280},{"repoId":866,"translatedFrom":867},"kd74710g49kxgwbfjxeb7s132d86myxr","k17f03gxccrgdxzsf4rbjwgb3s86mgkt",[861,863,217,860,862],{"evaluatedAt":870,"extractAt":871,"updatedAt":872},1778697352064,1778697205743,1778697410853,{"_creationTime":874,"_id":875,"community":876,"display":877,"identity":881,"providers":883,"relations":889,"tags":891,"workflow":892},1778697398877.0908,"k17d45dbnjas14wv2s8ya9jabn86mjqr",{"reviewCount":8},{"description":878,"installMethods":879,"name":880,"sourceUrl":852},"创建一张显示迪拜当前温度的 SVG 天气卡片。将 SVG 写入 orchestration-workflow/weather.svg，并更新 orchestration-workflow/output.md。",{"claudeCode":850},"weather-svg-creator",{"basePath":882,"githubOwner":855,"githubRepo":856,"locale":796,"slug":880,"type":248},".claude/skills/weather-svg-creator",{"evaluate":884,"extract":888},{"promptVersionExtension":207,"promptVersionScoring":208,"score":830,"tags":885,"targetMarket":219,"tier":278},[217,886,887,863,275],"weather","templating",{"commitSha":280},{"repoId":866,"translatedFrom":890},"k1770s2r3nf6pgfn28r4mzgqg986n2s9",[275,863,217,887,886],{"evaluatedAt":893,"extractAt":871,"updatedAt":894},1778697324930,1778697398877]