skill-collections
Update the SKILL COLLECTIONS table by researching all 5 skill-collection repos in parallel
Install / Use
npx skills add Rito-w/claude-code-best-practice-zhInstalls into whichever agent you are using.
Claude Commands
Claude Code slash commands
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubdescription: Update the SKILL COLLECTIONS table by researching all 5 skill-collection repos in parallel
Workflow — Skill Collections
Update the SKILL COLLECTIONS table in README.md by researching 5 repos in parallel. Launch a research agent, merge results, present changes, update table if approved.
The 5 Repos
| # | Repo | Owner |
|---|------|-------|
| 1 | anthropics/skills | Anthropic (official) |
| 2 | wshobson/agents | William Shobson |
| 3 | mattpocock/skills | Matt Pocock |
| 4 | K-Dense-AI/scientific-agent-skills | K-Dense-AI |
| 5 | VoltAgent/awesome-agent-skills | VoltAgent (curated awesome-list) |
Table Format
The README table has these columns:
| Name | ★ | <img src="!/tags/s.svg" height="14"> |
- Name:
[Short Name](github-url)— use repo's short name (e.g.,mattpocock/skills, or justskillsif owner is the project), not the full owner/repo unless ambiguous - ★: Star count rounded to
k(e.g., 125k, 35k, 1.2k). Under 1000 show exact number - Skill count: Just the number. For awesome-lists where skills are links not files, use
N+ (curated list)form
Sort order: Sorted by stars descending (highest first).
Phase 0: Read Current State
Read these files:
README.md— the## 🧰 SKILL COLLECTIONStable (note current stars and skill counts)changelog/skill-collections/changelog.md— previous changelog entries (may not exist yet)
Phase 1: Launch Research Agent
Immediately spawn one development-workflows-research-agent covering all 5 repos. (The existing research agent is generic — it counts skills/stars/etc. for any repo.)
Research these 5 Claude Code skill-collection repositories. Each is primarily a library of
SKILL.mdfiles, NOT a full workflow methodology.Repo 1: anthropics/skills (https://github.com/anthropics/skills) — official Anthropic skills repo Repo 2: wshobson/agents (https://github.com/wshobson/agents) — plugin-scoped skills (skills nested under domain plugins) Repo 3: mattpocock/skills (https://github.com/mattpocock/skills) — TypeScript-focused Repo 4: K-Dense-AI/scientific-agent-skills (https://github.com/K-Dense-AI/scientific-agent-skills) — science/research vertical Repo 5: VoltAgent/awesome-agent-skills (https://github.com/VoltAgent/awesome-agent-skills) — curated awesome-list (links to external skills, not SKILL.md files in repo)
For EACH repo, return:
- Stars — use GitHub API
https://api.github.com/repos/{owner}/{repo}, readstargazers_count. Round tok.- Skill count — count
SKILL.mdfiles in the repo via the GitHub git tree API:https://api.github.com/repos/{owner}/{repo}/git/trees/HEAD?recursive=1and grep paths forSKILL.md.
- For
wshobson/agents: skills are nested insideplugins/<domain>/skills/— count all SKILL.md across all plugins.- For
VoltAgent/awesome-agent-skills: count the listed skills in README.md (e.g., bullets / table rows). Mark explicitly as "curated list, not files".- For
K-Dense-AI/scientific-agent-skills: subdirectories underskills/may use SKILL.md or.md; count whichever the repo uses, and report which.- For
anthropics/skills: skills live in subdirectories underskills/withSKILL.mdinside.- For
mattpocock/skills: include only active skills, not deprecated ones (note both numbers if obvious).- Notable changes — any significant additions or removals in last 30 days?
Return structured report per repo:
REPO: anthropics/skills STARS: <number>k (<exact>) SKILLS: <count> (<file pattern used, e.g., "SKILL.md files via git tree">) NOTES: <anything unusual — flat .md vs SKILL.md, deprecated skills, language variants, curated-list disclaimer> CHANGES: <changes or "No significant changes"> CONFIDENCE: <0-1>
Phase 2: Compare & Report
Wait for the agent. Then compare findings against the current table and present:
Skill Collections — Update Report
══════════════════════════════════
Changes Found:
<repo>: ★ <old>k → <new>k | skills <old>→<new>
...
No Changes:
<repo>: ✓ (all values match)
...
Action Items:
# | Type | Action | Status
1 | Star | Update <repo> ★ from Xk to Yk | NEW/RECURRING
2 | Count | Update <repo> skills from X to Y | NEW/RECURRING
3 | Sort | Move <repo> (rank changed) | NEW/RECURRING
4 | Add | New collection candidate: <repo> | NEW
Compare with previous changelog entries and mark items as NEW, RECURRING, or RESOLVED.
Phase 2.5: Append to Changelog
MANDATORY — always execute before presenting to user.
Read changelog/skill-collections/changelog.md, then append a new entry. If the file doesn't exist, create it with a Status Legend then the first entry.
---
## [<YYYY-MM-DD HH:MM AM/PM PKT>] Skill Collections Update
| # | Priority | Type | Action | Status |
|---|----------|------|--------|--------|
| 1 | HIGH/MED/LOW | <type> | <action> | <status> |
Get time via TZ=Asia/Karachi date "+%Y-%m-%d %I:%M %p PKT". Status must be one of:
COMPLETE (reason)|INVALID (reason)|ON HOLD (reason)
Always append, never overwrite.
Phase 2.6: Update Last Updated Badge
MANDATORY — execute after Phase 2.5.
Update the badge on line 4 of README.md. Get time via TZ=Asia/Karachi date "+%b %d, %Y %-I:%M %p PKT", URL-encode it, replace the date in the badge. Do NOT log this as an action item.
Phase 3: Execute
Ask user: (1) Execute all | (2) Execute specific | (3) Skip
When executing, edit the ## 🧰 SKILL COLLECTIONS table in README.md:
- Update stars and skill counts per row
- Maintain sort order: stars descending (highest first)
- Match existing format exactly (link style, k-suffix on stars)
Rules
- One research agent, 5 repos — single message, parallel sub-fetches inside
- Never guess — use data from the agent only
- Don't auto-execute — present report first, wait for approval
- ALWAYS append changelog and ALWAYS update badge — mandatory
- Sort by stars descending — highest stars first
- Round stars consistently —
ksuffix (125k, 35k, 1.2k). Under 1000 show exact - Awesome-lists are different — for repos that link to external skills (VoltAgent), the count is "items listed in README", not files in repo; always annotate
(curated list) - Compare with previous changelog — mark items NEW, RECURRING, or RESOLVED
- Reuse
development-workflows-research-agent— do NOT create a new agent
Related Skills
claude-mem
92.5kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Understand-Anything
80.9kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
Agent-Reach
76.3kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
69.6k🌊 The original agent meta-harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
Security Score
Audited on Jun 16, 2026
