From e4140e0b42f2a3938999b2699f0d0fe7a7dc3344 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Tue, 28 Apr 2026 18:17:05 +0500 Subject: [PATCH] add SKILL COLLECTIONS section to README; bump badge timestamp to Apr 28 4:39 PM PKT New section between DEVELOPMENT WORKFLOWS and TIPS AND TRICKS, listing 5 curated SKILL.md collection repos (anthropics/skills, wshobson/agents, mattpocock/skills, scientific-agent-skills, awesome-agent-skills) sorted by stars. Badge timestamp refreshed via /workflows:skill-collections first-run; CLI version unchanged at v2.1.119. Co-Authored-By: Claude --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ba55f..ee7a6bc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # claude-code-best-practice from vibe coding to agentic engineering - practice makes claude perfect -![updated with Claude Code](https://img.shields.io/badge/updated_with_Claude_Code-v2.1.119%20(Apr%2027%2C%202026%208%3A39%20PM%20PKT)-white?style=flat&labelColor=555) GitHub Stars ![๐Ÿ‡ต๐Ÿ‡ฐ 2nd Most โ˜…](!/root/second-most-starred.svg)
+![updated with Claude Code](https://img.shields.io/badge/updated_with_Claude_Code-v2.1.119%20(Apr%2028%2C%202026%204%3A39%20PM%20PKT)-white?style=flat&labelColor=555) GitHub Stars ![๐Ÿ‡ต๐Ÿ‡ฐ 2nd Most โ˜…](!/root/second-most-starred.svg)
[![Best Practice](!/tags/best-practice.svg)](best-practice/) [![Implemented](!/tags/implemented.svg)](implementation/) [![Orchestration Workflow](!/tags/orchestration-workflow.svg)](orchestration-workflow/orchestration-workflow.md) [![Claude](!/tags/claude.svg)](https://code.claude.com/docs) [![Boris](!/tags/boris-cherny.svg)](#-tips-and-tricks) [![Community](!/tags/community.svg)](#-subscribe) ![Click on these badges below to see the actual sources](!/tags/click-badges.svg)
= Agents ยท = Commands ยท = Skills @@ -125,6 +125,22 @@ All major workflows converge on the same architectural pattern: **Research โ†’ P section divider

+## ๐Ÿงฐ SKILL COLLECTIONS + +Repos primarily known as curated libraries of `SKILL.md` files (distinct from full workflow methodologies above). Sorted by stars descending. + +| Name | โ˜… | | +|------|---|---| +| [anthropics/skills](https://github.com/anthropics/skills) | 125k | 17 | +| [wshobson/agents](https://github.com/wshobson/agents) | 35k | 152 | +| [mattpocock/skills](https://github.com/mattpocock/skills) | 33k | 17 | +| [scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) | 20k | 134 | +| [awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) | 19k | 1,100+ (curated list) | + +

+ section divider +

+ ## ๐Ÿ’ก TIPS AND TRICKS (82) ๐Ÿšซ๐Ÿ‘ถ = do not babysit