From fe981aa0fa9928c32743e35ecaa3280eda0562d7 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Tue, 12 May 2026 23:50:53 +0500 Subject: [PATCH] chore(readme): refresh tables + add Deep Links, Agent View, Goal concepts; badge to v2.1.139 Co-Authored-By: Claude --- README.md | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5bebd57..a7a2914 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.128%20(May%2008%2C%202026%208%3A46%20PM%20PKT)-white?style=flat&labelColor=555) GitHub Stars
+![updated with Claude Code](https://img.shields.io/badge/updated_with_Claude_Code-v2.1.139%20(May%2012%2C%202026%2011%3A44%20PM%20PKT)-white?style=flat&labelColor=555) GitHub Stars
[![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 @@ -59,13 +59,16 @@ from vibe coding to agentic engineering - practice makes claude perfect | [**Code Review**](https://code.claude.com/docs/en/code-review) ![beta](!/tags/beta.svg) | GitHub App (managed) | [![Best Practice](!/tags/best-practice.svg)](https://x.com/claudeai/status/2031088171262554195) [Blog](https://claude.com/blog/code-review) | | [**GitHub Actions**](https://code.claude.com/docs/en/github-actions) | `.github/workflows/` | [GitLab CI/CD](https://code.claude.com/docs/en/gitlab-ci-cd) | | [**Remote Control**](https://code.claude.com/docs/en/remote-control) | `/remote-control`, `/rc` | [![Best Practice](!/tags/best-practice.svg)](https://x.com/noahzweben/status/2032533699116355819) [Headless Mode](https://code.claude.com/docs/en/headless) | +| [**Deep Links**](https://code.claude.com/docs/en/deep-links) | `claude-cli://open?repo=…&q=…` | Launch a Claude Code session from a URL — embed in runbooks, alerts, dashboards; OS-level handler registration; v2.1.91+ | | [**Agent Teams**](https://code.claude.com/docs/en/agent-teams) ![beta](!/tags/beta.svg) | built-in (env var) | [![Best Practice](!/tags/best-practice.svg)](https://x.com/bcherny/status/2019472394696683904) [![Implemented](!/tags/implemented.svg)](implementation/claude-agent-teams-implementation.md) | +| [**Agent View**](https://code.claude.com/docs/en/agent-view) ![beta](!/tags/beta.svg) | `claude agents`, `--bg`, `/bg` | One screen for many background sessions — peek, attach, dispatch; supervisor-hosted, persists across reboots; v2.1.139+ | | [**Scheduled Tasks**](https://code.claude.com/docs/en/scheduled-tasks) | `/loop`, `/schedule`, cron tools | [![Best Practice](!/tags/best-practice.svg)](https://x.com/bcherny/status/2030193932404150413) [![Implemented](!/tags/implemented.svg)](implementation/claude-scheduled-tasks-implementation.md) [Desktop scheduled tasks](https://code.claude.com/docs/en/desktop-scheduled-tasks) · [Announcement](https://x.com/noahzweben/status/2036129220959805859) | | [**Routines**](https://code.claude.com/docs/en/routines) ![beta](!/tags/beta.svg) | `claude.ai/code/routines`, `/schedule` | [Desktop Tasks](https://code.claude.com/docs/en/desktop-scheduled-tasks) | | [**Tasks**](reports/claude-global-vs-project-settings.md#tasks-system) | `/tasks`, `~/.claude/tasks/` | [![Best Practice](!/tags/best-practice.svg)](reports/claude-global-vs-project-settings.md) [Ultrareview tracking](https://code.claude.com/docs/en/ultrareview#track-a-running-review) | +| [**Goal**](https://code.claude.com/docs/en/goal) | `/goal `, `/goal clear` | Keep Claude working across turns until a Haiku-evaluated condition holds; complementary to `/loop` (time-driven) and auto mode (per-tool); v2.1.139+ | | [**Voice Dictation**](https://code.claude.com/docs/en/voice-dictation) ![beta](!/tags/beta.svg) | `/voice` | [![Best Practice](!/tags/best-practice.svg)](https://x.com/trq212/status/2028628570692890800) | | [**Simplify & Batch**](https://code.claude.com/docs/en/skills#bundled-skills) | `/simplify`, `/batch` | [![Best Practice](!/tags/best-practice.svg)](https://x.com/bcherny/status/2027534984534544489) | -| [**Git Worktrees**](https://code.claude.com/docs/en/common-workflows#run-parallel-claude-code-sessions-with-git-worktrees) | built-in, `EnterWorktree`/`ExitWorktree`, `isolation: "worktree"` | [![Best Practice](!/tags/best-practice.svg)](https://x.com/bcherny/status/2025007393290272904) | +| [**Git Worktrees**](https://code.claude.com/docs/en/worktrees) | `--worktree`/`-w`, `.worktreeinclude`, `EnterWorktree`/`ExitWorktree`, `isolation: "worktree"`, `WorktreeCreate`/`WorktreeRemove` hooks | [![Best Practice](!/tags/best-practice.svg)](https://x.com/bcherny/status/2025007393290272904) |

section divider @@ -103,17 +106,17 @@ All major workflows converge on the same architectural pattern: **Research → P | Name | ★ | Workflow | | | | |------|---|----------|---|---|---| -| [Superpowers](https://github.com/obra/superpowers) | 175k | brainstormingusing-git-worktreeswriting-planssubagent-driven-developmenttest-driven-developmentrequesting-code-reviewfinishing-a-development-branch | 5 | 3 | 14 | -| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 171k | /ecc:plan/tdd/code-review/security-scan/e2emerge | 48 | 143 | 230 | -| [Spec Kit](https://github.com/github/spec-kit) | 92k | /speckit.constitution/speckit.clarify/speckit.specify/speckit.plan/speckit.tasks/speckit.implement | 0 | 9 | 0 | -| [gstack](https://github.com/garrytan/gstack) | 88k | /office-hours/plan-ceo-review/plan-eng-review/plan-design-reviewimplement/review/qa/ship/land-and-deploy | 0 | 0 | 43 | -| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 59k | /gsd-new-project/gsd-discuss-phase/gsd-plan-phase/gsd-execute-phase/gsd-verify-work/gsd-ship/gsd-complete-milestone | 33 | 65 | 0 | -| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 51k | /grill-with-docs/to-prd/to-issues/triage/tdd/diagnose/improve-codebase-architecture/zoom-out | 0 | 0 | 22 | -| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 46k | bmad-product-briefbmad-create-prdbmad-create-architecturebmad-create-epics-and-storiesbmad-sprint-planningbmad-create-storybmad-dev-storybmad-code-reviewbmad-retrospective | 0 | 0 | 40 | -| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 45k | /opsx:propose/opsx:apply/opsx:archive | 0 | 11 | 0 | -| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 32k | /deep-interview/teamteam-planteam-prdteam-execteam-verifyteam-fix/ralphmerge | 19 | 0 | 38 | +| [Superpowers](https://github.com/obra/superpowers) | 188k | brainstormingusing-git-worktreeswriting-planssubagent-driven-developmenttest-driven-developmentrequesting-code-reviewverification-before-completionfinishing-a-development-branch | 0 | 0 | 14 | +| [Everything Claude Code](https://github.com/affaan-m/everything-claude-code) | 180k | /ecc:plan/tdd/code-review/security-scan/e2emerge | 48 | 143 | 230 | +| [Spec Kit](https://github.com/github/spec-kit) | 97k | /speckit.constitution/speckit.specify/speckit.clarify/speckit.plan/speckit.tasks/speckit.implement | 0 | 9 | 0 | +| [gstack](https://github.com/garrytan/gstack) | 95k | /office-hours/plan-ceo-review/plan-eng-review/plan-design-review/design-shotgun/design-html/review/codex/qa/ship/land-and-deploy/retro | 0 | 0 | 48 | +| [Matt Pocock Skills](https://github.com/mattpocock/skills) | 76k | /grill-with-docs/to-prd/to-issues/triage/tdd/diagnose/improve-codebase-architecture/zoom-out | 0 | 0 | 28 | +| [Get Shit Done](https://github.com/gsd-build/get-shit-done) | 62k | /gsd-new-project/gsd-discuss-phase/gsd-plan-phase/gsd-execute-phase/gsd-verify-work/gsd-ship/gsd-complete-milestone | 33 | 66 | 0 | +| [OpenSpec](https://github.com/Fission-AI/OpenSpec) | 47k | /opsx:propose/opsx:apply/opsx:archive | 0 | 9 | 0 | +| [BMAD-METHOD](https://github.com/bmad-code-org/BMAD-METHOD) | 47k | bmad-product-briefbmad-create-prdbmad-create-architecturebmad-create-epics-and-storiesbmad-sprint-planningbmad-create-storybmad-dev-storybmad-code-reviewbmad-retrospective | 0 | 0 | 40 | +| [oh-my-claudecode](https://github.com/Yeachan-Heo/oh-my-claudecode) | 34k | /deep-interview/teamteam-planteam-prdteam-execteam-verifyteam-fix/ralphmerge | 19 | 0 | 38 | | [agent-skills](https://github.com/addyosmani/agent-skills) | 27k | /spec/plan/build/test/review/ship | 3 | 7 | 21 | -| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 16k | /ce-ideate/ce-brainstorm/ce-plan/ce-work/ce-code-review/ce-debug/ce-optimize/ce-compound/ce-compound-refresh | 49 | 4 | 39 | +| [Compound Engineering](https://github.com/EveryInc/compound-engineering-plugin) | 17k | /ce-ideate/ce-brainstorm/ce-plan/ce-work/ce-code-review/ce-debug/ce-optimize/ce-compound/ce-compound-refresh | 49 | 4 | 38 | | [HumanLayer](https://github.com/humanlayer/humanlayer) | 11k | /create_plan/validate_plan/implement_plan/iterate_plan/local_review/commit | 6 | 27 | 0 | > *Note: yellow tags are sub-loops — steps that repeat inside a parent step (e.g. per task, per story, or until a verify condition passes).* @@ -137,12 +140,12 @@ Repos primarily known as curated libraries of `SKILL.md` files (distinct from fu | Name | ★ | | |------|---|---| -| [anthropics/skills](https://github.com/anthropics/skills) | 127k | 17 | -| [mattpocock/skills](https://github.com/mattpocock/skills) | 51k | 18 | -| [wshobson/agents](https://github.com/wshobson/agents) | 35k | 152 | +| [anthropics/skills](https://github.com/anthropics/skills) | 133k | 17 | +| [mattpocock/skills](https://github.com/mattpocock/skills) | 76k | 24 | +| [wshobson/agents](https://github.com/wshobson/agents) | 35k | 153 | | [agent-skills](https://github.com/addyosmani/agent-skills) | 27k | 21 | -| [scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) | 20k | 134 | -| [awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) | 20k | 930+ (curated list) | +| [awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills) | 21k | 1,100+ (curated list) | +| [scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) | 21k | 135 |

section divider