Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions doc/agent-skills.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ Users usually do not need to perform manual installation.

### If you are an agent

1. Clone [deepmodeling/dpdispatcher](https://github.com/deepmodeling/dpdispatcher).
1. Copy required skill directories from `skills/` into your workspace skills directory.
1. Refresh/restart session so skills are reloaded.
1. Run the following command in your workspace:
```sh
npx -y skills add deepmodeling/dpdispatcher -a <your-agent-name> -y

The command uses [the skill CLI](https://github.com/vercel-labs/skills) to clone [deepmodeling/dpdispatcher](https://github.com/deepmodeling/dpdispatcher) and copy skill directories from `skills/` into your workspace skills directory.
```
1. Refresh/restart the session so skills are reloaded.

## Minimal verification

Expand Down
Loading