7 Commits

6 changed files with 33 additions and 5 deletions
+3 -3
View File
@@ -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.159%20(Jun%2001%2C%202026%209%3A40%20AM%20PKT)-white?style=flat&labelColor=555) <a href="https://github.com/shanraisshan/claude-code-best-practice/stargazers"><img src="https://img.shields.io/github/stars/shanraisshan/claude-code-best-practice?style=flat&label=%E2%98%85&labelColor=555&color=white" alt="GitHub Stars"></a><br>
![updated with Claude Code](https://img.shields.io/badge/updated_with_Claude_Code-v2.1.159%20(Jun%2002%2C%202026%208%3A11%20AM%20PKT)-white?style=flat&labelColor=555) <a href="https://github.com/shanraisshan/claude-code-best-practice/stargazers"><img src="https://img.shields.io/github/stars/shanraisshan/claude-code-best-practice?style=flat&label=%E2%98%85&labelColor=555&color=white" alt="GitHub Stars"></a><br>
[![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)<br>
<img src="!/tags/a.svg" height="14"> = Agents · <img src="!/tags/c.svg" height="14"> = Commands · <img src="!/tags/s.svg" height="14"> = Skills
@@ -162,11 +162,11 @@ Repos primarily known as curated libraries of `SKILL.md` files (distinct from fu
| Name | ★ | <img src="!/tags/s.svg" height="14"> |
|------|---|---|
| [anthropics/skills](https://github.com/anthropics/skills) | 145k | 17 |
| [mattpocock/skills](https://github.com/mattpocock/skills) | 113k | 25 |
| [mattpocock/skills](https://github.com/mattpocock/skills) | 114k | 25 |
| [wshobson/agents](https://github.com/wshobson/agents) | 36k | 155 |
| [impeccable](https://github.com/pbakaus/impeccable) | 27k | 1 (with 7 design domain references) |
| [agent-skills](https://github.com/addyosmani/agent-skills) | 27k | 21 |
| [scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) | 27k | 143 |
| [scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) | 27k | 142 |
| [awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) | 24k | 1,424+ (curated list) |
| [claude-skills](https://github.com/alirezarezvani/claude-skills) | 15k | 246 (across 9 domains) |
| [shanraisshan/draw-json-architecture-skill](https://github.com/shanraisshan/draw-json-architecture-skill) | 0 | 1 |
+1 -1
View File
@@ -1,6 +1,6 @@
# Commands Best Practice
![Last Updated](https://img.shields.io/badge/Last_Updated-Jun%2001%2C%202026%2012%3A03%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.158-blue?style=flat&labelColor=555)<br>
![Last Updated](https://img.shields.io/badge/Last_Updated-Jun%2001%2C%202026%2011%3A08%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.159-blue?style=flat&labelColor=555)<br>
[![Implemented](https://img.shields.io/badge/Implemented-2ea44f?style=flat)](../implementation/claude-commands-implementation.md)
Claude Code commands — frontmatter fields and official built-in slash commands.
+1 -1
View File
@@ -1,6 +1,6 @@
# Sub-agents Best Practice
![Last Updated](https://img.shields.io/badge/Last_Updated-Jun%2001%2C%202026%2012%3A02%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.158-blue?style=flat&labelColor=555)<br>
![Last Updated](https://img.shields.io/badge/Last_Updated-Jun%2001%2C%202026%2011%3A38%20AM%20PKT-white?style=flat&labelColor=555) ![Version](https://img.shields.io/badge/Claude_Code-v2.1.159-blue?style=flat&labelColor=555)<br>
[![Implemented](https://img.shields.io/badge/Implemented-2ea44f?style=flat)](../implementation/claude-subagents-implementation.md)
Claude Code subagents — frontmatter fields and official built-in agent types.
@@ -332,3 +332,9 @@ _No tracked drift: frontmatter fields 15/15 match official docs, built-in comman
| 1 | HIGH | New Field | Add `disallowed-tools` to frontmatter table — tools removed from Claude's available pool while the skill/command is active; clears on next message (count 15 → 16) | ✅ COMPLETE (added after `allowed-tools`, heading updated 15 → 16) |
| 2 | HIGH | New Command | Add `/reload-skills` to Extensions tag — re-scan skill/command directories so on-disk changes apply without restart; reports counts added/removed (count 80 → 81) | ✅ COMPLETE (added as #44 after `/reload-plugins`, downstream rows renumbered) |
| 3 | HIGH | New Command | Add `/workflows` to Session tag — open the workflow progress view to watch, pause, resume, or save running and completed workflows (count 81 → 82) | ✅ COMPLETE (added as #82 at end of Session group, count heading updated → 82) |
---
## [2026-06-01 11:08 AM PKT] Claude Code v2.1.159
No priority action items — report is fully in sync with official documentation (16 frontmatter fields, 82 built-in commands).
@@ -249,3 +249,9 @@ No drift detected on the two tracked dimensions — all 16 frontmatter fields an
## [2026-06-01 12:02 AM PKT] Claude Code v2.1.158
No drift detected on the two tracked dimensions — all 16 frontmatter fields and 5 built-in agents match.
---
## [2026-06-01 11:38 AM PKT] Claude Code v2.1.159
No drift detected on the two tracked dimensions — all 16 frontmatter fields and 5 built-in agents match.
+16
View File
@@ -138,3 +138,19 @@
| 9 | LOW | Sort | Order preserved — K-Dense-AI (26,729 → 27k) stays below the two 27k manual rows (impeccable, addyosmani/agent-skills) per 2026-05-25 precedent; VoltAgent (24k) remains last among research repos | COMPLETE (verified) |
| 10 | LOW | Note | VoltAgent badge "1,424+" vs direct bold-link enumeration of 1,116 (Δ308) — badge retained as canonical source per twice-settled precedent (2026-04-29, 2026-05-12) | RECURRING (count-source method debated 2026-04-29, badge reaffirmed 2026-05-12, 2026-05-25) |
| 11 | LOW | No Change | Manual entries untouched — impeccable (27k/1), addyosmani/agent-skills (27k/21), alirezarezvani/claude-skills (15k/246) — out of 5-repo research scope | COMPLETE (verified, manual entries preserved) |
---
## [2026-06-02 08:11 AM PKT] Skill Collections Update
| # | Priority | Type | Action | Status |
|---|----------|------|--------|--------|
| 1 | LOW | Star | Update mattpocock/skills ★ from 113k to 114k (~114,000 displayed on GitHub HTML — +1k) | RECURRING (consecutive surges logged 2026-05-01 +15k, 2026-05-12 +25k, 2026-05-20 +21k, 2026-05-25 +7k, 2026-05-31 +9k) |
| 2 | LOW | Count | Update K-Dense-AI/scientific-agent-skills count from 143 to 142 (README badge reads "Skills-142-brightgreen"; possible skill removal/reorganization since 2026-05-31) | RECURRING (count drifts logged 2026-05-12, 2026-05-20, 2026-05-31) |
| 3 | LOW | No Change | anthropics/skills steady at 145k / 17 | COMPLETE (verified, no drift) |
| 4 | LOW | No Change | wshobson/agents steady at 36k / 155 (README explicitly states 155 skills across 81 plugins) | COMPLETE (verified, no drift) |
| 5 | LOW | No Change | mattpocock/skills active skill count steady at 25 (engineering 10, productivity 4, misc 4, personal 2, in-progress 5; 4 deprecated unchanged) | COMPLETE (verified, no drift) |
| 6 | LOW | No Change | K-Dense-AI/scientific-agent-skills ★ steady at 27k (26.9k exact, rounds to 27k) | COMPLETE (verified, no drift) |
| 7 | LOW | No Change | VoltAgent/awesome-agent-skills steady at 24k / 1,424+ (badge retained as canonical source per settled precedent 2026-04-29, 2026-05-12, 2026-05-25) | COMPLETE (verified, no drift) |
| 8 | LOW | Sort | Order preserved — no star movements alter row ranking; no reordering needed | COMPLETE (verified) |
| 9 | LOW | No Change | Manual entries untouched — impeccable (27k/1), addyosmani/agent-skills (27k/21), alirezarezvani/claude-skills (15k/246) — out of 5-repo research scope | COMPLETE (verified, manual entries preserved) |