updated readme
This commit is contained in:
@@ -3,9 +3,9 @@ practice makes claude perfect
|
|||||||
|
|
||||||
 <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>
|
 <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>
|
||||||
|
|
||||||
 *Click on this badge to show the latest best practice*<br>
|
[](best-practice/) *Click on this badge to show the latest best practice*<br>
|
||||||
 *Click on this badge to show implementation in this repo*<br>
|
[](implementation/) *Click on this badge to show implementation in this repo*<br>
|
||||||
 *Click on this badge to see the Command → Agent → Skills orchestration workflow*
|
[](orchestration-workflow/orchestration-workflow.md) *Click on this badge to see the Command → Agent → Skills orchestration workflow*
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="!/claude-jumping.svg" alt="Claude Code mascot jumping" width="120" height="100">
|
<img src="!/claude-jumping.svg" alt="Claude Code mascot jumping" width="120" height="100">
|
||||||
@@ -112,9 +112,9 @@ practice makes claude perfect
|
|||||||
|
|
||||||
<a id="orchestration-workflow"></a>
|
<a id="orchestration-workflow"></a>
|
||||||
|
|
||||||
## <img src="!/tags/orchestration-workflow-hd.svg" alt="Orchestration Workflow">
|
## <a href="orchestration-workflow/orchestration-workflow.md"><img src="!/tags/orchestration-workflow-hd.svg" alt="Orchestration Workflow"></a>
|
||||||
|
|
||||||
Multi-step workflows using the **Command → Agent → Skills** architecture pattern.
|
Workflow orchestration using the **Command → Agent → Skills** pattern.
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="!/command-skill-agent-flow.svg" alt="Command Skill Agent Architecture Flow" width="600">
|
<img src="!/command-skill-agent-flow.svg" alt="Command Skill Agent Architecture Flow" width="600">
|
||||||
@@ -126,10 +126,6 @@ Multi-step workflows using the **Command → Agent → Skills** architecture pat
|
|||||||
| **Agent** | Orchestrates workflow with preloaded skills | `weather` agent |
|
| **Agent** | Orchestrates workflow with preloaded skills | `weather` agent |
|
||||||
| **Skills** | Domain knowledge injected at startup | `weather-fetcher`, `weather-transformer` |
|
| **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.
|
See [orchestration-workflow](orchestration-workflow/orchestration-workflow.md) for implementation details.
|
||||||
|
|
||||||
## AI TERMS
|
## AI TERMS
|
||||||
|
|||||||
Reference in New Issue
Block a user