github-project-discovery-hybrid
Multi-angle GitHub project discovery using browser + GitHub API + trending, with practical clone/install/absorption workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Multi-angle GitHub project discovery using browser + GitHub API + trending, with practical clone/install/absorption workflow
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Social media account setup guide for AI/developer platforms. Agent prepares all content (bio, avatar, posts) for user to copy-paste, since automation is blocked by Cloudflare/CAPTCHA/React shadow DOM. Supports X/Twitter, Medium, Dev.to, Reddit, LinkedIn.
Fix missing .dylib libraries when brew upgrades break Node.js browser tooling — create symlinks from old version numbers to new.
Auto-detect environment and record terminal/GUI demos for GitHub repos. Supports VHS, asciinema+agg, svg-term, and cua-driver modes. Single-command orchestration layer.
Use when releasing a new open-source project or skill pack on GitHub. Follows the proven exposure playbook from Hermes Core Skills release — covering README, community health, topics, social media, and verification. Ensures every release meets a minimum exposure bar so the project is discoverable, trustworthy, and ready for adoption.
Use when installing any new tool/package from GitHub, Brew, or Cask — includes post-install verification script, automated health check cron, and deliverable report so the user can independently confirm the tool is in active daily use.
Complete iOS App from Source Code to Build fully automated pipeline. Uses XcodeGen + xcodebuild CLI, no Xcode GUI required.
基于 SOC 职业分类
| name | github-project-discovery-hybrid |
| description | Multi-angle GitHub project discovery using browser + GitHub API + trending, with practical clone/install/absorption workflow |
No AI halluncination about whether a project is good or not — use the browser to actually visit GitHub to check trending, topics, API search, then clone + verify via README.
Run three search vectors simultaneously:
browser_navigate(url="https://github.com/trending?since=weekly")
browser_snapshot()
Review this week's hottest repos, filter for ones relevant to our stack.
Browse topic pages one by one:
https://github.com/topics/<topic-name>
Common topics: wechat-miniprogram, cocos-creator, ollama, macos-automation, local-llm
Use the API for precise searches in specific domains:
curl -s "https://api.github.com/search/repositories?q=<keyword>&sort=stars&order=desc&per_page=10"
Don't trust descriptions blindly — read each project's README:
For each project, decide one of the following:
Don't stop at cloning — do the following:
skill_manage(action='patch') / skill_manage(action='create') to integrate