From 105f78ad5ba0b7f2bbe0ace0447016b7866a8878 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Sun, 1 Mar 2026 15:07:44 +0500 Subject: [PATCH] updated readme --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1ae020a..1aa256c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ practice makes claude perfect ![Last Updated](https://img.shields.io/badge/Last_Updated-Feb_28%2C_2026_07%3A59_PM_PKT-white?style=flat&labelColor=555) GitHub Stars -![Best Practice](!/tags/best-practice.svg) *Click on this badge to show the latest best practice*
-![Implemented](!/tags/implemented.svg) *Click on this badge to show implementation in this repo*
-![Orchestration Workflow](!/tags/orchestration-workflow.svg) *Click on this badge to see the Command → Agent → Skills orchestration workflow* +[![Best Practice](!/tags/best-practice.svg)](best-practice/) *Click on this badge to show the latest best practice*
+[![Implemented](!/tags/implemented.svg)](implementation/) *Click on this badge to show implementation in this repo*
+[![Orchestration Workflow](!/tags/orchestration-workflow.svg)](orchestration-workflow/orchestration-workflow.md) *Click on this badge to see the Command → Agent → Skills orchestration workflow*

Claude Code mascot jumping @@ -112,9 +112,9 @@ practice makes claude perfect -## Orchestration Workflow +## Orchestration Workflow -Multi-step workflows using the **Command → Agent → Skills** architecture pattern. +Workflow orchestration using the **Command → Agent → Skills** pattern.

Command Skill Agent Architecture Flow @@ -126,10 +126,6 @@ Multi-step workflows using the **Command → Agent → Skills** architecture pat | **Agent** | Orchestrates workflow with preloaded skills | `weather` agent | | **Skills** | Domain knowledge injected at startup | `weather-fetcher`, `weather-transformer` | -**When to use:** Multi-step workflows • Domain-specific knowledge injection • Sequential tasks • Reusable components - -**Why it works:** Progressive disclosure • Single execution context • Clean separation • Reusability - See [orchestration-workflow](orchestration-workflow/orchestration-workflow.md) for implementation details. ## AI TERMS