mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 12:40:10 +00:00
chore: update skill creator (#1431)
This commit is contained in:
parent
51350a45c3
commit
14139d7e19
6 changed files with 45 additions and 80 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Sequential Workflows
|
||||
|
||||
For complex tasks, break operations into clear, sequential steps. It is often helpful to give Claude an overview of the process towards the beginning of SKILL.md:
|
||||
For complex tasks, break operations into clear, sequential steps. It is often helpful to give the agent an overview of the process towards the beginning of SKILL.md:
|
||||
|
||||
```markdown
|
||||
Filling a PDF form involves these steps:
|
||||
|
|
@ -16,7 +16,7 @@ Filling a PDF form involves these steps:
|
|||
|
||||
## Conditional Workflows
|
||||
|
||||
For tasks with branching logic, guide Claude through decision points:
|
||||
For tasks with branching logic, guide the agent through decision points:
|
||||
|
||||
```markdown
|
||||
1. Determine the modification type:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue