Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
13 curated Claude Code agent skills — decks, deep research, PRDs, articles, audits. Tested like software.
| Date | Stars |
|---|---|
| 2026-07-31 | 647 |
| 2026-08-06 | 647 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
[](README.md) [](README.zh-CN.md) <p align="center"> <img src="assets/claudeskills-readme-hero.png" alt="ClaudeSkills: help Claude Code finish work through repeatable workflows" width="100%"> </p> <div align="center"> # ClaudeSkills **Give Claude Code workflows that finish the job.** Thirteen curated skills package the steps, templates, scripts, examples, and quality gates behind repeatable work—not just one-off prompts. Start with four flagship workflows for research, product documents, decks, and WeChat publishing. [](https://github.com/staruhub/ClaudeSkills/actions/workflows/validate.yml) [](LICENSE) [Website](https://staruhub.github.io/ClaudeSkills/) · [30-second install](#-install-in-30-seconds) · [What's new](#four-flagship-workflows-rebuilt) · [All 13 skills](#-all-skills) · [Security](SECURITY.md) </div> ## Four flagship workflows, rebuilt | You ask | The workflow does | You get | |---|---|---| | “Compare three RAG architectures for our support team.” | 🔬 [`deep-research`](skills/Geek-skills-deep-research/SKILL.md) scopes the question, gathers multiple sources, maintains a source registry, and checks citations | A decision memo or full report with conclusions, evidence, trade-offs, and explicit limitations | | “Don't code yet. Ask me one question at a time until the product is clear.” | 📋 [`product-manager`](skills/Geek-skills-product-manager/SKILL.md) enters **grill-me-to-doc**: it reads repository evidence first, asks one decision per turn, and can resume after interruption | A reviewable PRODUCT-DOC, decision log, and open questions—with a hard stop before implementation | | “Turn this quarterly review into a consulting-style deck.” | 🎞️ [`deck-studio`](skills/Geek-skills-deck-studio/SKILL.md) confirms the outline before page briefs, registered layouts, and visual QA | Deck content, per-slide visuals, or an infographic set, depending on the delivery mode | | “Turn these notes into a WeChat article, including image prompts and layout.” | ✍️ [`wechat-article-writer`](skills/Geek-skills-wechat-article-writer/SKILL.md) can run `article`, `image-prompts`, `layout`, or the full pipeline | An article, provider-neutral image-prompt manifest, and WeChat-safe inline HTML—without pretending prompts are images or auto-publishing | Each flagship exposes the work between request and deliverable: when it asks, which references it loads, what it validates, and where it stops. You are installing an inspectable workflow, not a magic sentence. ## 🚀 Install in 30 seconds Start with one skill you will actually use: ```bash git clone --depth 1 https://github.com/staruhub/ClaudeSkills.git && cd ClaudeSkills python3 scripts/install_skill.py deck-studio ``` Then, in Claude Code: ```text /deck-studio Turn this quarterly review into an 8-slide consulting deck ``` The installer copies it to `~/.claude/skills/deck-studio`. Replace `deck-studio` with `deep-research`, `product-manager`, or `wechat-article-writer` to install another flagship. <details> <summary><b>Other install options, updates, removal, and FAQ</b></summary> ```bash python3 scripts/install_skill.py --list # list short names python3 scripts/install_skill.py deep-research # install any skill python3 scripts/install_skill.py deep-research --project # install for this project only ``` For a manual install, copy **and rename** the directory: ```bash cp -r skills/Geek-skills-deep-research ~/.claude/skills/deep-research ``` The installed directory name becomes the slash command. Without the rename, the command is `/Geek-skills-deep-research`. ```bash git pull && python3 scripts/install_skill.py deck-studio --force # update rm -rf ~/.claude/skills/deck-studio
Excerpt of 11,898 characters
Read on GitHub53
4
jiacheo · ycloud.com · China
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:097d7659dc756894, topic:ai-agents