[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-ReScienceLab-requesthunt-de":3,"guides-for-ReScienceLab-requesthunt":735,"similar-k176fxkbcfqsdzrdnch41gn87986m3cj-de":736},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":248,"isFallback":232,"parentExtension":254,"providers":309,"relations":313,"repo":314,"tags":733,"workflow":734},1778696505500.008,"k176fxkbcfqsdzrdnch41gn87986m3cj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"ReScienceLab/opc-skills","RequestHunt","https://github.com/ReScienceLab/opc-skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":230,"workflow":246},1778696869927.892,"kn75j9mw1j74g77ev2cw6xns6586mg5c","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":207,"promptVersionExtension":211,"promptVersionScoring":212,"purpose":213,"rationale":214,"score":215,"summary":216,"tags":217,"targetMarket":223,"tier":224,"useCases":225},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,79,82,85,88,92,96,99,103,106,109,112,115,118,121,125,128,132,136,140,143,147,150,154,157,160,163,166,169,172,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of generating user demand research reports from feedback and names the target artifact (reports) and user intents (demand research, find feature requests).",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers significant value beyond a simple prompt by actively scraping and analyzing data from multiple specific platforms, which is more than default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill includes prerequisites for installation and authentication, clear output modes, and a detailed research workflow, indicating it can be used in production.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single domain: collecting and analyzing user feedback for demand research, without extraneous capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's capabilities of scraping and analyzing user feedback from specified platforms for demand research.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the artifact (user demand research reports) and the user intent (do demand research, find feature requests, analyze user demand), along with specific platforms and use cases.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise, self-contained, and effectively summarizes the core capability and trigger phrases within the character limit.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is concise, outlining the workflow and prerequisites, and correctly delegates detailed procedures and examples to separate files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md demonstrates progressive disclosure by outlining the workflow and linking to detailed examples and prerequisites in separate files.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is primarily data collection and analysis, not deep exploration or code review, making the 'fork' context not applicable.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","Multiple end-to-end examples are provided in separate files, demonstrating input, invocation, and expected output for various research scenarios.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation acknowledges content safety considerations and treats scraped content as untrusted input, effectively handling an edge case of external data.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","The skill primarily uses its own CLI and doesn't appear to rely on external MCP servers or other tools with defined fallbacks.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The 'Content Safety' section clearly instructs users to treat scraped content as untrusted and not execute it, effectively halting on unexpected or malicious input.",{"category":73,"check":74,"severity":56,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not appear to rely on or implicitly couple with other skills.",{"category":33,"check":77,"severity":24,"summary":78},"Scoped tools","The skill exposes specific commands like `search`, `list`, `scrape`, and `ref` which are verb-noun specialists, not a single generalist command.",{"category":47,"check":80,"severity":24,"summary":81},"Configuration & parameter reference","The SKILL.md and CLI documentation detail parameters like `--platforms`, `--limit`, `--depth`, and authentication methods, including environment variable setup.",{"category":33,"check":83,"severity":24,"summary":84},"Tool naming","The exposed commands (`search`, `list`, `scrape`, `usage`, `topics`, `config`) are descriptive and follow kebab-case conventions.",{"category":33,"check":86,"severity":24,"summary":87},"Minimal I/O surface","Input parameters are specific flags, and output examples show structured data (like Markdown reports or JSON lists) relevant to the task.",{"category":89,"check":90,"severity":24,"summary":91},"License","License usability","The extension is licensed under Apache-2.0, a permissive open-source license, clearly indicated in the bundled LICENSE file and README.",{"category":93,"check":94,"severity":24,"summary":95},"Maintenance","Commit recency","The repository has recent commits as of May 2026, indicating active maintenance.",{"category":93,"check":97,"severity":24,"summary":98},"Dependency Management","The installation instructions mention downloading a pre-built binary verified by checksum, and building from source via cargo, indicating managed dependencies.",{"category":100,"check":101,"severity":24,"summary":102},"Security","Secret Management","The documentation explicitly warns against hardcoding API keys and recommends environment variables or a secured config file for authentication.",{"category":100,"check":104,"severity":24,"summary":105},"Injection","The 'Content Safety' section explicitly states to treat all scraped content as untrusted input and not interpret it as agent instructions.",{"category":100,"check":107,"severity":24,"summary":108},"Transitive Supply-Chain Grenades","The installation uses a verified binary download, and the skill processes scraped content as untrusted data, mitigating risks from remote execution or untrusted content.",{"category":100,"check":110,"severity":24,"summary":111},"Sandbox Isolation","The skill interacts with an external CLI and API, but the operations are data retrieval and analysis, with no indication of modifying user files outside the agent's scope.",{"category":100,"check":113,"severity":24,"summary":114},"Sandbox escape primitives","No detached processes or retry loops around denied calls are apparent in the skill's description or documentation.",{"category":100,"check":116,"severity":24,"summary":117},"Data Exfiltration","The skill collects public data and requires authentication via API key/device code login, with clear documentation on usage and rate limits, not suggesting exfiltration of confidential data.",{"category":100,"check":119,"severity":24,"summary":120},"Hidden Text Tricks","The bundled content and documentation appear free of hidden steering tricks, control characters, or unusual Unicode.",{"category":122,"check":123,"severity":24,"summary":124},"Hooks","Opaque code execution","The installation process involves downloading a verified binary or building from source, suggesting transparent code rather than obfuscated execution.",{"category":73,"check":126,"severity":24,"summary":127},"Structural Assumption","The skill relies on its own CLI and API; it makes no assumptions about the user's project file structure.",{"category":129,"check":130,"severity":24,"summary":131},"Trust","Issues Attention","In the last 90 days, 0 issues were opened and 3 were closed, indicating good attention to issue resolution.",{"category":133,"check":134,"severity":24,"summary":135},"Versioning","Release Management","The SKILL.md frontmatter includes a `name` and `description`, and the README mentions installation via `npx skills add ReScienceLab/opc-skills` which implies versioning is handled by the package manager.",{"category":137,"check":138,"severity":24,"summary":139},"Execution","Validation","The CLI tool likely has internal validation for its arguments, and the documentation does not suggest untrusted input is passed directly to sensitive operations.",{"category":100,"check":141,"severity":24,"summary":142},"Unguarded Destructive Operations","The skill's operations are primarily data retrieval and analysis, not destructive actions, so this check is not applicable.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Error Handling","The CLI tool's output modes (`--json`, `--human`) suggest structured output, implying error handling is likely present. The API info mentions rate limits, indicating potential for error responses.",{"category":65,"check":148,"severity":56,"summary":149},"Logging","The skill itself does not perform destructive actions or outbound calls that would typically require local audit logging.",{"category":151,"check":152,"severity":24,"summary":153},"Compliance","GDPR","The skill collects public data from platforms like Reddit and X, and the 'Content Safety' section advises treating scraped data as untrusted, indicating no direct operation on personal data without caution.",{"category":151,"check":155,"severity":24,"summary":156},"Target market","The skill focuses on collecting and analyzing user feedback from global platforms without apparent regional restrictions, setting `targetMarket` to 'global'.",{"category":73,"check":158,"severity":24,"summary":159},"Runtime stability","The skill uses a cross-platform CLI tool (downloaded binary or cargo install) and standard web APIs, implying good runtime stability across different environments.",{"category":47,"check":161,"severity":24,"summary":162},"README","The README file is comprehensive, detailing the purpose, installation, usage, and resources for the OPC Skills repository, including this specific skill.",{"category":33,"check":164,"severity":24,"summary":165},"Tool surface size","The skill exposes a focused set of commands (search, list, scrape, topics, usage, config), well within the target range.",{"category":40,"check":167,"severity":24,"summary":168},"Overlapping near-synonym tools","The exposed tools (`search`, `list`, `scrape`) cover distinct functions and do not appear to be near-synonyms for similar actions.",{"category":47,"check":170,"severity":24,"summary":171},"Phantom features","All advertised features, such as scraping from specified platforms and generating reports, are supported by the documented commands and examples.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","Clear installation instructions are provided via `curl` script for CLI setup, environment variable setup for authentication, and `npx skills add` for Claude Code integration.",{"category":144,"check":177,"severity":24,"summary":178},"Actionable error messages","The CLI documentation mentions API rate limits and suggests using `--json` or `--human` for output, implying that error messages would be structured and potentially actionable.",{"category":137,"check":180,"severity":24,"summary":181},"Pinned dependencies","The installation method suggests a pre-built binary or `cargo install`, which implies pinned dependencies for the CLI tool.",{"category":33,"check":183,"severity":56,"summary":184},"Dry-run preview","The skill's primary functions involve data retrieval and analysis, not state-changing operations that would necessitate a dry-run mode.",{"category":186,"check":187,"severity":24,"summary":188},"Protocol","Idempotent retry & timeouts","The skill interacts with APIs that likely have timeouts and retries handled by the CLI tool; operations are data retrieval, not state mutation.",{"category":151,"check":190,"severity":24,"summary":191},"Telemetry opt-in","There is no mention of telemetry collection within the skill's documentation, indicating no opt-out telemetry is being used.",1778696869823,"This skill leverages a CLI tool to scrape and analyze user feedback from platforms like Reddit, X, GitHub, YouTube, LinkedIn, and Amazon to generate demand research reports.",[195,196,197,198,199],"Scrape user feedback from multiple platforms","Analyze feature requests, complaints, and questions","Generate structured demand research reports","Support for various research goals (demand, features, competitive analysis)","Authentication via device code login or API key",[201,202,203],"Directly modifying user data or systems.","Providing real-time sentiment analysis (focus is on specific requests/complaints).","Replacing direct user interviews (complements them by providing broad signal).",[205,206],"Content Safety","Data Analysis",[208,209,210],"Install the RequestHunt CLI (curl -fsSL https://requesthunt.com/cli | sh)","Authenticate the CLI (requesthunt auth login)","API Key or Environment Variable for headless environments (REQUESTHUNT_API_KEY)","3.0.0","4.4.0","To provide users with actionable insights into market demand, feature requests, and user pain points by systematically collecting and analyzing feedback from various online platforms.","The skill has a strong feature set and excellent documentation with clear examples and safety guidelines. A minor point on explicit error message detail prevented a perfect score.",95,"Excellent skill for in-depth user demand research, providing robust data collection and analysis capabilities.",[218,219,220,221,222],"research","demand-generation","user-feedback","social-media-analysis","market-research","global","verified",[226,227,228,229],"Use when you want to do demand research for a new product.","Use when you need to find feature requests from existing users.","Use when you want to analyze user demand for a specific market.","Use when you want to run RequestHunt queries for competitive intelligence.",{"codeQuality":231,"collectedAt":233,"documentation":234,"maintenance":237,"security":242,"testCoverage":245},{"hasLockfile":232},true,1778696853107,{"descriptionLength":235,"readmeSize":236},295,8157,{"closedIssues90d":238,"forks":239,"hasChangelog":232,"openIssues90d":8,"pushedAt":240,"stars":241},3,97,1778656415000,858,{"hasNpmPackage":243,"license":244,"smitheryVerified":243},false,"Apache-2.0",{"hasCi":232,"hasTests":243},{"updatedAt":247},1778696869927,{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":253},"skills/requesthunt","ReScienceLab","opc-skills","requesthunt","skill",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":261,"parentExtension":263,"providers":295,"relations":305,"tags":306,"workflow":307},1778696505500.0034,"k17105qx7fhsneacw1ep81wp2586nky0",{"reviewCount":8},{"description":259,"installMethods":260,"name":13,"sourceUrl":14},"Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, and GitHub.",{"claudeCode":252},{"basePath":249,"githubOwner":250,"githubRepo":251,"locale":18,"slug":252,"type":262},"plugin",{"_creationTime":264,"_id":265,"community":266,"display":267,"identity":270,"providers":273,"relations":289,"tags":291,"workflow":292},1778696505500.0032,"k17agfyzmts45g65m489121e9n86njbk",{"reviewCount":8},{"description":268,"installMethods":269,"name":251,"sourceUrl":14},"Agent Skills for One Person Companies - Boost your AI agent with specialized skills for solopreneurs and indie hackers",{"claudeCode":12},{"basePath":271,"githubOwner":250,"githubRepo":251,"locale":18,"slug":251,"type":272},"","marketplace",{"evaluate":274,"extract":283},{"promptVersionExtension":275,"promptVersionScoring":212,"score":276,"tags":277,"targetMarket":223,"tier":224},"3.1.0",99,[278,279,280,281,282],"solopreneur","indie-hacker","automation","productivity","ai-tools",{"commitSha":284,"marketplace":285,"plugin":287},"HEAD",{"name":251,"pluginCount":286},9,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[282,280,279,281,278],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778696521966,1778696505500,{"evaluate":296,"extract":303},{"promptVersionExtension":211,"promptVersionScoring":212,"score":297,"tags":298,"targetMarket":223,"tier":224},96,[299,219,300,301,302],"user-research","feedback-analysis","social-media-scraping","cli",{"commitSha":284,"license":304},"MIT",{"parentExtensionId":265,"repoId":290},[302,219,300,301,299],{"evaluatedAt":308,"extractAt":294,"updatedAt":308},1778696539986,{"evaluate":310,"extract":312},{"promptVersionExtension":211,"promptVersionScoring":212,"score":215,"tags":311,"targetMarket":223,"tier":224},[218,219,220,221,222],{"commitSha":284,"license":244},{"parentExtensionId":256,"repoId":290},{"_creationTime":315,"_id":290,"identity":316,"providers":317,"workflow":729},1778696498481.4097,{"githubOwner":250,"githubRepo":251,"sourceUrl":14},{"classify":318,"discover":716,"github":719},{"commitSha":284,"extensions":319},[320,333,342,351,360,369,378,387,396,405,414,427,469,477,485,519,531,582,594,621,638,647,708],{"basePath":271,"description":268,"displayName":251,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":249,"description":259,"displayName":252,"installMethods":334,"license":304,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":262},{"claudeCode":252},"plugin manifest at skills/requesthunt/.claude-plugin/plugin.json",[337,339],{"path":338,"priority":326},".claude-plugin/plugin.json",{"path":340,"priority":341},"SKILL.md","medium",{"basePath":343,"description":344,"displayName":345,"installMethods":346,"license":304,"rationale":347,"selectedPaths":348,"source":332,"sourceLanguage":18,"type":262},"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":345},"plugin manifest at skills/domain-hunter/.claude-plugin/plugin.json",[349,350],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":352,"description":353,"displayName":354,"installMethods":355,"license":304,"rationale":356,"selectedPaths":357,"source":332,"sourceLanguage":18,"type":262},"skills/logo-creator","Create logos using AI image generation. Discuss style/ratio, generate variations, iterate with user feedback, crop, remove background, and export as SVG.","logo-creator",{"claudeCode":354},"plugin manifest at skills/logo-creator/.claude-plugin/plugin.json",[358,359],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":361,"description":362,"displayName":363,"installMethods":364,"license":304,"rationale":365,"selectedPaths":366,"source":332,"sourceLanguage":18,"type":262},"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":363},"plugin manifest at skills/banner-creator/.claude-plugin/plugin.json",[367,368],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":370,"description":371,"displayName":372,"installMethods":373,"license":304,"rationale":374,"selectedPaths":375,"source":332,"sourceLanguage":18,"type":262},"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":372},"plugin manifest at skills/nanobanana/.claude-plugin/plugin.json",[376,377],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":379,"description":380,"displayName":381,"installMethods":382,"license":304,"rationale":383,"selectedPaths":384,"source":332,"sourceLanguage":18,"type":262},"skills/reddit","Search and retrieve content from Reddit. Get posts, comments, subreddit info, and user profiles via the public JSON API.","reddit",{"claudeCode":381},"plugin manifest at skills/reddit/.claude-plugin/plugin.json",[385,386],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":388,"description":389,"displayName":390,"installMethods":391,"license":304,"rationale":392,"selectedPaths":393,"source":332,"sourceLanguage":18,"type":262},"skills/twitter","Search and retrieve content from Twitter/X. Get user info, tweets, replies, followers, communities, spaces, and trends via twitterapi.io.","twitter",{"claudeCode":390},"plugin manifest at skills/twitter/.claude-plugin/plugin.json",[394,395],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":397,"description":398,"displayName":399,"installMethods":400,"license":304,"rationale":401,"selectedPaths":402,"source":332,"sourceLanguage":18,"type":262},"skills/producthunt","Search and retrieve content from Product Hunt. Get posts, topics, users, and collections via the GraphQL API.","producthunt",{"claudeCode":399},"plugin manifest at skills/producthunt/.claude-plugin/plugin.json",[403,404],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":406,"description":407,"displayName":408,"installMethods":409,"license":304,"rationale":410,"selectedPaths":411,"source":332,"sourceLanguage":18,"type":262},"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":408},"plugin manifest at skills/seo-geo/.claude-plugin/plugin.json",[412,413],{"path":338,"priority":326},{"path":340,"priority":341},{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":332,"sourceLanguage":18,"type":262},"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":417},"plugin manifest at skills/archive/.factory-plugin/plugin.json",[421,423,425],{"path":422,"priority":326},".factory-plugin/plugin.json",{"path":424,"priority":331},"hooks/hooks.json",{"path":426,"priority":331},"hooks/load-memory.py",{"basePath":428,"description":429,"displayName":408,"installMethods":430,"rationale":431,"selectedPaths":432,"source":332,"sourceLanguage":18,"type":253},".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)",[433,434,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467],{"path":340,"priority":326},{"path":435,"priority":436},"examples/opc-skills-case-study.md","low",{"path":438,"priority":341},"references/geo-research.md",{"path":440,"priority":341},"references/google-docs-summary.md",{"path":442,"priority":341},"references/platform-algorithms.md",{"path":444,"priority":341},"references/schema-templates.md",{"path":446,"priority":341},"references/seo-checklist.md",{"path":448,"priority":341},"references/tools-and-apis.md",{"path":450,"priority":436},"scripts/autocomplete_ideas.py",{"path":452,"priority":436},"scripts/backlinks.py",{"path":454,"priority":436},"scripts/competitor_gap.py",{"path":456,"priority":436},"scripts/credential.py",{"path":458,"priority":436},"scripts/dataforseo_api.py",{"path":460,"priority":436},"scripts/domain_overview.py",{"path":462,"priority":436},"scripts/keyword_research.py",{"path":464,"priority":436},"scripts/related_keywords.py",{"path":466,"priority":436},"scripts/seo_audit.py",{"path":468,"priority":436},"scripts/serp_analysis.py",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":332,"sourceLanguage":18,"type":253},".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",[476],{"path":340,"priority":326},{"basePath":415,"description":478,"displayName":417,"installMethods":479,"rationale":480,"selectedPaths":481,"source":332,"sourceLanguage":18,"type":253},"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",[482,483],{"path":340,"priority":326},{"path":484,"priority":341},"references/TEMPLATE.md",{"basePath":361,"description":486,"displayName":363,"installMethods":487,"rationale":488,"selectedPaths":489,"source":332,"sourceLanguage":18,"type":253},"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",[490,491,493,495,497,499,501,503,505,507,509,511,513,515,517],{"path":340,"priority":326},{"path":492,"priority":436},"examples/images/banner-01.png",{"path":494,"priority":436},"examples/images/banner-02.png",{"path":496,"priority":436},"examples/images/banner-03.png",{"path":498,"priority":436},"examples/images/banner-04.png",{"path":500,"priority":436},"examples/images/banner-05.png",{"path":502,"priority":436},"examples/images/banner-06.png",{"path":504,"priority":436},"examples/images/github-banner-01.png",{"path":506,"priority":436},"examples/images/github-banner-02.png",{"path":508,"priority":436},"examples/images/github-banner-03.png",{"path":510,"priority":436},"examples/images/opc-banner-final.png",{"path":512,"priority":436},"examples/opc-banner-creation.md",{"path":514,"priority":341},"references/formats.md",{"path":516,"priority":436},"scripts/crop_banner.py",{"path":518,"priority":436},"templates/preview.html",{"basePath":343,"description":520,"displayName":345,"installMethods":521,"rationale":522,"selectedPaths":523,"source":332,"sourceLanguage":18,"type":253},"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",[524,525,527,529],{"path":340,"priority":326},{"path":526,"priority":436},"examples/auto-video-editing-domain.md",{"path":528,"priority":341},"references/registrars.md",{"path":530,"priority":341},"references/spaceship-api.md",{"basePath":352,"description":532,"displayName":354,"installMethods":533,"rationale":534,"selectedPaths":535,"source":332,"sourceLanguage":18,"type":253},"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},"SKILL.md frontmatter at skills/logo-creator/SKILL.md",[536,537,539,541,543,545,547,549,551,553,555,557,559,561,563,565,567,569,571,573,575,577,579,581],{"path":340,"priority":326},{"path":538,"priority":436},"examples/images/logo-01.png",{"path":540,"priority":436},"examples/images/logo-02.png",{"path":542,"priority":436},"examples/images/logo-03.png",{"path":544,"priority":436},"examples/images/logo-04.png",{"path":546,"priority":436},"examples/images/logo-05.png",{"path":548,"priority":436},"examples/images/logo-06.png",{"path":550,"priority":436},"examples/images/logo-07.png",{"path":552,"priority":436},"examples/images/logo-08.png",{"path":554,"priority":436},"examples/images/logo-09-v1.png",{"path":556,"priority":436},"examples/images/logo-09-v2.png",{"path":558,"priority":436},"examples/images/logo-09-v3.png",{"path":560,"priority":436},"examples/images/logo-09-v4.png",{"path":562,"priority":436},"examples/images/logo-09-v5.png",{"path":564,"priority":436},"examples/images/logo-09-v6.png",{"path":566,"priority":436},"examples/images/logo-09.png",{"path":568,"priority":436},"examples/images/opc-logo-final.svg",{"path":570,"priority":436},"examples/images/opc-logo-selected.png",{"path":572,"priority":436},"examples/opc-logo-creation.md",{"path":574,"priority":341},"references/styles.md",{"path":576,"priority":436},"scripts/crop_logo.py",{"path":578,"priority":436},"scripts/remove_bg.py",{"path":580,"priority":436},"scripts/vectorize.py",{"path":518,"priority":436},{"basePath":370,"description":583,"displayName":372,"installMethods":584,"rationale":585,"selectedPaths":586,"source":332,"sourceLanguage":18,"type":253},"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",[587,588,590,592],{"path":340,"priority":326},{"path":589,"priority":341},"references/prompts.md",{"path":591,"priority":436},"scripts/batch_generate.py",{"path":593,"priority":436},"scripts/generate.py",{"basePath":397,"description":595,"displayName":399,"installMethods":596,"rationale":597,"selectedPaths":598,"source":332,"sourceLanguage":18,"type":253},"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",[599,600,601,603,605,607,609,611,613,615,617,619],{"path":340,"priority":326},{"path":456,"priority":436},{"path":602,"priority":436},"scripts/get_collection.py",{"path":604,"priority":436},"scripts/get_collections.py",{"path":606,"priority":436},"scripts/get_post.py",{"path":608,"priority":436},"scripts/get_post_comments.py",{"path":610,"priority":436},"scripts/get_posts.py",{"path":612,"priority":436},"scripts/get_topic.py",{"path":614,"priority":436},"scripts/get_topics.py",{"path":616,"priority":436},"scripts/get_user.py",{"path":618,"priority":436},"scripts/get_user_posts.py",{"path":620,"priority":436},"scripts/producthunt_api.py",{"basePath":379,"description":622,"displayName":381,"installMethods":623,"rationale":624,"selectedPaths":625,"source":332,"sourceLanguage":637,"type":253},"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",[626,627,628,629,630,632,633,635],{"path":340,"priority":326},{"path":456,"priority":436},{"path":606,"priority":436},{"path":610,"priority":436},{"path":631,"priority":436},"scripts/get_subreddit.py",{"path":616,"priority":436},{"path":634,"priority":436},"scripts/reddit_api.py",{"path":636,"priority":436},"scripts/search_posts.py","fr",{"basePath":249,"description":10,"displayName":252,"installMethods":639,"rationale":640,"selectedPaths":641,"source":332,"sourceLanguage":18,"type":253},{"claudeCode":12},"SKILL.md frontmatter at skills/requesthunt/SKILL.md",[642,643,645],{"path":340,"priority":326},{"path":644,"priority":436},"examples/calendar-app-research.md",{"path":646,"priority":436},"examples/scheduling-tools-research-report.md",{"basePath":388,"description":648,"displayName":390,"installMethods":649,"rationale":650,"selectedPaths":651,"source":332,"sourceLanguage":18,"type":253},"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",[652,653,655,657,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,704,706],{"path":340,"priority":326},{"path":654,"priority":436},"scripts/batch_get_users.py",{"path":656,"priority":436},"scripts/check_relationship.py",{"path":456,"priority":436},{"path":659,"priority":436},"scripts/get_article.py",{"path":661,"priority":436},"scripts/get_community.py",{"path":663,"priority":436},"scripts/get_community_members.py",{"path":665,"priority":436},"scripts/get_community_moderators.py",{"path":667,"priority":436},"scripts/get_community_tweets.py",{"path":669,"priority":436},"scripts/get_followers.py",{"path":671,"priority":436},"scripts/get_following.py",{"path":673,"priority":436},"scripts/get_list_followers.py",{"path":675,"priority":436},"scripts/get_list_members.py",{"path":677,"priority":436},"scripts/get_space.py",{"path":679,"priority":436},"scripts/get_trends.py",{"path":681,"priority":436},"scripts/get_tweet.py",{"path":683,"priority":436},"scripts/get_tweet_quotes.py",{"path":685,"priority":436},"scripts/get_tweet_replies.py",{"path":687,"priority":436},"scripts/get_tweet_retweeters.py",{"path":689,"priority":436},"scripts/get_tweet_thread.py",{"path":691,"priority":436},"scripts/get_user_about.py",{"path":693,"priority":436},"scripts/get_user_info.py",{"path":695,"priority":436},"scripts/get_user_mentions.py",{"path":697,"priority":436},"scripts/get_user_tweets.py",{"path":699,"priority":436},"scripts/get_verified_followers.py",{"path":701,"priority":436},"scripts/search_community_tweets.py",{"path":703,"priority":436},"scripts/search_tweets.py",{"path":705,"priority":436},"scripts/search_users.py",{"path":707,"priority":436},"scripts/twitter_api.py",{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":332,"sourceLanguage":18,"type":253},"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",[715],{"path":340,"priority":326},{"sources":717},[718],"manual",{"closedIssues90d":238,"description":720,"forks":239,"homepage":721,"license":244,"openIssues90d":8,"pushedAt":240,"readmeSize":236,"stars":241,"topics":722},"Agent Skills for Solopreneurs","https://opc.dev",[723,724,282,725,726,727,728],"agent-skills","opc","claude-code","geo","llm-tools","seo",{"classifiedAt":730,"discoverAt":731,"extractAt":732,"githubAt":732,"updatedAt":730},1778696505287,1778696498481,1778696503171,[219,222,218,221,220],{"evaluatedAt":247,"extractAt":294,"updatedAt":247},[],[737,767,797,825,853,880],{"_creationTime":738,"_id":739,"community":740,"display":741,"identity":747,"providers":751,"relations":760,"tags":763,"workflow":764},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":742,"installMethods":743,"name":745,"sourceUrl":746},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":744},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":748,"githubOwner":749,"githubRepo":750,"locale":18,"slug":745,"type":253},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":752,"extract":759},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":754,"targetMarket":223,"tier":224},100,[755,756,218,757,758],"search","documentation","information-retrieval","multi-agent",{"commitSha":284},{"parentExtensionId":761,"repoId":762},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[756,757,758,218,755],{"evaluatedAt":765,"extractAt":766,"updatedAt":765},1778699449790,1778699234184,{"_creationTime":768,"_id":769,"community":770,"display":771,"identity":777,"providers":782,"relations":790,"tags":793,"workflow":794},1778695116697.199,"k17cex5hqwje7qgvts5evct1d186nd4m",{"reviewCount":8},{"description":772,"installMethods":773,"name":775,"sourceUrl":776},"Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.",{"claudeCode":774},"Orchestra-Research/AI-Research-SKILLs","ARA Research Manager","https://github.com/Orchestra-Research/AI-Research-SKILLs",{"basePath":778,"githubOwner":779,"githubRepo":780,"locale":18,"slug":781,"type":253},"22-agent-native-research-artifact/research-manager","Orchestra-Research","AI-Research-SKILLs","research-manager",{"evaluate":783,"extract":789},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":784,"targetMarket":223,"tier":224},[218,785,786,787,788],"provenance","knowledge-management","session-logging","ara",{"commitSha":284,"license":304},{"parentExtensionId":791,"repoId":792},"k17155ws9qc0hw7a568bg79sfd86max8","kd70hj1y80mhra5xm5g188j5n586mg18",[788,786,785,218,787],{"evaluatedAt":795,"extractAt":796,"updatedAt":795},1778697541177,1778695116697,{"_creationTime":798,"_id":799,"community":800,"display":801,"identity":807,"providers":811,"relations":819,"tags":821,"workflow":822},1778696113180.8188,"k17c5zp0g9ej845h70sjh0z6rd86n8ta",{"reviewCount":8},{"description":802,"installMethods":803,"name":805,"sourceUrl":806},"Build customer journey maps and service blueprints that visualize the end-to-end user experience including touchpoints, emotions, friction, and underlying systems. Use this skill whenever the user wants to map a customer journey, build a service blueprint, identify friction across an experience, align teams on the user experience, or visualize touchpoints and pain points. Triggers on customer journey, journey map, service blueprint, user journey, experience map, touchpoint analysis, friction map, journey audit, end-to-end experience, customer experience map. Also triggers when the team has departmental views of users but no shared map of what the experience actually feels like.",{"claudeCode":804},"rampstackco/claude-skills","journey-mapping","https://github.com/rampstackco/claude-skills",{"basePath":808,"githubOwner":809,"githubRepo":810,"locale":18,"slug":805,"type":253},"skills/journey-mapping","rampstackco","claude-skills",{"evaluate":812,"extract":818},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":813,"targetMarket":223,"tier":224},[814,815,816,218,817],"user-experience","customer-journey","service-blueprint","design-thinking",{"commitSha":284},{"repoId":820},"kd7bebccrrd1xf6w868aggftrd86m86v",[815,817,218,816,814],{"evaluatedAt":823,"extractAt":824,"updatedAt":823},1778697107949,1778696113180,{"_creationTime":826,"_id":827,"community":828,"display":829,"identity":835,"providers":839,"relations":846,"tags":849,"workflow":850},1778696833339.6243,"k174g80xa9zxhydbncvpf0xzy986nvx5",{"reviewCount":8},{"description":830,"installMethods":831,"name":833,"sourceUrl":834},"Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.",{"claudeCode":832},"sanjay3290/ai-skills","manus","https://github.com/sanjay3290/ai-skills",{"basePath":836,"githubOwner":837,"githubRepo":838,"locale":18,"slug":833,"type":253},"skills/manus","sanjay3290","ai-skills",{"evaluate":840,"extract":845},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":841,"targetMarket":223,"tier":224},[842,843,218,280,844],"ai-agent","autonomous-execution","api-integration",{"commitSha":284},{"parentExtensionId":847,"repoId":848},"k17es37z10n1sw6t2m3f0vsydx86mnje","kd71np0fyqg23qg8w2hcfw0h0h86nkn0",[842,844,280,843,218],{"evaluatedAt":851,"extractAt":852,"updatedAt":851},1778697107270,1778696833339,{"_creationTime":854,"_id":855,"community":856,"display":857,"identity":863,"providers":867,"relations":874,"tags":876,"workflow":877},1778694240519.738,"k17a3n0gk6mmnqqdtpfxv9hgwd86n1qt",{"reviewCount":8},{"description":858,"installMethods":859,"name":861,"sourceUrl":862},"TAM/SAM/SOM market sizing analysis. Uses web search and research tools to produce a structured analysis with data sources, assumptions, calculations, and confidence ranges. Triggers on: \"calculate TAM\", \"size the market\", \"market opportunity\".\n",{"claudeCode":860},"mshadmanrahman/pm-pilot","market-sizing","https://github.com/mshadmanrahman/pm-pilot",{"basePath":864,"githubOwner":865,"githubRepo":866,"locale":18,"slug":861,"type":253},"skills/pm-core/market-sizing","mshadmanrahman","pm-pilot",{"evaluate":868,"extract":873},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":869,"targetMarket":223,"tier":224},[861,870,871,218,872],"tam-sam-som","business-analysis","strategy",{"commitSha":284},{"repoId":875},"kd728wqst6vwd95ymycxb97nrx86mnsn",[871,861,218,872,870],{"evaluatedAt":878,"extractAt":879,"updatedAt":878},1778694458579,1778694240519,{"_creationTime":881,"_id":882,"community":883,"display":884,"identity":890,"providers":895,"relations":902,"tags":904,"workflow":905},1778691799740.48,"k170wty24x8dpw3h33f885hj4986nwnc",{"reviewCount":8},{"description":885,"installMethods":886,"name":888,"sourceUrl":889},"Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).",{"claudeCode":887},"K-Dense-AI/claude-scientific-skills","Literature Review","https://github.com/K-Dense-AI/claude-scientific-skills",{"basePath":891,"githubOwner":892,"githubRepo":893,"locale":18,"slug":894,"type":253},"scientific-skills/literature-review","K-Dense-AI","claude-scientific-skills","literature-review",{"evaluate":896,"extract":901},{"promptVersionExtension":211,"promptVersionScoring":212,"score":753,"tags":897,"targetMarket":223,"tier":224},[894,218,898,756,899,900],"academic","pdf-generation","citation-management",{"commitSha":284,"license":304},{"repoId":903},"kd79rphh5gexy91xmpxc05h5mh86mm9r",[898,900,756,894,899,218],{"evaluatedAt":906,"extractAt":907,"updatedAt":906},1778693072547,1778691799740]