Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 998b600854 | |||
| 8495a74828 | |||
| 9329519848 | |||
| b4de05fe3e | |||
| a37d9733ac | |||
| f0b29189ad |
@@ -1,7 +1,7 @@
|
||||
# claude-code-best-practice
|
||||
from vibe coding to agentic engineering - practice makes claude perfect
|
||||
|
||||
-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>
|
||||
-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/) [](implementation/) [](orchestration-workflow/orchestration-workflow.md) [](https://code.claude.com/docs) [](#-tips-and-tricks) [](#-subscribe) <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
|
||||
@@ -181,7 +181,7 @@ Repos primarily known as curated libraries of subagent definitions (`.claude/age
|
||||
|
||||
| Name | ★ | <img src="!/tags/a.svg" height="14"> |
|
||||
|------|---|---|
|
||||
| [msitarzewski/agency-agents](https://github.com/msitarzewski/agency-agents) | 106k | 144 |
|
||||
| [msitarzewski/agency-agents](https://github.com/msitarzewski/agency-agents) | 107k | 144 |
|
||||
| [VoltAgent/awesome-claude-code-subagents](https://github.com/VoltAgent/awesome-claude-code-subagents) | 21k | 156 |
|
||||
|
||||
<p align="center">
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Commands Best Practice
|
||||
|
||||
 <br>
|
||||
 <br>
|
||||
[](../implementation/claude-commands-implementation.md)
|
||||
|
||||
Claude Code commands — frontmatter fields and official built-in slash commands.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Sub-agents Best Practice
|
||||
|
||||
 <br>
|
||||
 <br>
|
||||
[](../implementation/claude-subagents-implementation.md)
|
||||
|
||||
Claude Code subagents — frontmatter fields and official built-in agent types.
|
||||
|
||||
@@ -10,6 +10,18 @@ Tracks updates to the AGENT COLLECTIONS table in `README.md`.
|
||||
|
||||
---
|
||||
|
||||
## [2026-06-02 08:43 AM PKT] Agent Collections Update
|
||||
|
||||
| # | Priority | Type | Action | Status |
|
||||
|---|----------|-------|-----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| 1 | HIGH | Star | Update msitarzewski/agency-agents ★ from 106k to 107k | COMPLETE (GitHub shows 107k; NEW — milestone crossing) |
|
||||
| 2 | LOW | Count | msitarzewski/agency-agents agents 144 vs 195 (conf 0.82) | INVALID (RECURRING methodological oscillation; 16th+ consecutive INVALID ruling; no commits since April 12, 2026 — 51 days; README self-declares 144; 195 includes strategy/docs boundary judgment calls) |
|
||||
| 3 | LOW | Star | VoltAgent/awesome-claude-code-subagents ★ unchanged (21k) | INVALID (no change required; RECURRING) |
|
||||
| 4 | LOW | Count | VoltAgent/awesome-claude-code-subagents agents 156 vs ~259 (conf 0.78) | INVALID (RECURRING oscillation; +103 swing far exceeds ±5 threshold; confidence 0.78; prior 12 runs consistently 144-156; git-tree methodology differs from per-dir enumeration; 154+ README self-report still consistent with 156 table; no change) |
|
||||
| 5 | LOW | Sort | Verify sort order (107k > 21k — stars descending) | COMPLETE (order preserved; RECURRING) |
|
||||
|
||||
---
|
||||
|
||||
## [2026-05-31 08:46 PM PKT] Agent Collections Update
|
||||
|
||||
| # | Priority | Type | Action | Status |
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user